ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/woman2.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
Changes since 1.2: +37 -37 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object woman2
2     name woman
3 root 1.1 race human
4 pippijn 1.2 face woman2.x13
5 root 1.3 str 10
6     dex 10
7     pow 1
8     int 12
9     hp 18
10     maxhp 18
11 root 1.1 sp 10
12     maxsp 10
13 root 1.3 exp 20
14     dam 1
15     wc 15
16 root 1.1 ac 10
17     speed -0.15
18 root 1.3 level 2
19 root 1.1 weight 50000
20 root 1.3 randomitems man
21     pick_up 24
22 root 1.1 will_apply 2
23 root 1.3 alive 1
24     can_use_shield 1
25     monster 1
26     unaggressive 1
27     can_cast_spell 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     can_use_skill 1
34     can_use_rod 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 khaki
49     anim
50     woman2.x11
51     woman2.x12
52     woman2.x13
53     woman2.x12
54     mina
55 root 1.1 end
56 root 1.3