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

Comparing deliantra/arch/spell/Misc/spell_improved_invisibility.arc (file contents):
Revision 1.6 by root, Sat Mar 3 01:16:54 2007 UTC vs.
Revision 1.10 by root, Thu Sep 17 08:14:49 2009 UTC

1object spell_improved_invisibility 1object spell_improved_invisibility
2name improved invisibility 2name improved invisibility
3name_pl improved invisibility 3name_pl improved invisibility
4skill sorcery
5msg
6An imporoved version of invisible:
7You will stay invisible even if you attack or use spells!!
8
9Note that you still make noises, and most monsters
10will still feel where they hit and try to hit back.
11endmsg
12other_arch enchantment
4face spell_sorcery.x11 13face spell_sorcery.x11
5level 8
6sp 25 14sp 25
7casting_time 10 15maxsp 10
8path_attuned 0 16level 40
9other_arch enchantment
10skill sorcery
11type 101 17type 101
12subtype 19 18subtype 19
19path_attuned 0
13value 80 20value 80
14no_drop 1
15invisible 1 21invisible 1
16duration 200 22duration 200
17duration_modifier 1 23duration_modifier 1
18maxsp 10 24no_drop 1
19make_invisible 1 25make_invisible 1
20msg 26casting_time 10
21This spell is a better version of invisible. You will stay invisible even if you attack or use spells!!
22endmsg
23end 27end
28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines