ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_asteroid.arc
Revision: 1.5
Committed: Sat Mar 3 00:51:06 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +18 -19 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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