ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/ant_egg.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:54 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +13 -14 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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