ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/spell_sigil.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_sigil
2 root 1.1 name sigil
3     name_pl sigil
4     skill evocation
5     msg
6     Sigil is a special rune - when casting the
7     spell, the caster specifies what other spell
8     should be encapsulated in the sigil. When
9     the sigil is activated, that other spell is
10     cast on the target.
11     endmsg
12 root 1.3 face penta.x11
13     sp 5
14     level 12
15     type 101
16     subtype 2
17     path_attuned 2048
18     value 120
19     invisible 1
20     no_drop 1
21     casting_time 15
22 root 1.1 end
23 root 1.3