ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/bullet.arc
Revision: 1.5
Committed: Sun Feb 18 21:07:39 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +1 -1 lines
Log Message:
more manual adjustment to move_on/off and move_type

File Contents

# User Rev Content
1 root 1.3 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.3 face bullet.x12
14     is_animated 0
15     dam 6
16     wc -10
17     speed 1
18 root 1.1 type 102
19     subtype 5
20 root 1.3 attacktype 2
21 root 1.5 move_type fly_low
22 root 1.3 move_on all
23     no_pick 1
24     is_turnable 1
25     color_fg black
26     editable 0
27 root 1.1 end
28 root 1.3