ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_asteroid.arc
Revision: 1.4
Committed: Tue Feb 6 22:41:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +19 -18 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.4 object spell_asteroid
2 pippijn 1.1 name asteroid
3     name_pl asteroid
4 root 1.4 skill evocation
5     msg
6     An asteroid is a large ball of ice, which is shot in the cast
7     direction and will explode into a big icestorm once it hits something.
8     endmsg
9     other_arch asteroid
10 pippijn 1.3 face spell_evocation.x11
11 pippijn 1.1 sp 15
12 root 1.4 maxsp 18
13     food 10
14 pippijn 1.1 dam 75
15 root 1.4 level 8
16 pippijn 1.1 type 101
17     subtype 5
18     attacktype 256
19 root 1.4 path_attuned 16
20     value 80
21     invisible 1
22     duration 10
23     range 12
24     duration_modifier 4
25     dam_modifier 1
26 pippijn 1.1 no_drop 1
27 root 1.4 casting_time 10
28 pippijn 1.1 end
29 root 1.4