1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[
{
"type": "COMESTIBLE",
"id": "tofu_stirfry",
"name": { "str": "tofu stirfry", "str_pl": "tofu stirfry" },
"weight": "135 g",
"color": "yellow",
"spoils_in": "4 days",
"comestible_type": "FOOD",
"symbol": "%",
"healthy": 1,
"calories": 525,
"charges": 4,
"description": "A tofu stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
"price": 1200,
"material": "veggy",
"volume": "1 L",
"flags": [ "EATEN_HOT" ],
"fun": 12,
"vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ]
},
{
"type": "COMESTIBLE",
"id": "veggy_stirfry",
"looks_like": "tofu_stirfry",
"copy-from": "tofu_stirfry",
"name": { "str": "veggy stirfry", "str_pl": "veggy stirfry" },
"description": "A vegetable stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days."
}
]
|