ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/food_tables.arc
Revision: 1.9
Committed: Tue Nov 3 09:59:23 2009 UTC (14 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93, HEAD
Changes since 1.8: +1 -1 lines
Log Message:
big cfarch-normalize run

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 walk
9 no_pick 1
10 end
11
12 object booze_table_rated
13 name serving booze (3 g.c @)
14 slaying goldcoin
15 other_arch booze
16 face table_2.x11
17 hp 1
18 food 3
19 type 103
20 subtype 2
21 move_on walk
22 no_pick 1
23 end
24
25 object dragon_steak_table
26 name serving dragon steak (15 g.c. @)
27 slaying goldcoin
28 other_arch dragon_steak
29 face table_2.x11
30 food 15
31 type 103
32 move_on walk
33 no_pick 1
34 end
35
36 object food_table
37 name serving food (7 g.c. @)
38 slaying goldcoin
39 other_arch food
40 face table_2.x11
41 food 7
42 type 103
43 move_on walk
44 no_pick 1
45 end
46
47 object waybread_table
48 name serving waybread (25 g.c. @)
49 slaying goldcoin
50 other_arch waybread
51 face table_2.x11
52 food 25
53 type 103
54 move_on walk
55 no_pick 1
56 end
57