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

File Contents

# User Rev Content
1 root 1.3 object woman3
2 root 1.4 anim
3     facings 3
4     woman3.x11
5     woman3.x12
6     woman3.x13
7     mina
8 root 1.3 name woman
9 root 1.1 race human
10 pippijn 1.2 face woman3.x11
11 root 1.3 str 10
12     dex 10
13     pow 1
14     int 12
15     hp 18
16     maxhp 18
17 root 1.1 sp 10
18     maxsp 10
19 root 1.3 exp 20
20     dam 1
21     wc 15
22 root 1.1 ac 10
23     speed -0.15
24 root 1.3 level 2
25 root 1.1 weight 50000
26 root 1.3 randomitems man
27     pick_up 24
28 root 1.1 will_apply 2
29 root 1.3 alive 1
30     can_use_shield 1
31     monster 1
32     unaggressive 1
33     can_cast_spell 1
34 root 1.1 can_use_scroll 1
35     can_use_bow 1
36     can_use_armour 1
37     can_use_weapon 1
38 root 1.3 can_use_ring 1
39     can_use_skill 1
40     can_use_rod 1
41     body_range 1
42     body_arm 2
43     body_torso 1
44     body_head 1
45 root 1.1 body_skill 1
46     body_finger 2
47     body_shoulder 1
48     body_foot 2
49 root 1.3 body_hand 2
50 root 1.1 body_wrist 2
51     body_waist 1
52 root 1.3 can_use_wand 1
53     editable 1
54     magicmap khaki
55 root 1.1 end
56 root 1.3