- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/waterbottle.rsi
-
-- type: entity
- parent: DrinkBottlePlasticBaseFull
+ layers:
+ - state: icon
+ - state: icon-1
+ map: ["enum.SolutionContainerLayers.Fill"]
+ visible: false
+ - type: Appearance
+ - type: SolutionContainerVisuals
+ maxFillLevels: 5
+ fillBaseName: icon-
+
+- type: entity
+ parent: DrinkWaterBottleFull
id: DrinkSodaWaterBottleFull
name: soda water bottle
description: Like water, but angry!
reagents:
- ReagentId: SodaWater
Quantity: 150
- - type: Drink
- - type: Sprite
- sprite: Objects/Consumable/Drinks/waterbottle.rsi
- type: entity
- parent: DrinkBottlePlasticBaseFull
+ parent: DrinkWaterBottleFull
id: DrinkTonicWaterBottleFull
name: tonic water bottle
description: Like soda water, but angrier maybe? Often sweeter.
reagents:
- ReagentId: TonicWater
Quantity: 150
- - type: Drink
- - type: Sprite
- sprite: Objects/Consumable/Drinks/waterbottle.rsi
# Cartons, TODO: this needs to be moved elsewhere eventually, since cartons shouldnt smash into glass shards
-{"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
+{
+ "copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi",
+ "license": "CC-BY-SA-3.0",
+ "size":
+ {
+ "x": 32,
+ "y": 32
+ },
+ "states":
+ [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "icon-1"
+ },
+ {
+ "name": "icon-2"
+ },
+ {
+ "name": "icon-3"
+ },
+ {
+ "name": "icon-4"
+ },
+ {
+ "name": "icon-5"
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ],
+ "version": 1
+}
\ No newline at end of file