ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/Chess/chess_rook.arc
Revision: 1.9
Committed: Tue Nov 3 09:59:10 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.5 object chess_rook
2 root 1.6 name rook
3 root 1.4 race chess
4 pippijn 1.2 face ch_rook.x11
5 root 1.9 magicmap black
6 root 1.6 pow 8
7     hp 20
8     maxhp 20
9 root 1.4 sp 10
10     maxsp 10
11 root 1.6 exp 70
12     dam 4
13     wc 10
14 root 1.4 ac 0
15 root 1.1 speed 0.25
16 root 1.6 level 4
17 root 1.4 weight 50000
18 root 1.6 randomitems chess
19     pick_up 24
20 root 1.4 will_apply 2
21 root 1.6 alive 1
22     can_use_shield 1
23     monster 1
24 root 1.1 can_cast_spell 1
25 root 1.6 can_use_scroll 1
26 root 1.1 can_use_bow 1
27     can_use_armour 1
28     can_use_weapon 1
29 root 1.6 can_use_ring 1
30     body_range 1
31     body_arm 2
32 root 1.1 body_torso 1
33     body_head 1
34 root 1.6 body_finger 2
35 root 1.1 body_shoulder 1
36     body_foot 1
37 root 1.6 body_hand 2
38 root 1.4 body_wrist 1
39 root 1.1 body_waist 1
40 root 1.6 can_use_wand 1
41 root 1.1 end
42 root 1.6