ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bomb/spell_bomb.arc
(Generate patch)

Comparing deliantra/arch/spell/Bomb/spell_bomb.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:41:20 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:51:04 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines