ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_improved_invisibility.arc
Revision: 1.11
Committed: Fri Apr 2 21:26:30 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

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