summaryrefslogtreecommitdiff
path: root/json/items/comestible/meat_dishes.json
blob: e26b458eba0b3fd198bae133919fa224aa95c4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "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": [ "flesh", "veggy" ],
    "volume": "1 L",
    "flags": [ "EATEN_HOT" ],
    "fun": 12,
    "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ]
  }
]