ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_improved_invisibility.arc
Revision: 1.10
Committed: Thu Sep 17 08:14:49 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +4 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

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