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