ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/madman.arc
Revision: 1.10
Committed: Sun Jul 11 03:46:41 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Log Message:
give all monsters a reasonable(?) int

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 root 1.9 magicmap brown
9 root 1.7 str 15
10     con 2
11     wis 10
12 root 1.10 int 8
13 root 1.1 hp 20
14     maxhp 20
15 root 1.7 exp 45
16     dam 6
17 root 1.5 wc 10
18 root 1.7 ac 7
19 root 1.1 speed 0.12
20 root 1.7 level 4
21 root 1.1 weight 75000
22 root 1.7 randomitems madman
23     pick_up 24
24 root 1.5 will_apply 2
25 root 1.7 alive 1
26     can_use_shield 1
27     no_pick 1
28     monster 1
29 root 1.1 can_use_scroll 1
30     can_use_bow 1
31     can_use_armour 1
32     can_use_weapon 1
33 root 1.7 can_use_ring 1
34     sleep 1
35     can_use_skill 1
36     body_range 1
37     body_arm 2
38     body_torso 1
39     body_head 1
40 root 1.5 body_skill 1
41     body_finger 2
42 root 1.1 body_shoulder 1
43     body_foot 2
44 root 1.7 body_hand 2
45 root 1.5 body_wrist 2
46 root 1.1 body_waist 1
47 root 1.7 can_use_wand 1
48 root 1.1 end
49 root 1.7