From 487b5cfaf68403cafcdb251c99666078543ec130 Mon Sep 17 00:00:00 2001 From: krs Date: Mon, 18 Nov 2024 23:37:53 +0200 Subject: [PATCH] Minor fixes for creature abilities Added back siege weapon for arrow towers like before the change. Teleports uses now same name as in HotA --- config/creatures/conflux.json | 4 ++-- config/creatures/inferno.json | 4 ++-- config/creatures/special.json | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/creatures/conflux.json b/config/creatures/conflux.json index 8d3997b33..78cb70ec1 100755 --- a/config/creatures/conflux.json +++ b/config/creatures/conflux.json @@ -474,11 +474,11 @@ { "type" : "NON_LIVING" }, - "canFly" : + "energizes" : { "type" : "FLYING" }, - "spellcaster": + "spellcaster" : { "type" : "SPELLCASTER", "subtype" : "spell.protectFire", diff --git a/config/creatures/inferno.json b/config/creatures/inferno.json index 28109e759..cbea72a91 100755 --- a/config/creatures/inferno.json +++ b/config/creatures/inferno.json @@ -355,7 +355,7 @@ "faction": "inferno", "abilities": { - "canFly" : + "teleports" : { "type" : "FLYING", "subtype" : "movementTeleporting" @@ -415,7 +415,7 @@ "faction": "inferno", "abilities" : { - "canFly" : + "teleports" : { "type" : "FLYING", "subtype" : "movementTeleporting" diff --git a/config/creatures/special.json b/config/creatures/special.json index f10a35556..4e528117a 100644 --- a/config/creatures/special.json +++ b/config/creatures/special.json @@ -168,6 +168,7 @@ "shots" : 99, "abilities": { + "siegeWeapon" : { "type" : "SIEGE_WEAPON" }, "shooter" : { "type" : "SHOOTER" }, "ignoreDefence" : { "type" : "ENEMY_DEFENCE_REDUCTION", "val" : 100 }, "noWallPenalty" : { "type" : "NO_WALL_PENALTY" },