ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/work_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 work_ant
2 root 1.4 anim
3     facings 2
4     work_ant.x31
5     work_ant.x32
6     work_ant.x71
7     work_ant.x72
8     mina
9 root 1.1 name Worker Ant
10     race insect
11 root 1.3 face work_ant.x31
12     con 10
13     hp 15
14     maxhp 15
15     exp 50
16     dam 3
17     wc 12
18     ac 10
19     speed 0.1
20     level 3
21     resist_physical 20
22     resist_cold -100
23     resist_acid 30
24     resist_poison 30
25     weight 5000
26     alive 1
27     no_pick 1
28     monster 1
29     editable 1
30     end
31 root 1.1