ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bomb/spell_bomb.arc
Revision: 1.11
Committed: Wed Apr 21 09:29:56 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

# Content
1 object spell_create_bomb
2 inherit type_spell
3 name create bomb
4 name_pl create bomb
5 skill pyromancy
6 msg
7 Create bomb does just that - it creates a
8 bomb in the direction the spell is fired.
9 The bomb detonates after a few seconds,
10 firing sharp shrapnel as well as encompassing the
11 area in an explosions. Creatures will be
12 wounded if they are in the explosion or are
13 hit by the flying shrapnel.
14 endmsg
15 other_arch bomb
16 face spell_pyromancy.x11
17 sp 12
18 maxsp 72
19 dam 12
20 level 20
21 subtype 8
22 attacktype 1
23 path_attuned 512
24 value 1
25 invisible 1
26 duration 8
27 range 5
28 dam_modifier 6
29 no_drop 1
30 casting_time 5
31 end
32