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.3 by pippijn, Tue Jan 2 21:58:37 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:26:30 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines