Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #353 from Corvax-Frontier/japanfood
Browse files Browse the repository at this point in the history
Japanfood
  • Loading branch information
Vonsant authored Jun 28, 2024
2 parents ddacf0d + 7bbf885 commit 3b2b388
Show file tree
Hide file tree
Showing 18 changed files with 283 additions and 0 deletions.
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
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
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
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
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
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3b2b388

Please sign in to comment.