ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bomb/spell_bomb.arc
Revision: 1.4
Committed: Sat Mar 3 00:51:04 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.3: +18 -19 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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