Split Kitchen supply crate into Dinnerware and Bar Supply crates (#12800)
This commit is contained in:
@@ -24,10 +24,30 @@
|
||||
sprite: Objects/Consumable/Food/ingredients.rsi
|
||||
state: flour-big
|
||||
product: CrateFoodCooking
|
||||
cost: 1500
|
||||
cost: 750
|
||||
category: Food
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: FoodDinnerware
|
||||
icon:
|
||||
sprite: Objects/Consumable/Food/plates.rsi
|
||||
state: tin
|
||||
product: CrateFoodDinnerware
|
||||
cost: 750
|
||||
category: Food
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: FoodBarSupply
|
||||
icon:
|
||||
sprite: Objects/Consumable/Drinks/beerglass.rsi
|
||||
state: icon
|
||||
product: CrateFoodBarSupply
|
||||
cost: 750
|
||||
category: Food
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: FoodCrateKvassTank
|
||||
icon:
|
||||
|
||||
@@ -28,25 +28,66 @@
|
||||
- id: ReagentContainerFlour
|
||||
amount: 3
|
||||
- id: ReagentContainerRice
|
||||
amount: 1
|
||||
amount: 3
|
||||
- id: ReagentContainerMilk
|
||||
amount: 4
|
||||
- id: ReagentContainerMilkSoy
|
||||
amount: 1
|
||||
amount: 2
|
||||
- id: ReagentContainerSugar
|
||||
amount: 1
|
||||
amount: 2
|
||||
- id: FoodCondimentPacketSalt
|
||||
amount: 3
|
||||
- id: FoodCondimentBottleEnzyme
|
||||
amount: 1
|
||||
- id: FoodBowlBig
|
||||
amount: 3
|
||||
- id: FoodPlate
|
||||
amount: 3
|
||||
- id: FoodPlateSmall
|
||||
amount: 3
|
||||
amount: 2
|
||||
- id: FoodContainerEgg
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodDinnerware
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: FoodBowlBig
|
||||
amount: 4
|
||||
- id: FoodPlate
|
||||
amount: 4
|
||||
- id: FoodPlateSmall
|
||||
amount: 4
|
||||
- id: FoodKebabSkewer
|
||||
amount: 3
|
||||
amount: 4
|
||||
- id: KitchenKnife
|
||||
amount: 1
|
||||
- id: DrinkGlass
|
||||
amount: 4
|
||||
- id: FoodPlateTin
|
||||
amount: 4
|
||||
- id: Fork
|
||||
amount: 2
|
||||
- id: Spoon
|
||||
amount: 2
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodBarSupply
|
||||
parent: CratePlastic
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: DrinkGlass
|
||||
amount: 5
|
||||
- id: DrinkShotGlass
|
||||
amount: 5
|
||||
- id: DrinkShaker
|
||||
amount: 2
|
||||
- id: DrinkOrangeJuice
|
||||
amount: 2
|
||||
- id: DrinkLimeJuice
|
||||
amount: 2
|
||||
- id: DrinkTomatoJuice
|
||||
amount: 2
|
||||
- id: DrinkWaterBottleFull
|
||||
amount: 2
|
||||
- id: DrinkSodaWaterCan
|
||||
amount: 2
|
||||
- id: DrinkCreamCarton
|
||||
amount: 2
|
||||
Reference in New Issue
Block a user