summaryrefslogtreecommitdiff
path: root/foods-01_fix-food-materials.patch
blob: 0bdff734b8c77034dd119861f5dd6f58321afda2 (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
--- a/data/json/items/comestibles/drink.json
+++ b/data/json/items/comestibles/drink.json
@@ -39,7 +39,8 @@
     "description": "Milk some almonds?  Not quite, but blend them with water, yes!  A dairy-free alternative strong in calcium!  Rival to soy milk.",
     "price": 40,
     "price_postapoc": 50,
-    "material": [ "water" ],
+    "material": "nut",
+    "primary_material": "water",
     "volume": "250 ml",
     "phase": "liquid",
     "vitamins": [ [ "vitA", 2 ], [ "calcium", 11 ] ],
@@ -62,7 +63,8 @@
     "description": "Milk some soybeans?  Not quite, but blend them with water, yes!  A dairy-free alternative strong in protein!  Rival to almond milk.",
     "price": 40,
     "price_postapoc": 50,
-    "material": [ "water" ],
+    "material": "veggy",
+    "primary_material": "water",
     "volume": "250 ml",
     "phase": "liquid",
     "vitamins": [ [ "vitA", 2 ], [ "iron", 1 ], [ "calcium", 7 ] ],

--- a/data/json/items/comestibles/nuts.json
+++ a/data/json/items/comestibles/nuts.json
@@ -445,6 +445,7 @@
     "volume": "250 ml",
     "comestible_type": "DRINK",
     "container": "jar_glass_sealed",
+    "material": [ "nut", "junk" ],
     "primary_material": "junk",
     "quench": -2,
     "calories": 190,

--- a/data/json/items/comestibles/other.json
+++ b/data/json/items/comestibles/other.json
@@ -80,6 +80,7 @@
     "description": "A translucent hexagonal chunk of wax, filled with dense, milky, bitter and acidic-tasting jelly.  Though some hold it as a panacea, it doesn't have any medical benefit.  Still it is rich with the most beneficial substances the hive can produce.",
     "price": 20000,
     "price_postapoc": 400,
+    "material": "honey",
     "volume": "250 ml",
     "flags": [ "EDIBLE_FROZEN", "NUTRIENT_OVERRIDE" ],
     "fun": -5