mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-11 11:31:52 +02:00
Fix 1376 turrets damage can decrease
This commit is contained in:
parent
7f68124b97
commit
97bae518fc
@ -112,7 +112,11 @@
|
||||
"index": 149,
|
||||
"level": 0,
|
||||
"faction": "neutral",
|
||||
"abilities": { "shooter" : { "type" : "SHOOTER" } },
|
||||
"abilities":
|
||||
{
|
||||
"shooter" : { "type" : "SHOOTER" },
|
||||
"ignoreDefence" : { "type" : "ENEMY_DEFENCE_REDUCTION", "val" : 100 }
|
||||
},
|
||||
"graphics" :
|
||||
{
|
||||
"animation": "CLCBOW.DEF" // needed to pass validation, never used
|
||||
|
Loading…
x
Reference in New Issue
Block a user