Skip to content

Commit

Permalink
Eggplants can be smoked in the rack (#78751)
Browse files Browse the repository at this point in the history
* Eggplants can be smoked in the rack

* dehydrated eggplant names
  • Loading branch information
moxian authored Dec 25, 2024
1 parent 47faee4 commit 3f09bef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/json/items/comestibles/raw_veggy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -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
},
Expand Down
2 changes: 2 additions & 0 deletions data/json/items/comestibles/veggy_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" } },
Expand Down
1 change: 1 addition & 0 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ],
Expand Down

0 comments on commit 3f09bef

Please sign in to comment.