Add fill visuals and inhand sprites to water bottle (#24240)

* Add fill visuals and inhand sprites to water bottle

* adjust sprite

(cherry picked from commit 6931848f1d875b22a1529e0868bff72f5dde663d)
This commit is contained in:
themias 2024-01-18 16:55:05 -05:00 committed by Debug
parent 297bb10095
commit 043f6205d8
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
10 changed files with 50 additions and 9 deletions

View File

@ -497,9 +497,18 @@
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/waterbottle.rsi
layers:
- state: icon
- state: icon-1
map: ["enum.SolutionContainerLayers.Fill"]
visible: false
- type: Appearance
- type: SolutionContainerVisuals
maxFillLevels: 5
fillBaseName: icon-
- type: entity
parent: DrinkBottlePlasticBaseFull
parent: DrinkWaterBottleFull
id: DrinkSodaWaterBottleFull
name: soda water bottle
description: Like water, but angry!
@ -511,12 +520,9 @@
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.
@ -528,9 +534,6 @@
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

View File

@ -1 +1,39 @@
{"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"}]}
{
"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
}