Skip to content

Commit

Permalink
destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed Aug 24, 2024
1 parent c6f6fb3 commit 054cbbe
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
{ "item": "plant_stalk", "prob": 20, "count": [ 1, 3 ] },
{ "group": "any_wild_egg", "prob": 15, "count": [ 2, 5 ] },
{ "item": "groundnut", "prob": 5, "count": [ 1, 8 ] },
{ "item": "egg_reptile", "prob": 5, "count": [ 2, 5 ] },
{ "item": "snail_garden", "prob": 10, "count": [ 1, 3 ] },
{ "item": "wild_garlic", "prob": 5, "count": [ 2, 7 ] },
{ "item": "rhubarb", "prob": 5, "count": [ 2, 5 ] },
Expand All @@ -34,7 +33,7 @@
{ "item": "groundnut", "prob": 3, "count": [ 1, 6 ] },
{ "group": "forage_mushroom", "prob": 25 },
{ "group": "any_wild_egg", "prob": 5, "count": [ 2, 5 ] },
{ "item": "egg_reptile", "prob": 5, "count": [ 1, 3 ] },
{ "group": "egg_reptile_forest", "prob": 5, "count": [ 2, 5 ] },
{ "item": "snail_garden", "prob": 10, "count": [ 1, 3 ] },
{ "item": "wild_herbs", "prob": 20, "count": 20 },
{ "item": "buckwheat", "prob": 5, "count": [ 2, 8 ] },
Expand Down
1 change: 0 additions & 1 deletion data/json/itemgroups/Labs/labs_mutagen.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
{ "item": "slime_sample", "prob": 40, "count": [ 1, 3 ] },
{ "item": "bird_sample", "prob": 40, "count": [ 1, 3 ] },
{ "item": "crustacean_sample", "prob": 40, "count": [ 1, 3 ] },
{ "item": "egg_reptile", "prob": 20, "count": [ 1, 12 ] },
{ "item": "water_clean", "container-item": "bottle_plastic", "prob": 65, "count": [ 1, 3 ], "sealed": false },
{ "item": "water_mineral", "container-item": "bottle_plastic", "prob": 35, "count": [ 1, 2 ], "sealed": false }
]
Expand Down
20 changes: 0 additions & 20 deletions data/json/items/comestibles/egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,26 +185,6 @@
"copy-from": "egg_chicken",
"rot_spawn": "GROUP_EGG_PHEASANT"
},
{
"type": "COMESTIBLE",
"id": "egg_reptile",
"name": { "str": "reptile egg" },
"weight": "60 g",
"color": "white",
"spoils_in": "28 days",
"comestible_type": "FOOD",
"symbol": "o",
"quench": 3,
"calories": 87,
"description": "An egg laid by one of reptile species found in New England.",
"price": "62 cent",
"price_postapoc": "12 cent",
"material": [ "egg" ],
"volume": "62 ml",
"fun": -12,
"flags": [ "RAW" ],
"vitamins": [ [ "egg_allergen", 1 ] ]
},
{
"type": "COMESTIBLE",
"id": "egg_wormsnake",
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/chem/mutagens.json
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@
"components": [
[ [ "mutagen", 1 ] ],
[ [ "lizard_sample", 1 ] ],
[ [ "egg_reptile", 1 ] ],
[ [ "eggs_reptile", 1, "LIST" ] ],
[ [ "bfipowder", 4 ], [ "lizard_sample", 1 ] ]
],
"flags": [ "SECRET" ]
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/food/bread.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"//": "bread: 1u, oil: 1u, egg: 3u",
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_frying" } ],
"components": [
[ [ "eggs_bird", 1, "LIST" ], [ "egg_reptile", 1 ] ],
[ [ "eggs_bird", 1, "LIST" ], [ "eggs_reptile", 1, "LIST" ] ],
[ [ "bread_sandwich", 1, "LIST" ], [ "toast", 1 ], [ "buttered_toast", 1 ] ],
[ [ "any_butter_or_oil", 1, "LIST" ] ]
]
Expand Down
4 changes: 2 additions & 2 deletions data/json/recipes/food/dry.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
"batch_time_factors": [ 67, 5 ],
"tools": [ [ [ "dehydrating_heat", 55, "LIST" ] ] ],
"//": "by weight of unfertilized bird egg 550g of stuff",
"components": [ [ [ "eggs_bird", 12, "LIST" ], [ "egg_reptile", 12 ], [ "eggs_invert", 1, "LIST" ] ] ]
"components": [ [ [ "eggs_bird", 12, "LIST" ], [ "eggs_reptile", 12, "LIST" ], [ "eggs_invert", 1, "LIST" ] ] ]
},
{
"type": "recipe",
Expand All @@ -772,7 +772,7 @@
"batch_time_factors": [ 67, 5 ],
"tools": [ [ [ "dehydrating_heat", 55, "LIST" ] ], [ [ "surface_heat", 36, "LIST" ] ] ],
"//": "by weight of unfertilized bird egg 550g of stuff plus 36u heat for the eggs (standard is 3 per egg)",
"components": [ [ [ "eggs_bird", 12, "LIST" ], [ "egg_reptile", 12 ], [ "eggs_invert", 1, "LIST" ] ] ]
"components": [ [ [ "eggs_bird", 12, "LIST" ], [ "eggs_reptile", 12, "LIST" ], [ "eggs_invert", 1, "LIST" ] ] ]
},
{
"result": "protein_powder",
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/food/frozen.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
[ "blackberries", 1 ]
],
[ [ "sugar", 10 ], [ "artificial_sweetener", 10 ] ],
[ [ "powder_eggs", 5 ], [ "eggs_bird", 1, "LIST" ], [ "egg_reptile", 1 ] ]
[ [ "powder_eggs", 5 ], [ "eggs_bird", 1, "LIST" ], [ "eggs_reptile", 1, "LIST" ] ]
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/food/offal_dishes.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
[ "veggy_any", 2, "LIST" ],
[ "powder_eggs", 2 ],
[ "eggs_bird", 2, "LIST" ],
[ "egg_reptile", 2 ],
[ "eggs_reptile", 2, "LIST" ],
[ "mushroom_cooked", 2 ],
[ "morel_cooked", 2 ],
[ "mushroom", 2 ],
Expand Down
26 changes: 13 additions & 13 deletions data/json/recipes/recipe_food.json
Original file line number Diff line number Diff line change
Expand Up @@ -5113,7 +5113,7 @@
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"//": "6u for the egg, 1u for the oil",
"components": [ [ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ], [ [ "any_butter_or_oil", 2, "LIST" ] ] ],
"components": [ [ [ "eggs_bird", 2, "LIST" ], [ "eggs_reptile", 2, "LIST" ] ], [ [ "any_butter_or_oil", 2, "LIST" ] ] ],
"charges": 2
},
{
Expand All @@ -5131,7 +5131,7 @@
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"//": "6u for the egg, 1u for the oil",
"components": [
[ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "eggs_bird", 2, "LIST" ], [ "eggs_reptile", 2, "LIST" ] ],
[ [ "any_butter_or_oil", 2, "LIST" ] ],
[ [ "salt", 2 ], [ "seasoning_salt", 2 ], [ "pepper", 4 ] ]
],
Expand All @@ -5152,7 +5152,7 @@
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"//": "6u for the eggs, 1u for the oil, 2u for the veggy, 1u for the cheese",
"components": [
[ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "eggs_bird", 2, "LIST" ], [ "eggs_reptile", 2, "LIST" ] ],
[ [ "any_butter_or_oil", 2, "LIST" ] ],
[
[ "mushroom", 1 ],
Expand Down Expand Up @@ -5184,7 +5184,7 @@
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"//": "6u for the egg, 1u for the oil. no energy is spent cooking the bread, that's already done.",
"components": [
[ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "eggs_bird", 2, "LIST" ], [ "eggs_reptile", 2, "LIST" ] ],
[ [ "any_butter_or_oil", 2, "LIST" ] ],
[ [ "bread_sandwich", 2, "LIST" ] ],
[ [ "condiment", 2, "LIST" ] ]
Expand Down Expand Up @@ -5220,7 +5220,7 @@
"tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
"//": "6u for the egg, 1u for the oil, 3u for the cheese and veggy. no energy is spent cooking the bread, that's already done.",
"components": [
[ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "eggs_bird", 2, "LIST" ], [ "eggs_reptile", 2, "LIST" ] ],
[ [ "any_butter_or_oil", 2, "LIST" ] ],
[
[ "mushroom", 1 ],
Expand Down Expand Up @@ -5254,7 +5254,7 @@
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"components": [
[ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "eggs_bird", 2, "LIST" ], [ "eggs_reptile", 2, "LIST" ] ],
[ [ "cheese_standard", 1, "LIST" ] ],
[ [ "any_butter_or_oil", 1, "LIST" ] ]
]
Expand All @@ -5274,7 +5274,7 @@
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"components": [
[ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "eggs_bird", 2, "LIST" ], [ "eggs_reptile", 2, "LIST" ] ],
[ [ "cheese_standard", 1, "LIST" ] ],
[ [ "veggy_any", 2, "LIST" ] ],
[ [ "any_butter_or_oil", 1, "LIST" ] ]
Expand All @@ -5295,7 +5295,7 @@
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 7, "LIST" ] ] ],
"components": [
[ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "eggs_bird", 2, "LIST" ], [ "eggs_reptile", 2, "LIST" ] ],
[ [ "cheese_standard", 1, "LIST" ] ],
[ [ "veggy_any", 2, "LIST" ] ],
[ [ "meat_cooked", 1, "LIST" ] ],
Expand All @@ -5317,7 +5317,7 @@
"tools": [ [ [ "water_boiling_heat", 1, "LIST" ] ], [ [ "water", -1 ], [ "water_clean", -1 ] ] ],
"//": "this is technically cheating on energy, as you need to boil the water longer to really cook the egg.",
"//1": "However, water that boiled an egg in it doesn't get contaminated and you'd keep putting eggs into the same boiling water, so this recipe uses water as a tool and has lentient energy use.",
"components": [ [ [ "eggs_bird", 1, "LIST" ], [ "egg_reptile", 1 ] ] ]
"components": [ [ [ "eggs_bird", 1, "LIST" ], [ "eggs_reptile", 1, "LIST" ] ] ]
},
{
"type": "recipe",
Expand All @@ -5333,7 +5333,7 @@
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 6, "LIST" ] ] ],
"//": "6u for the egg, meat not needed since it's just diced up and mixed in",
"components": [ [ [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ], [ [ "meat_cooked", 1, "LIST" ] ] ],
"components": [ [ [ "eggs_bird", 2, "LIST" ], [ "eggs_reptile", 2, "LIST" ] ], [ [ "meat_cooked", 1, "LIST" ] ] ],
"charges": 3
},
{
Expand Down Expand Up @@ -7510,7 +7510,7 @@
[ "milk_powder", 1 ],
[ "con_milk", 1 ]
],
[ [ "powder_eggs", 2 ], [ "eggs_bird", 2, "LIST" ], [ "egg_reptile", 2 ] ],
[ [ "powder_eggs", 2 ], [ "eggs_bird", 2, "LIST" ], [ "eggs_reptile", 2, "LIST" ] ],
[ [ "sugar", 2 ], [ "artificial_sweetener", 2 ] ],
[ [ "any_butter_or_oil", 8, "LIST" ] ],
[ [ "water_clean", 1 ] ]
Expand Down Expand Up @@ -8329,7 +8329,7 @@
"tools": [ [ [ "surface_heat", 5, "LIST" ] ] ],
"//": "3u for egg, 2u for milk",
"components": [
[ [ "eggs_bird", 1, "LIST" ], [ "egg_reptile", 1 ], [ "powder_eggs", 1 ] ],
[ [ "eggs_bird", 1, "LIST" ], [ "eggs_reptile", 1, "LIST" ], [ "powder_eggs", 1 ] ],
[ [ "milk_standard_raw", 2, "LIST" ], [ "lf_milk_standard", 2, "LIST" ], [ "con_milk", 2 ] ],
[ [ "sugar", 4 ], [ "artificial_sweetener", 4 ] ],
[ [ "cinnamon", 2 ] ]
Expand All @@ -8350,7 +8350,7 @@
"tools": [ [ [ "surface_heat", 6, "LIST" ] ] ],
"//": "3u for egg, 2u for milk, 1u for alcohol/sugar",
"components": [
[ [ "eggs_bird", 1, "LIST" ], [ "egg_reptile", 1 ], [ "powder_eggs", 1 ] ],
[ [ "eggs_bird", 1, "LIST" ], [ "eggs_reptile", 1, "LIST" ], [ "powder_eggs", 1 ] ],
[ [ "milk_standard_raw", 2, "LIST" ], [ "lf_milk_standard", 2, "LIST" ], [ "con_milk", 2 ] ],
[ [ "sugar", 4 ], [ "artificial_sweetener", 4 ] ],
[ [ "hard_liquor_chem", 1, "LIST" ] ],
Expand Down
12 changes: 6 additions & 6 deletions data/json/requirements/cooking_components.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
[ "sauerkraut", 1 ],
[ "powder_eggs", 1 ],
[ "eggs_bird", 1, "LIST" ],
[ "egg_reptile", 1 ],
[ "eggs_reptile", 1, "LIST" ],
[ "can_beans", 1 ],
[ "beans_cooked", 1 ],
[ "spaghetti_raw", 1 ],
Expand Down Expand Up @@ -742,7 +742,7 @@
[ "crackers", 1 ],
[ "powder_eggs", 1 ],
[ "eggs_bird", 1, "LIST" ],
[ "egg_reptile", 1 ],
[ "eggs_reptile", 1, "LIST" ],
[ "dry_beans", 1 ],
[ "raw_beans", 1 ],
[ "dry_lentils", 1 ],
Expand Down Expand Up @@ -807,7 +807,7 @@
[ "crackers", 1 ],
[ "powder_eggs", 1 ],
[ "eggs_bird", 1, "LIST" ],
[ "egg_reptile", 1 ],
[ "eggs_reptile", 1, "LIST" ],
[ "dry_beans", 1 ],
[ "raw_beans", 1 ],
[ "dry_lentils", 1 ],
Expand Down Expand Up @@ -897,7 +897,7 @@
"type": "requirement",
"components": [
[ [ "broth", 1 ], [ "broth_bone", 1 ], [ "broth_meat", 1 ], [ "pine_tea", 1 ] ],
[ [ "powder_eggs", 1 ], [ "eggs_bird", 1, "LIST" ], [ "egg_reptile", 1 ] ],
[ [ "powder_eggs", 1 ], [ "eggs_bird", 1, "LIST" ], [ "eggs_reptile", 1, "LIST" ] ],
[
[ "veggy_wild", 1 ],
[ "veggy", 1 ],
Expand Down Expand Up @@ -1261,7 +1261,7 @@
"id": "broth_meat_ingredients",
"type": "requirement",
"components": [
[ [ "meat_nofish", 1, "LIST" ], [ "powder_eggs", 1 ], [ "eggs_bird", 1, "LIST" ], [ "egg_reptile", 1 ] ],
[ [ "meat_nofish", 1, "LIST" ], [ "powder_eggs", 1 ], [ "eggs_bird", 1, "LIST" ], [ "eggs_reptile", 1, "LIST" ] ],
[
[ "hot_sauce", 1 ],
[ "seasoning_italian", 4 ],
Expand Down Expand Up @@ -1289,7 +1289,7 @@
[ "sauerkraut", 1 ],
[ "powder_eggs", 1 ],
[ "eggs_bird", 1, "LIST" ],
[ "egg_reptile", 1 ],
[ "eggs_reptile", 1, "LIST" ],
[ "dry_beans", 1 ],
[ "raw_beans", 1 ],
[ "dry_rice", 1 ],
Expand Down

0 comments on commit 054cbbe

Please sign in to comment.