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

File Contents

# Content
1 object spell_invisible
2 inherit type_spell
3 name invisible
4 name_pl invisible
5 skill sorcery
6 msg
7 Makes you invisible.
8
9 Monsters will not attack or cast spells because they can't see you, but
10 you will start be visible again if you attack or use spells.
11 endmsg
12 other_arch enchantment
13 face spell_sorcery.x11
14 sp 15
15 maxsp 15
16 level 14
17 type 101
18 subtype 19
19 path_attuned 0
20 value 60
21 invisible 1
22 duration 300
23 duration_modifier 1
24 no_drop 1
25 casting_time 5
26 end
27