ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Detect/spell_detect_mineral.arc
Revision: 1.5
Committed: Wed Apr 21 09:29:58 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.4: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

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 elmex 1.5 value 1
19 elmex 1.1 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