Skip to content

Commit

Permalink
Update ingredients.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stop-Signs committed Dec 21, 2024
1 parent db8cbf7 commit aba1b91
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 50
maxVol: 100 # DeltaV - More reagents for chefs
- type: SolutionTransfer
# This is potentially badly-handled due to 'drink opening',
# but it lets the flour be tampered with, refilled, etc.
Expand Down Expand Up @@ -93,10 +93,10 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 50
maxVol: 100 # DeltaV - More reagents for chefs
reagents:
- ReagentId: Flour
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: [ReagentPacketBase, ItemHeftyBase]
Expand Down Expand Up @@ -127,7 +127,7 @@
food:
reagents:
- ReagentId: Cornmeal
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: ReagentPacketBase
Expand Down Expand Up @@ -158,7 +158,7 @@
food:
reagents:
- ReagentId: Rice
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: ReagentPacketBase
Expand Down Expand Up @@ -189,7 +189,7 @@
food:
reagents:
- ReagentId: Sugar
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: ReagentPacketBase
Expand Down Expand Up @@ -815,4 +815,4 @@
maxVol: 4
reagents:
- ReagentId: Nutriment
Quantity: 3
Quantity: 3

0 comments on commit aba1b91

Please sign in to comment.