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 #350 from Chocosasel/japanfood
Browse files Browse the repository at this point in the history
New Japan Food
  • Loading branch information
Sh1ntra authored Jun 28, 2024
2 parents 99450c8 + b5cfb38 commit 1788f79
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: Dough Dango Ball
parent: FoodBakingBase
id: Doughdangoball
description: A ball of dough.
components:
- type: FlavorProfile
flavors:
- dough
- type: Sprite
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi/ingredients.rsi
state: doughdangoball
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
name: Raw Ramen Noodles
parent: FoodBakingBase
id: rawnoodles
description: A raw ramen.
components:
- type: FlavorProfile
- type: Sprite
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi/ingredients.rsi
state: rawnoodles
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: entity
name: Tricolor Dango
parent: FoodBakedBase
id: hanamidango
description: You like that colors, don't you?
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: Mitarashi Dango
parent: FoodBakedBase
id: mitarashidango
description: Rice sweetness that beckons
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: Onigiri
parent: FoodBakedBase
id: onigiri
description: Best fried geometric shape in the galaxy
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: 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: 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: Spicy Ramen
parent: FoodBowlBase
id: spicyporkramennoodles
description: So hot and so cute!
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.
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.
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 1788f79

Please sign in to comment.