Difference between revisions of "RTC/Spells"

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:
=Freeze Life=
+
This section contains custom spells for use in RTC
  
Contributed by [http://www.dungeon-master.com/forum/profile.php?mode=viewprofile&u=2468 Ralendil]
 
  
<pre>
+
=Offensive Wizard Spells=
/******************************************************************************/
 
/* 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)
 
  
/******************************************************************************/
+
[[Freeze Life]]
/* 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)
 
</pre>
 
  
 
[[Category:RTC|Spells]]
 
[[Category:RTC|Spells]]

Revision as of 12:55, 30 November 2009

This section contains custom spells for use in RTC


Offensive Wizard Spells

Freeze Life