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

File Contents

# User Rev Content
1 root 1.3 object madman
2     race human
3 pippijn 1.2 face madman.x11
4 root 1.3 str 15
5     con 2
6     wis 10
7     int 3
8 root 1.1 hp 20
9     maxhp 20
10 root 1.3 exp 45
11     dam 6
12 root 1.1 wc 10
13 root 1.3 ac 7
14 root 1.1 speed 0.12
15 root 1.3 level 4
16 root 1.1 weight 75000
17 root 1.3 randomitems madman
18     pick_up 24
19 root 1.1 will_apply 2
20 root 1.3 alive 1
21     can_use_shield 1
22     no_pick 1
23     monster 1
24 root 1.1 can_use_scroll 1
25     can_use_bow 1
26     can_use_armour 1
27     can_use_weapon 1
28 root 1.3 can_use_ring 1
29     sleep 1
30     can_use_skill 1
31     body_range 1
32     body_arm 2
33     body_torso 1
34     body_head 1
35 root 1.1 body_skill 1
36     body_finger 2
37     body_shoulder 1
38     body_foot 2
39 root 1.3 body_hand 2
40 root 1.1 body_wrist 2
41     body_waist 1
42 root 1.3 can_use_wand 1
43     editable 1
44     magicmap brown
45     anim
46     madman.x11
47     madman.x12
48     mina
49 root 1.1 end
50 root 1.3