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

File Contents

# User Rev Content
1 root 1.3 object ant
2     race insect
3 pippijn 1.2 face ant.x11
4 root 1.1 hp 5
5     maxhp 5
6 root 1.3 exp 2
7     dam 1
8 root 1.1 wc 18
9 root 1.3 ac 15
10 root 1.1 speed 0.01
11 root 1.3 level 1
12 root 1.1 weight 1000
13 root 1.3 alive 1
14     no_pick 1
15     monster 1
16     can_see_in_dark 1
17 root 1.1 editable 1
18     magicmap brown
19 root 1.3 anim
20     ant.x11
21     ant.x12
22     mina
23 root 1.1 end
24 root 1.3