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

File Contents

# User Rev Content
1 root 1.6 object papergolem
2 root 1.4 anim
3     papergolem.x11
4     papergolem.x12
5     mina
6 root 1.7 name paper golem
7     race unnatural
8     face papergolem.x11
9 pippijn 1.1 hp 1000
10     maxhp 1000
11 root 1.7 exp 1000
12     dam 100
13     wc 8
14     ac 5
15 root 1.5 speed 0.5
16 pippijn 1.1 level 20
17     attacktype 1
18     resist_fire -100
19 root 1.7 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.7