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

Commit

Permalink
Japan Food
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1ntra committed Jun 4, 2024
1 parent eb3b41e commit a0c72f7
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 5 deletions.
1 change: 0 additions & 1 deletion Resources/Prototypes/Actions/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
id: ActionToggleLight
name: Toggle Light
description: Turn the light on and off.
noSpawn: true
components:
- type: InstantAction
icon: { sprite: Objects/Tools/flashlight.rsi, state: flashlight }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,18 @@
Sugar: 5
Water: 10
GreenTea: 5
Egg: 6
Egg: 6

- type: microwaveMealRecipe
id: Recipeporkramen
name: pork ramen recipe
result: porkramennoodles
time: 15
solids:
FoodMeatCutlet: 3
FoodBowlBig: 1
FoodGarlic: 1
FoodNoodlesBoiled: 1
reagents:
Water: 15
Egg: 6
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
name: Tricolor Dango
parent: FoodBakedBase
id: hanamidango
description: Rice sweetness that beckons
description: Манящая рисовая сладость.
components:
- type: Item
storedRotation: -90
- type: Food
- type: Sprite
sprite: Corvax/Objects/Consumable/Food/japanfood.rsi
sprite: Corvax/Objects/Consumable/Food/hanamidango.rsi
state: hanamidango
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 15
Quantity: 15
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
- type: entity
name: Свиной Рамён
parent: FoodBowlBase
id: porkramennoodles
description: Оу, я вижу вы человек Высокой культуры...
components:
- type: Item
- type: Food
- type: Sprite
sprite: Corvax/Objects/Consumable/Food/porkramennoodles.rsi
state: ramen
- type: SolutionContainerManager
solutions:
food:
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Protein
Quantity: 3
- ReagentId: Flavorol
Quantity: 5
- type: Tag
tags:
- Meat
- Soup
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"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": "ramen"
}
]
}
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 a0c72f7

Please sign in to comment.