ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Golem/holy_servant.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:33 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 holy_servant
2 root 1.4 anim
3     golem.x11
4     golem.x12
5     mina
6 root 1.1 name Servant
7 pippijn 1.2 face golem.x11
8 root 1.1 is_animated 1
9     hp 50
10     maxhp 50
11 root 1.3 exp 50
12     dam 5
13     wc 6
14     ac 4
15     speed 0.15
16 root 1.1 level 8
17 root 1.3 type 46
18     resist_physical 25
19 root 1.1 resist_magic 100
20     weight 200000
21 root 1.3 alive 1
22     monster 1
23 root 1.1 editable 1
24     end
25 root 1.3