ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/papergolem.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:55 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +19 -18 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object papergolem
2 pippijn 1.1 name paper golem
3     race unnatural
4 pippijn 1.2 face papergolem.x11
5 pippijn 1.1 hp 1000
6     maxhp 1000
7 root 1.3 exp 1000
8     dam 100
9     wc 8
10     ac 5
11 pippijn 1.1 speed 0.5
12     level 20
13     attacktype 1
14     resist_fire -100
15 root 1.3 resist_confusion 100
16     resist_poison 100
17     resist_fear 100
18     resist_blind 100
19     weight 4000
20     randomitems papergolem
21     alive 1
22     monster 1
23     color_fg orange
24 pippijn 1.1 editable 1
25 root 1.3 anim
26     papergolem.x11
27     papergolem.x12
28     mina
29 pippijn 1.1 end
30 root 1.3