ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_comet.arc
Revision: 1.12
Committed: Fri Apr 2 21:26:23 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# Content
1 object spell_comet
2 inherit type_spell
3 name comet
4 name_pl comet
5 skill pyromancy
6 msg
7 Fires a comet, a large ball of fire,
8 in the tragetted direction. This comet inflicts serious
9 physical harm on whatever it hits, and then
10 explodes into a ball of fire.
11 endmsg
12 other_arch meteor
13 sound wn/crossbow-fire-miss
14 face spell_pyromancy.x11
15 sp 30
16 maxsp 18
17 food 10
18 dam 75
19 level 40
20 type 101
21 subtype 5
22 attacktype 256
23 path_attuned 16
24 value 80
25 invisible 1
26 duration 10
27 range 12
28 duration_modifier 4
29 dam_modifier 1
30 no_drop 1
31 casting_time 10
32 end
33