1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Tweak bonus descriptions, fixes mantiss 2261

This commit is contained in:
AlexVinS 2015-09-29 18:11:43 +03:00
parent eb1753851e
commit 1e2e40b9c0

View File

@ -20,8 +20,8 @@
"AIR_IMMUNITY":
{
"name": "Immune to Air",
"description": ""
"name": "Air immunity",
"description": "Immune to all Air school spells"
},
"ATTACKS_ALL_ADJACENT":
@ -104,8 +104,8 @@
"EARTH_IMMUNITY":
{
"name": "Immune to Earth",
"description": ""
"name": "Earth immunity",
"description": "Immune to all Earth school spells"
},
"ENCHANTER":
@ -134,8 +134,8 @@
"FIRE_IMMUNITY":
{
"name": "Immune to Fire",
"description": ""
"name": "Fire immunity",
"description": "Immune to all Fire school spells"
},
"FIRE_SHIELD":
@ -143,6 +143,7 @@
"name": "Fire Shield (${val}%)",
"description": "Reflects melee damage"
},
"FEAR":
{
"name": "Fear",
@ -190,6 +191,7 @@
"name": "Regeneration",
"description": "Heals ${val} hit points every round"
},
"JOUSTING":
{
"name": "Champion Charge",
@ -198,17 +200,20 @@
"KING1":
{
"name": "King1"
"name": "King1",
"description": "Vulnerable to basic SLAYER"
},
"KING2":
{
"name": "King2"
"name": "King2",
"description": "Vulnerable to adv. SLAYER"
},
"KING3":
{
"name": "King3"
"name": "King3",
"description":"Vulnerable to expert SLAYER"
},
"LEVEL_SPELL_IMMUNITY":
@ -228,6 +233,7 @@
"name": "Magic Channel ${val}%",
"description": "Gives mana spent by enemy"
},
"MANA_DRAIN":
{
"name": "Mana Drain",
@ -257,13 +263,13 @@
"name": "No distance penalty",
"description": "Full damage from any distance"
},
"NO_MELEE_PENALTY":
{
"name": "No melee penalty",
"description": "Creature has no Melee Penalty"
},
"NO_MORALE":
{
@ -322,6 +328,7 @@
"name": "Ranged",
"description": "Creature can shoot"
},
"SPELLCASTER":
{
"name": "Spellcaster",
@ -330,14 +337,14 @@
"SPELL_AFTER_ATTACK":
{
"name": "Caster - ${subtype.spell}",
"description": "${val}% chance to cast after attack"
"name": "After attack cast",
"description": "${val}% to cast ${subtype.spell} after attack"
},
"SPELL_BEFORE_ATTACK":
{
"name": "Caster - ${subtype.spell}",
"description": "${val}% chance to cast before attack"
"name": "Before attack cast",
"description": "${val}% to cast ${subtype.spell} before attack"
},
"SPELL_DAMAGE_REDUCTION":
@ -348,11 +355,10 @@
"SPELL_IMMUNITY":
{
"name": "Immune to ${subtype.spell}",
"description": ""
"name": "Spell immunity",
"description": "Immune to ${subtype.spell}"
},
"SPELL_LIKE_ATTACK":
{
"name": "Spell-like attack",
@ -371,8 +377,6 @@
"description": "Breath Attack (2-hex range)"
},
"THREE_HEADED_ATTACK":
{
"name": "Three-headed attack",
@ -384,14 +388,16 @@
"name": "Undead",
"description": "Creature is Undead"
},
"UNLIMITED_RETALIATIONS":
{
"name": "Unlimited retaliations",
"description": "Retaliate any number of attacks"
},
"WATER_IMMUNITY":
{
"name": "Immune to Water",
"description": ""
"name": "Water immunity",
"description": "Immune to all Water school spells"
}
}