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

File Contents

# User Rev Content
1 root 1.6 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.7 name rustmonster
10     race animal
11     face rustmonste.x31
12     con 1
13     wis 15
14 root 1.1 hp 100
15     maxhp 100
16 root 1.7 exp 300
17     dam 0
18     wc -5
19     ac -10
20 root 1.5 speed -0.5
21 root 1.1 level 4
22     attacktype 64
23     resist_fire -100
24 root 1.7 weight 30000
25     alive 1
26     monster 1
27 root 1.1 hitback 1
28 root 1.7 sleep 1
29     color_fg brown
30 root 1.1 editable 1
31     end
32 root 1.7