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

File Contents

# Content
1 object spell_large_snowstorm
2 inherit type_spell
3 name large snowstorm
4 name_pl large snowstorm
5 skill evocation
6 msg
7 Fires a small snowball that
8 explodes into a ice and cold, freezing
9 anything within it. The small snowball
10 explodes when it hits something.
11 endmsg
12 other_arch snowball
13 sound wn/bow-puny-miss
14 face spell_evocation.x11
15 sp 16
16 maxsp 32
17 food 8
18 dam 8
19 level 25
20 type 101
21 subtype 5
22 attacktype 18
23 path_attuned 4
24 value 50
25 invisible 1
26 duration 4
27 range 8
28 dam_modifier 4
29 no_drop 1
30 casting_time 6
31 end
32