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

File Contents

# Content
1 object spell_detect_mineral
2 inherit type_spell
3 name detect mineral
4 name_pl detect mineral
5 skill mining
6 msg
7 This spell will show you all mineral veins on the current map.
8 The places where veins are will light up and maybe even show you
9 the mineral that you can harvest there.
10 endmsg
11 other_arch detect_mineral
12 sound olpc/detect_minerals
13 face spell_mining.x11
14 sp 4
15 level 1
16 type 101
17 subtype 33
18 path_attuned 8192
19 value 10
20 invisible 1
21 last_sp 1
22 range 12
23 range_modifier 5
24 no_drop 1
25 casting_time 13
26 end
27