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 #263 from Chocosasel/japanfood
Browse files Browse the repository at this point in the history
Japanfood
  • Loading branch information
Sh1ntra authored Jun 4, 2024
2 parents 0ee5656 + a1bc9bb commit eb3b41e
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@

- 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
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,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": "hanamidango"
}
]
}

0 comments on commit eb3b41e

Please sign in to comment.