- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/jar_what.rsi
+
+- type: entity
+ id: BartenderMixer
+ abstract: true
+ components:
+ - type: DrainableSolution
+ solution: drink
+ - type: Drink
+ - type: DrawableSolution
+ solution: drink
+ - type: RefillableSolution
+ solution: drink
+ - type: SolutionTransfer
+ canChangeTransferAmount: true
+ - type: Spillable
+ solution: drink
+ - type: UserInterface
+ interfaces:
+ enum.TransferAmountUiKey.Key:
+ type: TransferAmountBoundUserInterface
+
+- type: entity
+ parent: [BaseItem, BartenderMixer]
+ id: DrinkJigger
+ name: jigger
+ description: Like a shaker, but smaller. Used to control the amount of ingredients.
+ components:
+ - type: SolutionContainerManager
+ solutions:
+ drink:
+ maxVol: 20
+ - type: MixableSolution
+ solution: drink
+ - type: FitsInDispenser
+ solution: drink
+ - type: Sprite
+ sprite: Objects/Consumable/Drinks/jigger.rsi
+ state: icon
+ - type: PhysicalComposition
+ materialComposition:
+ Steel: 20
+
+- type: entity
+ parent: [BaseItem, BartenderMixer]
+ id: DrinkIceBucket
+ name: ice bucket
+ description: A special bucket of refreshy ice. Prohibited use for challenge with the same name!
+ components:
+ - type: SolutionContainerManager
+ solutions:
+ drink:
+ reagents:
+ - ReagentId: Ice
+ Quantity: 200
+ - type: Sprite
+ sprite: Objects/Consumable/Drinks/icebucket.rsi
+ state: icon
+ - type: PhysicalComposition
+ materialComposition:
+ Steel: 75
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 and modified by Swept",
+ "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432 and modified by Swept; Bar spoon by Dezzzix",
"size": {
"x": 32,
"y": 32
},
{
"name": "plastic_knife"
+ },
+ {
+ "name": "bar_spoon"
+ },
+ {
+ "name": "bar_spoon-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "bar_spoon-inhand-right",
+ "directions": 4
}
]
}