From 00ce3355aeba53c31a099748e7b68d2eee22739b Mon Sep 17 00:00:00 2001 From: CSHague <58125670+CSHague@users.noreply.github.com> Date: Mon, 27 Jan 2020 11:39:42 -0500 Subject: [PATCH] Make edamame and soybeans smokable (#37335) * Make edamame and soybeans smokable Soybeans and edamame can both be smoked. Edamame spoils quickly and when roasted lasts 2 seasons. Soybeans last a year in-game the smoking process makes them edible but lasting only 2 seasons. Internet searches confirm smoked edamame and soy nut recipes. --- data/json/items/comestibles/other.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/json/items/comestibles/other.json b/data/json/items/comestibles/other.json index 17e6e6b1945f7..177a466cb8a47 100644 --- a/data/json/items/comestibles/other.json +++ b/data/json/items/comestibles/other.json @@ -380,7 +380,8 @@ "price": 90, "fun": -5, "vitamins": [ [ "iron", 25 ], [ "vitC", 1 ], [ "calcium", 3 ] ], - "flags": [ "NUTRIENT_OVERRIDE", "RAW" ] + "flags": [ "SMOKABLE", "NUTRIENT_OVERRIDE", "RAW" ], + "smoking_result": "soy_nuts" }, { "type": "COMESTIBLE", @@ -397,7 +398,8 @@ "price": 150, "fun": 1, "vitamins": [ [ "iron", 26 ], [ "vitC", 16 ], [ "calcium", 6 ] ], - "flags": [ "NUTRIENT_OVERRIDE", "RAW" ] + "flags": [ "SMOKABLE", "NUTRIENT_OVERRIDE", "RAW" ], + "smoking_result": "edamame_roasted" }, { "type": "COMESTIBLE",