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.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.x11 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
19msg 25casting_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 26end
27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines