ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/papergolem.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:13 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 papergolem
2 root 1.4 anim
3     papergolem.x11
4     papergolem.x12
5     mina
6 pippijn 1.1 name paper golem
7     race unnatural
8 pippijn 1.2 face papergolem.x11
9 pippijn 1.1 hp 1000
10     maxhp 1000
11 root 1.3 exp 1000
12     dam 100
13     wc 8
14     ac 5
15 pippijn 1.1 speed 0.5
16     level 20
17     attacktype 1
18     resist_fire -100
19 root 1.3 resist_confusion 100
20     resist_poison 100
21     resist_fear 100
22     resist_blind 100
23     weight 4000
24     randomitems papergolem
25     alive 1
26     monster 1
27     color_fg orange
28 pippijn 1.1 editable 1
29     end
30 root 1.3