ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/food_tables.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:16 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +26 -22 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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