ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/stonegolem.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 stonegolem
2 pippijn 1.1 name stone golem
3     race unnatural
4 pippijn 1.2 face stonegolem.x11
5 pippijn 1.1 hp 2000
6     maxhp 2000
7 root 1.3 exp 2000
8     dam 200
9     wc 8
10     ac 5
11 pippijn 1.1 speed 0.25
12     level 25
13 root 1.3 attacktype 1
14 pippijn 1.1 resist_fire 100
15     resist_electricity 100
16     resist_cold 100
17     resist_confusion 100
18     resist_acid -100
19 root 1.3 resist_poison 100
20     resist_fear 100
21     resist_blind 100
22     weight 1000000
23     randomitems stonegolem
24     alive 1
25     monster 1
26     color_fg grey
27 pippijn 1.1 editable 1
28 root 1.3 anim
29     stonegolem.x11
30     stonegolem.x12
31     mina
32 pippijn 1.1 end
33 root 1.3