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