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

Japanfood #261

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,18 @@
FoodNoodlesBoiled: 1
reagents:
Water: 15
Egg: 6
Egg: 6

- type: microwaveMealRecipe
id: Recipedango
name: dango recipe
result: hanamidango
time: 10
solids:
FoodWatermelonSlice: 1
reagents:
Rice: 15
Sugar: 5
Water: 10
GreenTea: 5
Egg: 6
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- type: entity
name: Tricolor Dango
parent: FoodBakedBase
id: hanamidango
description: Rice sweetness that beckons
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,26 @@
- 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: 20
reagents:
- ReagentId: Nutriment
Quantity: 10
- ReagentId: Protein
Quantity: 3
- ReagentId: Flavorol
Quantity: 5
- type: Tag
tags:
- Meat
- Soup

This file was deleted.

Binary file not shown.
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": "porkramen"
},
{
"name": "hanamidango"
}
]
}
Loading