Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocosasel authored Nov 4, 2024
1 parent efa1f81 commit b21435a
Showing 1 changed file with 58 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
- type: entity
name: Boiled Dough Dango Ball
parent: FoodBakingBase
id: boileddoughdangoball
description: A boiled ball of dough.
components:
- type: FlavorProfile
flavors:
- dough
- type: Sprite
sprite: Corvax/Objects/Consumable/Food/ingredients.rsi
state: boileddoughdangoball
- type: SolutionContainerManager
solutions:
food:
maxVol: 10
reagents:
- ReagentId: Nutriment
Quantity: 5

- type: entity
name: Raw Dough Dango Ball
parent: FoodBakingBase
id: rawdoughdangoball
description: A raw ball of dough.
components:
- type: FlavorProfile
flavors:
- dough
- type: Sprite
sprite: Corvax/Objects/Consumable/Food/ingredients.rsi
state: rawdoughdangoball
- type: SolutionContainerManager
solutions:
food:
maxVol: 5
reagents:
- ReagentId: Nutriment
Quantity: 1

- 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
- type: SolutionContainerManager
solutions:
food:
maxVol: 5
reagents:
- ReagentId: Nutriment
Quantity: 1

0 comments on commit b21435a

Please sign in to comment.