Add Chef's Belt (#22868)
* Add Chef's Belt * Reduce contents in filled belt to just s&p --------- Co-authored-by: Jeff <velcroboy333@hotmail.com>
This commit is contained in:
@@ -356,6 +356,82 @@
|
||||
sprite: Clothing/Belt/belt_overlay.rsi
|
||||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBeltStorageBase
|
||||
id: ClothingBeltChef
|
||||
name: chef belt
|
||||
description: A belt used to hold kitchen knives and condiments for quick access.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Belt/chef.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Belt/chef.rsi
|
||||
- type: Storage
|
||||
whitelist:
|
||||
tags:
|
||||
- KitchenKnife
|
||||
- Cleaver
|
||||
- RollingPin
|
||||
- Coldsauce
|
||||
- Enzyme
|
||||
- Hotsauce
|
||||
- Ketchup
|
||||
- BBQsauce
|
||||
- SaltShaker
|
||||
- PepperShaker
|
||||
- CigPack
|
||||
- Packet
|
||||
- Skewer
|
||||
- MonkeyCube
|
||||
components:
|
||||
- Mousetrap
|
||||
- Smokable
|
||||
- Utensil
|
||||
- type: ItemMapper
|
||||
mapLayers:
|
||||
kitchenknife:
|
||||
whitelist:
|
||||
tags:
|
||||
- KitchenKnife
|
||||
cleaver:
|
||||
whitelist:
|
||||
tags:
|
||||
- Cleaver
|
||||
rollingpin:
|
||||
whitelist:
|
||||
tags:
|
||||
- RollingPin
|
||||
coldsauce:
|
||||
whitelist:
|
||||
tags:
|
||||
- Coldsauce
|
||||
enzyme:
|
||||
whitelist:
|
||||
tags:
|
||||
- Enzyme
|
||||
hotsauce:
|
||||
whitelist:
|
||||
tags:
|
||||
- Hotsauce
|
||||
ketchup:
|
||||
whitelist:
|
||||
tags:
|
||||
- Ketchup
|
||||
bbqsauce:
|
||||
whitelist:
|
||||
tags:
|
||||
- BBQsauce
|
||||
saltshaker:
|
||||
whitelist:
|
||||
tags:
|
||||
- SaltShaker
|
||||
peppershaker:
|
||||
whitelist:
|
||||
tags:
|
||||
- PepperShaker
|
||||
sprite: Clothing/Belt/belt_overlay.rsi
|
||||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
parent: ClothingBeltStorageBase
|
||||
id: ClothingBeltSecurity
|
||||
@@ -427,7 +503,7 @@
|
||||
tags:
|
||||
- CaptainSabre
|
||||
- type: Appearance
|
||||
|
||||
|
||||
# Belts without visualizers
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
abstract: true
|
||||
description: A small plastic pack with condiments to put on your food.
|
||||
components:
|
||||
- type: Item
|
||||
size: Tiny
|
||||
- type: Drink
|
||||
solution: food
|
||||
refillable: false
|
||||
@@ -37,7 +39,7 @@
|
||||
# Since this one is closed, the only way to insert liquid is with a syringe.
|
||||
- type: InjectableSolution
|
||||
solution: food
|
||||
# Note NOT refillable.
|
||||
# Note NOT refillable.
|
||||
# It be a shame if it turned out ALL drinks were ALWAYS refillable.... ffs.
|
||||
# Well its fixed now, but I want to share my pain.
|
||||
- type: SolutionContainerManager
|
||||
@@ -53,6 +55,9 @@
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
Plastic: 50
|
||||
- type: Tag
|
||||
tags:
|
||||
- Packet
|
||||
|
||||
- type: entity
|
||||
parent: BaseFoodCondimentPacket
|
||||
@@ -444,6 +449,9 @@
|
||||
visible: true
|
||||
- type: Icon
|
||||
state: bottle-enzyme
|
||||
- type: Tag
|
||||
tags:
|
||||
- Enzyme
|
||||
|
||||
- type: entity
|
||||
parent: BaseFoodCondimentBottle
|
||||
@@ -552,6 +560,8 @@
|
||||
name: empty shaker
|
||||
description: A shaker used to store and dispense spices.
|
||||
components:
|
||||
- type: Item
|
||||
size: Tiny
|
||||
- type: Drink
|
||||
solution: food
|
||||
- type: SolutionContainerManager
|
||||
@@ -599,6 +609,9 @@
|
||||
state: shaker-salt
|
||||
- type: Icon
|
||||
state: shaker-salt
|
||||
- type: Tag
|
||||
tags:
|
||||
- SaltShaker
|
||||
|
||||
- type: entity
|
||||
parent: BaseFoodShaker
|
||||
@@ -616,3 +629,6 @@
|
||||
state: shaker-pepper
|
||||
- type: Icon
|
||||
state: shaker-pepper
|
||||
- type: Tag
|
||||
tags:
|
||||
- PepperShaker
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Trash
|
||||
- Skewer
|
||||
|
||||
# Custom Kebab Example
|
||||
|
||||
|
||||
@@ -66,4 +66,4 @@
|
||||
description: Useful for catching rodents sneaking into your kitchen.
|
||||
components:
|
||||
- type: Mousetrap
|
||||
isActive: true
|
||||
isActive: true
|
||||
|
||||
@@ -545,3 +545,6 @@
|
||||
- type: PhysicalComposition
|
||||
materialComposition:
|
||||
Wood: 100
|
||||
- type: Tag
|
||||
tags:
|
||||
- RollingPin
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Knife
|
||||
- KitchenKnife
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Melee/kitchen_knife.rsi
|
||||
state: icon
|
||||
@@ -54,6 +55,7 @@
|
||||
- type: Tag
|
||||
tags:
|
||||
- Knife
|
||||
- Cleaver
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Melee/cleaver.rsi
|
||||
state: butch
|
||||
|
||||
Reference in New Issue
Block a user