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.12 by elmex, Wed Apr 21 09:30:01 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
16level 14
17subtype 19
8path_attuned 0 18path_attuned 0
9other_arch enchantment
10skill sorcery
11type 101
12subtype 19
13value 60 19value 1
14no_drop 1
15invisible 1 20invisible 1
16duration 300 21duration 300
17duration_modifier 1 22duration_modifier 1
18maxsp 15 23no_drop 1
24casting_time 5
19end 25end
26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines