Skip to content

Commit

Permalink
Make edamame and soybeans smokable (#37335)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
CSHague authored and ZhilkinSerg committed Jan 27, 2020
1 parent ca1e290 commit 00ce335
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/json/items/comestibles/other.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 00ce335

Please sign in to comment.