diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/consumable/food/shaverma.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/consumable/food/shaverma.ftl new file mode 100644 index 00000000000..0a87c460fce --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/consumable/food/shaverma.ftl @@ -0,0 +1,8 @@ +ent-FoodShavermaUnbaked = заготовка шавермы + .desc = Пища богов, осталось только подогреть. + +ent-FoodShavermaBaked = шаверма + .desc = Пища богов. + +food-unbaked-saverma-eat = Вы кусаете шаверму, на вкус непрожаренно. +food-saverma-eat = Вы кусаете шаверму, на вкус божественно. diff --git a/Resources/Prototypes/_CorvaxNext/Entities/Objects/Consumable/Food/shaverma.yml b/Resources/Prototypes/_CorvaxNext/Entities/Objects/Consumable/Food/shaverma.yml new file mode 100644 index 00000000000..b3f057cb619 --- /dev/null +++ b/Resources/Prototypes/_CorvaxNext/Entities/Objects/Consumable/Food/shaverma.yml @@ -0,0 +1,43 @@ +- type: entity + parent: FoodMealBase + id: FoodShavermaBaked + components: + - type: Item + storedRotation: -90 + - type: Food + eatMessage: food-saverma-eat + transferAmount: 3 + - type: Sprite + sprite: _CorvaxNext/Objects/Consumable/Food/shavuha.rsi + layers: + - state: baked + - type: SolutionContainerManager + solutions: + food: + canReact: false + maxVol: 10 + reagents: + - ReagentId: Nutriment + Quantity: 7.4 + +- type: entity + parent: FoodMealBase + id: FoodShavermaUnbaked + components: + - type: Item + storedRotation: -90 + - type: Food + eatMessage: food-unbaked-saverma-eat + transferAmount: 3 + - type: Sprite + sprite: _CorvaxNext/Objects/Consumable/Food/shavuha.rsi + layers: + - state: unbaked + - type: SolutionContainerManager + solutions: + food: + canReact: false + maxVol: 10 + reagents: + - ReagentId: Nutriment + Quantity: 4.5 diff --git a/Resources/Prototypes/_CorvaxNext/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/_CorvaxNext/Recipes/Cooking/meal_recipes.yml new file mode 100644 index 00000000000..159e5e3550b --- /dev/null +++ b/Resources/Prototypes/_CorvaxNext/Recipes/Cooking/meal_recipes.yml @@ -0,0 +1,17 @@ +- type: microwaveMealRecipe + id: RecipeFoodShavermaUnbaked + name: The best food ever + result: FoodShavermaUnbaked + time: 1 + solids: + FoodMeat: 2 + FoodDough: 1 + FoodTomato: 1 + +- type: microwaveMealRecipe + id: RecipeFoodShavermaBaked + name: The best food ever + result: FoodShavermaBaked + time: 15 + solids: + FoodShavermaUnbaked: 1 \ No newline at end of file diff --git a/Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/baked.png b/Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/baked.png new file mode 100644 index 00000000000..d6811e538d8 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/baked.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/meta.json b/Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/meta.json new file mode 100644 index 00000000000..34e67291c27 --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CC-BY-4.0", + "copyright": "Created by sspetishes.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "baked" + }, + { + "name": "unbaked" + } + ] +} diff --git a/Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/unbaked.png b/Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/unbaked.png new file mode 100644 index 00000000000..92e0405dc49 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Consumable/Food/shavuha.rsi/unbaked.png differ