ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/mudman.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 mudman
2 root 1.4 anim
3     mudman.x11
4     mudman.x12
5     mina
6 root 1.1 name Mudman
7     race earth_elemental
8 pippijn 1.2 face mudman.x11
9 root 1.3 str 12
10     dex 15
11     con 20
12     wis 15
13     pow 20
14 root 1.1 hp 1000
15     maxhp 1000
16     sp 150
17     maxsp 150
18 root 1.3 exp 50000
19     dam 20
20     wc -10
21     ac -4
22     speed 0.1
23     level 18
24 root 1.1 attacktype 7169
25 root 1.3 resist_cold 50
26     resist_acid 50
27 root 1.1 resist_poison 100
28     resist_slow 100
29     resist_paralyze 100
30     weight 100000
31 root 1.3 randomitems skill_use_magic_item
32 root 1.1 run_away 10
33 root 1.3 alive 1
34     can_use_shield 1
35     no_pick 1
36     monster 1
37     can_cast_spell 1
38 root 1.1 can_use_bow 1
39     can_use_armour 1
40     can_use_weapon 1
41 root 1.3 can_use_ring 1
42     body_range 1
43     body_arm 2
44 root 1.1 body_torso 1
45     body_head 1
46 root 1.3 body_finger 2
47 root 1.1 body_shoulder 1
48     body_foot 2
49 root 1.3 body_hand 2
50 root 1.1 body_wrist 2
51     body_waist 1
52 root 1.3 can_use_wand 1
53     color_fg brown
54     editable 1
55 root 1.1 end
56 root 1.3