ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/madman.arc
Revision: 1.11
Committed: Sat Oct 16 09:18:19 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +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 madman
2 root 1.4 anim
3     madman.x11
4     madman.x12
5     mina
6 root 1.7 race human
7     face madman.x11
8     str 15
9     con 2
10     wis 10
11 root 1.10 int 8
12 root 1.1 hp 20
13     maxhp 20
14 root 1.7 exp 45
15     dam 6
16 root 1.5 wc 10
17 root 1.7 ac 7
18 root 1.1 speed 0.12
19 root 1.7 level 4
20 root 1.1 weight 75000
21 root 1.7 randomitems madman
22     pick_up 24
23 root 1.5 will_apply 2
24 root 1.7 alive 1
25     can_use_shield 1
26     no_pick 1
27     monster 1
28 root 1.1 can_use_scroll 1
29     can_use_bow 1
30     can_use_armour 1
31     can_use_weapon 1
32 root 1.7 can_use_ring 1
33     sleep 1
34     can_use_skill 1
35     body_range 1
36     body_arm 2
37     body_torso 1
38     body_head 1
39 root 1.5 body_skill 1
40     body_finger 2
41 root 1.1 body_shoulder 1
42     body_foot 2
43 root 1.7 body_hand 2
44 root 1.5 body_wrist 2
45 root 1.1 body_waist 1
46 root 1.7 can_use_wand 1
47 root 1.1 end
48 root 1.7