ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/old/monk.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:07 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
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 monk
2 root 1.1 name monk
3 pippijn 1.2 face monk.x11
4 root 1.1 is_animated 0
5 root 1.3 str 2
6     dex 2
7     con 1
8     wis -1
9     pow 0
10     cha -3
11     int -1
12     food 500
13     dam 1
14     wc 21
15     ac 10
16     speed 0.5
17     level 1
18 root 1.1 type 37
19 root 1.3 attacktype 1
20     weight 70000
21     randomitems monk
22     alive 1
23 root 1.1 can_use_shield 1
24     can_use_armour 1
25     body_range 1
26     body_arm 2
27     body_torso 1
28     body_head 1
29     body_neck 1
30     body_skill 1
31     body_finger 2
32     body_shoulder 1
33     body_foot 2
34     body_hand 2
35     body_wrist 2
36     body_waist 1
37 root 1.3 editable 0
38     magicmap white
39     anim
40     monk.x51
41     monk.x31
42     monk.x11
43     monk.x71
44     facings 4
45     mina
46 root 1.1 end
47 root 1.3