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

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