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

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 type 101
19 subtype 5
20 attacktype 256
21 path_attuned 16
22 value 80
23 invisible 1
24 duration 10
25 range 12
26 duration_modifier 4
27 dam_modifier 1
28 no_drop 1
29 casting_time 10
30 end
31