diff --git a/data/json/items/comestibles/egg.json b/data/json/items/comestibles/egg.json index cd5215b2f4ad0..95080af55a74f 100644 --- a/data/json/items/comestibles/egg.json +++ b/data/json/items/comestibles/egg.json @@ -835,6 +835,23 @@ "fun": 12, "flags": [ "EATEN_HOT", "FREEZERBURN" ] }, + { + "type": "COMESTIBLE", + "id": "caviar_egg_sandwich", + "name": { "str_sp": "caviar and egg sandwich" }, + "weight": "165 g", + "color": "brown", + "comestible_type": "FOOD", + "symbol": "%", + "calories": 252, + "description": "A simple sandwich with sliced, hard boiled eggs and mayo to balance out the saltiness of the caviar. Scandinavian breakfast staple.", + "price": 500, + "price_postapoc": 300, + "material": [ "bread", "egg" ], + "primary_material": "bread", + "volume": "649 ml", + "fun": 10 + }, { "type": "COMESTIBLE", "id": "pickled_egg", diff --git a/data/json/materials.json b/data/json/materials.json index 7081eece0c24a..efbd3673555cd 100644 --- a/data/json/materials.json +++ b/data/json/materials.json @@ -1203,6 +1203,29 @@ "cut_dmg_verb": "cut", "burn_data": [ { "fuel": 1, "smoke": 1, "burn": 1 }, { "fuel": 1, "smoke": 1, "burn": 2 }, { "fuel": 1, "smoke": 1, "burn": 3 } ] }, + { + "type": "material", + "id": "bread", + "//": "copied from junk food sans resists, then I googled density of bread and didn't do any other research, it's supposed to be US style white bread", + "name": "Bread", + "density": 0.2, + "specific_heat_liquid": 3.3, + "specific_heat_solid": 2.05, + "latent_heat": 220, + "edible": true, + "rotting": true, + "bash_resist": 0, + "cut_resist": 0, + "bullet_resist": 0, + "acid_resist": 0, + "fire_resist": 0, + "conductive": true, + "chip_resist": 0, + "dmg_adj": [ "lightly damaged", "damaged", "very damaged", "thoroughly damaged" ], + "bash_dmg_verb": "smashed", + "cut_dmg_verb": "cut", + "burn_data": [ { "fuel": 1, "smoke": 1, "burn": 1 }, { "fuel": 1, "smoke": 1, "burn": 2 }, { "fuel": 1, "smoke": 1, "burn": 3 } ] + }, { "type": "material", "id": "foodplace_foodstuff", diff --git a/data/json/recipes/recipe_food.json b/data/json/recipes/recipe_food.json index da836faee72d5..69451d291c281 100644 --- a/data/json/recipes/recipe_food.json +++ b/data/json/recipes/recipe_food.json @@ -4491,6 +4491,20 @@ [ [ "condiment", 2, "LIST" ] ] ] }, + { + "type": "recipe", + "activity_level": "LIGHT_EXERCISE", + "result": "caviar_egg_sandwich", + "category": "CC_FOOD", + "subcategory": "CSC_FOOD_OTHER", + "skill_used": "cooking", + "difficulty": 2, + "time": "2 m", + "autolearn": true, + "batch_time_factors": [ 80, 2 ], + "qualities": [ { "id": "CUT", "level": 1 } ], + "components": [ [ [ "boiled_egg", 1 ] ], [ [ "mayonnaise", 1 ] ], [ [ "cured_roe", 1 ] ], [ [ "bread_sandwich", 2, "LIST" ] ] ] + }, { "type": "recipe", "activity_level": "LIGHT_EXERCISE",