ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Rune/spell_rune_of_blasting.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_blasting
2 root 1.9 inherit type_spell
3 root 1.1 name rune of blasting
4     name_pl rune of blasting
5     skill pyromancy
6     msg
7 root 1.8 Creates a rune that will hit the
8 root 1.1 creature that activates it with physical and
9     magical damage.
10     endmsg
11 root 1.6 other_arch rune_blast
12     face spell_pyromancy.x11
13     sp 18
14 root 1.7 level 14
15 root 1.6 subtype 2
16     path_attuned 512
17 elmex 1.11 value 1
18 root 1.6 invisible 1
19     no_drop 1
20     casting_time 15
21 root 1.1 end
22 root 1.6