Add butter slices (#30789)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
FoodContainerEgg: 1
|
||||
DrinkMilkCarton: 2
|
||||
DrinkSoyMilkCarton: 1
|
||||
FoodButter: 4
|
||||
FoodButter: 3
|
||||
FoodCheese: 1
|
||||
FoodMeat: 6
|
||||
|
||||
|
||||
@@ -505,6 +505,35 @@
|
||||
density: 10
|
||||
mask:
|
||||
- ItemMask
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 18
|
||||
reagents:
|
||||
- ReagentId: Butter
|
||||
Quantity: 15
|
||||
- type: SliceableFood
|
||||
count: 3
|
||||
slice: FoodButterSlice
|
||||
|
||||
- type: entity
|
||||
name: butter slice
|
||||
parent: FoodBakingBase
|
||||
id: FoodButterSlice
|
||||
description: A pat of delicious, golden, fatty goodness.
|
||||
components:
|
||||
- type: Sprite
|
||||
state: butter-slice
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
food:
|
||||
maxVol: 6
|
||||
reagents:
|
||||
- ReagentId: Butter
|
||||
Quantity: 5
|
||||
- type: Tag
|
||||
tags:
|
||||
- Slice
|
||||
|
||||
- type: entity
|
||||
name: stick of cannabis butter
|
||||
|
||||
@@ -457,7 +457,7 @@
|
||||
time: 5
|
||||
solids:
|
||||
FoodBreadPlainSlice: 1
|
||||
FoodButter: 1
|
||||
FoodButterSlice: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeFrenchToast
|
||||
@@ -478,7 +478,7 @@
|
||||
solids:
|
||||
FoodBreadPlainSlice: 1
|
||||
FoodGarlic: 1
|
||||
FoodButter: 1
|
||||
FoodButterSlice: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeJellyToast
|
||||
@@ -1218,7 +1218,7 @@
|
||||
Flour: 5
|
||||
Sugar: 5
|
||||
solids:
|
||||
FoodButter: 1
|
||||
FoodButterSlice: 1
|
||||
FoodSnackChocolateBar: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
@@ -1230,7 +1230,7 @@
|
||||
Flour: 5
|
||||
Sugar: 10
|
||||
solids:
|
||||
FoodButter: 1
|
||||
FoodButterSlice: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeRaisinCookie
|
||||
@@ -1252,7 +1252,7 @@
|
||||
Oats: 5
|
||||
Sugar: 5
|
||||
solids:
|
||||
FoodButter: 1
|
||||
FoodButterSlice: 1
|
||||
|
||||
- type: microwaveMealRecipe
|
||||
id: RecipeChocolateChipPancake
|
||||
|
||||
Reference in New Issue
Block a user