diff --git a/config/creatures/conflux.json b/config/creatures/conflux.json index 34ec36872..7a9607980 100644 --- a/config/creatures/conflux.json +++ b/config/creatures/conflux.json @@ -277,7 +277,7 @@ "id": 129, "level": 4, "faction": "conflux", - "abilities": [ [ "NON_LIVING", 0, 0, 0 ] , //energy elementals shouldn't get morale //Crystal Dragons do not fly + "abilities": [ [ "NON_LIVING", 0, 0, 0 ] , //energy elementals shouldn't get morale [ "CREATURE_ENCHANT_POWER", 6, 0, 0 ], [ "CASTS", 3, 0, 0 ], [ "SPELLCASTER", 2, 31, 0 ]], diff --git a/config/creatures/neutral.json b/config/creatures/neutral.json index 6c8e7df83..c4ba7cb5b 100644 --- a/config/creatures/neutral.json +++ b/config/creatures/neutral.json @@ -26,7 +26,7 @@ "level": 5, "faction": "neutral", "abilities": [ [ "SPELL_DAMAGE_REDUCTION", 95, -1, 0 ], //diamond golems reduce dmg from spells - [ "NON_LIVING", 0, 0, 0 ] ], //psychic elementals shouldn't get morale + [ "NON_LIVING", 0, 0, 0 ] ], "graphics" : { "animation": "CDGOLE.DEF" @@ -69,7 +69,7 @@ "level": 10, "faction": "neutral", "abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //crystal dragon is a dragon - "ability_remove": [ "FLYING" ], + "ability_remove": [ "FLYING" ], //Crystal Dragons do not fly "graphics" : { "animation": "CCDRGN.DEF" diff --git a/config/creatures/wog.json b/config/creatures/wog.json index 027cc66da..d9298e5d4 100644 --- a/config/creatures/wog.json +++ b/config/creatures/wog.json @@ -14,7 +14,7 @@ "id": 151, "level": 8, "faction": "rampart", - "abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //diamond dragon is a dragon //psychic elemental + "abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //diamond dragon is a dragon "graphics" : { "animation": "ZM151Z.DEF" @@ -50,7 +50,7 @@ "id": 154, "level": 8, "faction": "necropolis", - "abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //blood dragon is a dragon //magic elemental + "abilities": [ [ "DRAGON_NATURE", 0, 0, 0 ] ], //blood dragon is a dragon "graphics" : { "animation": "ZM154Z.DEF"