This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #353 from Corvax-Frontier/japanfood
Japanfood
- Loading branch information
Showing
18 changed files
with
283 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
Resources/Prototypes/Corvax/Recipes/Cooking/JapanFood/ingredients/food.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
- type: reaction | ||
id: CreateDangoDough | ||
impact: Low | ||
quantized: true | ||
conserveEnergy: false | ||
reactants: | ||
Rice: | ||
amount: 5 | ||
Water: | ||
amount: 2 | ||
Sugar: | ||
amount: 2 | ||
effects: | ||
- !type:CreateEntityReactionEffect | ||
entity: Doughdangoball | ||
|
||
- type: reaction | ||
id: CreateRawRamen | ||
impact: Low | ||
quantized: true | ||
conserveEnergy: false | ||
reactants: | ||
Flour: | ||
amount: 10 | ||
TableSalt: | ||
amount: 1 | ||
OilOlive: | ||
amount: 1 | ||
Egg: | ||
amount: 6 | ||
effects: | ||
- !type:CreateEntityReactionEffect | ||
entity: rawnoodles |
62 changes: 62 additions & 0 deletions
62
Resources/Prototypes/Corvax/Recipes/Cooking/JapanFood/meal_recipes.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
- type: microwaveMealRecipe | ||
id: Recipeporkramen | ||
name: pork ramen recipe | ||
result: porkramennoodles | ||
time: 15 | ||
solids: | ||
FoodMeatCutlet: 3 | ||
FoodBowlBig: 1 | ||
FoodGarlic: 1 | ||
rawnoodles: 1 | ||
reagents: | ||
Water: 15 | ||
Egg: 6 | ||
|
||
- type: microwaveMealRecipe | ||
id: Recipehanamidango | ||
name: dango hanami recipe | ||
result: hanamidango | ||
time: 10 | ||
reagents: | ||
GreenTea: 5 | ||
JuiceWatermelon: 5 | ||
solids: | ||
Doughdangoball: 3 | ||
|
||
- type: microwaveMealRecipe | ||
id: Recipemitarashidango | ||
name: dango mitarashi recipe | ||
result: mitarashidango | ||
time: 10 | ||
reagents: | ||
Soysauce: 5 | ||
Sugar: 5 | ||
solids: | ||
Doughdangoball: 3 | ||
|
||
- type: microwaveMealRecipe | ||
id: Recipeonigiri | ||
name: onigiri recipe | ||
result: onigiri | ||
time: 20 | ||
reagents: | ||
Mayo: 5 | ||
Rice: 10 | ||
solids: | ||
FoodMeatChicken: 1 | ||
|
||
- type: microwaveMealRecipe | ||
id: Recipespicyramen | ||
name: spicy ramen recipe | ||
result: spicyporkramennoodles | ||
time: 20 | ||
solids: | ||
FoodMeatCutlet: 3 | ||
FoodBowlBig: 1 | ||
FoodGarlic: 1 | ||
rawnoodles: 1 | ||
FoodChiliPepper: 1 | ||
reagents: | ||
Water: 15 | ||
Egg: 6 | ||
Hotsauce: 5 |
12 changes: 12 additions & 0 deletions
12
...rces/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/Ingredients/dangodough.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- type: entity | ||
name: шарик данго | ||
parent: FoodBakingBase | ||
id: Doughdangoball | ||
description: Выглядит как шарик из теста. | ||
components: | ||
- type: FlavorProfile | ||
flavors: | ||
- dough | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/ingredients.rsi | ||
state: doughdangoball |
10 changes: 10 additions & 0 deletions
10
...Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/Ingredients/rawramennoodles.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
- type: entity | ||
name: сухая лапша для рамэна | ||
parent: FoodBakingBase | ||
id: rawnoodles | ||
description: Сухая лапша. | ||
components: | ||
- type: FlavorProfile | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/ingredients.rsi | ||
state: rawnoodles |
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/hanamidango.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- type: entity | ||
name: трёхцветное данго | ||
parent: FoodBakedBase | ||
id: hanamidango | ||
description: Похоже что тебе нравятся разные цвета, не так ли? | ||
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 |
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/mitarasidango.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- type: entity | ||
name: митараши данго | ||
parent: FoodBakedBase | ||
id: mitarashidango | ||
description: Рисовая сладость, манящая за собой | ||
components: | ||
- type: Item | ||
storedRotation: -90 | ||
- type: Food | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: mitarashidango | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 20 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 15 |
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/onigiri.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- type: entity | ||
name: онигири | ||
parent: FoodBakedBase | ||
id: onigiri | ||
description: Лучший рис в галактике! | ||
components: | ||
- type: Item | ||
storedRotation: -90 | ||
- type: Food | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: onigiri | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 25 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 20 |
28 changes: 28 additions & 0 deletions
28
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/porkramennoodles.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
- type: entity | ||
name: свиной рамэн | ||
parent: FoodBowlBase | ||
id: porkramennoodles | ||
description: Оу, да я вижу вы человек высокой культуры... | ||
components: | ||
- type: Item | ||
- type: Food | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: porkramen | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 10 | ||
- ReagentId: Protein | ||
Quantity: 3 | ||
- ReagentId: Flavorol | ||
Quantity: 5 | ||
- ReagentId: Soysauce | ||
Quantity: 2 | ||
- type: Tag | ||
tags: | ||
- Meat | ||
- Soup |
30 changes: 30 additions & 0 deletions
30
Resources/Prototypes/_NF/Entities/Objects/Consumable/Food/JapanFood/spicyporkramen.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
- type: entity | ||
name: острый рамэн | ||
parent: FoodBowlBase | ||
id: spicyporkramennoodles | ||
description: Выглядит так горячо... И так аппетитно! | ||
components: | ||
- type: Item | ||
- type: Food | ||
- type: Sprite | ||
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi | ||
state: spicyporkramen | ||
- type: SolutionContainerManager | ||
solutions: | ||
food: | ||
maxVol: 30 | ||
reagents: | ||
- ReagentId: Nutriment | ||
Quantity: 10 | ||
- ReagentId: Protein | ||
Quantity: 3 | ||
- ReagentId: Flavorol | ||
Quantity: 5 | ||
- ReagentId: CapsaicinOil | ||
Quantity: 2 | ||
- ReagentId: Soysauce | ||
Quantity: 2 | ||
- type: Tag | ||
tags: | ||
- Meat | ||
- Soup |
Binary file added
BIN
+270 Bytes
...rces/Textures/Corvax/Objects/Consumable/Food/ingredients.rsi/doughdangoball.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
Resources/Textures/Corvax/Objects/Consumable/Food/ingredients.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "doughdangoball" | ||
}, | ||
{ | ||
"name": "rawnoodles" | ||
} | ||
] | ||
} |
Binary file added
BIN
+524 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/ingredients.rsi/rawnoodles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+677 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/hanamidango.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions
34
Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"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": "spicyporkramen", | ||
"delays": [ | ||
[ | ||
0.1, | ||
0.1, | ||
0.1, | ||
0.1 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "hanamidango" | ||
}, | ||
{ | ||
"name": "mitarashidango" | ||
}, | ||
{ | ||
"name": "onigiri" | ||
} | ||
] | ||
} |
Binary file added
BIN
+673 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/mitarashidango.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+338 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/onigiri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+839 Bytes
Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/porkramen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.59 KB
Resources/Textures/Corvax/Objects/Consumable/Food/japanfood.rsi/spicyporkramen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.