ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/spell_show_invisible.arc
Revision: 1.10
Committed: Fri Apr 2 21:26:28 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_show_invisible
2 root 1.10 inherit type_spell
3 root 1.1 name show invisible
4     name_pl show invisible
5 root 1.7 skill praying
6     msg
7 root 1.8 This prayer may reveal invisible objects or monsters.
8    
9     You need this spell to show invisible levers or items on maps.
10 root 1.7 endmsg
11     other_arch detect_magic
12 pippijn 1.3 face spell_praying.x11
13 root 1.7 grace 10
14 root 1.9 level 10
15 root 1.1 type 101
16     subtype 33
17 root 1.7 path_attuned 8192
18 root 1.1 value 50
19     invisible 1
20     range 12
21     range_modifier 5
22 root 1.7 no_drop 1
23 root 1.1 make_invisible 1
24 root 1.7 casting_time 20
25 root 1.1 end
26 root 1.7