ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/breeder_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: +8 -8 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object breeder_ant
2 root 1.4 anim
3     breeder_ant.x11
4     breeder_ant.x11
5     breeder_ant.x12
6     mina
7 root 1.1 name Queen Ant
8     race insect
9     other_arch ant_egg
10 root 1.3 face breeder_ant.x11
11     con 20
12 root 1.1 hp 1000
13     maxhp 1000
14 root 1.3 exp 5000
15     dam 30
16 root 1.1 wc -12
17 root 1.3 ac 2
18     speed -0.1
19     attack_movement 7
20     level 10
21     attacktype 1025
22 root 1.1 resist_physical 30
23     resist_cold -100
24 root 1.3 resist_acid 30
25 root 1.1 resist_poison 100
26 root 1.3 weight 300000
27     alive 1
28     no_pick 1
29     monster 1
30 root 1.1 generator 1
31 root 1.3 color_fg dark_orange
32 root 1.1 editable 1
33 root 1.4 end
34     more
35     object breeder_ant_2
36 root 1.3 anim
37     breeder_ant.x11
38     breeder_ant.x11
39     breeder_ant.x12
40     mina
41     name Queen Ant
42 pippijn 1.2 face breeder_ant.x11
43 root 1.3 x 1
44     weight 300000
45     move_block all
46     alive 1
47     no_pick 1
48     monster 1
49     color_fg dark_orange
50 root 1.1 end
51 root 1.3