ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/spell_detect_mineral.arc
Revision: 1.4
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# User Rev Content
1 elmex 1.1 object spell_detect_mineral
2 root 1.3 inherit type_spell
3 elmex 1.1 name detect mineral
4     name_pl detect mineral
5 elmex 1.2 skill mining
6 elmex 1.1 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 root 1.3 sound olpc/detect_minerals
13 elmex 1.2 face spell_mining.x11
14 elmex 1.1 sp 4
15 elmex 1.2 level 1
16 elmex 1.1 subtype 33
17     path_attuned 8192
18     value 10
19     invisible 1
20 root 1.3 last_sp 1
21 elmex 1.1 range 12
22     range_modifier 5
23     no_drop 1
24     casting_time 13
25     end
26 root 1.3