diff --git a/config/artifacts.json b/config/artifacts.json index ae5501f30..e12580711 100644 --- a/config/artifacts.json +++ b/config/artifacts.json @@ -1998,6 +1998,10 @@ { "type" : "HAS_ANOTHER_BONUS_LIMITER", "parameters" : [ "GARGOYLE" ] + }, + { + "type" : "HAS_ANOTHER_BONUS_LIMITER", + "parameters" : [ "SIEGE_WEAPON" ] } ] }, diff --git a/config/factions/fortress.json b/config/factions/fortress.json index 62f3d1d51..d238f9d52 100644 --- a/config/factions/fortress.json +++ b/config/factions/fortress.json @@ -187,7 +187,7 @@ "bonuses": [ { "type": "PRIMARY_SKILL", - "subtype": "primarySkill.defence", + "subtype": "primarySkill.attack", "val": 2 } ], diff --git a/config/heroes/dungeon.json b/config/heroes/dungeon.json index 04fb2d3c4..44f3b245d 100644 --- a/config/heroes/dungeon.json +++ b/config/heroes/dungeon.json @@ -198,7 +198,7 @@ { "index": 91, "class" : "warlock", - "female": true, + "female": false, "spellbook": [ "resurrection" ], "skills": [ diff --git a/config/heroes/special.json b/config/heroes/special.json index b6b945461..d6846093f 100644 --- a/config/heroes/special.json +++ b/config/heroes/special.json @@ -176,7 +176,7 @@ "mutare": { "index": 151, - "class" : "warlock", + "class" : "overlord", "female": true, "special" : true, "spellbook": [ "magicArrow" ], @@ -220,7 +220,7 @@ "mutareDrake": { "index": 153, - "class" : "warlock", + "class" : "overlord", "female": true, "special" : true, "spellbook": [ "magicArrow" ],