ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/spell_firetrap.arc
Revision: 1.12
Committed: Wed Apr 21 09:30:05 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

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 subtype 2
20     path_attuned 2048
21 elmex 1.12 value 1
22 root 1.6 invisible 1
23     no_drop 1
24     casting_time 15
25 root 1.1 end
26 root 1.6