1[
2  {
3    "type": "COMESTIBLE",
4    "id": "milkshake",
5    "name": { "str": "milkshake" },
6    "//": "they bring the boys to the yard",
7    "description": "An all-natural cold beverage made with milk and sweeteners.  Tastes great when frozen.",
8    "weight": "160 g",
9    "volume": "250 ml",
10    "container": "styrofoam_cup",
11    "comestible_type": "DRINK",
12    "symbol": "~",
13    "color": "white",
14    "spoils_in": "1 day",
15    "calories": 150,
16    "quench": 30,
17    "fun": 20,
18    "healthy": -1,
19    "price": 250,
20    "price_postapoc": 100,
21    "material": [ "milk" ],
22    "phase": "liquid",
23    "charges": 2,
24    "vitamins": [ [ "vitA", 1 ], [ "calcium", 12 ] ],
25    "flags": [ "MELTS" ]
26  },
27  {
28    "type": "COMESTIBLE",
29    "copy-from": "milkshake",
30    "id": "milkshake_fastfood",
31    "name": { "str": "fast food milkshake" },
32    "description": "A milkshake made by freezing a premade mix.  Tastes better due to how much sugar is in it, but is bad for your health.",
33    "calories": 175,
34    "fun": 23,
35    "healthy": -3,
36    "price": 275,
37    "price_postapoc": 100,
38    "material": [ "milk", "junk" ],
39    "primary_material": "milk"
40  },
41  {
42    "type": "COMESTIBLE",
43    "id": "milkshake_choc",
44    "name": { "str": "chocolate milkshake" },
45    "copy-from": "milkshake",
46    "description": "An all-natural cold beverage made with chocolate milk and sweeteners.  Tastes great when frozen.",
47    "color": "brown",
48    "calories": 170
49  },
50  {
51    "type": "COMESTIBLE",
52    "copy-from": "milkshake",
53    "id": "milkshake_deluxe",
54    "name": { "str": "deluxe milkshake" },
55    "description": "This milkshake has been enhanced with added sweeteners, and even has a cherry on top.  Tastes great, but is fairly awful for your health.",
56    "calories": 265,
57    "quench": 40,
58    "fun": 25,
59    "healthy": -6,
60    "price": 400,
61    "price_postapoc": 150,
62    "material": [ "milk", "junk" ],
63    "primary_material": "milk"
64  },
65  {
66    "type": "COMESTIBLE",
67    "id": "milkshake_deluxe_choc",
68    "name": { "str": "deluxe chocolate milkshake" },
69    "copy-from": "milkshake_deluxe",
70    "description": "This chocolate milkshake has been enhanced with added sweeteners, and even has a cherry on top.  Tastes great, but is fairly awful for your health.",
71    "calories": 285
72  },
73  {
74    "type": "COMESTIBLE",
75    "id": "frozen_lemonade",
76    "name": { "str": "frozen lemonade" },
77    "copy-from": "milkshake",
78    "description": "An all-natural cold beverage made with lemonade and sweeteners.  Tastes great when frozen.",
79    "color": "white",
80    "calories": 220,
81    "vitamins": [ [ "vitA", 1 ], [ "vitC", 6 ] ]
82  },
83  {
84    "type": "COMESTIBLE",
85    "id": "icecream",
86    "name": { "str": "ice cream", "str_pl": "ice cream scoops" },
87    "description": "A sweet, frozen food made of milk with liberal amounts of sugar.",
88    "weight": "70 g",
89    "volume": "250 ml",
90    "container": "plastic_bucket",
91    "comestible_type": "FOOD",
92    "symbol": "~",
93    "color": "white",
94    "spoils_in": "1 day",
95    "calories": 325,
96    "fun": 15,
97    "healthy": -1,
98    "price": 250,
99    "price_postapoc": 300,
100    "material": [ "milk" ],
101    "primary_material": "ice_cream",
102    "phase": "liquid",
103    "//": "not technically a drink, but is quasi-liquid enough that it'd get all over everything if you carried it",
104    "charges": 2,
105    "vitamins": [ [ "vitA", 9 ], [ "calcium", 9 ], [ "vitB", 11 ] ],
106    "flags": [ "MELTS" ]
107  },
108  {
109    "type": "COMESTIBLE",
110    "copy-from": "icecream",
111    "id": "icecream_artificial",
112    "name": { "str": "dairy dessert", "str_pl": "dairy dessert scoops" },
113    "description": "Government regulations dictate that since this isn't *technically* ice cream, it can be called a dairy dessert instead.  It still tastes good, but your body won't like you.",
114    "healthy": -2,
115    "price": 200,
116    "price_postapoc": 100,
117    "primary_material": "ice_cream",
118    "material": [ "milk", "junk" ]
119  },
120  {
121    "type": "COMESTIBLE",
122    "id": "icecream_choc",
123    "name": { "str": "chocolate ice cream", "str_pl": "chocolate ice cream scoops" },
124    "copy-from": "icecream",
125    "description": "A sweet, frozen food made of chocolate milk with liberal amounts of sugar.",
126    "color": "brown",
127    "calories": 345
128  },
129  {
130    "type": "COMESTIBLE",
131    "id": "sundae_cup",
132    "//": "based on hoodsie cups, a popular brand in new england",
133    "name": { "str": "sundae cup" },
134    "copy-from": "icecream_artificial",
135    "description": "A small cup of frozen dairy dessert that is half chocolate, half vanilla, and all delicious.",
136    "container": "cup_plastic",
137    "weight": "25 g",
138    "volume": "88 ml",
139    "color": "brown",
140    "healthy": -1,
141    "calories": 121
142  },
143  {
144    "type": "COMESTIBLE",
145    "copy-from": "icecream",
146    "id": "icecream_candy",
147    "name": { "str": "candy ice cream", "str_pl": "candy ice cream scoops" },
148    "description": "Ice cream with bits of chocolate, caramel, or other flavoring mixed in.",
149    "fun": 20,
150    "healthy": -3,
151    "price": 300,
152    "price_postapoc": 300,
153    "calories": 330,
154    "primary_material": "ice_cream",
155    "vitamins": [ [ "vitA", 9 ], [ "calcium", 8 ], [ "iron", 4 ], [ "vitB", 8 ] ],
156    "material": [ "milk", "junk" ]
157  },
158  {
159    "type": "COMESTIBLE",
160    "copy-from": "icecream",
161    "id": "icecream_fruit",
162    "name": { "str": "fruity ice cream", "str_pl": "fruity ice cream scoops" },
163    "description": "Small bits of sweet fruit have been tossed into this ice cream, making it slightly less terrible for you.",
164    "healthy": 0,
165    "calories": 224,
166    "fun": 17,
167    "price": 300,
168    "price_postapoc": 300,
169    "primary_material": "ice_cream",
170    "vitamins": [ [ "vitA", 8 ], [ "vitC", 6 ], [ "calcium", 8 ], [ "iron", 1 ], [ "vitB", 9 ] ],
171    "material": [ "milk", "fruit" ]
172  },
173  {
174    "type": "COMESTIBLE",
175    "copy-from": "icecream",
176    "id": "icecream_custard",
177    "name": { "str": "frozen custard", "str_pl": "frozen custard scoops" },
178    "description": "Similar to ice cream, this treat made famous in Coney Island is made like ice cream, but with egg yolk added in.  Its storing temperature is warmer, and it lasts a little longer than regular ice cream.",
179    "spoils_in": "2 days",
180    "calories": 328,
181    "price": 300,
182    "price_postapoc": 300,
183    "primary_material": "ice_cream",
184    "vitamins": [ [ "vitA", 1 ], [ "calcium", 8 ], [ "vitB", 10 ] ],
185    "material": [ "milk", "egg" ]
186  },
187  {
188    "type": "COMESTIBLE",
189    "copy-from": "icecream",
190    "id": "icecream_yogurt",
191    "name": { "str_sp": "frozen yogurt" },
192    "description": "Tarter than ice cream, this is made with yogurt and other dairy products, and is generally low-fat compared to ice cream itself.",
193    "calories": 127,
194    "price": 275,
195    "price_postapoc": 100,
196    "weight": "80 g",
197    "primary_material": "ice_cream",
198    "vitamins": [ [ "vitC", 4 ], [ "calcium", 10 ] ],
199    "material": [ "milk" ]
200  },
201  {
202    "type": "COMESTIBLE",
203    "copy-from": "icecream",
204    "id": "icecream_sorbet",
205    "name": { "str": "sorbet", "str_pl": "sorbet scoops" },
206    "description": "A simple frozen dessert food made from water and fruit juice.",
207    "spoils_in": "14 days",
208    "calories": 116,
209    "quench": 8,
210    "fun": 10,
211    "price": 175,
212    "price_postapoc": 100,
213    "weight": "106 g",
214    "vitamins": [  ],
215    "material": [ "water", "fruit" ]
216  },
217  {
218    "type": "COMESTIBLE",
219    "copy-from": "icecream",
220    "id": "icecream_gelato",
221    "name": { "str": "gelato", "str_pl": "gelato scoops" },
222    "description": "Italian-style ice cream.  Less airy, and more dense, giving it a richer flavor and texture.",
223    "calories": 240,
224    "price": 300,
225    "price_postapoc": 200,
226    "weight": "90 g",
227    "primary_material": "ice_cream",
228    "vitamins": [ [ "calcium", 2 ], [ "iron", 2 ] ],
229    "material": [ "milk" ]
230  }
231]
232