ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/asteroid.arc
Revision: 1.12
Committed: Wed Aug 1 00:53:04 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -0 lines
Log Message:
shooting and impacting sounds for many bullets and some cones

File Contents

# User Rev Content
1 root 1.10 object asteroid
2 root 1.7 anim
3     asteroid.x12
4     asteroid.x11
5     asteroid.x21
6     asteroid.x31
7     asteroid.x41
8     asteroid.x51
9     asteroid.x61
10     asteroid.x71
11     asteroid.x81
12     mina
13 root 1.11 other_arch snowstorm
14 root 1.12 sound wn/bow-puny-miss
15 root 1.11 face asteroid.x12
16 root 1.6 is_animated 0
17 root 1.11 speed 1
18     type 102
19     subtype 5
20     move_type fly_low
21     move_on walk fly_low
22     no_pick 1
23 root 1.9 is_turnable 1
24 root 1.6 editable 0
25     magicmap grey
26 pippijn 1.1 end
27 root 1.11