ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/spell_firetrap.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:31 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +12 -11 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object spell_firetrap
2 root 1.1 name firetrap
3     name_pl firetrap
4     skill pyromancy
5     msg
6     Firetrap is a special rune - when casting the
7     spell, the caster specifies what other spell
8     should be encapsulated in the firetrap spell
9     (it is not required that it be a fire spell).
10     Then when the firetrap is activated, that
11     other spell is cast on the target.
12     endmsg
13 root 1.3 face penta.x11
14     sp 5
15     level 12
16     type 101
17     subtype 2
18     path_attuned 2048
19     value 120
20     invisible 1
21     no_drop 1
22     casting_time 15
23 root 1.1 end
24 root 1.3