From 6a1c0266e211df7912ec751eae6472ddd3716858 Mon Sep 17 00:00:00 2001 From: moxian Date: Mon, 23 Dec 2024 22:33:07 -0800 Subject: [PATCH] Eggplants can be smoked in the rack --- data/json/items/comestibles/raw_veggy.json | 6 ++++-- data/json/recipes/recipe_food.json | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/data/json/items/comestibles/raw_veggy.json b/data/json/items/comestibles/raw_veggy.json index 3e12f909f59fb..1ddffcc8e2114 100644 --- a/data/json/items/comestibles/raw_veggy.json +++ b/data/json/items/comestibles/raw_veggy.json @@ -1255,7 +1255,8 @@ "description": "A normal and healthy purple eggplant. Needs to be disassembled before being useful for cooking.", "healthy": -1, "symbol": "e", - "flags": [ "RAW", "CATTLE", "RABBIT", "RAT", "MOUSE" ], + "flags": [ "RAW", "SMOKABLE", "CATTLE", "RABBIT", "RAT", "MOUSE" ], + "smoking_result": "dry_veggy", "vitamins": [ [ "vitC", "12100 μg" ], [ "iron", "1300 μg" ], [ "calcium", "49300 μg" ], [ "veggy_allergen", 1 ] ], "fun": -8 }, @@ -1276,7 +1277,8 @@ "healthy": -1, "symbol": "e", "looks_like": "eggplant", - "flags": [ "RAW" ], + "flags": [ "RAW", "SMOKABLE" ], + "smoking_result": "dry_veggy", "vitamins": [ [ "vitC", "60500 μg" ], [ "iron", "650 μg" ], [ "calcium", "24650 μg" ], [ "veggy_allergen", 1 ] ], "fun": -5 }, diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index b09310b4e8e41..e5d2bfbe72613 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -8861,6 +8861,7 @@ [ "seed_rose", 3 ], [ "seed_cattail", 3 ], [ "seed_dahlia", 3 ], + [ "seed_eggplant", 3], [ "seed_flower", 3 ], [ "seed_cactus", 3 ], [ "seed_hops", 3 ],