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.5 by root, Sat Mar 3 01:16:31 2007 UTC vs.
Revision 1.9 by root, Tue Nov 3 09:59:23 2009 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 walk
9no_pick 1
10end
11
12object booze_table_rated
13name serving booze (3 g.c @)
14slaying goldcoin
15other_arch booze
16face table_2.x11
17hp 1
18food 3
19type 103
20subtype 2
21move_on walk
22no_pick 1
23end
24
25object dragon_steak_table
26name serving dragon steak (15 g.c. @)
27slaying goldcoin
28other_arch dragon_steak
29face table_2.x11
30food 15
31type 103
32move_on walk
33no_pick 1
34end
35
1object food_table 36object food_table
2name serving food (7 g.c. @) 37name serving food (7 g.c. @)
38slaying goldcoin
3other_arch food 39other_arch food
4slaying goldcoin 40face table_2.x11
5food 7 41food 7
6type 103 42type 103
43move_on walk
7no_pick 1 44no_pick 1
8face table_2.x11
9walk_on 1
10editable 64
11end 45end
12object dragon_steak_table 46
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 47object waybread_table
24name serving waybread (25 g.c. @) 48name serving waybread (25 g.c. @)
49slaying goldcoin
25other_arch waybread 50other_arch waybread
26slaying goldcoin 51face table_2.x11
27food 25 52food 25
28type 103 53type 103
54move_on walk
29no_pick 1 55no_pick 1
30face table_2.x11
31walk_on 1
32editable 64
33end 56end
34object booze_table 57
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