ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/spell_firetrap.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:33 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 root 1.5 object spell_firetrap
2 root 1.10 inherit type_spell
3 root 1.1 name firetrap
4     name_pl firetrap
5     skill pyromancy
6     msg
7 root 1.9 Creates a special firetrap rune, which contains another spell.
8    
9     The caster specifies which other spell
10 root 1.1 should be encapsulated in the firetrap spell
11     (it is not required that it be a fire spell).
12 root 1.7
13 root 1.1 Then when the firetrap is activated, that
14     other spell is cast on the target.
15     endmsg
16 root 1.6 face penta.x11
17     sp 5
18 root 1.8 level 9
19 root 1.6 type 101
20     subtype 2
21     path_attuned 2048
22     value 120
23     invisible 1
24     no_drop 1
25     casting_time 15
26 root 1.1 end
27 root 1.6