ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_alchemy.arc
Revision: 1.13
Committed: Wed Apr 21 09:30:00 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.12: +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 root 1.6 object spell_alchemy
2 root 1.11 inherit type_spell
3 root 1.1 name alchemy
4     name_pl alchemy
5 elmex 1.8 skill alchemy
6 root 1.7 msg
7 root 1.10 Transforms surrounding objects into gold nuggets.
8     That's what it does, yes, certainly, what else could it do?
9 root 1.7 endmsg
10 elmex 1.8 face spell_alchemy.x11
11 root 1.7 sp 5
12 elmex 1.8 level 1
13 root 1.1 subtype 30
14 root 1.7 path_attuned 16384
15 elmex 1.13 value 1
16 root 1.1 invisible 1
17     duration 100
18     duration_modifier 5
19 root 1.7 no_drop 1
20     casting_time 25
21 root 1.1 end
22 root 1.7