ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/old/monk.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:25 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +7 -7 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object monk
2 root 1.4 anim
3     monk.x51
4     monk.x31
5     monk.x11
6     monk.x71
7     facings 4
8     mina
9 root 1.1 name monk
10 pippijn 1.2 face monk.x11
11 root 1.1 is_animated 0
12 root 1.3 str 2
13     dex 2
14     con 1
15     wis -1
16     pow 0
17     cha -3
18     int -1
19     food 500
20     dam 1
21     wc 21
22     ac 10
23     speed 0.5
24     level 1
25 root 1.1 type 37
26 root 1.3 attacktype 1
27     weight 70000
28     randomitems monk
29     alive 1
30 root 1.1 can_use_shield 1
31     can_use_armour 1
32     body_range 1
33     body_arm 2
34     body_torso 1
35     body_head 1
36     body_neck 1
37     body_skill 1
38     body_finger 2
39     body_shoulder 1
40     body_foot 2
41     body_hand 2
42     body_wrist 2
43     body_waist 1
44 root 1.3 editable 0
45     magicmap white
46 root 1.1 end
47 root 1.3