--- deliantra/arch/shop/food_tables.arc 2007/02/06 22:41:16 1.3 +++ deliantra/arch/shop/food_tables.arc 2007/03/03 00:50:58 1.4 @@ -1,48 +1,44 @@ -object booze_table -name serving booze (3 g.c @) +Object food_table +name serving food (7 g.c. @) +other_arch food slaying goldcoin -other_arch booze -face table_2.x11 -food 3 +food 7 type 103 -move_on all no_pick 1 +face table_2.x11 +walk_on 1 editable 64 end - -object dragon_steak_table +Object dragon_steak_table name serving dragon steak (15 g.c. @) -slaying goldcoin other_arch dragon_steak -face table_2.x11 +slaying goldcoin food 15 type 103 -move_on all no_pick 1 +face table_2.x11 +walk_on 1 editable 64 end - -object food_table -name serving food (7 g.c. @) +Object waybread_table +name serving waybread (25 g.c. @) +other_arch waybread slaying goldcoin -other_arch food -face table_2.x11 -food 7 +food 25 type 103 -move_on all no_pick 1 +face table_2.x11 +walk_on 1 editable 64 end - -object waybread_table -name serving waybread (25 g.c. @) +Object booze_table +name serving booze (3 g.c @) +other_arch booze slaying goldcoin -other_arch waybread -face table_2.x11 -food 25 +food 3 type 103 -move_on all no_pick 1 +face table_2.x11 +walk_on 1 editable 64 end -