- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/jar.rsi
+ layers:
+ - state: icon
+ map: [ "enum.SolutionContainerLayers.Base" ]
+ - state: fill1
+ map: [ "enum.SolutionContainerLayers.Fill" ]
+ visible: false
+ - state: icon-front
+ map: [ "enum.SolutionContainerLayers.Overlay" ]
+ - type: Appearance
+ - type: SolutionContainerManager
+ solutions:
+ drink:
+ maxVol: 50
+ - type: SolutionContainerVisuals
+ maxFillLevels: 9
+ fillBaseName: fill
+ metamorphic: true
+ metamorphicDefaultSprite:
+ sprite: Objects/Consumable/Drinks/jar.rsi
+ state: icon
+ - type: TransformableContainer
- type: entity
parent: DrinkGlassBase
-{"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", "states": [{"name": "icon"}]}
\ No newline at end of file
+{
+ "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 transparencies by IProduceWidgets",
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "icon-front"
+ },
+ {
+ "name": "fill1"
+ },
+ {
+ "name": "fill2"
+ },
+ {
+ "name": "fill3"
+ },
+ {
+ "name": "fill4"
+ },
+ {
+ "name": "fill5"
+ },
+ {
+ "name": "fill6"
+ },
+ {
+ "name": "fill7"
+ },
+ {
+ "name": "fill8"
+ },
+ {
+ "name": "fill9"
+ }
+ ]
+}
\ No newline at end of file