ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/princess.arc
Revision: 1.12
Committed: Sat Oct 16 09:18:25 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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