summaryrefslogtreecommitdiff
path: root/json/items/comestible/veggy_dishes.json
blob: be4f9da7951c9171d14d7d6f83b2b7f4c742769a (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
  {
    "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": "meat_stirfry",
    "name": { "str": "meat stirfry", "str_pl": "meat stirfry" },
    "weight": "135 g",
    "color": "yellow",
    "spoils_in": "4 days",
    "comestible_type": "FOOD",
    "symbol": "%",
    "healthy": 1,
    "calories": 525,
    "charges": 4,
    "description": "A meat stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
    "price": 1200,
    "material": [ "meat", "veggy" ],
    "volume": "1 L",
    "flags": [ "EATEN_HOT" ],
    "fun": 12,
    "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ]
  },
  {
    "type": "COMESTIBLE",
    "id": "veggy_stirfry",
    "name": { "str": "veggy stirfry", "str_pl": "veggy stirfry" },
    "weight": "135 g",
    "color": "yellow",
    "spoils_in": "4 days",
    "comestible_type": "FOOD",
    "symbol": "%",
    "healthy": 1,
    "calories": 525,
    "charges": 4,
    "description": "A vegetable 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 ] ]
  }
]