ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/breeder_ant.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:29 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 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.7 name Queen Ant
8     race insect
9     other_arch ant_egg
10     face breeder_ant.x11
11     con 20
12 root 1.1 hp 1000
13     maxhp 1000
14 root 1.7 exp 5000
15     dam 30
16 root 1.5 wc -12
17 root 1.7 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.7 resist_acid 30
25 root 1.5 resist_poison 100
26 root 1.7 weight 300000
27     alive 1
28     no_pick 1
29     monster 1
30 root 1.5 generator 1
31 root 1.8 magicmap dark_orange
32 root 1.4 end
33 root 1.6 more
34     object breeder_ant_2
35 root 1.3 anim
36     breeder_ant.x11
37     breeder_ant.x11
38     breeder_ant.x12
39     mina
40 root 1.7 name Queen Ant
41     face breeder_ant.x11
42 root 1.3 x 1
43     weight 300000
44 root 1.7 move_block all
45     alive 1
46     no_pick 1
47     monster 1
48 root 1.8 magicmap dark_orange
49 root 1.1 end
50 root 1.7