ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/spell_sigil.arc
(Generate patch)

Comparing deliantra/arch/spell/Rune/spell_sigil.arc (file contents):
Revision 1.2 by pippijn, Tue Jan 2 21:58:42 2007 UTC vs.
Revision 1.9 by root, Fri Apr 2 21:26:33 2010 UTC

1Object spell_sigil 1object spell_sigil
2inherit type_spell
2name sigil 3name sigil
3name_pl sigil 4name_pl sigil
5skill evocation
6msg
7Creates a special sigil rune, which contains another spell.
8
9When the sigil is activated, that other spell is cast on the target.
10endmsg
11face penta.x11
12sp 5
13level 12
4type 101 14type 101
5subtype 2 15subtype 2
16path_attuned 2048
17value 120
18invisible 1
6no_drop 1 19no_drop 1
7invisible 1
8level 12
9value 120
10sp 5
11casting_time 15 20casting_time 15
12skill evocation
13path_attuned 2048
14face penta.x11
15msg
16Sigil is a special rune - when casting the
17spell, the caster specifies what other spell
18should be encapsulated in the sigil. When
19the sigil is activated, that other spell is
20cast on the target.
21endmsg
22end 21end
22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines