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

File Contents

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