ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/Chess/ch_knight.arc
Revision: 1.7
Committed: Sun Mar 11 00:15:40 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.6: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

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