ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/ant_egg.arc
Revision: 1.4
Committed: Sat Mar 3 00:50:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.3: +14 -13 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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