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

Comparing deliantra/arch/spell/Misc/spell_invisible.arc (file contents):
Revision 1.1 by root, Mon Feb 6 20:26:23 2006 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:30 2010 UTC

1Object spell_invisible 1object spell_invisible
2inherit type_spell
2name invisible 3name invisible
3name_pl invisible 4name_pl invisible
5skill sorcery
6msg
7Makes you invisible.
8
9Monsters will not attack or cast spells because they can't see you, but
10you will start be visible again if you attack or use spells.
11endmsg
12other_arch enchantment
4face spell_sorcery.111 13face spell_sorcery.x11
5level 6
6sp 15 14sp 15
7casting_time 5 15maxsp 15
8path_attuned 0 16level 14
9other_arch enchantment
10skill sorcery
11type 101 17type 101
12subtype 19 18subtype 19
19path_attuned 0
13value 60 20value 60
14no_drop 1
15invisible 1 21invisible 1
16duration 300 22duration 300
17duration_modifier 1 23duration_modifier 1
18maxsp 15 24no_drop 1
25casting_time 5
19end 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines