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.3 by pippijn, Tue Jan 2 21:58:37 2007 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.x11 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
19msg 24casting_time 5
20This spell will make you invisible. Monsters will not attack or cast spells because they can't see you. You will start be visible again if you attack or use spells.
21endmsg
22end 25end
26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines