ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/lbullet.arc
Revision: 1.5
Committed: Sun Feb 18 21:07:40 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 lbullet
2 root 1.4 anim
3     lbullet.x11
4     lbullet.x11
5     lbullet.x21
6     lbullet.x31
7     lbullet.x41
8     lbullet.x51
9     lbullet.x61
10     lbullet.x71
11     lbullet.x81
12     mina
13 root 1.1 name large bullet
14 root 1.3 face lbullet.x11
15     is_animated 0
16     dam 25
17     wc -10
18     speed 1
19 root 1.1 type 102
20     subtype 5
21 root 1.3 attacktype 2
22 root 1.5 move_type fly_low
23 root 1.3 move_on all
24     no_pick 1
25     is_turnable 1
26     color_fg black
27     editable 0
28 root 1.1 end
29 root 1.3