From 3f09bef1653d843220ee2964e42a53f1f52d4794 Mon Sep 17 00:00:00 2001 From: moxian Date: Tue, 24 Dec 2024 20:59:29 -0800 Subject: [PATCH] Eggplants can be smoked in the rack (#78751) * Eggplants can be smoked in the rack * dehydrated eggplant names --- data/json/items/comestibles/raw_veggy.json | 6 ++++-- data/json/items/comestibles/veggy_dishes.json | 2 ++ data/json/recipes/recipe_food.json | 1 + 3 files changed, 7 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/items/comestibles/veggy_dishes.json b/data/json/items/comestibles/veggy_dishes.json index 5636c745ffb8c..48ee1082187fa 100644 --- a/data/json/items/comestibles/veggy_dishes.json +++ b/data/json/items/comestibles/veggy_dishes.json @@ -1094,6 +1094,8 @@ { "type": "COMPONENT_ID_SUBSTRING", "condition": "corn_kernels", "name": { "str_sp": "%s, corn kernels" } }, { "type": "COMPONENT_ID_SUBSTRING", "condition": "cucumber", "name": { "str_sp": "%s, cucumber" } }, { "type": "COMPONENT_ID", "condition": "dandelion_cooked", "name": { "str_sp": "%s, cooked dandelion greens" } }, + { "type": "COMPONENT_ID", "condition": "eggplant", "name": { "str_sp": "%s, eggplant" } }, + { "type": "COMPONENT_ID", "condition": "eggplant_cut", "name": { "str_sp": "%s, cut eggplant" } }, { "type": "COMPONENT_ID", "condition": "grape_leaves", "name": { "str_sp": "%s, grape leaves" } }, { "type": "COMPONENT_ID", "condition": "groundnut_prepared", "name": { "str_sp": "%s, ground nuts" } }, { "type": "COMPONENT_ID", "condition": "horseradish_greens", "name": { "str_sp": "%s, horseradish greens" } }, diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index b09310b4e8e41..494dc6d0942b1 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 ],