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

Comparing deliantra/arch/spell/Rune/spell_glyph.arc (file contents):
Revision 1.1.1.1 by root, Mon Feb 6 20:26:24 2006 UTC vs.
Revision 1.11 by elmex, Wed Apr 21 09:30:06 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines