Snow giants resist... fire?

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Snow giants resist... fire?

#1 Post by PowerWyrm »

Sounds like a typo to me...

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Snow giants resist... fire?

#2 Post by darkgod »

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 ;)

PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Re: Snow giants resist... fire?

#3 Post 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.

yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Re: Snow giants resist... fire?

#4 Post 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,
<DarkGod> lets say it's intended

PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Re: Snow giants resist... fire?

#5 Post by PowerWyrm »

Yeah sounded like a copy/paste bug...

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Snow giants resist... fire?

#6 Post by darkgod »

Ahh yes :)
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 ;)

Post Reply