Browse Source

Fix 1376 turrets damage can decrease

Vadim Markovtsev 9 years ago
parent
commit
97bae518fc
1 changed files with 5 additions and 1 deletions
  1. 5 1
      config/creatures/special.json

+ 5 - 1
config/creatures/special.json

@@ -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