ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/bullet.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:29 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.7 object bullet
2 root 1.4 anim
3     bullet.x12
4     bullet.x11
5     bullet.x21
6     bullet.x31
7     bullet.x41
8     bullet.x51
9     bullet.x61
10     bullet.x71
11     bullet.x81
12     mina
13 root 1.8 face bullet.x12
14 root 1.3 is_animated 0
15 root 1.11 magicmap black
16 root 1.8 dam 6
17     wc -10
18 root 1.3 speed 1
19 root 1.8 type 102
20     subtype 5
21 root 1.3 attacktype 2
22 root 1.8 move_type fly_low
23     move_on walk fly_low
24     no_pick 1
25     is_turnable 1
26 root 1.1 end
27 root 1.8