ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/ant_egg.arc
Revision: 1.5
Committed: Sat Mar 3 01:16:08 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.4: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# User Rev Content
1 root 1.5 object ant_egg
2 root 1.4 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