ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/spell_rune_of_magic_drain.arc
Revision: 1.11
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.10: +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_magic_drain
2 root 1.9 inherit type_spell
3 root 1.1 name rune of magic drain
4     name_pl rune of magic drain
5     skill evocation
6     msg
7 root 1.8 Creates a rune that, when triggered,
8 root 1.7 drains the mana of the target. This drain in
9 root 1.1 mana will make it impossible for the target
10     to cast spells until it regains sufficient
11     mana to do so.
12     endmsg
13 root 1.6 other_arch rune_drain_magic
14     face spell_evocation.x11
15     sp 30
16     level 14
17     subtype 2
18     path_attuned 32768
19 elmex 1.11 value 1
20 root 1.6 invisible 1
21     no_drop 1
22     casting_time 15
23 root 1.1 end
24 root 1.6