ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant.arc
Revision: 1.9
Committed: Tue Nov 3 09:59:08 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.6 object ant
2 root 1.4 anim
3     ant.x11
4     ant.x12
5     mina
6 root 1.7 race insect
7     face ant.x11
8 root 1.9 magicmap brown
9 root 1.1 hp 5
10     maxhp 5
11 root 1.7 exp 2
12     dam 1
13 root 1.5 wc 18
14 root 1.7 ac 15
15 root 1.1 speed 0.01
16 root 1.7 level 1
17 root 1.1 weight 1000
18 root 1.7 alive 1
19     no_pick 1
20     monster 1
21     can_see_in_dark 1
22 root 1.1 end
23 root 1.7