diff --git a/config/creatures/conflux.json b/config/creatures/conflux.json index 2f8532c3c..d86a959c9 100755 --- a/config/creatures/conflux.json +++ b/config/creatures/conflux.json @@ -37,7 +37,20 @@ "type" : "MORE_DAMAGE_FROM_SPELL", "subtype" : "spell.armageddon", "val" : 100 + }, + "oppositeEarth" : + { + "type" : "HATE", + "subtype" : "creature.earthElemental", + "val" : 100 + }, + "oppositeMagma" : + { + "type" : "HATE", + "subtype" : "creature.magmaElemental", + "val" : 100 } + }, "upgrades": ["stormElemental"], "graphics" : @@ -92,6 +105,18 @@ { "type" : "SPELL_IMMUNITY", "subtype" : "spell.armageddon" + }, + "oppositeAir" : + { + "type" : "HATE", + "subtype" : "creature.airElemental", + "val" : 100 + }, + "oppositeStorm" : + { + "type" : "HATE", + "subtype" : "creature.stormElemental", + "val" : 100 } }, "upgrades": ["magmaElemental"], @@ -143,6 +168,18 @@ "type" : "MORE_DAMAGE_FROM_SPELL", "subtype" : "spell.iceBolt", "val" : 100 + }, + "oppositeWater" : + { + "type" : "HATE", + "subtype" : "creature.waterElemental", + "val" : 100 + }, + "oppositeIce" : + { + "type" : "HATE", + "subtype" : "creature.iceElemental", + "val" : 100 } }, "upgrades": ["energyElemental"], @@ -213,6 +250,18 @@ { "type" : "WATER_IMMUNITY", "subtype" : 2 //immune to damage spells only + }, + "oppositeFire" : + { + "type" : "HATE", + "subtype" : "creature.fireElemental", + "val" : 100 + }, + "oppositeEnergy" : + { + "type" : "HATE", + "subtype" : "creature.energyElemental", + "val" : 100 } }, "doubleWide" : true, @@ -395,6 +444,18 @@ { "type" : "WATER_IMMUNITY", "subtype" : 2 //immune to damage spells only + }, + "oppositeFire" : + { + "type" : "HATE", + "subtype" : "creature.fireElemental", + "val" : 100 + }, + "oppositeEnergy" : + { + "type" : "HATE", + "subtype" : "creature.energyElemental", + "val" : 100 } }, "doubleWide" : true, @@ -467,6 +528,18 @@ { "type" : "SPELL_IMMUNITY", "subtype" : "spell.armageddon" + }, + "oppositeAir" : + { + "type" : "HATE", + "subtype" : "creature.airElemental", + "val" : 100 + }, + "oppositeStorm" : + { + "type" : "HATE", + "subtype" : "creature.stormElemental", + "val" : 100 } }, "graphics" : @@ -535,6 +608,18 @@ "type" : "MORE_DAMAGE_FROM_SPELL", "subtype" : "spell.armageddon", "val" : 100 + }, + "oppositeEarth" : + { + "type" : "HATE", + "subtype" : "creature.earthElemental", + "val" : 100 + }, + "oppositeMagma" : + { + "type" : "HATE", + "subtype" : "creature.magmaElemental", + "val" : 100 } }, "graphics" : @@ -606,6 +691,18 @@ "type" : "SPELLCASTER", "subtype" : "spell.protectFire", "val" : 2 + }, + "oppositeWater" : + { + "type" : "HATE", + "subtype" : "creature.waterElemental", + "val" : 100 + }, + "oppositeIce" : + { + "type" : "HATE", + "subtype" : "creature.iceElemental", + "val" : 100 } }, "graphics" :