Skip to content

Commit 79a8720

Browse files
authored
Merge branch 'Floof-Station:master' into master
2 parents 4060f03 + 93bca71 commit 79a8720

File tree

5 files changed

+35
-6
lines changed

5 files changed

+35
-6
lines changed

Resources/Changelog/Euphoria.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,3 +1475,17 @@ Entries:
14751475
message: Trains evac will no longer have pressure issues.
14761476
id: 180
14771477
time: '2026-03-21T00:34:02.0000000+00:00'
1478+
- author: SyaoranFox
1479+
changes:
1480+
- type: Add
1481+
message: Olive, Ghee, and Corn oil jars to chefvend.!
1482+
id: 181
1483+
time: '2026-03-21T13:56:04.0000000+00:00'
1484+
- author: SyaoranFox
1485+
changes:
1486+
- type: Add
1487+
message: Miso Recipe
1488+
- type: Tweak
1489+
message: Increased volume of salt and pepper shakers
1490+
id: 182
1491+
time: '2026-03-22T00:17:07.0000000+00:00'

Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
# End DeltaV Additions
2929
FoodSnackChocolate: 4 # Floofstation
3030
DrinkCreamCarton: 2 # Floofstation
31+
OilJarCorn: 2 # Floofstation
32+
OilJarOlive: 2 # Floofstation
33+
OilJarGhee: 2 # Floofstation
3134
contrabandInventory:
3235
EggBoxBroken: 1
3336
FoodBoxDonkpocket: 1

Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
- type: SolutionContainerManager
557557
solutions:
558558
food:
559-
maxVol: 20
559+
maxVol: 40
560560
- type: SolutionTransfer
561561
canChangeTransferAmount: true
562562
minTransferAmount: 5
@@ -595,7 +595,7 @@
595595
food:
596596
reagents:
597597
- ReagentId: TableSalt
598-
Quantity: 20
598+
Quantity: 40
599599
- type: Sprite
600600
state: shaker-salt
601601
- type: Icon
@@ -615,7 +615,7 @@
615615
food:
616616
reagents:
617617
- ReagentId: Blackpepper
618-
Quantity: 20
618+
Quantity: 40
619619
- type: Sprite
620620
state: shaker-pepper
621621
- type: Icon

Resources/Prototypes/Entities/Objects/Consumable/Food/ingredients.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@
669669
- ReagentId: Butter
670670
Quantity: 15
671671
- type: SliceableFood
672-
count: 3
672+
count: 5
673673
slice: FoodButterSlice
674674
- type: Extractable # DeltaV - Makes butter extractable
675675
grindableSolutionName: food
@@ -687,10 +687,10 @@
687687
- type: SolutionContainerManager
688688
solutions:
689689
food:
690-
maxVol: 6
690+
maxVol: 4
691691
reagents:
692692
- ReagentId: Butter
693-
Quantity: 5
693+
Quantity: 3
694694
- type: Tag
695695
tags:
696696
- Slice
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- type: microwaveMealRecipe
2+
id: RecipeMisoSoup
3+
name: miso soup recipe
4+
result: FoodSoupMiso
5+
time: 10
6+
group: Soup
7+
reagents:
8+
Water: 10
9+
solids:
10+
FoodBowlBig: 1
11+
FoodSoybeans: 2
12+
FoodTofuSlice: 1

0 commit comments

Comments
 (0)