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

Comparing deliantra/arch/monster/misc/Chess/chess_pawn.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:40:55 2007 UTC vs.
Revision 1.5 by root, Sat Mar 3 01:16:09 2007 UTC

1object chess_pawn 1object chess_pawn
2race chess
2name pawn 3name pawn
3race chess 4randomitems chess
4face ch_pawn.x11 5face ch_pawn.x11
6sp 10
7maxsp 10
5pow 1 8Pow 1
9monster 1
10alive 1
11ac 5
12wc 5
13dam 5
6hp 10 14hp 10
7maxhp 20 15maxhp 20
8sp 10
9maxsp 10
10exp 20 16exp 20
11dam 5
12wc 5
13ac 5
14speed 0.25 17speed 0.25
18weight 50000
15level 2 19level 2
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