ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant/ant_larvae.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:21 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +14 -15 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object ant_larvae
2 root 1.4 anim
3     ant_larvae.x11
4     ant_larvae.x12
5     mina
6 root 1.7 race insect
7     other_arch war_ant
8     face ant_larvae.x11
9 root 1.1 hp 3
10     maxhp 3
11 root 1.7 exp 5
12     dam 1
13 root 1.5 wc 20
14 root 1.7 ac 18
15     speed 0.005
16     level 1
17 root 1.1 resist_physical 10
18     resist_cold -100
19     resist_acid 30
20     resist_poison 30
21 root 1.7 weight 5000
22     alive 1
23     no_pick 1
24     monster 1
25 root 1.1 generator 1
26     is_used_up 1
27 root 1.7 color_fg green
28 root 1.1 editable 1
29     end
30 root 1.7