ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/war_ant.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:11 2007 UTC (17 years, 5 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 war_ant
2 root 1.4 anim
3     facings 2
4     war_ant.x31
5     war_ant.x32
6     war_ant.x71
7     war_ant.x72
8     mina
9 root 1.1 name Warrior Ant
10     race insect
11 root 1.3 face war_ant.x31
12     con 10
13     wis 10
14     hp 100
15     maxhp 100
16     exp 500
17     dam 15
18     wc -5
19     ac -5
20     speed -0.2
21     level 10
22     attacktype 1025
23     resist_physical 45
24     resist_cold -100
25     resist_acid 30
26     resist_poison 100
27     weight 15000
28     alive 1
29     no_pick 1
30     monster 1
31     sleep 1
32     color_fg red
33     editable 1
34     end
35 root 1.1