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

File Contents

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