summaryrefslogtreecommitdiff
path: root/json/items/comestible/bread.json
blob: e9b230abb63c0983f4f65a60f2f7e7360e3b2202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
  {
    "type": "COMESTIBLE",
    "id": "hardtack",
    "name": "hardtack",
    "weight": "80 g",
    "color": "white",
    "spoils_in": "364 days",
    "comestible_type": "FOOD",
    "symbol": "%",
    "quench": -2,
    "calories": 240,
    "description": "A dry and virtually tasteless bread product capable of remaining edible without spoilage for vast lengths of time.",
    "price": "125 cent",
    "price_postapoc": "150 cent",
    "material": "wheat",
    "volume": "250 ml",
    "charges": 2,
    "vitamins": [ [ "calcium", 2 ], [ "iron", 15 ] ],
    "stack_size": 20,
    "fun": -1
  }
]