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

File Contents

# User Rev Content
1 root 1.3 object holy_servant
2 root 1.1 name Servant
3 pippijn 1.2 face golem.x11
4 root 1.1 is_animated 1
5     hp 50
6     maxhp 50
7 root 1.3 exp 50
8     dam 5
9     wc 6
10     ac 4
11     speed 0.15
12 root 1.1 level 8
13 root 1.3 type 46
14     resist_physical 25
15 root 1.1 resist_magic 100
16     weight 200000
17 root 1.3 alive 1
18     monster 1
19 root 1.1 editable 1
20 root 1.3 anim
21     golem.x11
22     golem.x12
23     mina
24 root 1.1 end
25 root 1.3