summaryrefslogtreecommitdiff
path: root/json/items/comestible/bread.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/bread.json')
-rw-r--r--json/items/comestible/bread.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/json/items/comestible/bread.json b/json/items/comestible/bread.json
new file mode 100644
index 0000000..e9b230a
--- /dev/null
+++ b/json/items/comestible/bread.json
@@ -0,0 +1,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
+ }
+]