- id: WeaponRevolverInspector
- id: SpeedLoaderMagnum
- id: SpeedLoaderMagnumRubber
+
+- type: entity
+ id: ClothingBeltChefFilled
+ parent: ClothingBeltChef
+ suffix: Filled
+ components:
+ - type: StorageFill
+ contents:
+ - id: FoodShakerSalt
+ - id: FoodShakerPepper
ClothingUniformJumpskirtChef: 2
ClothingHeadHatChef: 2
ClothingShoesColorBlack: 2
+ ClothingBeltChef: 2
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
tags:
- CaptainSabre
- type: Appearance
-
+
# Belts without visualizers
- type: entity
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
# 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
- type: PhysicalComposition
materialComposition:
Plastic: 50
+ - type: Tag
+ tags:
+ - Packet
- type: entity
parent: BaseFoodCondimentPacket
visible: true
- type: Icon
state: bottle-enzyme
+ - type: Tag
+ tags:
+ - Enzyme
- type: entity
parent: BaseFoodCondimentBottle
name: empty shaker
description: A shaker used to store and dispense spices.
components:
+ - type: Item
+ size: Tiny
- type: Drink
solution: food
- type: SolutionContainerManager
state: shaker-salt
- type: Icon
state: shaker-salt
+ - type: Tag
+ tags:
+ - SaltShaker
- type: entity
parent: BaseFoodShaker
state: shaker-pepper
- type: Icon
state: shaker-pepper
+ - type: Tag
+ tags:
+ - PepperShaker
- type: Tag
tags:
- Trash
+ - Skewer
# Custom Kebab Example
description: Useful for catching rodents sneaking into your kitchen.
components:
- type: Mousetrap
- isActive: true
\ No newline at end of file
+ isActive: true
- type: PhysicalComposition
materialComposition:
Wood: 100
+ - type: Tag
+ tags:
+ - RollingPin
- type: Tag
tags:
- Knife
+ - KitchenKnife
- type: Sprite
sprite: Objects/Weapons/Melee/kitchen_knife.rsi
state: icon
- type: Tag
tags:
- Knife
+ - Cleaver
- type: Sprite
sprite: Objects/Weapons/Melee/cleaver.rsi
state: butch
id: ChefPDA
ears: ClothingHeadsetService
outerClothing: ClothingOuterApronChef
+ belt: ClothingBeltChefFilled
innerClothingSkirt: ClothingUniformJumpskirtChef
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled
- type: Tag
id: CigPack
+- type: Tag
+ id: Cleaver
+
- type: Tag
id: ClothMade
- type: Tag
id: EmitterBolt
+- type: Tag
+ id: Enzyme
+
- type: Tag
id: ExplosivePassable
- type: Tag
id: KeyedInstrument
+- type: Tag
+ id: KitchenKnife
+
- type: Tag
id: Knife
- type: Tag
id: Ore
+- type: Tag
+ id: Packet
+
- type: Tag
id: Payload # for grenade/bomb crafting
- type: Tag
id: Pancake
+- type: Tag
+ id: PepperShaker
+
- type: Tag
id: PercussionInstrument
- type: Tag
id: RollingPaper
+- type: Tag
+ id: RollingPin
+
+- type: Tag
+ id: SaltShaker
+
- type: Tag
id: SalvageExperiment
- type: Tag
id: SkeletonMotorcycleKeys
+- type: Tag
+ id: Skewer
+
- type: Tag
id: SmallAIChip
id: MindShield
- type: Tag
- id: boots
\ No newline at end of file
+ id: boots
"y": 32
},
"states": [
+ {
+ "name": "bbqsauce"
+ },
{
"name": "bottle"
},
{
"name": "bottle_spray"
},
+ {
+ "name": "cleaver"
+ },
+ {
+ "name": "coldsauce"
+ },
{
"name": "crowbar"
},
{
"name": "drill"
},
+ {
+ "name": "enzyme"
+ },
{
"name": "flashbang"
},
{
"name": "hoe"
},
+ {
+ "name": "hotsauce"
+ },
{
"name": "hydro"
},
{
"name": "jaws"
},
+ {
+ "name": "ketchup"
+ },
+ {
+ "name": "kitchenknife"
+ },
{
"name": "multitool"
},
+ {
+ "name": "peppershaker"
+ },
{
"name": "pill"
},
{
"name": "plantbgone"
},
+ {
+ "name": "rollingpin"
+ },
+ {
+ "name": "saltshaker"
+ },
{
"name": "screwdriver"
},
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Base taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3fd95ab2a061459c881eeab6dbecaae5a8884f0a altered by Velcroboy",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-BELT",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}