ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/fatwoman.arc
Revision: 1.5
Committed: Sat Mar 3 01:16:06 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.4: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# User Rev Content
1 root 1.5 object fatwoman
2 root 1.4 race human
3 root 1.3 name large woman
4 pippijn 1.2 face fatwoman.x11
5 root 1.4 monster 1
6     unaggressive 1
7     random_movement 1
8     alive 1
9     ac 8
10     wc 14
11     dam 2
12 root 1.1 hp 10
13     maxhp 10
14 root 1.4 Str 14
15     Con 3
16     Int 13
17     Dex 9
18 root 1.1 exp 15
19     speed 0.05
20 root 1.4 weight 50000
21 root 1.3 level 1
22 root 1.4 can_use_skill 1
23     can_use_wand 1
24     can_use_rod 1
25     can_use_bow 1
26     can_use_ring 1
27 root 1.3 can_use_shield 1
28 root 1.1 can_use_armour 1
29     can_use_weapon 1
30 root 1.4 can_use_scroll 1
31     editable 1
32     body_skill 1
33     body_finger 2
34 root 1.3 body_torso 1
35     body_head 1
36 root 1.1 body_shoulder 1
37     body_foot 1
38 root 1.4 body_wrist 1
39 root 1.3 body_hand 2
40 root 1.1 body_waist 1
41 root 1.4 body_arm 2
42     body_range 1
43     randomitems skill_use_magic_item
44 root 1.1 end