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:
@@ -26,6 +26,16 @@
|
||||
"val" : 0,
|
||||
"type" : "NO_RETALIATION",
|
||||
"duration" : "UNITL_BEING_ATTACKED"
|
||||
},
|
||||
"defenceBoost" : {
|
||||
"type" : "PRIMARY_SKILL",
|
||||
"subtype" : "primSkill.defence",
|
||||
"val" : 50,
|
||||
"valueType" : "PERCENT_TO_ALL",
|
||||
"duration" : [
|
||||
"UNITL_BEING_ATTACKED",
|
||||
"N_TURNS"
|
||||
]}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user