1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge pull request #192 from vmarkovtsev/feature/petrified_damage

Implement half damage to petrified units
This commit is contained in:
ArseniyShestakov
2016-02-08 02:33:44 +03:00

View File

@@ -26,6 +26,16 @@
"val" : 0, "val" : 0,
"type" : "NO_RETALIATION", "type" : "NO_RETALIATION",
"duration" : "UNITL_BEING_ATTACKED" "duration" : "UNITL_BEING_ATTACKED"
},
"defenceBoost" : {
"type" : "PRIMARY_SKILL",
"subtype" : "primSkill.defence",
"val" : 50,
"valueType" : "PERCENT_TO_ALL",
"duration" : [
"UNITL_BEING_ATTACKED",
"N_TURNS"
]}
} }
} }
} }