Skip to content

Commit

Permalink
Grill me a cheese
Browse files Browse the repository at this point in the history
Doubles nutriment and bumps the vitamin to make it more efficient for the ingredients used. 2 bread slices and a cheese wedge is 13 nutriment by itself. If a butter slice is 5u, then that should be 3.75 nutriment.

Also raises the maxVol to 20 so there's still at least 5u of empty space instead of 7.
  • Loading branch information
CheddaCheez committed Nov 29, 2024
1 parent f4030f4 commit c0c2e5e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 15
maxVol: 20
reagents:
- ReagentId: Nutriment
Quantity: 6
Quantity: 12
- ReagentId: Vitamin
Quantity: 2
Quantity: 3
- type: FoodSequenceElement # unlimited power
entries:
Burger: GrilledCheese
Expand Down

0 comments on commit c0c2e5e

Please sign in to comment.