ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/bullet.arc
Revision: 1.7
Committed: Sat Mar 3 01:16:45 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.6: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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