ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Misc/spell_transference.arc
Revision: 1.13
Committed: Wed Apr 21 09:30:01 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_transference
2 root 1.11 inherit type_spell
3 root 1.1 name transference
4     name_pl transference
5 root 1.7 skill sorcery
6     msg
7 root 1.10 Transfers mana to the target.
8    
9     If you use this spell on a normal creature, they will perhaps be
10     overloaded from the magical energy and explode in a blast of fire.
11    
12     Can also be used to reload mana in another player.
13    
14 root 1.7 endmsg
15 pippijn 1.3 face spell_sorcery.x11
16 root 1.7 sp 10
17     maxsp 4
18     dam 8
19 root 1.9 level 12
20 root 1.1 subtype 37
21 root 1.7 path_attuned 32768
22 elmex 1.13 value 1
23 root 1.1 invisible 1
24     dam_modifier 2
25 root 1.7 no_drop 1
26     casting_time 20
27 root 1.1 end
28 root 1.7