Skip to content

Commit

Permalink
Moved the irradiated corn products closer to the irradiated corn, and…
Browse files Browse the repository at this point in the history
… added them to the recipe for broth
  • Loading branch information
Zukulini committed Dec 23, 2020
1 parent 1a2c40c commit 7e988bc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
40 changes: 20 additions & 20 deletions data/json/items/comestibles/irradiated_veggy.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,26 @@
"spoils_in": "0 hours",
"container": "bag_plastic"
},
{
"type": "COMESTIBLE",
"id": "irradiated_corn_kernels",
"copy-from": "corn_kernels",
"name": { "str_sp": "irradiated corn kernels" },
"description": "Irradiated corn kernels will remain edible nearly forever. Sterilized using radiation, so they're safe to eat.",
"proportional": { "price": 2.0 },
"spoils_in": "0 hours",
"container": "bag_plastic"
},
{
"type": "COMESTIBLE",
"id": "irradiated_empty_corn_cob",
"copy-from": "empty_corn_cob",
"name": { "str_sp": "irradiated empty corn cob" },
"description": "An irradiated empty corn cob will remain edible nearly forever... though you may not want to eat this one.",
"proportional": { "price": 2.0 },
"spoils_in": "0 hours",
"container": "bag_plastic"
},
{
"type": "COMESTIBLE",
"id": "irradiated_pumpkin",
Expand Down Expand Up @@ -135,26 +155,6 @@
"material": [ "veggy" ],
"volume": "250 ml"
},
{
"type": "COMESTIBLE",
"id": "irradiated_corn_kernels",
"copy-from": "corn_kernels",
"name": { "str_sp": "irradiated corn kernels" },
"description": "Irradiated corn kernels will remain edible nearly forever. Sterilized using radiation, so they're safe to eat.",
"proportional": { "price": 2.0 },
"spoils_in": "0 hours",
"container": "bag_plastic"
},
{
"type": "COMESTIBLE",
"id": "irradiated_empty_corn_cob",
"copy-from": "empty_corn_cob",
"name": { "str_sp": "irradiated empty corn cob" },
"description": "An irradiated empty corn cob will remain edible nearly forever... though you may not want to eat this one.",
"proportional": { "price": 2.0 },
"spoils_in": "0 hours",
"container": "bag_plastic"
},
{
"type": "COMESTIBLE",
"id": "irradiated_rhubarb",
Expand Down
2 changes: 2 additions & 0 deletions data/json/requirements/cooking_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,8 @@
"components": [
[
[ "veggy_any", 1, "LIST" ],
[ "irradiated_empty_corn_cob", 1 ],
[ "irradiated_corn", 1 ],
[ "empty_corn_cob", 1 ],
[ "corn", 1 ],
[ "powder_eggs", 1 ],
Expand Down

0 comments on commit 7e988bc

Please sign in to comment.