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 (15 years 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

# User Rev Content
1 root 1.6 object booze_table
2     name serving booze (3 g.c @)
3 root 1.1 slaying goldcoin
4 root 1.6 other_arch booze
5     face table_2.x11
6     food 3
7 root 1.1 type 103
8 root 1.6 move_on walk
9 root 1.1 no_pick 1
10     editable 64
11     end
12 root 1.6
13 elmex 1.7 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 root 1.5 object dragon_steak_table
28 root 1.1 name serving dragon steak (15 g.c. @)
29 root 1.6 slaying goldcoin
30 root 1.4 other_arch dragon_steak
31 root 1.6 face table_2.x11
32 root 1.1 food 15
33     type 103
34 root 1.6 move_on walk
35 root 1.1 no_pick 1
36     editable 64
37     end
38 root 1.6
39     object food_table
40     name serving food (7 g.c. @)
41 root 1.1 slaying goldcoin
42 root 1.6 other_arch food
43     face table_2.x11
44     food 7
45 root 1.1 type 103
46 root 1.6 move_on walk
47 root 1.1 no_pick 1
48     editable 64
49     end
50 root 1.6
51     object waybread_table
52     name serving waybread (25 g.c. @)
53 root 1.1 slaying goldcoin
54 root 1.6 other_arch waybread
55     face table_2.x11
56     food 25
57 root 1.1 type 103
58 root 1.6 move_on walk
59 root 1.1 no_pick 1
60     editable 64
61     end
62 root 1.6