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

# User Rev Content
1 root 1.6 object spell_invisible
2 root 1.10 inherit type_spell
3 root 1.1 name invisible
4     name_pl invisible
5 root 1.7 skill sorcery
6     msg
7 root 1.9 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 root 1.7 endmsg
12     other_arch enchantment
13 pippijn 1.3 face spell_sorcery.x11
14 root 1.7 sp 15
15     maxsp 15
16 root 1.8 level 14
17 root 1.1 type 101
18     subtype 19
19 root 1.7 path_attuned 0
20 root 1.1 value 60
21     invisible 1
22     duration 300
23     duration_modifier 1
24 root 1.7 no_drop 1
25     casting_time 5
26 root 1.1 end
27 root 1.7