Page 1 of 1
Snow giants resist... fire?
Posted: Wed Jul 21, 2010 4:58 pm
by PowerWyrm
Sounds like a typo to me...
Re: Snow giants resist... fire?
Posted: Wed Jul 21, 2010 7:24 pm
by darkgod
All NPCs get a random resistance
Re: Snow giants resist... fire?
Posted: Wed Jul 21, 2010 8:53 pm
by PowerWyrm
Nah that's not a random resist... all snow giants get 50% fire resist, when IMHO they should have 50% fire susceptibility like all other cold based monsters in Carn Dum.
Re: Snow giants resist... fire?
Posted: Wed Jul 21, 2010 9:00 pm
by yufra
Here is the patch highlighting the problem area. I do not know if you intended cold resistance AND fire susceptibility, so I just went for cold resistance.
Code: Select all
--- modules/tome/data/general/npcs/snow-giant.lua.old 2010-07-21 13:58:23.000000000 -0700
+++ modules/tome/data/general/npcs/snow-giant.lua 2010-07-21 13:58:29.000000000 -0700
@@ -40,7 +40,7 @@
energy = { mod=1 },
stats = { str=20, dex=8, mag=6, con=16 },
- resists = { [DamageType.PHYSICAL] = 20, [DamageType.FIRE] = 50, },
+ resists = { [DamageType.PHYSICAL] = 20, [DamageType.COLD] = 50, },
no_breath = 1,
confusion_immune = 1,
Re: Snow giants resist... fire?
Posted: Wed Jul 21, 2010 9:07 pm
by PowerWyrm
Yeah sounded like a copy/paste bug...
Re: Snow giants resist... fire?
Posted: Wed Jul 21, 2010 10:27 pm
by darkgod
Ahh yes

Fixed thanks