ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/insect/ant.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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