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.6 by root, Sat Mar 3 01:24:23 2007 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
4skill praying 5skill praying
5msg 6msg
6Glyph is a special rune - when casting the 7Creates a special firetrap rune, which contains another spell.
7spell, the caster specifies what other spell 8
8should be encapsulated in the glyph spell.
9When the glyph is activated, the encapsulated 9When the glyph is activated, the encapsulated
10spell is cast on the target. 10spell is cast on the target.
11endmsg 11endmsg
12face glyph.x11 12face glyph.x11
13grace 5 13grace 5
14level 12 14level 12
15type 101
16subtype 2 15subtype 2
17path_attuned 2048 16path_attuned 2048
18value 120 17value 1
19invisible 1 18invisible 1
20no_drop 1 19no_drop 1
21casting_time 15 20casting_time 15
22end 21end
23 22

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines