mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Show OPENING_BATTLE_SPELL
This commit is contained in:
parent
c68db70405
commit
e0e09ccb75
@ -764,5 +764,7 @@
|
||||
"core.bonus.PRISM_HEX_ATTACK_BREATH.name": "Prism Breath",
|
||||
"core.bonus.PRISM_HEX_ATTACK_BREATH.description": "Prism Breath Attack (three directions)",
|
||||
"core.bonus.SPELL_SCHOOL_IMMUNITY.name": "${subtype.spellSchool} immunity",
|
||||
"core.bonus.SPELL_SCHOOL_IMMUNITY.description": "Immune to ${subtype.spellSchool}"
|
||||
"core.bonus.SPELL_SCHOOL_IMMUNITY.description": "Immune to ${subtype.spellSchool}",
|
||||
"core.bonus.OPENING_BATTLE_SPELL.name": "Starts with spell",
|
||||
"core.bonus.OPENING_BATTLE_SPELL.description": "Casts ${subtype.spell} on battle start"
|
||||
}
|
||||
|
@ -764,5 +764,7 @@
|
||||
"core.bonus.PRISM_HEX_ATTACK_BREATH.name": "Prisma-Atem",
|
||||
"core.bonus.PRISM_HEX_ATTACK_BREATH.description": "Prisma-Atem-Angriff (drei Richtungen)",
|
||||
"core.bonus.SPELL_SCHOOL_IMMUNITY.name": "${subtype.spellSchool}-Immunität",
|
||||
"core.bonus.SPELL_SCHOOL_IMMUNITY.description": "Immunität gegen ${subtype.spellSchool}"
|
||||
"core.bonus.SPELL_SCHOOL_IMMUNITY.description": "Immunität gegen ${subtype.spellSchool}",
|
||||
"core.bonus.OPENING_BATTLE_SPELL.name": "Startet mit Zauber",
|
||||
"core.bonus.OPENING_BATTLE_SPELL.description": "Wirkt ${subtype.spell} beim Start des Kampfes"
|
||||
}
|
||||
|
@ -407,6 +407,14 @@
|
||||
}
|
||||
},
|
||||
|
||||
"OPENING_BATTLE_SPELL":
|
||||
{
|
||||
"graphics":
|
||||
{
|
||||
"icon": "zvs/Lib1.res/E_SPDFIRE"
|
||||
}
|
||||
},
|
||||
|
||||
"RANDOM_SPELLCASTER":
|
||||
{
|
||||
"graphics":
|
||||
|
Loading…
Reference in New Issue
Block a user