ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bomb/spell_bomb.arc
Revision: 1.7
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.6: +2 -2 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

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 root 1.7 firing sharp shrapnel as well as encompassing the
10     area in an explosions. Creatures will be
11 root 1.1 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