ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/mudman.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:28 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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     str 12
10     dex 15
11     con 20
12     wis 15
13     pow 20
14 root 1.11 int 10
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