ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/breeder_ant.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:27 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -2 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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.11 int 16
13 root 1.1 hp 1000
14     maxhp 1000
15 root 1.7 exp 5000
16     dam 30
17 root 1.5 wc -12
18 root 1.7 ac 2
19     speed -0.1
20     attack_movement 7
21     level 10
22     attacktype 1025
23 root 1.1 resist_physical 30
24     resist_cold -100
25 root 1.7 resist_acid 30
26 root 1.5 resist_poison 100
27 root 1.7 weight 300000
28     alive 1
29     no_pick 1
30     monster 1
31 root 1.5 generator 1
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.1 end
49 root 1.7