ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/ant_egg.arc
Revision: 1.9
Committed: Tue Nov 3 09:59:09 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.5 object ant_egg
2 root 1.1 race insect
3     other_arch ant_larvae
4 root 1.6 face ant_egg.x11
5 root 1.9 magicmap dark_orange
6 root 1.6 hp 1
7     maxhp 1
8 root 1.4 exp 1
9 root 1.6 ac 20
10     speed 0.001
11 root 1.4 level 1
12 root 1.6 resist_cold -100
13 root 1.1 resist_acid 30
14     resist_poison 30
15 root 1.6 weight 5000
16     alive 1
17     no_pick 1
18     monster 1
19 root 1.1 generator 1
20     is_used_up 1
21     end
22 root 1.6