ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/food_tables.arc
(Generate patch)

Comparing deliantra/arch/shop/food_tables.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:41:16 2007 UTC vs.
Revision 1.4 by root, Sat Mar 3 00:50:58 2007 UTC

1Object food_table
2name serving food (7 g.c. @)
3other_arch food
4slaying goldcoin
5food 7
6type 103
7no_pick 1
8face table_2.x11
9walk_on 1
10editable 64
11end
12Object dragon_steak_table
13name serving dragon steak (15 g.c. @)
14other_arch dragon_steak
15slaying goldcoin
16food 15
17type 103
18no_pick 1
19face table_2.x11
20walk_on 1
21editable 64
22end
23Object waybread_table
24name serving waybread (25 g.c. @)
25other_arch waybread
26slaying goldcoin
27food 25
28type 103
29no_pick 1
30face table_2.x11
31walk_on 1
32editable 64
33end
1object booze_table 34Object booze_table
2name serving booze (3 g.c @) 35name serving booze (3 g.c @)
36other_arch booze
3slaying goldcoin 37slaying goldcoin
4other_arch booze
5face table_2.x11
6food 3 38food 3
7type 103 39type 103
8move_on all
9no_pick 1 40no_pick 1
41face table_2.x11
42walk_on 1
10editable 64 43editable 64
11end 44end
12
13object dragon_steak_table
14name serving dragon steak (15 g.c. @)
15slaying goldcoin
16other_arch dragon_steak
17face table_2.x11
18food 15
19type 103
20move_on all
21no_pick 1
22editable 64
23end
24
25object food_table
26name serving food (7 g.c. @)
27slaying goldcoin
28other_arch food
29face table_2.x11
30food 7
31type 103
32move_on all
33no_pick 1
34editable 64
35end
36
37object waybread_table
38name serving waybread (25 g.c. @)
39slaying goldcoin
40other_arch waybread
41face table_2.x11
42food 25
43type 103
44move_on all
45no_pick 1
46editable 64
47end
48

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines