ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/man2.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 man2
2 root 1.4 anim
3     facings 4
4     man2.x51
5     man2.x31
6     man2.x51
7     man2.x71
8     mina
9 root 1.7 name man
10     race human
11     face man2.x51
12     str 12
13     dex 10
14     pow 1
15 root 1.11 int 12
16 root 1.7 hp 18
17     maxhp 18
18 root 1.5 sp 10
19     maxsp 10
20 root 1.7 exp 25
21     dam 2
22     wc 10
23 root 1.5 ac 8
24 root 1.1 speed -0.15
25 root 1.7 level 3
26 root 1.5 weight 50000
27 root 1.7 randomitems man
28     pick_up 24
29 root 1.5 will_apply 2
30 root 1.7 alive 1
31     can_use_shield 1
32     monster 1
33     unaggressive 1
34 root 1.1 can_cast_spell 1
35 root 1.7 can_use_scroll 1
36 root 1.1 can_use_bow 1
37     can_use_armour 1
38     can_use_weapon 1
39 root 1.7 can_use_ring 1
40     can_use_skill 1
41     can_use_rod 1
42     body_range 1
43     body_arm 2
44     body_torso 1
45     body_head 1
46 root 1.5 body_skill 1
47     body_finger 2
48 root 1.1 body_shoulder 1
49     body_foot 1
50 root 1.7 body_hand 2
51 root 1.5 body_wrist 1
52 root 1.1 body_waist 1
53 root 1.7 can_use_wand 1
54 root 1.1 end
55 root 1.7