ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_shell.arc
Revision: 1.9
Committed: Wed Apr 21 09:29:57 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.8: +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.1 # this is used by cannons to fire spells.
2     # as such, most of the values aren't that meaningful compared
3     # to spells players casts.
4 root 1.4 object spell_shell
5 root 1.7 inherit type_spell
6 root 1.1 name cannon shell
7     name_pl cannon shell
8 root 1.6 msg
9     *TODO* please report
10     endmsg
11 root 1.5 other_arch shell
12 root 1.3 sp 10
13 root 1.5 maxsp 0
14     food 4
15 root 1.3 dam 7
16 root 1.5 level 1
17 root 1.1 subtype 5
18 root 1.5 attacktype 1
19     path_attuned 2
20 elmex 1.9 value 1
21 root 1.5 invisible 1
22     duration 4
23     range 8
24     dam_modifier 0
25 root 1.3 no_drop 1
26 root 1.5 casting_time 15
27 root 1.1 end
28 root 1.5