ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/Chess/ch_knight.arc
Revision: 1.5
Committed: Sat Mar 3 01:16:09 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.4: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

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