ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/shop/food_tables.arc
Revision: 1.7
Committed: Thu Jun 25 12:44:28 2009 UTC (14 years, 11 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_79
Changes since 1.6: +14 -0 lines
Log Message:
added ratelimited food table and made convert_item available to perl. and fixed manafountain.

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