ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/spell_asteroid.arc
Revision: 1.11
Committed: Fri Apr 2 21:34:28 2010 UTC (14 years, 4 months ago) by root
Branch: MAIN
Changes since 1.10: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

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