ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/madman.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:04 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object madman
2 root 1.4 anim
3     madman.x11
4     madman.x12
5     mina
6 root 1.3 race human
7 pippijn 1.2 face madman.x11
8 root 1.3 str 15
9     con 2
10     wis 10
11     int 3
12 root 1.1 hp 20
13     maxhp 20
14 root 1.3 exp 45
15     dam 6
16 root 1.1 wc 10
17 root 1.3 ac 7
18 root 1.1 speed 0.12
19 root 1.3 level 4
20 root 1.1 weight 75000
21 root 1.3 randomitems madman
22     pick_up 24
23 root 1.1 will_apply 2
24 root 1.3 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.3 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.1 body_skill 1
40     body_finger 2
41     body_shoulder 1
42     body_foot 2
43 root 1.3 body_hand 2
44 root 1.1 body_wrist 2
45     body_waist 1
46 root 1.3 can_use_wand 1
47     editable 1
48     magicmap brown
49 root 1.1 end
50 root 1.3