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

File Contents

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