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.2 by pippijn, Tue Jan 2 21:57:49 2007 UTC vs.
Revision 1.3 by root, Tue Feb 6 22:41:16 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines