Skip to content

Commit

Permalink
Added irradiated corn kernels and empty cob
Browse files Browse the repository at this point in the history
  • Loading branch information
Zukulini committed Dec 23, 2020
1 parent 767ccb2 commit 3fa52ea
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 12 deletions.
20 changes: 20 additions & 0 deletions data/json/items/comestibles/irradiated_veggy.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,26 @@
"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
1 change: 1 addition & 0 deletions data/json/recipes/food/pasta.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
[ "veggy_wild", 2 ],
[ "rehydrated_veggy", 2 ],
[ "rehydrated_corn", 2 ],
[ "irradiated_corn_kernels", 2 ],
[ "dry_veggy", 2 ],
[ "dry_corn", 2 ],
[ "mushroom", 2 ],
Expand Down
23 changes: 20 additions & 3 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,8 @@
[ "veggy", 3 ],
[ "rehydrated_veggy", 3 ],
[ "rehydrated_corn", 3 ],
[ "corn_kernels", 3 ]
[ "corn_kernels", 3 ],
[ "irradiated_corn_kernels", 3 ]
],
[
[ "lettuce", 2 ],
Expand Down Expand Up @@ -830,7 +831,8 @@
[ "veggy", 3 ],
[ "rehydrated_veggy", 3 ],
[ "rehydrated_corn", 3 ],
[ "corn_kernels", 3 ]
[ "corn_kernels", 3 ],
[ "irradiated_corn_kernels", 3 ]
],
[ [ "soysauce", 1 ], [ "horseradish", 1 ], [ "salt", 1 ], [ "seasoning_salt", 1 ] ]
]
Expand Down Expand Up @@ -4892,6 +4894,7 @@
[ "rehydrated_veggy", 1 ],
[ "rehydrated_corn", 1 ],
[ "corn_kernels", 1 ],
[ "irradiated_corn_kernels", 1 ],
[ "morel_cooked", 1 ],
[ "mushroom_cooked", 1 ],
[ "sauerkraut_onions", 1 ],
Expand Down Expand Up @@ -5796,6 +5799,7 @@
[ "rehydrated_veggy", 1 ],
[ "rehydrated_corn", 1 ],
[ "corn_kernels", 1 ],
[ "irradiated_corn_kernels", 1 ],
[ "morel_cooked", 1 ],
[ "mushroom_cooked", 1 ],
[ "sauerkraut_onions", 1 ],
Expand Down Expand Up @@ -6394,7 +6398,20 @@
"time": "20 s",
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "corn", 1 ], [ "irradiated_corn", 1 ] ] ]
"components": [ [ [ "corn", 1 ] ] ]
},
{
"result": "irradiated_corn_kernels",
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_OTHER",
"byproducts": [ [ "irradiated_empty_corn_cob", 1 ] ],
"skill_used": "cooking",
"time": "20 s",
"autolearn": true,
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "irradiated_corn", 1 ] ] ]
},
{
"result": "flour",
Expand Down
12 changes: 3 additions & 9 deletions data/json/requirements/cooking_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@
[ "hominy", 1 ],
[ "dry_veggy", 1 ],
[ "dry_corn", 1 ],
[ "corn_kernels", 1 ],
[ "con_milk", 1 ],
[ "flatbread", 1 ],
[ "tortilla_corn", 1 ],
Expand Down Expand Up @@ -665,14 +664,7 @@
{
"id": "veggy_any_uncooked",
"type": "requirement",
"components": [
[
[ "rehydrated_veggy", 1 ],
[ "rehydrated_corn", 1 ],
[ "corn_kernels", 1 ],
[ "veggy_any_fresh_uncooked", 1, "LIST" ]
]
]
"components": [ [ [ "rehydrated_veggy", 1 ], [ "rehydrated_corn", 1 ], [ "veggy_any_fresh_uncooked", 1, "LIST" ] ] ]
},
{
"id": "veggy_any_fresh_uncooked",
Expand Down Expand Up @@ -710,6 +702,8 @@
[ "veggy_wild", 1 ],
[ "zucchini", 1 ],
[ "irradiated_zucchini", 1 ],
[ "corn_kernels", 1 ],
[ "irradiated_corn_kernels", 1 ],
[ "carrot_wild", 1 ],
[ "spinach", 1 ]
]
Expand Down

0 comments on commit 3fa52ea

Please sign in to comment.