Snow giants resist... fire?
Moderator: Moderator
Snow giants resist... fire?
Sounds like a typo to me...
Re: Snow giants resist... fire?
All NPCs get a random resistance
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning

Re: Snow giants resist... fire?
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?
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,
<DarkGod> lets say it's intended
Re: Snow giants resist... fire?
Yeah sounded like a copy/paste bug...
Re: Snow giants resist... fire?
Ahh yes 
Fixed thanks

Fixed thanks
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
