ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/breeder_ant.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:54 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +32 -31 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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