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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 146 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation and baystation and modified by potato1234x at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 and https://github.com/Baystation12/Baystation12/commit/a6067826de7fd8f698793f6d84e6c2f1f9b1f188. Tofu and tofu-slice were created by Discord user rosysyntax#6514. Chevrelog and chevredisk created by Github user deathride58, tortilladough tortillaflat and tortillaslice added by Phunny,",
|
||||
"copyright": "Taken from tgstation and baystation and modified by potato1234x at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 and https://github.com/Baystation12/Baystation12/commit/a6067826de7fd8f698793f6d84e6c2f1f9b1f188. Tofu and tofu-slice were created by Discord user rosysyntax#6514. Chevrelog and chevredisk created by Github user deathride58, tortilladough tortillaflat and tortillaslice added by Phunny, butter-slice taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -111,6 +111,9 @@
|
||||
},
|
||||
{
|
||||
"name": "tortilladough-slice"
|
||||
},
|
||||
{
|
||||
"name": "butter-slice"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user