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> /*******************************************************************...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | The runes Des Bro will freeze your enemies in place for a few moments. | |
− | + | ||
+ | This spell was crafted by [http://www.dungeon-master.com/forum/profile.php?mode=viewprofile&u=2468 Ralendil] | ||
<pre> | <pre> |
Latest revision as of 13:48, 30 November 2009
The runes Des Bro will freeze your enemies in place for a few moments.
This spell was crafted 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)