ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/fly_ant.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:11 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +7 -7 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object fly_ant
2 root 1.4 anim
3     facings 2
4     fly_ant.x31
5     fly_ant.x32
6     fly_ant.x71
7     fly_ant.x72
8     mina
9 root 1.3 race insect
10 pippijn 1.2 face fly_ant.x31
11 root 1.3 wis 6
12     hp 1
13     maxhp 1
14     exp 20
15     dam 5
16     wc 1
17     ac 10
18     speed -0.3
19     level 3
20     weight 7
21     move_type all
22     alive 1
23     no_pick 1
24     monster 1
25     sleep 1
26     editable 1
27 root 1.1 end
28 root 1.3