Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Добавление японской еды | Адаптация #70

Merged
merged 14 commits into from
Nov 2, 2024
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/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: rawramennoodles
description: A raw ramen.
components:
- type: FlavorProfile
- type: Sprite
sprite: Corvax/Objects/Consumable/Food/ingredients.rsi
state: rawramennoodles
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
- type: entity
name: Chocolate Pocky
parent: FoodBakedBase
id: chocopocky
description: Don't forget to play the game with your date...
components:
- type: Item
storedRotation: -90
- type: Food
- type: Sprite
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi
state: chocopocky
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Theobromine
Quantity: 3
- ReagentId: CocoaPowder
Quantity: 1
- type: Tag
tags:
- Cigarette
- type: Clothing
sprite: Corvax\Objects\Consumable\Food\pockypacks.rsi
slots: [ mask ]
equippedPrefix: unlit
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,65 @@
- type: entity
id: PockyPackBase
parent: [ BaseStorageItem, BaseBagOpenClose ]
name: Pocky Pack
abstract: true
components:
- type: Sprite
layers:
- state: closed
- state: open
map: ["openLayer"]
visible: false
- state: pok1
map: ["pok1"]
sprite: Corvax/Objects/Consumable/Food/pokvisualizer.rsi
visible: false
- state: pok2
map: ["pok2"]
sprite: Corvax/Objects/Consumable/Food/pokvisualizer.rsi
visible: false
- state: pok3
map: ["pok3"]
sprite: Corvax/Objects/Consumable/Food/pokvisualizer.rsi
visible: false
- type: Tag
tags:
- CigPack
- Trash
- type: PhysicalComposition
materialComposition:
Steel: 50
- type: SpaceGarbage
- type: Item
size: Tiny
shape: # Yes, this is cursed, but it breaks otherwise, dont question it.
- 0,0,0,1
- type: Storage
grid:
- 0,0,4,1
- type: StorageFill
contents:
- id: chocopocky
amount: 10
- type: ItemCounter
count:
tags: [Cigarette]
composite: true
layerStates:
- pok1
- pok2
- pok3
- type: Appearance
- type: StaticPrice
price: 150

- type: entity
id: ChocolatePockyPack
parent: PockyPackBase
name: Chocolate Pocky Pack
description:
components:
- type: Sprite
sprite: Corvax/Objects/Consumable/Food/pockypacks.rsi
- type: Item
sprite: Corvax/Objects/Consumable/Food/pockypacks.rsi
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- type: reaction
id: CreateDangoDough
impact: Low
quantized: true
conserveEnergy: false
reactants:
Rice:
amount: 5
Water:
amount: 5
Sugar:
amount: 5
effects:
- !type:CreateEntityReactionEffect
entity: Doughdangoball

- type: reaction
id: CreateRawRamen
impact: Low
quantized: true
conserveEnergy: false
reactants:
Flour:
amount: 10
TableSalt:
amount: 5
OilOlive:
amount: 5
Egg:
amount: 6
Water:
amount: 5
effects:
- !type:CreateEntityReactionEffect
entity: rawramennoodles
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
- type: microwaveMealRecipe
id: Recipeporkramen
name: pork ramen recipe
result: porkramennoodles
time: 15
solids:
FoodMeatCutlet: 3
FoodBowlBig: 1
FoodGarlic: 1
rawramennoodles: 1
reagents:
Water: 15
Egg: 6
recipeType: Oven # Frontier

- type: microwaveMealRecipe
id: Recipehanamidango
name: dango hanami recipe
result: hanamidango
time: 10
reagents:
GreenTea: 5
JuiceWatermelon: 5
solids:
Doughdangoball: 3
recipeType: Oven # Frontier

- type: microwaveMealRecipe
id: Recipemitarashidango
name: dango mitarashi recipe
result: mitarashidango
time: 10
reagents:
Soysauce: 5
Sugar: 5
solids:
Doughdangoball: 3
recipeType: Oven # Frontier

- type: microwaveMealRecipe
id: Recipeonigiri
name: onigiri recipe
result: onigiri
time: 20
reagents:
Mayo: 5
Rice: 10
solids:
FoodMeatChicken: 1
recipeType: Oven # Frontier

- type: microwaveMealRecipe
id: Recipespicyramen
name: spicy ramen recipe
result: spicyporkramennoodles
time: 20
solids:
FoodMeatCutlet: 3
FoodBowlBig: 1
FoodGarlic: 1
rawramennoodles: 1
FoodChiliPepper: 1
reagents:
Water: 15
Egg: 6
Hotsauce: 5
recipeType: Oven # Frontier

10 changes: 10 additions & 0 deletions Resources/Prototypes/_NF/Mail/mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2152,3 +2152,13 @@
- type: Mail
contents:
- id: FoodBoxDonut

- type: entity
categories: [ HideSpawnMenu ]
parent: BaseMail
id: MailNFPockyPack
suffix: chocopocky
components:
- type: Mail
contents:
- id: ChocolatePockyPack #CorvaxFrontier
1 change: 1 addition & 0 deletions Resources/Prototypes/_NF/Mail/mailDeliveries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
MailNFSodaSpaceUp: 0.2
MailNFUnusualFood: 0.25
MailNFUnusualProduce: 0.8
MailNFPockyPack: 0.3 #CorvaxFrontier
# Booze/Smoke Consumables
MailNFAlcohol: 0.5
MailSake: 0.05 # MailNFAlcohol has ~10 bottles, should be about a tenth of MailNFAlcohol's weight.
Expand Down
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": "rawramennoodles"
}
]
}
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