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

File Contents

# User Rev Content
1 root 1.3 object rustmonster
2 root 1.4 anim
3     facings 2
4     rustmonste.x31
5     rustmonste.x32
6     rustmonste.x71
7     rustmonste.x72
8     mina
9 root 1.3 name rustmonster
10 root 1.1 race animal
11 pippijn 1.2 face rustmonste.x31
12 root 1.3 con 1
13     wis 15
14 root 1.1 hp 100
15     maxhp 100
16 root 1.3 exp 300
17     dam 0
18     wc -5
19     ac -10
20 root 1.1 speed -0.5
21     level 4
22     attacktype 64
23     resist_fire -100
24 root 1.3 weight 30000
25     alive 1
26     monster 1
27 root 1.1 hitback 1
28 root 1.3 sleep 1
29     color_fg brown
30 root 1.1 editable 1
31     end
32 root 1.3