ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/courier.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, pre_normalise_revert
Changes since 1.2: +28 -27 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object courier
2     name courier
3 root 1.1 race human
4 pippijn 1.2 face courier.x11
5 root 1.3 str 12
6     dex 15
7     con 3
8     int 12
9 root 1.1 hp 30
10     maxhp 30
11     exp 60
12 root 1.3 dam 5
13     wc 8
14     ac 3
15 root 1.1 speed 0.20
16 root 1.3 level 5
17     resist_physical 20
18 root 1.1 weight 50000
19 root 1.3 randomitems courier
20     alive 1
21     can_use_shield 1
22     monster 1
23     unaggressive 1
24     can_use_scroll 1
25 root 1.1 can_use_bow 1
26     can_use_armour 1
27     can_use_weapon 1
28 root 1.3 can_use_ring 1
29     can_use_skill 1
30     can_use_rod 1
31     body_range 1
32     body_arm 2
33     body_torso 1
34     body_head 1
35 root 1.1 body_skill 1
36     body_finger 2
37     body_shoulder 1
38     body_foot 1
39 root 1.3 body_hand 2
40 root 1.1 body_wrist 1
41     body_waist 1
42 root 1.3 can_use_wand 1
43     editable 1
44 root 1.1 end
45 root 1.3