diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml index 0e903546eb..2c9f0a023f 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml @@ -1,3 +1,24 @@ +# Bun + +- type: entity + name: bun + parent: FoodBreadSliceBase + id: FoodBreadBun + description: A hamburger bun. Round and convenient to hold. + components: + - type: Food + - type: Sprite + sprite: Objects/Consumable/Food/burger.rsi + layers: + - state: bun + - type: SolutionContainerManager + solutions: + food: + maxVol: 10 + reagents: + - ReagentId: Nutriment + Quantity: 6.66 # 1/3 of a loaf of bread, technically losing 0.01 nutriment per batch of three buns over making bread loaves/slices + # Base - type: entity diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index a70b65409c..bdd934bf03 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -1,3 +1,12 @@ +#Burger bun +- type: microwaveMealRecipe + id: RecipeBun + name: bun recipe + result: FoodBreadBun + time: 5 + solids: + FoodDoughSlice: 1 # one third of a standard bread dough recipe + #Burgers - type: microwaveMealRecipe id: RecipeCheeseburger @@ -5,7 +14,7 @@ result: FoodBurgerCheese time: 5 solids: - FoodBreadPlainSlice: 2 # its not a burger bun, but its good enough + FoodBreadBun: 1 FoodMeat: 1 FoodCheeseSlice: 1 @@ -15,7 +24,7 @@ result: FoodBurgerClown time: 5 solids: - FoodBreadPlainSlice: 2 + FoodBreadBun: 1 ClothingMaskClown: 1 # - type: microwaveMealRecipe @@ -34,7 +43,7 @@ result: FoodBurgerXeno time: 5 solids: - FoodBreadPlainSlice: 2 + FoodBreadBun: 1 FoodMeatXeno: 1 #- type: microwaveMealRecipe