From 4c191ccf455958fd17c64f4c477df9116d774a4f Mon Sep 17 00:00:00 2001 From: rudnovd Date: Wed, 10 Aug 2022 19:58:47 +0500 Subject: [PATCH] fix(creatures): fix creatures specials --- src/assets/database/creatures.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/assets/database/creatures.ts b/src/assets/database/creatures.ts index ab7acb62..d9f10d9c 100644 --- a/src/assets/database/creatures.ts +++ b/src/assets/database/creatures.ts @@ -2567,7 +2567,7 @@ export const creatures: Array = [ special: { nonLiving: true, vulnerablesToSpells: [Spells.Armageddon, Spells.Fireball, Spells.Inferno], - immunityToSpellElement: ['water'], + immunity: [Spells.IceBolt, Spells.FrostRing], }, description: 'Elemental, Ice immunity, Vulnerable to Fireball, Inferno and Armageddon, +100% to basic damage to Fire and Energy Elementals', @@ -2592,7 +2592,7 @@ export const creatures: Array = [ special: { nonLiving: true, vulnerablesToSpells: [Spells.Armageddon, Spells.Fireball, Spells.Inferno], - immunityToSpellElement: ['water'], + immunity: [Spells.IceBolt, Spells.FrostRing], }, description: 'Ranged (24 shots), Elemental, Ice immunity, Vulnerable to Fireball, Inferno and Armageddon, +100% to basic damage to Fire and Energy Elementals, Casts Protection from Water', @@ -2693,6 +2693,7 @@ export const creatures: Array = [ special: { nonLiving: true, vulnerablesToSpells: [Spells.MeteorShower], + immunity: [Spells.LightningBolt, Spells.ChainLightning, Spells.Armageddon], }, description: 'Elemental, Meteor Shower vulnerability, Lightning and Armageddon immunity, +100% to basic damage to Air and Storm Elementals, Casts Protection from Earth', @@ -3135,6 +3136,7 @@ export const creatures: Array = [ growth: 16, special: { flying: true, + immunity: [Spells.IceBolt, Spells.FrostRing], }, description: 'Teleporting, Immune to ice', }, @@ -3157,6 +3159,7 @@ export const creatures: Array = [ growth: 16, special: { flying: true, + immunity: [Spells.IceBolt, Spells.FrostRing], }, description: 'Teleporting, Immune to ice', },