Give the chef access to cloth boxes (#34403)

* Give the chef access to fiber bags

* Update Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/box.yml

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
pathetic meowmeow
2025-01-22 18:54:03 -05:00
committed by GitHub
parent 741514968d
commit 85da2351c8
6 changed files with 31 additions and 1 deletions

View File

@@ -49,6 +49,8 @@
amount: 3
- id: ReagentContainerRice
amount: 3
- id: FoodBoxCloth
amount: 1
- id: DrinkMilkCarton
amount: 4
- id: DrinkSoyMilkCarton

View File

@@ -41,6 +41,8 @@
- id: SprayBottleWater
- id: ReagentContainerFlour
amount: 2
- id: FoodBoxCloth
amount: 1
- id: ReagentContainerSugar
- id: FoodCondimentPacketSalt
amount: 3

View File

@@ -41,6 +41,7 @@
- !type:GroupSelector
children:
- id: ReagentContainerFlour
- id: FoodBoxCloth
- id: ReagentContainerCornmeal
- id: ReagentContainerRice
- id: ReagentContainerSugar

View File

@@ -769,3 +769,25 @@
- id: GoldenBikeHorn
prob: 0.1
orGroup: GiftPool
- type: entity
parent: BoxCardboard
id: FoodBoxCloth
name: box of FlutterSoft-brand cloth
description: Fiber is the most important moth meal of the day! Don't skip it or use bottom-of-the-locker junk, buy high-quality FlutterSoft-brand cloth instead.
components:
- type: Sprite
sprite: Objects/Consumable/Food/ingredients.rsi
state: cloth-box
- type: Storage
grid:
- 0,0,1,1
maxItemSize: Normal
whitelist:
tags:
- ClothMade
- type: Item
size: Normal
- type: StorageFill
contents:
- id: MaterialCloth10

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

View File

@@ -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, butter-slice and croissant-raw taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955, cotton made by mlexf (discord 1143460554963427380). Croissant-raw-cotton, cotton-dough-slice and cotton-dough-rope by JuneSzalkowska",
"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 and croissant-raw taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955, cotton made by mlexf (discord 1143460554963427380). Croissant-raw-cotton, cotton-dough-slice and cotton-dough-rope by JuneSzalkowska, cloth-box by Janet Blackquill <uhhadd@gmail.com> 2024",
"size": {
"x": 32,
"y": 32
@@ -132,6 +132,9 @@
},
{
"name": "croissant-raw-cotton"
},
{
"name": "cloth-box"
}
]
}