From 97bae518fc4b684cc3b48cfc19fae2828e5d8302 Mon Sep 17 00:00:00 2001 From: Vadim Markovtsev Date: Mon, 1 Feb 2016 20:11:23 +0300 Subject: [PATCH] Fix 1376 turrets damage can decrease --- config/creatures/special.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/creatures/special.json b/config/creatures/special.json index 293e9b99d..51cfa9998 100644 --- a/config/creatures/special.json +++ b/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