diff --git a/Resources/Prototypes/Corvax/Recipes/Cooking/JapanFood/meal_recipes.yml b/Resources/Prototypes/Corvax/Recipes/Cooking/JapanFood/meal_recipes.yml index 55f8e91e3f2..6b113c95b75 100644 --- a/Resources/Prototypes/Corvax/Recipes/Cooking/JapanFood/meal_recipes.yml +++ b/Resources/Prototypes/Corvax/Recipes/Cooking/JapanFood/meal_recipes.yml @@ -10,4 +10,18 @@ FoodNoodlesBoiled: 1 reagents: Water: 15 - Egg: 6 \ No newline at end of file + Egg: 6 + +- type: microwaveMealRecipe + id: Recipedango + name: dango recipe + result: hanamidango + time: 10 + solids: + FoodWatermelonSlice: 1 + reagents: + Rice: 15 + Sugar: 5 + Water: 10 + GreenTea: 5 + Egg: 6 diff --git a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/hanamidango.yml b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/hanamidango.yml new file mode 100644 index 00000000000..65f2a37c4a8 --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/hanamidango.yml @@ -0,0 +1,19 @@ +- type: entity + name: Tricolor Dango + parent: FoodBakedBase + id: hanamidango + description: Rice sweetness that beckons + components: + - type: Item + storedRotation: -90 + - type: Food + - type: Sprite + sprite: Corvax/Objects/Consumable/Food/japanfood.rsi + state: hanamidango + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 + reagents: + - ReagentId: Nutriment + Quantity: 15 \ No newline at end of file diff --git a/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/porkramennoodles.yml b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/porkramennoodles.yml new file mode 100644 index 00000000000..1e3cd5ade38 --- /dev/null +++ b/Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/porkramennoodles.yml @@ -0,0 +1,26 @@ +- type: entity + name: Pork Ramen + parent: FoodBowlBase + id: porkramennoodles + description: Ah, I See You're a Man of Culture As Well... + components: + - type: Item + - type: Food + - type: Sprite + sprite: Corvax/Objects/Consumable/Food/japanfood.rsi + state: porkramen + - type: SolutionContainerManager + solutions: + food: + maxVol: 20 + reagents: + - ReagentId: Nutriment + Quantity: 10 + - ReagentId: Protein + Quantity: 3 + - ReagentId: Flavorol + Quantity: 5 + - type: Tag + tags: + - Meat + - Soup \ No newline at end of file diff --git a/Resources/Textures/Corvax/Objects/Consumable/Food/JapanFood/ramen.rsi/meta.json b/Resources/Textures/Corvax/Objects/Consumable/Food/JapanFood/ramen.rsi/meta.json deleted file mode 100644 index 0de28872bb0..00000000000 --- a/Resources/Textures/Corvax/Objects/Consumable/Food/JapanFood/ramen.rsi/meta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Made by Chocosasel", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "ramen" - } - ] -} diff --git a/Resources/Textures/Corvax/Objects/Consumable/Food/JapanFood/ramen.rsi/ramen.png b/Resources/Textures/Corvax/Objects/Consumable/Food/JapanFood/ramen.rsi/ramen.png deleted file mode 100644 index 1a08bc5491c..00000000000 Binary files a/Resources/Textures/Corvax/Objects/Consumable/Food/JapanFood/ramen.rsi/ramen.png and /dev/null differ diff --git a/Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/hanamidango.png b/Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/hanamidango.png new file mode 100644 index 00000000000..0bdeee2a778 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/hanamidango.png differ diff --git a/Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/meta.json b/Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/meta.json new file mode 100644 index 00000000000..44bc12002aa --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Fills created by potato1234_x", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "porkramen" + }, + { + "name": "hanamidango" + } + ] +}