Difference between revisions of "Freeze Life"
From DmWiki
Jump to navigationJump to search (New page: =Freeze Life= Contributed by [http://www.dungeon-master.com/forum/profile.php?mode=viewprofile&u=2468 Ralendil] <pre> /*******************************************************************...) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
Contributed by [http://www.dungeon-master.com/forum/profile.php?mode=viewprofile&u=2468 Ralendil] | Contributed by [http://www.dungeon-master.com/forum/profile.php?mode=viewprofile&u=2468 Ralendil] | ||
Revision as of 12:50, 30 November 2009
Contributed by Ralendil
/******************************************************************************/ /* New - Spells */ /******************************************************************************/ [New - Spells] ADD SPELL_DES_BRO NAME=(FREEZE) RUNES=(DES,BRO) TYPE=(WIZARD) ACTION=(ACTION_OBJECT_ACTIVATE,WALLITEM_RELAY_FREEZE,NULL) CAST_SOUNDS=(NULL,NULL,NULL,NULL,NULL,NULL) FAIL_SOUNDS=(NULL,NULL,NULL,NULL,NULL,NULL) TIME=(40,50,60,70,80,90) /******************************************************************************/ /* New - Objects */ /******************************************************************************/ [New - Objects] ADD WALLITEM_RELAY_FREEZE CLONES=(WALLITEM_RELAY) NAME=(RELAY_FREEZE) /******************************************************************************/ /* Items */ /******************************************************************************/ [Items] ; Level 0 ref002904-1 WALLITEM_ACTION 29 4 0 CENTRE ACTION=(ACTION_FREEZE_LIFE,NULL,NULL) STRENGTH=(0) ref002905-1 WALLITEM_RELAY_FREEZE 29 5 0 CENTRE ACTION=(ACTIVATE) TARGET=(ref002904-1)