ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/stonegolem.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:09 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.6 object stonegolem
2 root 1.4 anim
3     stonegolem.x11
4     stonegolem.x12
5     mina
6 root 1.7 name stone golem
7     race unnatural
8     face stonegolem.x11
9 root 1.10 magicmap grey
10 pippijn 1.1 hp 2000
11     maxhp 2000
12 root 1.7 exp 2000
13     dam 200
14     wc 8
15     ac 5
16 root 1.5 speed 0.25
17 pippijn 1.1 level 25
18 root 1.7 attacktype 1
19 pippijn 1.1 resist_fire 100
20     resist_electricity 100
21     resist_cold 100
22     resist_confusion 100
23     resist_acid -100
24 root 1.7 resist_poison 100
25     resist_fear 100
26     resist_blind 100
27     weight 1000000
28     randomitems stonegolem
29     alive 1
30     monster 1
31 pippijn 1.1 end
32 root 1.7