ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/breeder_ant.arc
Revision: 1.11
Committed: Sun Jul 11 03:46:49 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.10: +1 -0 lines
Log Message:
give all monsters a reasonable(?) int

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 root 1.10 magicmap dark_orange
12 root 1.7 con 20
13 root 1.11 int 16
14 root 1.1 hp 1000
15     maxhp 1000
16 root 1.7 exp 5000
17     dam 30
18 root 1.5 wc -12
19 root 1.7 ac 2
20     speed -0.1
21     attack_movement 7
22     level 10
23     attacktype 1025
24 root 1.1 resist_physical 30
25     resist_cold -100
26 root 1.7 resist_acid 30
27 root 1.5 resist_poison 100
28 root 1.7 weight 300000
29     alive 1
30     no_pick 1
31     monster 1
32 root 1.5 generator 1
33 root 1.4 end
34 root 1.6 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 root 1.7 name Queen Ant
42     face breeder_ant.x11
43 root 1.10 magicmap dark_orange
44 root 1.3 x 1
45     weight 300000
46 root 1.7 move_block all
47     alive 1
48     no_pick 1
49     monster 1
50 root 1.1 end
51 root 1.7