diff --git a/Mods/vcmi/Content/config/english.json b/Mods/vcmi/Content/config/english.json index bf512827a..494e43e79 100644 --- a/Mods/vcmi/Content/config/english.json +++ b/Mods/vcmi/Content/config/english.json @@ -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" } diff --git a/Mods/vcmi/Content/config/german.json b/Mods/vcmi/Content/config/german.json index a256417c7..595cedc6b 100644 --- a/Mods/vcmi/Content/config/german.json +++ b/Mods/vcmi/Content/config/german.json @@ -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" } diff --git a/config/bonuses.json b/config/bonuses.json index 59dd42633..eef884656 100644 --- a/config/bonuses.json +++ b/config/bonuses.json @@ -407,6 +407,14 @@ } }, + "OPENING_BATTLE_SPELL": + { + "graphics": + { + "icon": "zvs/Lib1.res/E_SPDFIRE" + } + }, + "RANDOM_SPELLCASTER": { "graphics":