ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bomb/spell_bomb.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:02 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_90, rel-2_92, rel-2_93, rel-2_78
Changes since 1.7: +2 -2 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# Content
1 object spell_create_bomb
2 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 sharp 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 other_arch bomb
15 face spell_pyromancy.x11
16 sp 12
17 maxsp 72
18 dam 12
19 level 20
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 end
32