ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bomb/spell_bomb.arc
Revision: 1.6
Committed: Sat Mar 3 01:24:14 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_71, rel-2_54, rel-2_55, rel-2_56, rel-2_53, rel-2_32, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.5: +18 -17 lines
Log Message:
second normaliser run - dude

File Contents

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