- type: Label
currentLabel: tonic water
+- type: entity
+ parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull]
+ id: DrinkSakeBottleFull
+ name: small sake bottle
+ description: The regret of the next morning seems to be nipping on the bottle too.
+ components:
+ - type: SolutionContainerManager
+ solutions:
+ drink:
+ reagents:
+ - ReagentId: Sake
+ Quantity: 50
+ - type: Label
+ currentLabel: Sake
+ - type: Sprite
+ sprite: Objects/Consumable/Drinks/sakebottle.rsi
+ - type: Sealable
+
# Cartons, TODO: this needs to be moved elsewhere eventually, since cartons shouldnt smash into glass shards
- type: entity
--- /dev/null
+{
+ "version": 1,
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "license": "CC-BY-SA-3.0",
+ "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi, recolored by PursuitinAshes (Github)",
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "icon_open"
+ }
+ ]
+}