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

# Content
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 object spell_shell
5 inherit type_spell
6 name cannon shell
7 name_pl cannon shell
8 msg
9 *TODO* please report
10 endmsg
11 other_arch shell
12 sp 10
13 maxsp 0
14 food 4
15 dam 7
16 level 1
17 subtype 5
18 attacktype 1
19 path_attuned 2
20 value 1
21 invisible 1
22 duration 4
23 range 8
24 dam_modifier 0
25 no_drop 1
26 casting_time 15
27 end
28