# HG changeset patch # User Eric # Date 1316473918 18000 # Node ID 54f31554028b9c160d80acbd0c56314ff79d34ed # Parent 4d49c8d650c6326bbba4a533ea0386240ee2f630 nerfed urkis diff -r 4d49c8d650c6 -r 54f31554028b game/modules/tome/data/zones/tempest-peak/npcs.lua --- a/game/modules/tome/data/zones/tempest-peak/npcs.lua Sat Sep 17 17:17:59 2011 +0000 +++ b/game/modules/tome/data/zones/tempest-peak/npcs.lua Mon Sep 19 18:11:58 2011 -0500 @@ -43,7 +43,8 @@ stats = { str=10, dex=12, cun=14, mag=25, con=16 }, instakill_immune = 1, - blind_immune = 1, + blind_immune = 0.5, + stun_immune = 0.5, move_others=true, body = { INVEN = 10, MAINHAND=1, OFFHAND=1, BODY=1 }, @@ -57,8 +58,6 @@ resists = { [DamageType.LIGHTNING] = 100, }, resolvers.talents{ - [Talents.T_FREEZE]=4, - [Talents.T_ICE_SHARDS]=4, [Talents.T_LIGHTNING]=5, [Talents.T_SHOCK]=4, [Talents.T_HURRICANE]=4,