ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/princess.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 princess
2 root 1.4 anim
3     princess.x11
4     princess.x12
5     princess.x13
6     princess.x12
7     mina
8 root 1.1 name princess
9     race human
10 pippijn 1.2 face princess.x11
11 root 1.3 pow 9
12 root 1.1 hp 30
13     maxhp 30
14 root 1.3 sp 9
15     maxsp 9
16 root 1.1 exp 20
17 root 1.3 dam 9
18     wc 8
19     ac 5
20 root 1.1 speed 0.15
21 root 1.3 level 2
22 root 1.1 weight 50000
23 root 1.3 randomitems princess
24     pick_up 24
25 root 1.1 will_apply 2
26 root 1.3 alive 1
27     can_use_shield 1
28     monster 1
29     unaggressive 1
30     can_cast_spell 1
31 root 1.1 can_use_scroll 1
32     can_use_bow 1
33     can_use_armour 1
34     can_use_weapon 1
35 root 1.3 can_use_ring 1
36     body_range 1
37     body_arm 2
38 root 1.1 body_torso 1
39     body_head 1
40 root 1.3 body_finger 2
41 root 1.1 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     color_fg black
48     editable 1
49 root 1.1 end
50 root 1.3