ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/spell_rune_of_transference.arc
Revision: 1.12
Committed: Wed Apr 21 09:30:06 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +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.5 object spell_rune_of_transference
2 root 1.10 inherit type_spell
3 root 1.1 name rune of transference
4     name_pl rune of transference
5     skill sorcery
6     msg
7 root 1.9 Creates a rune that, when triggered,
8 root 1.7 causes the recipient to gain mana. This can
9 root 1.1 be useful to make a mana recharging area.
10     endmsg
11 root 1.6 other_arch rune_transferrence
12     face spell_sorcery.x11
13     sp 12
14     maxsp 24
15 root 1.8 level 10
16 root 1.6 subtype 2
17     path_attuned 32768
18 elmex 1.12 value 1
19 root 1.6 invisible 1
20     no_drop 1
21     casting_time 15
22 root 1.1 end
23 root 1.6