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

# Content
1 object spell_show_invisible
2 inherit type_spell
3 name show invisible
4 name_pl show invisible
5 skill praying
6 msg
7 This prayer may reveal invisible objects or monsters.
8
9 You need this spell to show invisible levers or items on maps.
10 endmsg
11 other_arch detect_magic
12 face spell_praying.x11
13 grace 10
14 level 10
15 type 101
16 subtype 33
17 path_attuned 8192
18 value 50
19 invisible 1
20 range 12
21 range_modifier 5
22 no_drop 1
23 make_invisible 1
24 casting_time 20
25 end
26