ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_asteroid.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:56 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +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_asteroid
2 root 1.10 inherit type_spell
3 pippijn 1.1 name asteroid
4     name_pl asteroid
5 root 1.7 skill evocation
6     msg
7     An asteroid is a large ball of ice, which is shot in the cast
8     direction and will explode into a big icestorm once it hits something.
9     endmsg
10     other_arch asteroid
11 root 1.8 sound wn/bow-puny-miss
12 pippijn 1.3 face spell_evocation.x11
13 pippijn 1.1 sp 15
14 root 1.7 maxsp 18
15     food 10
16 root 1.5 dam 75
17 root 1.9 level 30
18 pippijn 1.1 subtype 5
19     attacktype 256
20 root 1.7 path_attuned 16
21 elmex 1.12 value 1
22 root 1.7 invisible 1
23     duration 10
24     range 12
25     duration_modifier 4
26     dam_modifier 1
27 root 1.5 no_drop 1
28 root 1.7 casting_time 10
29 pippijn 1.1 end
30 root 1.7