ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/Chess/ch_knight.arc
(Generate patch)

Comparing deliantra/arch/monster/misc/Chess/ch_knight.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:40:55 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:50:35 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines