From 41cf3e559973f89eb48d1e24099716f54a1bc87c Mon Sep 17 00:00:00 2001 From: Tayrtahn Date: Sun, 4 Feb 2024 15:13:47 -0500 Subject: [PATCH] Add open/closed/fill states and sprites (#24600) This adds visual differences to the sprites of many of the game's drinks when they are opened, as well as visual fill levels for most see-through drink containers. Condiment packets are visibly torn open in the corner when opened. Glue, lube, and condiment bottles are visibly opened too. I also noticed that the soda bottles were all completely opaque, so I fixed that while I was at it. Oh, and I updated the wine bottle sprite to say 14 instead of 13, 'cause yeah. As a result of the way fill levels take on the color of the contained liquid, many of the drinks have changed slightly in appearance. This can be adjusted in the future by modifying the colors of the reagents, but seems outside the scope of this already large PR. This also means that if you refill the bottles with a different liquid, they'll take on the new color appropriately. --- .../Consumable/Drinks/drinks-cartons.yml | 30 ++++- .../Consumable/Drinks/drinks_bottles.yml | 123 +++++++++++++----- .../Objects/Consumable/Drinks/drinks_fun.yml | 32 ++++- .../Consumable/Food/Containers/condiments.yml | 90 +++++-------- .../Prototypes/Entities/Objects/Fun/toys.yml | 9 ++ .../Drinks/absinthebottle.rsi/fill-1.png | Bin 0 -> 136 bytes .../Drinks/absinthebottle.rsi/fill-2.png | Bin 0 -> 136 bytes .../Drinks/absinthebottle.rsi/fill-3.png | Bin 0 -> 140 bytes .../Drinks/absinthebottle.rsi/fill-4.png | Bin 0 -> 156 bytes .../Drinks/absinthebottle.rsi/fill-5.png | Bin 0 -> 168 bytes .../Drinks/absinthebottle.rsi/icon_empty.png | Bin 0 -> 495 bytes .../Drinks/absinthebottle.rsi/icon_open.png | Bin 0 -> 466 bytes .../Drinks/absinthebottle.rsi/meta.json | 23 +++- .../Consumable/Drinks/alco-blue.rsi/meta.json | 1 - .../Drinks/alco-bottle.rsi/fill-1.png | Bin 0 -> 142 bytes .../Drinks/alco-bottle.rsi/fill-2.png | Bin 0 -> 151 bytes .../Drinks/alco-bottle.rsi/fill-3.png | Bin 0 -> 157 bytes .../Drinks/alco-bottle.rsi/fill-4.png | Bin 0 -> 179 bytes .../Drinks/alco-bottle.rsi/fill-5.png | Bin 0 -> 207 bytes .../Drinks/alco-bottle.rsi/fill-6.png | Bin 0 -> 204 bytes .../icon_blue.png} | Bin .../Drinks/alco-bottle.rsi/icon_empty.png | Bin 0 -> 241 bytes .../icon_green.png} | Bin .../Drinks/alco-bottle.rsi/icon_open.png | Bin 0 -> 227 bytes .../icon.png => alco-bottle.rsi/icon_red.png} | Bin .../icon_white.png} | Bin .../Drinks/alco-bottle.rsi/meta.json | 47 +++++++ .../Drinks/alco-green.rsi/meta.json | 1 - .../Consumable/Drinks/alco-red.rsi/meta.json | 1 - .../Drinks/alco-white.rsi/meta.json | 1 - .../Drinks/alebottle.rsi/fill-1.png | Bin 0 -> 135 bytes .../Drinks/alebottle.rsi/fill-2.png | Bin 0 -> 150 bytes .../Drinks/alebottle.rsi/fill-3.png | Bin 0 -> 156 bytes .../Drinks/alebottle.rsi/fill-4.png | Bin 0 -> 181 bytes .../Drinks/alebottle.rsi/fill-5.png | Bin 0 -> 206 bytes .../Consumable/Drinks/alebottle.rsi/icon.png | Bin 436 -> 433 bytes .../Drinks/alebottle.rsi/icon_empty.png | Bin 0 -> 459 bytes .../Drinks/alebottle.rsi/icon_open.png | Bin 0 -> 432 bytes .../Consumable/Drinks/alebottle.rsi/meta.json | 36 ++++- .../Consumable/Drinks/beer.rsi/fill-1.png | Bin 0 -> 146 bytes .../Consumable/Drinks/beer.rsi/fill-2.png | Bin 0 -> 147 bytes .../Consumable/Drinks/beer.rsi/fill-3.png | Bin 0 -> 151 bytes .../Consumable/Drinks/beer.rsi/fill-4.png | Bin 0 -> 194 bytes .../Consumable/Drinks/beer.rsi/fill-5.png | Bin 0 -> 224 bytes .../Consumable/Drinks/beer.rsi/icon_empty.png | Bin 0 -> 535 bytes .../Consumable/Drinks/beer.rsi/icon_open.png | Bin 0 -> 532 bytes .../Consumable/Drinks/beer.rsi/meta.json | 36 ++++- .../Drinks/bottleofnothing.rsi/icon_open.png | Bin 0 -> 692 bytes .../Drinks/bottleofnothing.rsi/meta.json | 18 ++- .../Drinks/champagnebottle.rsi/icon_open.png | Bin 0 -> 680 bytes .../Drinks/champagnebottle.rsi/meta.json | 18 ++- .../coffeeliqueurbottle.rsi/icon_open.png | Bin 0 -> 529 bytes .../Drinks/coffeeliqueurbottle.rsi/meta.json | 18 ++- .../Drinks/cognacbottle.rsi/fill-1.png | Bin 0 -> 145 bytes .../Drinks/cognacbottle.rsi/fill-2.png | Bin 0 -> 144 bytes .../Drinks/cognacbottle.rsi/fill-3.png | Bin 0 -> 183 bytes .../Drinks/cognacbottle.rsi/fill-4.png | Bin 0 -> 225 bytes .../Drinks/cognacbottle.rsi/fill-5.png | Bin 0 -> 233 bytes .../Drinks/cognacbottle.rsi/icon_empty.png | Bin 0 -> 537 bytes .../Drinks/cognacbottle.rsi/icon_open.png | Bin 0 -> 561 bytes .../Drinks/cognacbottle.rsi/meta.json | 36 ++++- .../Drinks/colabottle.rsi/fill-1.png | Bin 0 -> 147 bytes .../Drinks/colabottle.rsi/fill-2.png | Bin 0 -> 176 bytes .../Drinks/colabottle.rsi/fill-3.png | Bin 0 -> 180 bytes .../Drinks/colabottle.rsi/fill-4.png | Bin 0 -> 176 bytes .../Drinks/colabottle.rsi/fill-5.png | Bin 0 -> 244 bytes .../Drinks/colabottle.rsi/icon_empty.png | Bin 0 -> 553 bytes .../Drinks/colabottle.rsi/icon_open.png | Bin 0 -> 543 bytes .../Drinks/colabottle.rsi/meta.json | 36 ++++- .../Consumable/Drinks/cream.rsi/icon_open.png | Bin 0 -> 498 bytes .../Consumable/Drinks/cream.rsi/meta.json | 18 ++- .../Drinks/gildlagerbottle.rsi/fill-1.png | Bin 0 -> 153 bytes .../Drinks/gildlagerbottle.rsi/fill-2.png | Bin 0 -> 181 bytes .../Drinks/gildlagerbottle.rsi/fill-3.png | Bin 0 -> 212 bytes .../Drinks/gildlagerbottle.rsi/fill-4.png | Bin 0 -> 247 bytes .../Drinks/gildlagerbottle.rsi/fill-5.png | Bin 0 -> 248 bytes .../Drinks/gildlagerbottle.rsi/icon_empty.png | Bin 0 -> 496 bytes .../Drinks/gildlagerbottle.rsi/icon_open.png | Bin 0 -> 526 bytes .../Drinks/gildlagerbottle.rsi/meta.json | 36 ++++- .../Drinks/ginbottle.rsi/fill-1.png | Bin 0 -> 139 bytes .../Drinks/ginbottle.rsi/fill-2.png | Bin 0 -> 167 bytes .../Drinks/ginbottle.rsi/fill-3.png | Bin 0 -> 157 bytes .../Drinks/ginbottle.rsi/fill-4.png | Bin 0 -> 191 bytes .../Drinks/ginbottle.rsi/fill-5.png | Bin 0 -> 201 bytes .../Drinks/ginbottle.rsi/icon_empty.png | Bin 0 -> 621 bytes .../Drinks/ginbottle.rsi/icon_open.png | Bin 0 -> 625 bytes .../Consumable/Drinks/ginbottle.rsi/meta.json | 36 ++++- .../Drinks/glue-tube.rsi/icon_open.png | Bin 0 -> 695 bytes .../Consumable/Drinks/glue-tube.rsi/meta.json | 3 + .../Drinks/grenadinebottle.rsi/fill-1.png | Bin 0 -> 123 bytes .../Drinks/grenadinebottle.rsi/fill-2.png | Bin 0 -> 132 bytes .../Drinks/grenadinebottle.rsi/fill-3.png | Bin 0 -> 124 bytes .../Drinks/grenadinebottle.rsi/fill-4.png | Bin 0 -> 124 bytes .../Drinks/grenadinebottle.rsi/fill-5.png | Bin 0 -> 142 bytes .../Drinks/grenadinebottle.rsi/fill-6.png | Bin 0 -> 136 bytes .../Drinks/grenadinebottle.rsi/icon_empty.png | Bin 0 -> 428 bytes .../Drinks/grenadinebottle.rsi/icon_open.png | Bin 0 -> 420 bytes .../Drinks/grenadinebottle.rsi/meta.json | 39 +++++- .../Drinks/limejuice.rsi/icon_open.png | Bin 0 -> 406 bytes .../Consumable/Drinks/limejuice.rsi/meta.json | 18 ++- .../Drinks/lube-tube.rsi/icon_open.png | Bin 0 -> 672 bytes .../Consumable/Drinks/lube-tube.rsi/meta.json | 3 + .../Consumable/Drinks/milk.rsi/icon_open.png | Bin 0 -> 410 bytes .../Consumable/Drinks/milk.rsi/meta.json | 18 ++- .../Consumable/Drinks/mopwata.rsi/fill-1.png | Bin 0 -> 147 bytes .../Consumable/Drinks/mopwata.rsi/fill-2.png | Bin 0 -> 136 bytes .../Consumable/Drinks/mopwata.rsi/fill-3.png | Bin 0 -> 136 bytes .../Consumable/Drinks/mopwata.rsi/fill-4.png | Bin 0 -> 170 bytes .../Consumable/Drinks/mopwata.rsi/fill-5.png | Bin 0 -> 197 bytes .../Drinks/mopwata.rsi/icon_empty.png | Bin 0 -> 535 bytes .../Drinks/mopwata.rsi/icon_open.png | Bin 0 -> 524 bytes .../Consumable/Drinks/mopwata.rsi/meta.json | 36 ++++- .../Drinks/oatmilk.rsi/icon_open.png | Bin 0 -> 384 bytes .../Consumable/Drinks/oatmilk.rsi/meta.json | 18 ++- .../Drinks/orangejuice.rsi/icon.png | Bin 597 -> 617 bytes .../Drinks/orangejuice.rsi/icon_open.png | Bin 0 -> 631 bytes .../Drinks/orangejuice.rsi/meta.json | 18 ++- .../Drinks/patronbottle.rsi/fill-1.png | Bin 0 -> 142 bytes .../Drinks/patronbottle.rsi/fill-2.png | Bin 0 -> 183 bytes .../Drinks/patronbottle.rsi/fill-3.png | Bin 0 -> 194 bytes .../Drinks/patronbottle.rsi/fill-4.png | Bin 0 -> 202 bytes .../Drinks/patronbottle.rsi/fill-5.png | Bin 0 -> 205 bytes .../Drinks/patronbottle.rsi/icon_empty.png | Bin 0 -> 548 bytes .../Drinks/patronbottle.rsi/icon_open.png | Bin 0 -> 487 bytes .../Drinks/patronbottle.rsi/meta.json | 36 ++++- .../Drinks/pwinebottle.rsi/icon_open.png | Bin 0 -> 502 bytes .../Drinks/pwinebottle.rsi/meta.json | 18 ++- .../Drinks/rumbottle.rsi/fill-1.png | Bin 0 -> 140 bytes .../Drinks/rumbottle.rsi/fill-2.png | Bin 0 -> 136 bytes .../Drinks/rumbottle.rsi/fill-3.png | Bin 0 -> 136 bytes .../Drinks/rumbottle.rsi/fill-4.png | Bin 0 -> 161 bytes .../Drinks/rumbottle.rsi/fill-5.png | Bin 0 -> 160 bytes .../Drinks/rumbottle.rsi/icon_empty.png | Bin 0 -> 465 bytes .../Drinks/rumbottle.rsi/icon_open.png | Bin 0 -> 457 bytes .../Consumable/Drinks/rumbottle.rsi/meta.json | 36 ++++- .../Consumable/Drinks/soymilk.rsi/icon.png | Bin 361 -> 363 bytes .../Drinks/soymilk.rsi/icon_open.png | Bin 0 -> 365 bytes .../Consumable/Drinks/soymilk.rsi/meta.json | 18 ++- .../Drinks/space-up_bottle.rsi/fill-1.png | Bin 0 -> 147 bytes .../Drinks/space-up_bottle.rsi/fill-2.png | Bin 0 -> 176 bytes .../Drinks/space-up_bottle.rsi/fill-3.png | Bin 0 -> 180 bytes .../Drinks/space-up_bottle.rsi/fill-4.png | Bin 0 -> 176 bytes .../Drinks/space-up_bottle.rsi/fill-5.png | Bin 0 -> 244 bytes .../Drinks/space-up_bottle.rsi/icon_empty.png | Bin 0 -> 557 bytes .../Drinks/space-up_bottle.rsi/icon_open.png | Bin 0 -> 551 bytes .../Drinks/space-up_bottle.rsi/meta.json | 36 ++++- .../space_mountain_wind_bottle.rsi/fill-1.png | Bin 0 -> 147 bytes .../space_mountain_wind_bottle.rsi/fill-2.png | Bin 0 -> 176 bytes .../space_mountain_wind_bottle.rsi/fill-3.png | Bin 0 -> 180 bytes .../space_mountain_wind_bottle.rsi/fill-4.png | Bin 0 -> 176 bytes .../space_mountain_wind_bottle.rsi/fill-5.png | Bin 0 -> 244 bytes .../icon_empty.png | Bin 0 -> 578 bytes .../icon_open.png | Bin 0 -> 585 bytes .../space_mountain_wind_bottle.rsi/meta.json | 36 ++++- .../Drinks/tequillabottle.rsi/fill-1.png | Bin 0 -> 121 bytes .../Drinks/tequillabottle.rsi/fill-2.png | Bin 0 -> 130 bytes .../Drinks/tequillabottle.rsi/fill-3.png | Bin 0 -> 132 bytes .../Drinks/tequillabottle.rsi/fill-4.png | Bin 0 -> 166 bytes .../Drinks/tequillabottle.rsi/fill-5.png | Bin 0 -> 205 bytes .../Drinks/tequillabottle.rsi/icon_empty.png | Bin 0 -> 608 bytes .../Drinks/tequillabottle.rsi/icon_open.png | Bin 0 -> 596 bytes .../Drinks/tequillabottle.rsi/meta.json | 36 ++++- .../Drinks/tomatojuice.rsi/icon_open.png | Bin 0 -> 411 bytes .../Drinks/tomatojuice.rsi/meta.json | 18 ++- .../Drinks/vermouthbottle.rsi/fill-1.png | Bin 0 -> 137 bytes .../Drinks/vermouthbottle.rsi/fill-2.png | Bin 0 -> 180 bytes .../Drinks/vermouthbottle.rsi/fill-3.png | Bin 0 -> 189 bytes .../Drinks/vermouthbottle.rsi/fill-4.png | Bin 0 -> 216 bytes .../Drinks/vermouthbottle.rsi/fill-5.png | Bin 0 -> 260 bytes .../Drinks/vermouthbottle.rsi/icon_empty.png | Bin 0 -> 557 bytes .../Drinks/vermouthbottle.rsi/icon_open.png | Bin 0 -> 587 bytes .../Drinks/vermouthbottle.rsi/meta.json | 36 ++++- .../Drinks/vodkabottle.rsi/fill-1.png | Bin 0 -> 135 bytes .../Drinks/vodkabottle.rsi/fill-2.png | Bin 0 -> 124 bytes .../Drinks/vodkabottle.rsi/fill-3.png | Bin 0 -> 124 bytes .../Drinks/vodkabottle.rsi/fill-4.png | Bin 0 -> 148 bytes .../Drinks/vodkabottle.rsi/fill-5.png | Bin 0 -> 182 bytes .../Drinks/vodkabottle.rsi/icon_empty.png | Bin 0 -> 490 bytes .../Drinks/vodkabottle.rsi/icon_open.png | Bin 0 -> 498 bytes .../Drinks/vodkabottle.rsi/meta.json | 36 ++++- .../Drinks/waterbottle.rsi/icon_open.png | Bin 0 -> 382 bytes .../Drinks/waterbottle.rsi/meta.json | 3 + .../Drinks/whiskeybottle.rsi/fill-1.png | Bin 0 -> 135 bytes .../Drinks/whiskeybottle.rsi/fill-2.png | Bin 0 -> 124 bytes .../Drinks/whiskeybottle.rsi/fill-3.png | Bin 0 -> 124 bytes .../Drinks/whiskeybottle.rsi/fill-4.png | Bin 0 -> 147 bytes .../Drinks/whiskeybottle.rsi/fill-5.png | Bin 0 -> 191 bytes .../Drinks/whiskeybottle.rsi/icon_empty.png | Bin 0 -> 521 bytes .../Drinks/whiskeybottle.rsi/icon_open.png | Bin 0 -> 521 bytes .../Drinks/whiskeybottle.rsi/meta.json | 36 ++++- .../Consumable/Drinks/winebottle.rsi/icon.png | Bin 540 -> 526 bytes .../Drinks/winebottle.rsi/icon_open.png | Bin 0 -> 539 bytes .../Drinks/winebottle.rsi/meta.json | 18 ++- .../Food/condiments.rsi/bottle-open.png | Bin 0 -> 260 bytes .../Consumable/Food/condiments.rsi/meta.json | 9 ++ .../Food/condiments.rsi/packet-label-a.png | Bin 0 -> 154 bytes .../Food/condiments.rsi/packet-layer-open.png | Bin 0 -> 258 bytes .../Food/condiments.rsi/packet-layer.png | Bin 220 -> 230 bytes .../whiskeybottle_empty.rsi/icon.png | Bin 521 -> 534 bytes .../Objects/Fun/glue.rsi/icon_open.png | Bin 0 -> 570 bytes .../Textures/Objects/Fun/glue.rsi/meta.json | 3 + 201 files changed, 1039 insertions(+), 135 deletions(-) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/icon_open.png delete mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/meta.json create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-6.png rename Resources/Textures/Objects/Consumable/Drinks/{alco-blue.rsi/icon.png => alco-bottle.rsi/icon_blue.png} (100%) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_empty.png rename Resources/Textures/Objects/Consumable/Drinks/{alco-green.rsi/icon.png => alco-bottle.rsi/icon_green.png} (100%) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_open.png rename Resources/Textures/Objects/Consumable/Drinks/{alco-red.rsi/icon.png => alco-bottle.rsi/icon_red.png} (100%) rename Resources/Textures/Objects/Consumable/Drinks/{alco-white.rsi/icon.png => alco-bottle.rsi/icon_white.png} (100%) create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/meta.json delete mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-green.rsi/meta.json delete mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/meta.json delete mode 100644 Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/meta.json create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/beer.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/bottleofnothing.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/champagnebottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/coffeeliqueurbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/cream.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/glue-tube.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-6.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/limejuice.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/lube-tube.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/milk.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/oatmilk.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/tomatojuice.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-1.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-2.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-3.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-4.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-5.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_empty.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/icon_open.png create mode 100644 Resources/Textures/Objects/Consumable/Food/condiments.rsi/bottle-open.png create mode 100644 Resources/Textures/Objects/Consumable/Food/condiments.rsi/packet-label-a.png create mode 100644 Resources/Textures/Objects/Consumable/Food/condiments.rsi/packet-layer-open.png create mode 100644 Resources/Textures/Objects/Fun/glue.rsi/icon_open.png diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml index 345611bd87..cab95b0803 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks-cartons.yml @@ -36,7 +36,23 @@ solution: drink - type: entity - parent: DrinkCartonBaseFull + id: DrinkCartonVisualsOpenable + abstract: true + components: + - type: Appearance + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon"} + - type: Sprite + layers: + - state: icon + map: ["enum.OpenableVisuals.Layer"] + +- type: entity + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkJuiceLimeCarton name: lime juice description: Sweet-sour goodness. @@ -51,7 +67,7 @@ sprite: Objects/Consumable/Drinks/limejuice.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkJuiceOrangeCarton name: orange juice description: Full of vitamins and deliciousness! @@ -66,7 +82,7 @@ sprite: Objects/Consumable/Drinks/orangejuice.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkJuiceTomatoCarton name: tomato juice description: Well, at least it LOOKS like tomato juice. You can't tell with all that redness. @@ -81,7 +97,7 @@ sprite: Objects/Consumable/Drinks/tomatojuice.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkCreamCarton name: milk cream description: It's cream. Made from milk. What else did you think you'd find in there? @@ -96,7 +112,7 @@ sprite: Objects/Consumable/Drinks/cream.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkMilkCarton name: milk description: An opaque white liquid produced by the mammary glands of mammals. @@ -112,7 +128,7 @@ sprite: Objects/Consumable/Drinks/milk.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkSoyMilkCarton name: soy milk description: White and nutritious soy goodness! @@ -128,7 +144,7 @@ sprite: Objects/Consumable/Drinks/soymilk.rsi - type: entity - parent: DrinkCartonBaseFull + parent: [DrinkCartonVisualsOpenable, DrinkCartonBaseFull] id: DrinkOatMilkCarton name: oat milk description: It's oat milk. Tan and nutritious goodness! diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index 2c156d5828..b0b2c2729f 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -79,7 +79,46 @@ Glass: 100 - type: entity - parent: DrinkBottleGlassBaseFull + id: DrinkBottleVisualsOpenable + abstract: true + components: + - type: Appearance + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon"} + - type: Sprite + layers: + - state: icon + map: ["enum.OpenableVisuals.Layer"] + +- type: entity + id: DrinkBottleVisualsAll + abstract: true + components: + - type: Appearance + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon_empty"} + - type: Sprite + sprite: Objects/Consumable/Drinks/alco-bottle.rsi + layers: + - state: icon + map: ["enum.OpenableVisuals.Layer"] + - state: fill-1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: SolutionContainerVisuals + maxFillLevels: 5 + fillBaseName: fill- + +- type: entity + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkAbsintheBottleFull name: Jailbreaker Verte description: One sip of this and you just know you're gonna have a good time. @@ -94,7 +133,7 @@ sprite: Objects/Consumable/Drinks/absinthebottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkBlueCuracaoBottleFull name: Miss Blue Curacao description: A fruity, exceptionally azure drink. Does not allow the imbiber to use the fifth magic. @@ -106,10 +145,19 @@ - ReagentId: BlueCuracao Quantity: 100 - type: Sprite - sprite: Objects/Consumable/Drinks/alco-blue.rsi + sprite: Objects/Consumable/Drinks/alco-bottle.rsi + layers: + - state: icon_blue + map: ["enum.OpenableVisuals.Layer"] + - state: fill-1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: SolutionContainerVisuals + maxFillLevels: 6 + fillBaseName: fill- - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] id: DrinkBottleOfNothingFull name: bottle of nothing description: A bottle filled with nothing. @@ -124,7 +172,7 @@ sprite: Objects/Consumable/Drinks/bottleofnothing.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] id: DrinkChampagneBottleFull name: champagne bottle description: Only people devoid of imagination can't find an excuse for champagne. @@ -139,7 +187,7 @@ sprite: Objects/Consumable/Drinks/champagnebottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkCognacBottleFull name: cognac bottle description: A sweet and strongly alchoholic drink, made after numerous distillations and years of maturing. You might as well not scream 'SHITCURITY' this time. @@ -156,7 +204,7 @@ sprite: Objects/Consumable/Drinks/cognacbottle.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkColaBottleFull name: space cola bottle description: Cola. In space. @@ -172,9 +220,8 @@ - type: Sprite sprite: Objects/Consumable/Drinks/colabottle.rsi - - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkGrenadineBottleFull name: briar rose grenadine syrup bottle description: Sweet and tangy, a bar syrup used to add color or flavor to drinks. @@ -190,9 +237,11 @@ opened: true - type: Sprite sprite: Objects/Consumable/Drinks/grenadinebottle.rsi + - type: SolutionContainerVisuals + maxFillLevels: 6 - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkGinBottleFull name: Griffeater gin description: A bottle of high quality gin, produced in the New London Space Station. @@ -209,7 +258,7 @@ sprite: Objects/Consumable/Drinks/ginbottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkGildlagerBottleFull name: gildlager bottle description: 100 proof cinnamon schnapps, made for alcoholic teen girls on spring break. @@ -224,7 +273,7 @@ sprite: Objects/Consumable/Drinks/gildlagerbottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] id: DrinkCoffeeLiqueurBottleFull name: coffee liqueur bottle description: The great taste of coffee with none of the benifits. @@ -241,7 +290,7 @@ sprite: Objects/Consumable/Drinks/coffeeliqueurbottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkMelonLiquorBottleFull name: emeraldine melon liquor description: A bottle of 46 proof Emeraldine Melon Liquor. Sweet and light. @@ -253,10 +302,19 @@ - ReagentId: MelonLiquor Quantity: 100 - type: Sprite - sprite: Objects/Consumable/Drinks/alco-green.rsi + sprite: Objects/Consumable/Drinks/alco-bottle.rsi + layers: + - state: icon_green + map: ["enum.OpenableVisuals.Layer"] + - state: fill-1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: SolutionContainerVisuals + maxFillLevels: 6 + fillBaseName: fill- - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkPatronBottleFull name: wrapp artiste patron bottle description: Silver laced tequilla, served in space night clubs across the galaxy. @@ -271,7 +329,7 @@ sprite: Objects/Consumable/Drinks/patronbottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] id: DrinkPoisonWinebottleFull name: warlock's velvet bottle description: What a delightful packaging for a surely high quality wine! The vintage must be amazing! @@ -286,7 +344,7 @@ sprite: Objects/Consumable/Drinks/pwinebottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkRumBottleFull name: captain pete's Cuban spiced rum description: This isn't just rum, oh no. It's practically GRIFF in a bottle. @@ -303,7 +361,7 @@ sprite: Objects/Consumable/Drinks/rumbottle.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkSpaceMountainWindBottleFull name: space mountain wind bottle description: Blows right through you like a space wind. @@ -321,7 +379,7 @@ sprite: Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkSpaceUpBottleFull name: space-up bottle description: Tastes like a hull breach in your mouth. @@ -339,7 +397,7 @@ sprite: Objects/Consumable/Drinks/space-up_bottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkTequilaBottleFull name: caccavo guaranteed quality tequila bottle description: Made from premium petroleum distillates, pure thalidomide and other fine quality ingredients! @@ -356,7 +414,7 @@ sprite: Objects/Consumable/Drinks/tequillabottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkVermouthBottleFull name: goldeneye vermouth bottle description: Sweet, sweet dryness! @@ -373,7 +431,7 @@ sprite: Objects/Consumable/Drinks/vermouthbottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkVodkaBottleFull name: vodka bottle description: Aah, vodka. Prime choice of drink AND fuel by Russians worldwide. @@ -390,7 +448,7 @@ sprite: Objects/Consumable/Drinks/vodkabottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkWhiskeyBottleFull name: uncle git's special reserve description: A premium single-malt whiskey, gently matured inside the tunnels of a nuclear shelter. TUNNEL WHISKEY RULES. @@ -407,7 +465,7 @@ sprite: Objects/Consumable/Drinks/whiskeybottle.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] id: DrinkWineBottleFull name: doublebearded bearded special wine bottle description: A faint aura of unease and asspainery surrounds the bottle. @@ -426,7 +484,7 @@ # Small Bottles - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkBeerBottleFull name: beer # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e description: An alcoholic beverage made from malted grains, hops, yeast, and water. @@ -444,7 +502,7 @@ sprite: Objects/Consumable/Drinks/beer.rsi - type: entity - parent: DrinkBottleGlassBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottleGlassBaseFull] id: DrinkBeerGrowler # Needs to be renamed DrinkBeerBottleFull name: Beer Growler # beer it is. coffee. beer? coff-ee? be-er? c-o... b-e description: An alcoholic beverage made from malted grains, hops, yeast, and water. XL growler bottle. @@ -463,7 +521,7 @@ - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkAleBottleFull name: Magm-Ale description: A true dorf's drink of choice. @@ -482,7 +540,7 @@ sprite: Objects/Consumable/Drinks/alebottle.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsAll, DrinkBottlePlasticBaseFull] id: DrinkAleBottleFullGrowler name: Magm-Ale Growler description: A true dorf's drink of choice. XL growler bottle. @@ -500,7 +558,7 @@ sprite: Objects/Consumable/Drinks/alebottle.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] id: DrinkWaterBottleFull name: water bottle description: Simple clean water of unknown origin. You think that maybe you dont want to know it. @@ -519,6 +577,7 @@ sprite: Objects/Consumable/Drinks/waterbottle.rsi layers: - state: icon + map: ["enum.OpenableVisuals.Layer"] - state: icon-1 map: ["enum.SolutionContainerLayers.Fill"] visible: false @@ -564,7 +623,7 @@ # Cartons, TODO: this needs to be moved elsewhere eventually, since cartons shouldnt smash into glass shards - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] id: DrinkJuiceLimeCartonXL name: lime juice XL description: Sweet-sour goodness. @@ -583,7 +642,7 @@ sprite: Objects/Consumable/Drinks/limejuice.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] id: DrinkJuiceOrangeCartonXL name: orange juice XL description: Full of vitamins and deliciousness! @@ -602,7 +661,7 @@ sprite: Objects/Consumable/Drinks/orangejuice.rsi - type: entity - parent: DrinkBottlePlasticBaseFull + parent: [DrinkBottleVisualsOpenable, DrinkBottlePlasticBaseFull] id: DrinkCreamCartonXL name: Milk Cream XL description: It's cream. Made from milk. What else did you think you'd find in there? diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml index 359e4262cd..2fd2331f91 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_fun.yml @@ -11,7 +11,7 @@ sprite: Objects/Consumable/Drinks/glue-tube.rsi layers: - state: icon - map: [ "enum.SolutionContainerLayers.Base" ] + map: ["enum.OpenableVisuals.Layer"] - state: fill1 map: [ "enum.SolutionContainerLayers.Fill" ] visible: false @@ -29,6 +29,12 @@ - type: SolutionContainerVisuals maxFillLevels: 6 fillBaseName: fill + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon"} - type: Tag tags: - DrinkSpaceGlue @@ -48,7 +54,7 @@ sprite: Objects/Consumable/Drinks/lube-tube.rsi layers: - state: icon - map: [ "enum.SolutionContainerLayers.Base" ] + map: ["enum.OpenableVisuals.Layer"] - state: fill1 map: [ "enum.SolutionContainerLayers.Fill" ] visible: false @@ -65,6 +71,12 @@ - type: SolutionContainerVisuals maxFillLevels: 6 fillBaseName: fill + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon"} - type: Lube - type: TrashOnSolutionEmpty solution: drink @@ -134,5 +146,21 @@ - type: RandomFillSolution solution: drink weightedRandomId: RandomFillMopwata + - type: Appearance + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon_empty"} - type: Sprite sprite: Objects/Consumable/Drinks/mopwata.rsi + layers: + - state: icon + map: ["enum.OpenableVisuals.Layer"] + - state: fill-1 + map: ["enum.SolutionContainerLayers.Fill"] + visible: false + - type: SolutionContainerVisuals + maxFillLevels: 5 + fillBaseName: fill- diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml index 5ae992319a..197e7ea982 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml @@ -49,7 +49,19 @@ - type: SolutionTransfer maxTransferAmount: 10 - type: Sprite - state: packet-empty + layers: + - state: packet-trans-2 + map: ["enum.SolutionContainerLayers.Fill"] + visible: true + - state: packet-layer + map: ["enum.OpenableVisuals.Layer"] + - state: packet-label + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "packet-layer-open"} + False: {state: "packet-layer"} - type: Icon state: packet-empty - type: PhysicalComposition @@ -77,7 +89,9 @@ - state: packet-trans-2 map: ["enum.SolutionContainerLayers.Fill"] visible: true - - state: packet-astrotame + - state: packet-layer + map: ["enum.OpenableVisuals.Layer"] + - state: packet-label-a - type: Icon state: packet-astrotame - type: Appearance @@ -98,12 +112,6 @@ reagents: - ReagentId: BbqSauce Quantity: 10 - - type: Sprite - layers: - - state: packet-trans-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-bbq - type: Appearance @@ -124,12 +132,6 @@ reagents: - ReagentId: Cornoil Quantity: 10 - - type: Sprite - layers: - - state: packet-trans-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-cornoil - type: Appearance @@ -150,12 +152,6 @@ reagents: - ReagentId: Frostoil Quantity: 10 - - type: Sprite - layers: - - state: packet-trans-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-frostoil - type: Appearance @@ -176,12 +172,6 @@ reagents: - ReagentId: HorseradishSauce Quantity: 10 - - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-greygoo - type: Appearance @@ -202,12 +192,6 @@ reagents: - ReagentId: Hotsauce Quantity: 10 - - type: Sprite - layers: - - state: packet-trans-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-hotsauce - type: Appearance @@ -228,11 +212,6 @@ - ReagentId: Ketchup Quantity: 10 - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-ketchup - type: Appearance @@ -252,12 +231,6 @@ reagents: - ReagentId: Mustard Quantity: 10 - - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-mustard - type: Appearance @@ -277,12 +250,6 @@ reagents: - ReagentId: Blackpepper Quantity: 10 - - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-pepper - type: Appearance @@ -308,6 +275,7 @@ map: ["enum.SolutionContainerLayers.Fill"] visible: true - state: packet-layer + map: ["enum.OpenableVisuals.Layer"] - state: packet-label color: black - type: Icon @@ -329,12 +297,6 @@ reagents: - ReagentId: Soysauce Quantity: 10 - - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-soysauce - type: Appearance @@ -354,12 +316,6 @@ reagents: - ReagentId: Sugar Quantity: 10 - - type: Sprite - layers: - - state: packet-solid-2 - map: ["enum.SolutionContainerLayers.Fill"] - visible: true - - state: packet-layer - type: Icon state: packet-sugar - type: Appearance @@ -399,6 +355,12 @@ - type: SolutionContainerVisuals maxFillLevels: 6 fillBaseName: bottle-alpha- + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "bottle-open"} + False: {state: "bottle-empty"} - type: PhysicalComposition materialComposition: Glass: 50 @@ -418,6 +380,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-c - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] @@ -443,6 +406,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-e - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] @@ -468,6 +432,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-v - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] @@ -490,6 +455,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-h - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] @@ -515,6 +481,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-k - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] @@ -540,6 +507,7 @@ - type: Sprite layers: - state: bottle-empty + map: ["enum.OpenableVisuals.Layer"] - state: label-b - state: bottle-alpha-6 map: ["enum.SolutionContainerLayers.Fill"] diff --git a/Resources/Prototypes/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/Entities/Objects/Fun/toys.yml index 80e177542e..480db86441 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/toys.yml @@ -1213,7 +1213,16 @@ - type: Sprite sprite: Objects/Fun/glue.rsi state: icon + layers: + - state: icon + map: ["enum.OpenableVisuals.Layer"] - type: Appearance + - type: GenericVisualizer + visuals: + enum.OpenableVisuals.Opened: + enum.OpenableVisuals.Layer: + True: {state: "icon_open"} + False: {state: "icon"} - type: Glue consumptionUnit: 10 - type: Item diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..e9d7a95189d8cf9850722aacbabe66eea5d0963a GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ z&u!#oP~c%c*dU=3+1?nTF4@~9#@OZZIXrrsD^M8&!~ChUH|*vQy_=@wbY{)`vTd`O fvlW7Ua}PIj3deJLtO|1d2~y?h>gTe~DWM4fQl}_Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..745b1b6087ef221c7100fbe5e275a4d40f3f4c70 GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ z&u!#oP~c&9OxV2UutVhW#WPtuSXfyv#lP10bq%PD;eq<3OJ!lZ-%bg6XZ_dg!4o~D gXD`ne3V&c?jIcEoxRST8?>tDEr>mdKI;Vst060u7!vFvP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..7b1add8abad6a851f846bbfddf68c594b6103c8a GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Zk{fVArY-_ zFC64#P!M2t6#QKuXT9@W60?>@6NmME0S--8psEA@Dy?s4Jl*De$wYqTZe^p-8oSLN kY%2@8wYT!=Pi7tmcE)=mdgj)CJV3P!p00i_>zopr045PCX#fBK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..102c82b37cf759415c0e238975eb58eae30ecf0b GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}VV*9IArY-_ zFBx(jFyL{%7*O^9;`PA1Wj;59rdNFYbpIJkvw$2kP~i?0&7AhPH}b2eiQIg5GMdxy zxzBTH|H{qHOSU}Q|9|o~wp+|o`Zg53jlU(Wz#yi%OKllj!-%@7lspDw7FR`ySh zp&|WqR>xkc2bGb}ubyUFbAUmW!RB{M{AcsWyglp|R^C@<89(MVV2I^nmY(!-`ZY(O OZ492SelF{r5}E+T$~IR3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..ecdaec3e51e6fdc3a041b691238dec7ade3b3a98 GIT binary patch literal 495 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^TTOMtd0D*n`YmOTf z|5900ED|bnKvVC?hrds)EoR3!1d6b@wisxv&u>56^rRY<{|L+dB2*I+J7@a(*hcsa}@^x~QqV<$g`+i*H&* zGLC_I8WxI$W+`{~Z=N#4u}m)k2r5p$KXu^b`2z9n6Wj-vUzT&AqekuGcYiiAjxF<_oQLB#I%_D z0|l*(K;Wo1Yp!FTPx$j7da6R9J=Wl|M)VQ5?s=g&_^%Ac;9Rsbv&VCpdLnK~RejMPW%x(cmNvE#BbL zEVP7?<5EBGaWqc^S-?AkM{rt1qB6# zR;P{hN0;a+zLhIo0MMa&I^VZP84^!BX#fDc*`cG%4jl!6BbCSr&=4e5z;Rsl+w1p# zPL7TtB?!o6?-1PFsJa-2soSZN5}+1au>}JY z0N{N|aqV*b=wAZVZXQM?4FJ<8b7C=`jgo|rHH6-TL6|xG5ac+BX8-^mwd3g20>D;t z0$il75a$J$0%~H1tO`bkhu~XTmZOk%54c26%xKlH-h@GTC=`CLhxX?6v}HEwJDaN4 zNmRk=ZXUFqLY)7ZzuQcPL`7afXnO~=odRvANEHAGPk;?9xxc;?f?J) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/meta.json index e8a2f8c21d..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/absinthebottle.rsi/meta.json @@ -9,6 +9,27 @@ "states": [ { "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" } ] -} \ No newline at end of file +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/meta.json deleted file mode 100644 index db0ac608ed..0000000000 --- a/Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"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 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..bbb021eb2eeee5d663b7ad8e31ce5078ba6a36aa GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9-c0aArY-_ z&u!#AV8FxdsO51w)M&%;Pg*h#EAOu2{&aoCBWEF?x`zF$UvAj_U2s*E+T7}22co>U oO?BC}Tr&3Y(j_X#S?yl3CLZEjuTsK152%*G)78&qol`;+0NNxmsQ>@~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..b9d62612269afddb89575d0a378828f714b8ae8e GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}fu1goArY-_ z&u!#waNu#i$Z|1F^x8SQHIEpbSRdV*QzG!06E3Y~j+!taYWZ|-I{ x+8iyLW1Q;gtY@omQt8pjr|j>9-?P}gWV*XrJeAG!FSQ`fBBoFbxKOshyin<}Lak`^+Ro$OWi$!;G@-nU&L=SGhkwcTe`g zySrH%d#5NbdUAzPP%-V>lP`?lJIeoMA4rd5&?#rsveo$JDz3l_)W_iI>gTe~DWM4f DEwMN) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..34088c12e0cd42e41ef68a821b2dfacb2a962a78 GIT binary patch literal 179 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}xt=bLArY-_ zFK*;*FyL{y$i1l7J@Nl7WrHqThZRket|=%_tnSsej^}c4adBC#eevkETb8m~Pdo11 zT+FzN%ecAYz?ntq8(hVYA9q!;U*O(jZ2N$>pXpBRtd)%K`l4RjUS_U3VsV}8$60ZK b+ILKU60KIOkd*%iw3xxu)z4*}Q$iB}LT^GU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..bbbff3ac084883493ef0a1d04548af6548e54068 GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ot`d^ArY-_ zrx@}bR^V~94|Sit_{+cL2`3ak^xZt^A`-UTDCqU}JtwbC7GP^q;Al!PK51of%wn3W zX01;3y=x6YTr(tBaiwirckr~;i8BI%3_IRPDJUr@eYxl8@{f@rAUpPr)P*SLb3Zp# zAL!X}+xCI94OhU`qw5$y|IgpeZ2aimf36=h)j68p&M9B&@o|bgUlGtz44$rjF6*2U Fng9>UQA7X$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-6.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/fill-6.png new file mode 100644 index 0000000000000000000000000000000000000000..f2b760876e58c5b5d1480a50f8d8b4a167dac700 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ZJsWUArY-_ zrx@}bR^V~94|SWp_{+cNFHZH9pYdD1XhYP*z@Yt4eYeeXFcM&K{P14o^#h5=n{~Wi z=H4uhVD{3ycCq!kYIGUvidRY38A4f&{dcn)7`w1AEQ@7!VR31>XWenao`E52ZFekl zRQ3r=p!6T5b7lNHnszXMuWfwG*#EOh;l?>}r^3LMjpZt5fG%S2boFyt=akR{01cx| A=Kufz literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_blue.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/alco-blue.rsi/icon.png rename to Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_blue.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..851126deae31be142c0af3a6053136c6e981f999 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}t36#DLn2y} z6C_xj1!XJ>8Xg{KWae46Y?-=`udn}sA5R#>yksuz&Fj9?r~O@0LZWU$E}O6_-vTy? zQih*=0oQ8M^p(ZL9wp}OdTf2%_?LBp!okMl`t$$(|9}74|Ns9N8N_V-%M!WJ;DMsS ztA;@KfJY6puM{w-P8F0kl`&YdIN=Io2;&qLC%-I ZNKDawuw~~eEucdgJYD@<);T3K0RWk`RRsV5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_red.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/icon.png rename to Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_red.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_white.png similarity index 100% rename from Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/icon.png rename to Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/icon_white.png diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/meta.json new file mode 100644 index 0000000000..f60e29d82f --- /dev/null +++ b/Resources/Textures/Objects/Consumable/Drinks/alco-bottle.rsi/meta.json @@ -0,0 +1,47 @@ +{ + "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_blue" + }, + { + "name": "icon_green" + }, + { + "name": "icon_red" + }, + { + "name": "icon_white" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + }, + { + "name": "fill-6" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-green.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alco-green.rsi/meta.json deleted file mode 100644 index db0ac608ed..0000000000 --- a/Resources/Textures/Objects/Consumable/Drinks/alco-green.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"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 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/meta.json deleted file mode 100644 index db0ac608ed..0000000000 --- a/Resources/Textures/Objects/Consumable/Drinks/alco-red.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"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 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/meta.json deleted file mode 100644 index db0ac608ed..0000000000 --- a/Resources/Textures/Objects/Consumable/Drinks/alco-white.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"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 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..1f619fbaa5dd1e9183ff018d1099feca28ecb716 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}j-D=#ArY-_ z&mZIks&WoAc$X_PA$P}PmPudI9@U3mS~i0bsOrG`7~YVpS=@KGUoyYSD7erq%9%Ii f+1JDG+R|mO=<{mE+LW9DDr4|;^>bP0l+XkK8T~At literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..88227517204d8f85537dfb4f609a9c1f37da7c29 GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}0iG_7ArY-_ zFC64-aNu#d==!F5Mg6QR+FMvf|Ltz`Z0lhJDtwS{R9u$kzb)&)w+SVdDw(&| wty?V~k^7$Q{k{tyf3crpReJQ|%!f#IrU+@XR~vV)0cv6JboFyt=akR{0I?!B6#xJL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..6d10fc3f83fab31b18aa137b3843a946b18c25b1 GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}VV*9IArY-_ zFF0~F81T4URJymjV!w>~??U~sH(LT)|4-vwI$4tysPKi#O0QM<&o8^We4e~K_OzK; z`W<`bJE3o{!L?&-yR*&&+o&UoIDAG9kdDb?$17*{->~K*b9rT+L_Pd?@Ep;&$%# zVn!F0T~BW_n5WhG+^R00J@e)!##0rO)1ox;6V5U$UNwDh%ggi`bAPPe(^$X|I=61? dJ*hv}SRdY!U!ykd_Isdd44$rjF6*2UngBj*MrHs2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/alebottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf2364cfd76ff634e1f366484355c2e4681943d GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9iA?ZArY-_ zCp&T-P~c(NzSMpG4pyJPRbIf$;GpShpWhiuklT9H< zI5ky6QP2|M(yyfgp~;~=2m-HAlvHR66>DT1R!asOzfr<0H4oiE6-(DpnpX`Gf5h1dtH^xkrohx zv4e%sdkNqs{h)is9Ts>lT<(ty7Xj$6slb-A0sy7W=3+@cqa%T_v#)p3a9H5+{M0I6 zm)qqvq44syV`t$|jRW?RWz@s&2RO0P@qY}rzXgVkG zoBU0Iyz#Rvb?5LU%q0ZE9YMGwF@J7JL_t(oh3%HTOF~f?#((!{&LK?=4*dZUM9~MDppbz<)RZFO z)Km>cK}&>7UrPl+lS6wH1m5C`f(o^S2CfZG5rRvb>1oJ>Xu8Mn65R(5_nhH<_??IM zJzTJ5%hrFFX0{-k%>q!|56EDs0f3=97}`o}0DiyUl%LZqz<-y5p$3NTXz#0vK0*~h z^quXx+!0*v2-gp@SE@eB2|O3icYLEI01VwR2kYGh0C-w!ZD!OxIszCx{`?wxmjUii zj%4|=+%B&PjhDAg8A=?Oo+{-g1Q?Glc2eFsfF;_S56c)%c@~Yy7|!+ziypb+9g$}J zEKfjr3OxNK0)LMg05aQC+}t^oe3TOym>8y>^HR@w@hvZ@+Nc3chMF`h$@aNfNfMZD zbPwP+^)~?u`p>fTZI_!cpAra99N~$RPpJo~Jcb2bP|z=0C!u^5%X`3d0%NNiTK&E8 r?a6(uRp|v55{KHU$$vsymg@sn-Ctl>Do$?z0000Px$g-Jv~R9J;$U>F6XU=)mWz(}fw0|yQ;FfcGMT7fq{X6Vb2a`27~gw zj0_A63=R$sB$>xTssmua#p5r-o*m3^_8T(IA=?2=BGVcjgT7v3U|?X_xc^YBwLYC4 zaPPv*dIgz_3=9km4BYRT85kIf>FWRn1_p*p`A~)@`DRe$0KJJ2de08>&0r!&li1U1 z4YF!6!GF2Bga2}M2iG5BGe0`3cRk%400Vj{C7hJ#r`Q4103@dYv8UG>et-LVNiU^@ z^U|E2?+gqK42LE($=DUtwU;q4tY=_g2qeY40S^JP9q{U8V-Sb2#aa$yi?xiucZJj4 z0dJo_4ElZ8mf`ndTLuQpquE=%#@Ib-;gC zx0UE(^Y*dMCdVwY>wPx$YDq*vR9J;$U>F6XU=)mWz(}sfi?h3fSh=|M)^FXe@8f8k;_fNTf6I@uV+VQjIM!`NaiD+?@remcg$)l>6Pk6|W4sISe<) q&Ah&fy{7wLQ8@QZ%fAIv6QlL>wFF8xmM=R3QtRpJ=d#Wzp$P!TnJ^~+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..427623e18d05c78ca647324dbceea4f5d6a241e1 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ zFKpywFywI#6wEv6Gb7cekKJRc+Jr|XdPN`NwR>7rfhrm5g$3`P^ozR6vHXtQ2Ju}_ rCwjR&|HPSxDLbyQguaoobD4JSI!L*vtDnm{r-UW|=*%%) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..cfdd56ce4dd34d44a8a7051333bf0fc77993bc92 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}fu1goArY-_ zFKy&xFywI#6wEv6Gb7cekA26hSrbIm%{l*Emr`!jWdtgd(&i>_){F#xk#2_wY%%T!|M^0qS7zboFyt=akR{08TV7I{*Lx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..914871c0c4b1d0a68d573e7a5e5724e78a78eec7 GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}HJ&bxArY-_ zr(EQ1P~dU#f9$q_M|hXd%{InAhdwl_*m_)faxedKT=fMeCl19H0sYOD!e?|^1$J$m zW1Q5peEGeHxeK@$cN{&VV_3?NkS=`Nb8oP};jC$eO=St9Sq)hWzF&Kzc7bn8lX14k r-A2(vQ~&>M3_A7rqU6yd={p&^rL-(o%T*r+x`V;f)z4*}Q$iB}>rYC} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..af50ba4dddf4433cb89e103104bc0f6b73a1a1fc GIT binary patch literal 224 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}vpiiKLn2z= zPCdwZ*nr11-n;MKF{uODDTmfPWPFor7y)nm*@oct6+h7+Zjs;oj{LtR^wd-_x}cAHEfw(HZGbpTE{uc*a>(M!}mdNA7&r zWcvMJwUAm=c6+VeYT1u(B!9#=#_#?1<-YC**%!R*&-G>quCd8yJ7+d8U7BtCXU1hJ WhPKY#i>-mKWbkzLb6Mw<&;$VMp;IaV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/beer.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..e21b03404b88e4bb5d9a55d38632c20e4b77d656 GIT binary patch literal 535 zcmV+y0_gpTP)Px$(Md!>R9J=Wmpy1xQ51l`mpWA&i3U=fBrPS1KVUOhu!UqOCPRk~T|xv&)HnL3 z3=t_c8G=JPc8FGl=TJmM+H`5tKnqzyK^?4BpNfiNLW-}b<8u&8*PbiyQRvz3aKHQA zbI-Y#tJUjuybPbGs~-p)2<&Tt*mAlP3WXf4%jd+F(;X@2kaS{w)C`<{G`a;)IXM|{ zUEs#n=k+6-H{zia1I&aO+9byp!>nDhzQ301D&HR44e;fS{P6l!2$=rqb?} z1sc{Wx1-Zh*9CMtx!`nZW(gy8uJ;1RKffQ0zq~r*n!v7zU$+w}6~LYa{_P%!12uqS zBZtequi`y_qIWrU<&U|mTc=2tWDQ-3;98m^xl+8YWgt3hniRW3m?H(>U2~jtQ z1ct)HWZM%gm5%VB@D;t9r{6gvL8;Zihr9RLE>5c;Px$&PhZ;R9J=Wl|3v2VHn5%r>3F?4I&nYsKiG?7YS0`T8Y76aEV0P$So2#87c;J zXbg-7Uy+P<;3CBcBA2tukPPRhhtNV?JIm0J2ApWOS)@1A>}_keWLN#~y< zP!Cr4vpR)$T?$_nT$hW{;7MzIp2EqX3JCAIq#FdaT#N=!Bl*o#PSOI5F)+q{UH@}| z#0)H1)nQkL%EQRyIXu!HlAg?Q1u&BtTpd^zLtJmqEwB^W!k~5BnsNbIbNY3Ip!%Rl zHHCG^ySb>hA9hcqOduil9?c=~0Fu6lEGtI8ZV*%eb^w9z`cp8jJQkPie)L|*$?$kP zz#Z}$_G8S|AU3(8u?HO7?_mgiAqt1ofqsmsr6vp7j$7c^cf+XVpiy^_wt*zjAU44r z>%fLD8?z&Kkk>pY)2k>bz8Sb2oyLoIoCiUlfn0ATx*l8rfFk4oVu}TxJx7=`FW@YE z3VF>##n1$HB3qa=FTfq^!0np}6HYHyPZmi6q#5u*kmi$TpkpFTB!8T|NON WnvY(CU>bD*0000Px%Zb?KzR9J=Wm$7RTQ5?rV6}h&T)E2B(OiFKw!!3dY>X^gcqOJv@#Yrf5Dp?Lh zQI}3eBvcUvhyDdZC$R*sYq&TGEi{T(31Y5l6SbE#NiR-0ZKvJ~riTA z0#OMk;JR*GmSue3N7FP+(`@$?Ad|`L=^KV2mJXZEHE`S)jNQW(&=>2 z)-)~jc%eODSr%(+Yq*UX{-DobpUiM8bV&gO6X?vewo@bO%k0)$*tRVMAbcBcZ*Q~w zYKftNC_Ak>_p%Rr3s9+480eRX$`OX72&4Vc-T|zxt^#m%&S3obDDjCHrHvBaS+6$$ z05dZ)td~kS>+f+ZTO`k)6Y>!PP!uJo`)A^DR8d^RxPc-DZ>Lk1~B>o@W1b a==u%Sk=>n*n@(5&0000Px%Vo5|nR9J=Wl}|_%VHn1LnrymkYAdqrR4a^ByNc++^iT*63zg|Kg~EYcLZ=| z51jv5$MW(Dy`=|s9>84tg>tA4LpN!xS9Tr%z|=MRy&X;@oB;qFZD?|IUTSo1U1%z_ zsJ`O<00%R1mi;th`*P3ZL3~|3+kyxMk6LDTtzmn4O;B+T(E{P2nl{ zn9K9BdKDwG$Yh_J!u=+U$RZP=6mN5)YLa7^PG*?wa}!V%4Be!3=(voGJb=gRBAv`& z=q3SG!LRtG0fg?W<6L9m;IT5&$qXK^i-7tkg1@H{gpM=-@ZpKZo1wq|4um^ko7){Q zbd&0RHE3U>qEd1IwzSl3GeJd9VBH_QG4Pn<-2vKt>02{)7uG;S@z85v$Er8!oeCm!QiGh0n O0000Px$%Sl8*R9J=WmcL6|Q545NQ8B4HDB32HV6s?2iuuBY$A$BKAMQEl zo(nbAbl+vO8lY(!05emQX663M>PH(uAP}(RS7#NVQa-O6pVzHoL4!1KA!uXh`D2Wu z2#0%?4^kaqaoxnXf5c@0l7`93tjtF#1p}oEo}C}7Sf~LE*Iz6BTnsQXHEC8BpTpt! zt1JE~z@4^I8I^EAa1VG~k4&G}&BKm%rqfXX-W6NOUR+YlouTLQmORB>0N|W^dHb;# z5_^bK@czv>g;a|}Y08tVC8G1tVQ+pXA{UeNVZHH~^ZK>1+2OFOO(4!d| zdwNA4;x0(+tIYsq06m%@Yvjoqc}`BR!~jYu__><{pwnfqF2MTQCuU#GqbHL9M0dXP zVv$)z9%1l6|3_os$cHZ5)`qh?B4#Umq q?qZ2y{<7bHS;M%^4Q3fw{S9IEZ%ylBK44k=()-}OxO#=> eYqZY=yk_dCwU_<0N^LdJat2RVKbLh*2~7YKibc5q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..8740f00aab46e1460973e3ab5bea437af4ac2646 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}vproLLn2z= zPO;`=R^(xA*HGQw*feQza9(4+^ZsZ-S8b6*58F=iIMd_cH@51G47|br>$YIVX$#os-l? z!SkUHFV*?`o(H1~wGI+ZBxvXKEbLq5+XDy%q zHx|rQWMOFNSa411_Vy{0te)i`IUp!F^QSDs20!;7OBj`IF*M9nHa=eWwvaj8Nle%| zIKV5AbIY2H8Lt}mv4r^~SBT`kzr{22B1g}xiu)3Ab1wuj1+$%NS@YHWK5Mz@o!wOn g_7|mpv#_=PvB_fBwfaAOK<6@ey85}Sb4q9e0C@Ub7XSbN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..506b9adb05d4781fddf1a37cd6e76f0b9516e8cb GIT binary patch literal 537 zcmV+!0_OdRP)Px$(@8`@R9J=WmOp3{Q5?rVCxXi*L}%?(rw(Seh1?J@Q&AioDrpBh)kV-r0+Fk5 zi)3<&LzN0$s-5L%U!YWwKo6lVUWZr0w1o)5Ad$NB5L^SS~V`CNfsUk=8mXbEI*5Af)A zj_KKlbi)rEeA+b@IA^?aNQ?#kyMXa6sI7FE+4qT}F3~}U=FEr%+=VMl&z4Va!I5c< zc?l}_*WT|Z7p}CZ@{^GZ3=88D0630Q1!%Y1qZKF?i#tIOTwhzRsM<=0G)*nr zw(Dt{)^)SAOOS0|DwXD%TNlXZ3OJ5aP1Ce)+qSlV7E;O`Ap}aPIUxi;K0s9nf#-Q| zbu#~{2@khDb-3**03pPytS59Z>Vb0k=BiBM)xpI2V|6l`KXn1uZK#Qf%fHRbB7P&s;}Se;JT=n!mdy@0Mq!DZTp00000NkvXXu0mjft)lhT literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..04603ddf48ce02ce7514902cab3b18e36e8da549 GIT binary patch literal 561 zcmV-10?z%3P)Px$>q$gGR9J=WmOn_`P#njkC*WM zeR#iLLVzYs?mLRe!<5pCb-7$#%4W0k0AN|xP&^(VjP4Oa{yFo3h`?nsnanfGvW5Ua z*Yz#Nm{d-StiZ~b;g_j_?xfarlyq0dKFa1u3)G9Iz<(EzehYHbRrKxJ@Vpwly()@* z4Hhs)+wtnPj+(oPy`QJDG4d@)yqnwD4W1~cPy3b5#Kd^R1?q)#3jlx+k_LcErP5e| zSS+^gI8N`}M1tq0t6+>Ns;cH0V|mdm;TA;2HBCzue>}va*2f@(q#0v*RaJ!rgb2fM zol*+Ud5Ths%NKw&r4*)VE{SB`Y6uV4On$g#asZ%|&O|dIg47J?dU7@l{Mn0*g%A9E zHFD#ONCh$HD$t@!tnnT$Rfa7Rcq^D~3_vs{lN& zb|w(`I6evS%iS3PFnD9Y6{LpHwwK>-I}XCYM;Q13fa27o(EnwGbPGNgK1mh4iqr{| zN~Lf0C=Ljofa|*7ulw5Bw*3MCOw+8B)_vj+Tt~6ppkdli00000NkvXXu0mjf8=nMv literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/cognacbottle.rsi/meta.json @@ -1 +1,35 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..6fbbd2f8bb9bd87cbff700481594dcb607a2398a GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ zFC64NV8G*iF<_S~+l4byUdbtZ<;@MZ?|qX0k)db;(#>FUBQA8S?d{c*E6crAUhd0@ q-M?(_g(!zhKAYx7T>2BnxxA7=Iab>*LY?m&NV%u0pUXO@geCxnm@)tW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..aea5ea2c0921f7d6aa0bc66801b4b6f7ad6402c6 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zFFW!cFyLrS+;qm3Re@paj)M$L0u6j=3!$rG@%V zU$t!J)^|4HPIqdb-nep6vadsA;_X_&g&iky8Lbr_d~Ud=pYZJAyZ-*3na6jl{Fu${ WZET7^FyLrS+;qm3Re@paj)M$L0u6oV9JaUQo#m^IzZA^;li#-!sDXj&Oizeu_4~t% zS7oLxo%`IUWB2(UUfKD%P6xyo1t%&MRqHE>2=3HLU}gCu7x0U7=FXkJA1fz6`=-ZP ZR?KLpZJ^U6c3Ku>kf*Dk%Q~loCICN8Jazy8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..42fd7dc5d40d60bde105787e7c925e8bdf83f1ff GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zuO8$)V8Fxd5V*^g?E}NSYtEGnyc2AHypWc?Ln2z= zPQA$Mq{!pC{+O=B0_G`P6L8bMe3#jE#u+}dIuP{nxoN4eju zCqbv)-if-M)Wgs)$GGFf*9eZpUC$zw6YkHMsi-6%XkZ+becMZSYs0-i6GH`8sWUW0 zz24CI{a){*wvU3EOScExP2T)`k*Au{^q{I=yo?Sm@5CpF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..1559e7e97a3e4260aeb363f77476974f8e2c8f32 GIT binary patch literal 553 zcmV+^0@nSBP)Px$<4Ht8R9J=Wma&T4KoCIRB|fvZ3PHp*!Ic_=i|i*v{)oeETK~oUN=jAvfMC2= zq%gR;<}d*_Cc=vFfiMya#_Scg6*hVjFnQA{`vOS zBw5A`cmN`$Dqm3)z1nBX2B0qAvW%7M=a zqR80zv?{|pFrR=AO7T=HwfgwsU}xpm3c&1)F*i4d_s*DKr*B974y-a@{SVy#xQFC7 z$@O88A9tqGUBvnvc#0yDqh1f3TwgJB0I!M8rt*%r-NuP7@)N#2m-X$c%D~**oqUtcDqFgLATpI%RplQ zWm%pDtb;THa0>W0NMitHS-u&F6F^ZEXsyYztQxy+!FwCyPNy@KQdZ^X`#yP|(`vQQ zTGQ+Gm`o;L=JWa2*ZOqIfDnQ(3@g3SGJI*TUH${>UT|7{{W4M%MRhN*6{js&E|;Wf r3jA4hQ4~%9PQBnI8{1xRk&8S7Vgu~LqYQ^O00000NkvXXu0mjf-^BbU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..1865d8110695036c0643829e6d0c617768fd4334 GIT binary patch literal 543 zcmV+)0^t3LP)Px$*-1n}R9J=Wmp_WzKop0+O}sF+3PHp+!Ic_=i_8to

hx>K1#IlsZE&nk`Zo z+&G;HxG^y(#tyywNwUdgLQxbf zmrJJ8>3gNr-v!WGH}*j(ySdmu0Ht-~%LSz80?^i{B++#S^5xRk4X?agK9jrv(lpJa zltfWP7=}nGNz*jz1fUKc$1(f;o}wrKydj(bv{F_|3D5)&f&hRZ2#`{um9j2AomRm; z*muAitvR%2db|APT+e%X{}#ZWthIM{=l99lZ}qo}eGg6qFQ*j(zk_;lWi(=^RSqY**~j4=oy z05Ha|TCJSV1h0)~JRW0=A&Mf5F$6)-fVj#F;CMVDgkUfjTxFm$fU2sl0=7Xq0jLB1 z3ep)sRaMUh;ssEaCB_(byIoWE9fH>`mHYjECZ%kaUl@iIMM1CE!x+PGIAk`PeON3O zAOF;+R|bR-#Bto%oi4+t#@c5dIG+V|@7tG=vMif>fvdcRV7*?G=Q;4$>#{7p0KCqE hr|S6rAH3-Q)lYit?o>F(-%ec literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/colabottle.rsi/meta.json @@ -1 +1,35 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..8ded82d6b16ea78db7b7bebb8aea8131f3b22a10 GIT binary patch literal 498 zcmVPx$tVu*cR9J=Wl{-koPyj`b)-NK8gBGRgC@y}`Du_+VqTo=7C2Fq~0gv=~4w&WB~Le6w^L$TIu} zoHGLXuuMKIbC$~@c|=mlm}0s>Dj8F*e6z)3d2a>bGDM|o!H|S5fmAZ4+@>?!rZXI@ zPa#}}7+T&1pzb0_rE7uCj#ga~n)iTO4v@afkiIKi&s_w0?(rh;tzgS#>F@30`sQBq zq%;Wxc6?vTKNCMX#g@w=3WGdX)$pphx`3u7SX}j&wL9zpINIzu+U$%B_tM$XiYN>+ zP*tO|_5)p?p(^p0=-PymN96eA9LXcn(%e)UHaTRjfJ$RSJrm=jCB?NHOXdq~``4IX z-1;(Rq*z7wQQX*2&wgODWc=ar34lm6Zk|9S8b|VoMUkJ1yZgr8|A_v-6;OjC(ZVUG oij)@XL-!JV7cp9FVPT>226|+d%1ASe*Z=?k07*qoM6N<$f_8l3C;$Ke literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/cream.rsi/meta.json @@ -1 +1,17 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..aa09b488ec56c84649368f6904f2165f2840633b GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}!JaOTArY-_ z&u!#AV8G!L*s)3Q%#(#PILo}GPZl;l)%$<-c%c$d9m9w6Tb$|73^wm{F}){Q-mkf( ypq#CvBjoCHgYy0}GI#f_uHLZe^Pd+CZ>kuMn24~NeduHbY4ddTb6Mw<&;$TVKsSp3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..db67a5a9307f79ae0046f5b5b40c78f19a8b9536 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}`JOJ0ArY-_ zFJ0t3puod&VRMN}dXYwYm+{ShC6CSrOY83a4!kfynX3Z?I1ZlidcT+9K)GzSvG(e! z^GDk<)-o~#d6mXJH$LVY{$Q@ll6TwZ9?P+)Vv1{?Q~dSay9NIn(p$Q0&Q4^w_{^Qz b;|jCdZr!h(%j~LwRx^0I`njxgN@xNA%LGP5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..5179f6e95c4737aeb9e1aeb46b183a3168ea8eed GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}eV#6kArY-_ zCvD_Cpdi3JS3~u&0mJ2#6+VXR2dUue!_aesP9cn0g9m5u+H=jj~{+3eE58?U7hkr&`*xJb#&;SSJc44$rj JF6*2UngH?}P3Qms literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..9c3b596b30b20bdb15e0e1f52720fd263d86fc38 GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}8$DedLn2z= zPCdwbSb@j2ewEx_Ub%)$iLOiuhWx_}wt@>avXYu-Isesj<|{Ln2z= zPCdwbSb@j2ewEx_Ub%)$iLOiuhWx_}wt@>avXYu-Isesj)!wmWKfPjI uAZ8HUrs`feebbb*o3RORyN~NDKWDa{ZppkRtEUO*dInEdKbLh*2~7Y`s9YHU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..cbe035e903b3f37707917efaeee66b0daea7788f GIT binary patch literal 496 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^TC6?fAsu&*kzuCA3B9*^B!Io-*iUu zgMdWoffdYc+n7aETyjN$Skth1;vBJwoB9rJRd2U4O$|9CG4GD$QIN51!S!#3hoQ@Nu+mPemEaNs~dY;53`mj^z6H7RWX>NnM^tILng{+)6C(_1ft z)3K+wYioLR+?w>5qw7*b_Rlg^kT?$z@W<`3^YN=vIL(+T`0*@ABvFpB(7@`9a)PO4 z+Qg>~{PK2sEs-2cYb7Nl%qAy`MQ(k#N>=)vfq_Ab)6VXMM^9WBPx9?JdP?HBnxf$E z*GIdL791>{%4?*R#}r^m daA0*ZLzP4CZQjW6y}&4B@O1TaS?83{1OQsv*i--j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..4608bf002ba98a3b3288d7f8bcbcc3b5ff481832 GIT binary patch literal 526 zcmV+p0`dKcP)Px$$Vo&&R9J=WmN7^IQ5?oUqZ)!}D8Zq@(+CPdhX^7f7r}_4h9ZcxrJ7o5u&Ci6 zA)H%+rfiXdiX04sk|G0BY={@g6-hS;d127x1+Sq_!m0NXCGuO|-S_Uk_v8KFyLUiU ze^rV~g{N$egrjj$QK?XNfTwJZC@K{cl?vf#T;$EE<$dvTbE2bncX>VP$mN#FhfCKZ(m0k4w=yiTg9RA_8&aVaVl7Q}TXh+nM%hbLrmctR!s zc+5Os@T>IXY%a`qu2Me$2|!fyPJ9C*00gJItgLw@ z`4l@mAyb+pu@QVcEEhnu*wD5ktC&h~my&h?xQqSc@QD=wX66@p82-6F00%ImaJypY QSO5S307*qoM6N<$g0X_;DgXcg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/gildlagerbottle.rsi/meta.json @@ -1 +1,35 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..830daf63e92063d778600179a70cba1da92f1322 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}uAVNAArY-_ zFKpywFywI#EKafM*E_#NFVdQ&MBb@ E0BJ8fMF0Q* literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..2d44a181a692b6ba4c85560878b72877a1ace195 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}m7Xq+ArY-_ zubkyPpuofWU`dI}@q#;jAB}>mJ}pY>6peaV>)t#|KBT3iql1YdrTqN6d9NcP*)JS% z>&p;IQ(IMa_4TT%nUP;C7M*2~u-m-6!vBZlIrZ7oJ!-l6<=NJ)=iLpiHckop oEZTjhH1#~+npyi#@LM^U&rmdq^lNr020DVl)78&qol`;+04f|ytN;K2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..60b0e590050181369fbd4bdf2c7802a1a9b2d86e GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}&7LlfArY-_ zr(EQ1P!MqTf9z(!_Snen=E;1{CKDl*Z?#T(*IzrHZ4r3%KF3F};lZ5UbCymyQ!U@l z%^;BVeXr6kmMyc4mA=U_DqGw*RC8+iyC(sBQ*_eg76`m%RJgJ)`t`meUlbOxOj(xF z+~Mc6E%DqJ(Ez?XNA(_`n#H$gYyD<^3kAQp-TF>-wPs#G=P-D>`njxgN@xNA)QU`l literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..f830bdc9b20c96ef99e3bf3885fd41f05357821c GIT binary patch literal 621 zcmV-z0+RiSP)Px%CrLy>R9J=WmOW?_VHn4Mml%-}xusYWT%6KE#ft~d$zWR$QUq5un;C+OxQQR& zaJsn0Mf?H>5w#%L5@;5aI2>uzVxuPqT2cbF4J0jsp07jFBZPvvH#QFT4+qctaQvSi z@B6$Tu&e)FikF{rxttrne0W(zqdEYklF7+4H(ak+EY`E<9xni$ibi!xCDV;%B@F;@ z;o=plUn+dItib~W9z4eX&StM&Ay8k3Tc-vKaANLbK~>ds2yjd@(QG!Qe0;J1e@jvT znx^GdRZRmZiZZV2`b;nwyfzSk&f)+0Pjrnl@{8#T{$2OH!wi6u`pd=%eB5DTavyuw1ROFga=h=e&A(x(iAZ5ixQ& zLgV0mH`k~(+}JJ`sco#0Ui{g!ucsOKem;Q{4l~q|8=^G>0Eea`Y`)FI;_IG0rIx^d zZ=UKe2>ZZE#tFP?^}>&-h-WV;04Et|1aR78nZi;4`|ix(-=+rw?bt3CX>6=X!~9Y8 zdOa_MI98g7h_8j)?pJtvNjy1zKmcbA!+7S!v%kwoJ;J6h+?Rz^4`{PXdg~y{VAa literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/ginbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..3edd21f8b5a9b0fdc9be254f52dae1b0eff59828 GIT binary patch literal 625 zcmV-%0*?KOP)Px%D@jB_R9J=WmOp3{Q5?rVml%-}xusYWT%6KE#ls8E352#&y0{fIn;8O~oUPkA zIoKgCqEhN0Qti~1K(m;nLujK`TMT4qNeR??khTaKpF`3kgo3$WXkGG!gZF;N`~1GV z_j`Y!ufBw`ENek2HKmlAvMg&s%F(0)ZQIVJ)9D&OEEX$;!{HezOQiYPX|?lZMXfD8 zRr9mcO3Jw)9q4=Y8t>pB$I|JEl)@d7tk=J!S6#yE=Vmy0z==_UBB3&~* zZVa4-LkN+Z^OOhWU*G+cKXKhmMP(g3~Y=K&ka6GGDsAF-D;JM@!=wH&n?T< zQM^7DQbX56)URH4V)bg>X;(@GYDWj8Hh*``bu|M&@5gBbgABCA258Ozz_p1G#~*XB z`Jrp3XbHS8R;m7hpa&X>D88j;E&Q4Yxn_wBG!jvUfJUn?Nh~sO>DeOQQ)PH7+Gyjxr+c~Awt@W{x+Q~n0zWmz<>doyd3b^a`anjpmq~GA!6YL2gssUqp%WNJ* zY09m)z@4?4iKdO7ivfT@`n?$d3@Mn%i*q@kNn_FqX$?t>6j#B;q2M68 z_%-+sbQN3`1VIr*+}!@`a+4j77r>>BVr{ z3$1h$WRi%cyY_S<5$E6ad52Hc+Y#04|9gL~jupez!50*s&~2wEEYlEQFWQQ?g?sdz zwjz8eJnYDT!dFVq)c9F(w#M&@om6rL{HkX-+r*hB)^ko?ct|*sw@P|_9`z-iMqz$V zYM<`CML*NlE3Jw37K<2IYQe`3FEpXeVp^ zaf<)|0R%}zK~z|UV_+BsBONf3qWJ&+{}4@#5N*{i{QqI*wC?$cAx{ioBEq3?jV-~LggpX@Zi zz`($8@!2nmEGO9k$l2?QcEVY2Z|}1V3=9lgw{A6_IB_CFD+$>TZYC*;VflP@yx4zj z2{r}>1_lOUE=VjMy7z-2bm1#TbcYfGWJkf(7nBD-0|OZ$P*6~C2A`UV6DOLGVkSu; zP*6~C1{Uvlz!_2;L9KG&85ENYsO11Day1V9l5o@kqYfB#z+iF!S%neRE29Y$CYX>? d9gl)h005FjN2A?>G8F&-002ovPDHLkV1lkWHA4UZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/glue-tube.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/glue-tube.rsi/meta.json index 734e9e1e64..7319ee8837 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/glue-tube.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/glue-tube.rsi/meta.json @@ -10,6 +10,9 @@ { "name": "icon" }, + { + "name": "icon_open" + }, { "name": "icon-front" }, diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..09ad1e1b40c0f2b2c292699588351b4d2bce764c GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}rk*a2ArY-_ z&lvJDDDW^i&Qjp~&*h;j%9sRg} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..d793961320e8b6a8670285a73f30d2b59dd26942 GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}cAhSdArY-_ z&mH7sP~c%X=%RD-pZ0_;Q$!Z5cjh>BuD;)x8K~;QnW-Aa-wmJao3eJLi{QeP@W(eV ct!Hm2W8EakR+4V{2xKgSr>mdKI;Vst0E0{`n*aa+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..0b279477acbecc004173df1ee002f3e1d41a1dac GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&u!#oP~c%Uc(C--f7UPRWyiQycH6pnO)+F(Xh_=}bn49KG{KG9(W`@gon*`?XG}TA V!oetBp$;^G!PC{xWt~$(695InC9nVh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..0b279477acbecc004173df1ee002f3e1d41a1dac GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&u!#oP~c%Uc(C--f7UPRWyiQycH6pnO)+F(Xh_=}bn49KG{KG9(W`@gon*`?XG}TA V!oetBp$;^G!PC{xWt~$(695InC9nVh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..334740168ccc29fb6964a6743f0bc58ebe0a1045 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9-c0aArY-_ zFK^@ps&WZ5%xn4Wudt?tIiu8YmdKI;Vst08Pp$WB>pF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/grenadinebottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..e1a454f85bd23a8b7ce8ea8581c6caf206784c6f GIT binary patch literal 428 zcmV;d0aN~oP)Px$W=TXrR9J=Wl|4(tP!vGVYbuSrA5hYv4h13p1gDOIgCID!Ak8EN(bd^Sodm(^ z(z%OBp`lBEg@q0sI-~?dx|F718i#(axrHv~Ov!L>&bztyK1fJNNJ#kasJH>0P6vSJ zxA#aXML3J7RxTAlu~>{Pkd7U(;OhQi*l#zTo^|vJfiw*%QB=Y9`t7Cza5(&OS`*XT zt-yjX47UjfB)_0wdoQR-S#n!gJX z38+B@To+|Gh<;ivR0*pqZ)${W7qAi5*I&MwOkoAePfPbPx$UP(kjR9J=WmAy&>K@fny^CEX)A0S+cSOkQ91*?<+5kas{8m|;YTOUDNi*%{e zhzL1t@&HyA1}uW4xNs#s7>xqIUB3u{V%l`6D=>{B&v6`V+eRt1tita1mzOpdNGdQV zj$@2504SxTX=DP;z2-wwYGCDVz_Fm)<(dr3PqC(mRDoGTRFg30VCz2m&nK zBKf@pt+y)xVCfc25-fEKK_C`L{RValg=wu{J2vl&793G``*;V3_Ywh71#H^}R)c8K z4H6_>5Un4)HVdL{2{0TEm+QstMNLFfT)@`Mag%Zk?{wCSb354N0b!+ O0000Px$P)S5VR9J=Wma$92Kop0+78eHxr|OcTiy+-ZijzkjMO<_d7eQP)6!jknxVR`d zxD>%n2d5wo4wXX?Ez+$N92KhRR7#+b4#ug0Iu!1u2*G@C!#(c(_;L5%OCTX3;lGoT zBx$VyIQ%>c{AQQ>-80(ODFCIEk=B^RK%dj^I!pt*83Lh3I*NgVbdKWJEXx-yv4+@y zvQ@A-*J5IRl7+n$l&wUUAgTcr!SP8B$F;&xuj5lIS3sL-MtXu#5MKi~Z<&F;-|YUK z0d4D4tz2P!>H`3;(H@uuCd9J{@At2b;=>S6!cz8@Qg$%*`1E3|BQCY27PzXwNlNhcFx%&M7QJ@-NL~kjL3cW>K{a@Xem_u zUVQ)n0PRUcK~z|UV_+BsBONf3qWJ&+{}4@#5N%pNwxG7JLpW(@14y8c(Y@YB};)B>XpV4+0wkB?6netdjFKL;RZFIT~9 zXT80>&oVGDFl^nr)wp%hM}}4svLD<`QWV4Txpw@l{~Y`>3>*SdaJdf;Pcd9wn8t|i zP(pz0D4<60Gcb@50tE#HXYi?+IB}v0DQ1!s0tE#HXJGM;2b>|r5!A|t&!CuOKrIJI z5mrK52apX$9Wd&EQ3nhw2ar`5QN1#nFkylTDb?{P7zF@Yutr(dJvROT0000 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/lube-tube.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/lube-tube.rsi/meta.json index 734e9e1e64..7319ee8837 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/lube-tube.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/lube-tube.rsi/meta.json @@ -10,6 +10,9 @@ { "name": "icon" }, + { + "name": "icon_open" + }, { "name": "icon-front" }, diff --git a/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..cb980176272d1ffd627d9e856ff802a67b5ce66e GIT binary patch literal 410 zcmV;L0cHM)P)Px$R7pfZR9J=Wma%SwFc5}+st#m|kPs|sm90bB`~o~eXC9zqpQUp*I%Lk44Ml1_ zvVp{koDm6mg3TQwQiH0*XI06bh2pv9mEk2t_erRf6SmiHDaJ z#P)ES)5m$9D;W0Ios9w4bx%q4ZnQUbur zM#|2B>$>=Q|3=&X&J}41A+BTq0M_gEXe^J%a2*4E-&-e~Li%X{N)<(kFbq*u)o8`@ zJmh%}#u%dL8GvJ?O*Vj6gRl=68z5c7H2wV7IKZL@inkK2-u@Ggr7+jCYQpIa(4jUb z$pGgZjIoPJIOk{Ab;u8r&1R!6#U)ANm_A5mW@c{A51?0b`$8C!KL7v#07*qoM6N<$ Eg5?;pmjD0& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/milk.rsi/meta.json @@ -1 +1,17 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..22eb0ee04b81514780c51d3b714da75cc86b41c7 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ z&+q0uV8Fu=Xj!40x%|wOi9A7%ZyjFZ^*UmL(u3-+3;Q{MY8l?FOGzrDG9VN!oi@mgQw*PhaLaV|))r>mdKI;Vst00a0np#T5? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..976b08102cae6fc521f60e2ffc9b321e4ff2e85c GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ z&u`>pP~dU7_`>Jr$(b^q9;t5)`V!U&u>4gTe~DWM4fE{iQM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..976b08102cae6fc521f60e2ffc9b321e4ff2e85c GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ z&u`>pP~dU7_`>Jr$(b^q9;t5)`V!U&u>4gTe~DWM4fE{iQM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..637cd877a5f51cd91219c098d75423e446173363 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}DV{ElArY;~ z2@H)o(TW!{&zqQ;9n-4+_9n8;db-~-ca_x3#~9Pk z&6(-hVuih0%w8t OF?hQAxvXBn&1ksyMo5B@YN_RXsEA?d=VGa&DgO>4N8%PL{B-v9)z9$yszZ zMe!)(3$Y+(gNdsgUC-C3Sr&y9Gi*J0p@_lI(Z|mOVwlK;5Xrfg#ceBW@{*D!`K_7h kyjrCtbo-Q5lB~@@XO{L$?VG8b1adHgr>mdKI;Vst0K!^8d;kCd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..332019fd2871358dedaa6ce9dcf22a141e53c40e GIT binary patch literal 535 zcmV+y0_gpTP)Px$(Md!>R9J=WR!d6)Q5Zd1Q9%mD)JBpXf-bZ-wTd* zn`zh9T7)g4Vx*?T2{p>B>;Ywh=rn3IElO#u#hvQ|BG2mHneRK_nRD;`?f?~3P{DtP zhBR<(Wl=F7=)RD*_EKonr7+Z`$Dy}V!8JF(K*U>3Dj*+$@Br*1CL}}&fp7#sjEaX? z0K+hfxs-X!ja?h-=Tp9TuA!O1eg5w)Vhm z?a6!A3jlbyi$Kb}$soLEin0gH)?NgKW2#(Y0bgHL)Zzfe5~R~<06@E?8vx+rxgRlV zS~al)-$}E@F9TlK`i4j;3KIYTQapx)D8a{b@bO%3oW<($k~4aLqe_6PC5T*w;636L zeIWY$?D!rNI`hL|Y$N8RItBSns1T@fz}h#c5qOW{G&JaR5R*v&Kr_Q&*gjUYe}xLl Zf)9N9uP96xz_$PZ002ovPDHLkV1ggH>J$I~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/mopwata.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..677c9b74dd1b025b34317ed5d896b1947476889c GIT binary patch literal 524 zcmV+n0`vWeP)Px$#z{m$R9J=Wl|4uTVHn5%T3SOk#CZjhR0ujKr9n+Ck&r^v7`V08+#0n64NbL% z%Ry_4F5wac3SEU4mV|wOplKj_UiNVfWq8`~-m65BzvC|-_ejx zTw7UGv_ruy*~qd107xa1-ciq_LThe*fk?NR)IcRhmJOtmNiP62>-2tF9by9v!&LQk zc6RwcQVK@Ll>#&~AgO zN@#HmV%%ckPJ{!9&u^S}VhTA?`WoL21<_}7sF9>A#a8sxhJNF(qO#cgOa7$D~J001MyU}Vfgd;lB#3f=)`Iiaqyk=0`W O0000Px$I!Q!9R9J=Wma%SwFc60SR2{q_7FdYH9&dgM9wK66%o{M}4LY*9FTs|j^~h!< zcGwXc8y#rc5((;qiZ1>pi@Wpv_|7^57K`PdIZy+%*28_xIVZyK6PD_MUYG2I1T{dcn!v+X*01)DTg?YjYT|B1u({NyauS# z26fte3Ax>F)UDPDn8WkDRdM7J^nDKi=(_InOYmd8g8;@D^rZxUIROCP&hG%+{R9AG zBYrnuxbF${eZMK;BZNCU3|g1)eIHd-O)ReKq9_UoA;9?wz`=N5k^m$IZW%}djIW`T zuYc-yhtvc5Qlf3!S^HQDQhs_9hG95sThpAz0+dn^Lj0OUDcZOuO|B$K7RNCFWLdWP ekz%n}cI5-OB4C@X3XuB%0000Px%BS}O-R9J=WmOp3{Q5?rVnqZ+gv}7oW zmzoYj9V{q{(1bG*2)_)<b_21l0tPBYy%MNkl14=|_!+}IO zaIjh^l!|l=9jX!n!PO(r>%Fci->#zI*T8=O~p*oMfCkQTmy{nZT(L$Ys(-E`O6Y{<%OK9AApr&f&0g z5VdF927AXm0HhxT2|g`2L~=QW>8*$_#Y}KM83rI4aq}*v8X^+HpP-&njj5xzc*i{C zlVS47FrJxJD$-qKmqaw;rk+wQuLq$D)KjVvjktm4tnXhP0U)uyVUF3o_JUetgP_Hn zmMf6Uq>amuUVkCGBxIMwb^itOn+E`Bp&~QWcc=z*{Np~WDFML>_{V)z(E*qw&gX5Y z23prQn(JV1Wr~TNU%4sAlufSk_ zMlE=|0wQsIfi5^@@z;gcz!P7A#Fh#)_x`6*XCGW%tWaw_vwRR)7N}jC=k~oA+J{;5 z-uL&1@c4WaK4)Y4A_8W#L0N^1H=W=u!(8X_kDvQP7U&W={P?90tS_$(Pe5N@>+1n} z!L#!VLN@(?a6{7FjBM{Vc-{IFih^wm^orO8A6sBhaXQ-a|61TLg|4^~MIP7I00000 LNkvXXu0mjfJW3Aq diff --git a/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..971467080429a9c939ca195b1dac56d28a74ccb9 GIT binary patch literal 631 zcmV--0*L*IP)Px%F-b&0R9J=WmOW@wQ5c3FO|a0ZAwx*KsmUPJ!GaPIOt?m(TyU^jD3q!=mJa?< zQi6+vgIPjQg4no7P(mO>Xoo_e#TZDyA1E|~+5AbZWDuP?HC%_=n?Eg_b6auAyWM-v zeV_My=evgk0}V9Lf7T(Ym zFn|g6xLqV3Js@*^Odq>n6t1e}04Chyb^%a`1ptVIoUFw)sSwgzP>*YRu(gcG?V=D1 zP>2O^O)gTgT|sf!h=iQf{Lf-P{Ku(36 z+5vaL0h9?FA7B0wwv+x1qZ=0iNTAYO--b`aok0~gms*^-IReGz!3TKU&`6B0wu1y& z?txP_DzLU7-UItOiu>Va1!T1U09|m(@}Em>!98!0=!OOu|NgrX`yX&+u0pNx5YdB3 zI6&>#441CXl6W)Ke)sM54%|Irz^5%NUnW3XCMc(J^nx8cWti>^Z+#c*e(M3cg6!-b zM&00KD*f*QBva|0JHX$-=B?=I^8@Yy(>R$*_gqH$!LpLxg8m>@!2=Cs>NgZkwH@Y< RQ=0$)002ovPDHLkV1mpAAKU-{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/orangejuice.rsi/meta.json @@ -1 +1,17 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..8fdc92f22beaf282145c3830df0ae9578c5e4162 GIT binary patch literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}9-c0aArY-_ z&u!#9;K1V?n5zDM%FI2J%PxgxGO^ovOnkKe8dE(dP$5HGPWdFiOS{h&Z{K@&PpmrQ m<+UoISN~=n@I3Ox@&h+_Qi)8csH^fbkWx=qKbLh*2~7Z$t}sae literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..77f01452d0dcb6ed3d2e8961a9f33639c135f8ac GIT binary patch literal 183 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}g`O^sArY-_ zFFA4@P~c%X!28Ahm-_uD^Ud-%P3Ky>MPTU#xiURDo|9UPE+Al+cF}2)=~5PB?X_F0 zZok=4T>fN^_mcNwybKKQ>MVZ?Oe$T|Ig87{ia*X&wjrhV*S)C@-u54ko!LGAzm literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..58f72cf2d312c1b38a2b7f9acb9fa4d440a7555f GIT binary patch literal 194 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}HJ&bxArY-_ zFP-LPQRHC`*nDf!9bwaplUHgMM`gB%Wd3+F=TBb8f*A}6X+Xg5nI(8pX;G@_{#wt> zvoEZL7k%fOWSSk|<@vpjWruR)``0&*-DV7v?z6LQ_qpUnJr1ZOt9o zhkP^6zHGY9aB@=#_aZ0TJMkZ9?^<81cx3$?c4-UQiXDCiK=&|sy85}Sb4q9e0F~BE AmjD0& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..33a96802d6ba6b6a315116f9b31e78378affe5d2 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}?Vc`kmQ^$Jo?HvZN2oAmaM6_cBb>{=d>GZ{Qx{an^LB{Ts5 DLwiw) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..9dc2e2ffa8e03ba4b5f571cc98270299295bc5e2 GIT binary patch literal 548 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^T<_dH!3Ln2y} z6C_v{Cy4MEB&dWvY-DCPI3o9M?f>%!4jfQ;f2Sj{ueq5y@R^a|YlfU@w`a{X(D3Ru zjER){J3prQL>U7!GxOoe%ljqX+1I*u3O=!Ph&=v4YX2VL!`5Q5ZSnt)NaXDkOa5{6 z*kuQE_B(rv98X&){Qq^l{kO!88F7X`rk%-4`Tez3hke6@#hh$4ulO_!4GawC*w&iO zi!s*lV&)QB)CIy*W;hmcXuOt)Nlr*ec<|`?_qq>{OnrX*yLmZXS^@|>dbuV!fvpy| z-)|1W%*@TAn_@PsKd!hfK3>X9)?(j05#vri#u-lo)?HoFch7{4t!)ec`}?!)>VEt< z+AO|)uBeL3T(kAD!W^Y83Zb$MENg(~_B{<1k$0Y6@!`?eT2{`$BiO^NWE#=NQPv)ZvA?YW24 zwx>MS;t%RhE4p-GqpEcH&xez0fbRKw?Hb=J>j&?qa!2iW^+$Gh*=yy`e`R!-e|MA} e(vV-PQs-JLfot>4gbd0le4)Ct4xP8r|w^)VNIefyYf%FKM& zkd2M4ZR_mv8yo-ra+<~*(Ggnl-~i*KD;5?O0;zhDiVVzLLW{aUc*+dN5{?56oB9r# z0`;)z)z!Uc*N;2g@_xQ;?Y2e`xUxb)lVwUN&$_~opR0?3*x0}zLh&@~?<$$3-(Qy| zUT%E++S73I3xS46zNb;XuU_~jCnR|M{_t<_%g62g@irA7Z$&yfUCI1>%d|1Toh9fh zqsM`+#>R&cajqW?OFDtJ-4CB2Q0jG7SM8QTk<5V$m#^5#&aUu`O;uZ&Ht|ivv{Szp z%=+fGMohKM<$Xdzg2G9`lvW02pf8v7-DBke0(twI4G+ZyEGC5q&T;6oOtEf=;l9Y| z${JYg`gZHHu3OnaPZn`-baI?NbYrXR*{CTIe$$vYb$wPl_M<)bklOZ?$6EYB-DyRa z4s2AF4*&UZQq6})U;kda#`ntl!Mmy4QTuOHNNqUz_Quv|`I+yZCrI9K-y-aGP(vbt af#Csfi^LbdLm9xBWAJqKb6Mw<&;$S|WYl>8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/patronbottle.rsi/meta.json @@ -1 +1,35 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..46ad7af1561cd6096efc6cdab9227605d1236ec9 GIT binary patch literal 502 zcmVPx$ut`KgR9J=Wm(42#VI0RlUM|Q>?O_eu(-_G~lAEL*a*(%haCMPfz1$r90sa9w zaCJbjwa1+lH#x`!t!cwXXtM_=#zC_Ym*+R^q>xh{aOPBlQ{col&9nwZo^4zMtCh}C8Dnpwxasucs2 ziX(qWp#z9Zu(I2QaiGXP%yOMOVQo<66M6PTE zAmPCQenQ$iVZ3$LGa?Ej+C=vDvhY6pkl`qkB>(Jcd4`?=?J+Ei-EhYZXKv#2hf1h# ztRjE$%K!jMectL&epcbN7MuT{k^18`=rw@06SaT%rDLr z55SjYnFR=`w8yZoZ`4yNMsu_Er36p;9OoCOTAtz_NTv1*_tN@9fD-skXjvv>6XRll zKpF6}5M&I+Q()UYh3Bz}ad8$zO$gtwx+qQfa@BwlQM8+152Lf|q^{i`JdEIdwV}yz s99p8?-p8xD!t|;uOwa#o`j?L0029BB-s$O$Q~&?~07*qoM6N<$g2mwGdH?_b literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/pwinebottle.rsi/meta.json @@ -1 +1,17 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..edb576e22351b977a39c4445f7f7779b22a63ee4 GIT binary patch literal 140 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Zk{fVArY-_ z&pYxmDDXH3dK5JF{tUlx(&4xP1N*Vg5AmClXRi|hDr7j2tguXt?Ne0cWi~D iSIxZeF4*{Wd2yWyqkox-cge&ZV1=HpelF{r5}E+LC@p0G literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..0926cb5d2d5f737c350a7d4156b2f9d16710b263 GIT binary patch literal 136 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}PM$7~ArY-_ zFC64#P~>sB_$w|L-D*wN{GW4vsB_$w|L-D*wN{GW4vtFbj>C$h}Rkxid$r*QQ1O=SaGXPq{;OXk; Jvd$@?2>@?vJTU+O literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..6d4f19e9ffb509dafd0a4ad8984558677253bb57 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}QJyZ2ArY-_ zuU+JAP~dUBxV(`2dcuFsxZ^KmN|}-wcnxvPgWQ$v@&m9c$3qqC!9 zW})XLGozC7$JcKCtUPeJ_`BPiy^Q(F4GatseeWxNy0vgOWhz`^?iEf3+QQ)J>gTe~ HDWM4fESWn$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..2dd73a7cb5f75cebb670e79cf2c0435081d7bfc9 GIT binary patch literal 465 zcmV;?0WSWDP)Px$i%CR5R9J=Wmp@1XVHn1rD;t8VBZxw3>JM^Z=;;kE!4bG51c8HO1?^HpjhO`v zLThU{MB>)e=I{xr4ayND5tu_nvx8g1*V2gy4d45T68XTvdk62skN1V|`3@NBze^Eq zV2l9(?r%=GVFUpHwp~SJ_d)>x%d&+0T%rJu3?m5JuC{Bc$N&IvaCC~#_gB2t>tv4+ z8Gv4hJb{g!^RlLCiFrMY(dp`DtJNa;NKZgf6t7JGz*j&5@caEGP16zpz&U?5O|zk@ z>RC_8ep9pAEOE{QKTq7L0qj*O6=4XO73ct7IzQy|d0#&PdZHn~zyXBQFne{#JKvo^ za&&q9AmmA!z}k8Q?zsg_JvLx`d|`QUg`9}w6)bsljJXudxM$%DtWs^{;&>t!mT8v* zC^Cl9Z4m(Ajd-9=j+1=ID<~HVh$o|nC!?r6)u=Xffa6rEU2pHl`VRmA*-Q@EOispP z@aKTAy5cy{8OP~#`cBmE?;XXAF?8R4oO?hh6xtH~F&XL`+dG4u@nySb00000NkvXX Hu0mjf`SHvR literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..27221c4c6648ecb35381816f99981bea69d48792 GIT binary patch literal 457 zcmV;)0XF`LP)Px$gGod|R9J=WmOn@WVHn1r3mbwfX(^?BWx0az(G0)+5?wX(ea=$ z2bXZ_aB~fD_=LO)JVeOaTxw~%!L8wK$uObedry?$9ys{;j`!im`@s9XfG=N6nWkAM zB7=ww(=_W`AB9`!x~^TRR6YP8olf^OO)GJ|ShC7_dV6Wm)7>>$$;Sm=ME@}67^C)_Xt=3C$jZrAzs|LW#m%9GWB zgTo9$8=F{t93b)jiJh%oBog}^D}Dsq;RqH33f4mFh$Z*9HVCjQ0W9Z^yp($bXbS=R zwhaJ?X2MWcmRLUQ2p(E37=rT literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/rumbottle.rsi/meta.json @@ -1 +1,35 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/icon.png index 307ff9a9d0d5595af181d343192f4b4f7678e72f..168410f33107312c69fde277f02951c28c304aa2 100644 GIT binary patch delta 337 zcmV-X0j~b(0_y^hBYyw^b5ch_0Itp)=>Px$B}qgcJ4C}^+Q48m5W|%j; z-xr1eSS%LHe`iOsIZe~`I6v>A0=Qcdt7NcGYyIWEdlCVFEPuUfb{hWYqmoPbo zd_(c^4CWB41WGOFIqC>L<9_-ezDM)~VwDg~1In@-)VwQC94;2`sy-XfrNa zb@u=szyo*y09}_!$?(3C8G!W$3$|+Lob%4f0JPSXR5x`$j(_92o##1}Qlxw&0IhW; zgn+>Az;v&Hb51fR1ANBvY66*kw9Byt0EA)alFAK0W?#mC4X0Zm2SAWAJa1V$0JBSr za%}5uI6FX)G6X4u95l7Losx2q&ww!oPx$CrLy>R9J=Wl`%@hKp2HTMG#yBS&~>tSOl9TWvsTci#B@!k6^cRfm~oqZ(+6F zbh*HEN-S)aRI`~{u!_ZMM6!y1L@k`J8uBLZJ?0-0@OV6)|IU_Vb5RrkBuUa(Yca;) zoa^jUN`2XPM^XU57}K2TBVZSpP|prp&034rTI44xV2o+9EF*~ae-HE z_7n2udR>p#BZ#7?k5#_{`SLCJyKMI=FoLiQxPA=&roh#nqaM3<48L9=ECa$aARl!# z<)$Jp@g1nDiu&}h^L({haWOat9)7NXa#I+bK)FG@pTIH9g9S?9*=qzJaXY*dzau(< zd9WZGW>i(x(c;Tk94;=H00000 LNkvXXu0mjfTP>YU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/soymilk.rsi/meta.json @@ -1 +1,17 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..6fbbd2f8bb9bd87cbff700481594dcb607a2398a GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ zFC64NV8G*iF<_S~+l4byUdbtZ<;@MZ?|qX0k)db;(#>FUBQA8S?d{c*E6crAUhd0@ q-M?(_g(!zhKAYx7T>2BnxxA7=Iab>*LY?m&NV%u0pUXO@geCxnm@)tW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..aea5ea2c0921f7d6aa0bc66801b4b6f7ad6402c6 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zFFW!cFyLrS+;qm3Re@paj)M$L0u6j=3!$rG@%V zU$t!J)^|4HPIqdb-nep6vadsA;_X_&g&iky8Lbr_d~Ud=pYZJAyZ-*3na6jl{Fu${ WZET7^FyLrS+;qm3Re@paj)M$L0u6oV9JaUQo#m^IzZA^;li#-!sDXj&Oizeu_4~t% zS7oLxo%`IUWB2(UUfKD%P6xyo1t%&MRqHE>2=3HLU}gCu7x0U7=FXkJA1fz6`=-ZP ZR?KLpZJ^U6c3Ku>kf*Dk%Q~loCICN8Jazy8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..42fd7dc5d40d60bde105787e7c925e8bdf83f1ff GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zuO8$)V8Fxd5V*^g?E}NSYtEGnyc2AHypWc?Ln2z= zPQA$Mq{!pC{+O=B0_G`P6L8bMe3#jE#u+}dIuP{nxoN4eju zCqbv)-if-M)Wgs)$GGFf*9eZpUC$zw6YkHMsi-6%XkZ+becMZSYs0-i6GH`8sWUW0 zz24CI{a){*wvU3EOScExP2T)`k*Au{^q{I=yo?Sm@5CpF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..69a0fd07c89ff8366962123253694b54c7beab4b GIT binary patch literal 557 zcmV+|0@D47P)Px$=Sf6CR9J=WmLYH3Kp2LftO1u87#NHMnPd$)VB^gD0hPi+$F}UJ^bZtIDlrQg zjAAn8fRt<*2(mO;Q8ZbRtz%aZ#Z3yT+^up+UgEQSdcWuH`_A9NMQ^N@$>bzS>hbOE zN1f-8=kPE4!;j=|?G;7Q*`93^fMY#8K$h*tj;+c60NmVsONPTCMNzO^E`hO?&pTUy z*OC=L9LIAhC7$Qux-L>m;y9i+0&ocK`##(4mZB&CtRaj5CRwDVlmK;b$Jv*l<2Xnu znPibR@iZ>NF#H;gMw<82rxToyG}CE|F95$y9SwASkJcI;1iF46kF^f;^*u&AU<_~? zkdxqOi~)>`Fik@sV3D?HvHz7W(tSEKfvKHY4MaaDN%-L|0!W{I3t7~2esOoUr*SWc z<9Och_Yp#%ltKsrfKrOpYQ=aw{$$b%tbRm;!2qQcp68*I!f~7$#8g%QyWI{U1l?}; zWCt1psH*BD;4w%e0Ed9jK^g<7s_NB1tN_ZgL@C8)v#H;0Q*dQ6xzp*)rIhvYb6uCB zC}_9aD5dE2ddz0C&uN-|KiAW02ZRv#zF&_UJ%%sk+NKVS+wo!b$Cr_^EbDuLsjO14 vUa!gX9C%uFS(a7+R=wb*Ii|hfqKh5@ZTIqDe~onq00000NkvXXu0mjfNA>`D literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..f9e2861df081e792f139c0f7875c64fbd6f64271 GIT binary patch literal 551 zcmV+?0@(eDP)Px$;Ymb6R9J=Wmo1OmKoEwXv;mtK7#NfUnWPu8AjYZt15OGHIZ)QRf9P)KgO30NY@6Ssq5>nc{2krbMo`X72u`h z1dyg_CZ!|@0({>`N=cfgSt|hN;9(eYI21 zqp=3CZo;C7fHBLWLx; zi-1j#RshZcAA__8P}lW~fj9wFRfSTD{eExmT}$xRW^k|9%cPWM`uV<3S(bFWU6fJ` z1_Kt0#iybuzCG8cQwD?(gkfmxR;S@pwRY(P>+Sgb_07XbRaNF(U@NB*Y&IKqyB+ZG p)m2qF0XXdiPmOW?KX}#ut9w5?^yPR}_A3AY002ovPDHLkV1npg{%ZgL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/space-up_bottle.rsi/meta.json @@ -1 +1,35 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..6fbbd2f8bb9bd87cbff700481594dcb607a2398a GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}zMd|QArY-_ zFC64NV8G*iF<_S~+l4byUdbtZ<;@MZ?|qX0k)db;(#>FUBQA8S?d{c*E6crAUhd0@ q-M?(_g(!zhKAYx7T>2BnxxA7=Iab>*LY?m&NV%u0pUXO@geCxnm@)tW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..aea5ea2c0921f7d6aa0bc66801b4b6f7ad6402c6 GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zFFW!cFyLrS+;qm3Re@paj)M$L0u6j=3!$rG@%V zU$t!J)^|4HPIqdb-nep6vadsA;_X_&g&iky8Lbr_d~Ud=pYZJAyZ-*3na6jl{Fu${ WZET7^FyLrS+;qm3Re@paj)M$L0u6oV9JaUQo#m^IzZA^;li#-!sDXj&Oizeu_4~t% zS7oLxo%`IUWB2(UUfKD%P6xyo1t%&MRqHE>2=3HLU}gCu7x0U7=FXkJA1fz6`=-ZP ZR?KLpZJ^U6c3Ku>kf*Dk%Q~loCICN8Jazy8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..42fd7dc5d40d60bde105787e7c925e8bdf83f1ff GIT binary patch literal 176 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}S)MMAArY-_ zuO8$)V8Fxd5V*^g?E}NSYtEGnyc2AHypWc?Ln2z= zPQA$Mq{!pC{+O=B0_G`P6L8bMe3#jE#u+}dIuP{nxoN4eju zCqbv)-if-M)Wgs)$GGFf*9eZpUC$zw6YkHMsi-6%XkZ+becMZSYs0-i6GH`8sWUW0 zz24CI{a){*wvU3EOScExP2T)`k*Au{^q{I=yo?Sm@5CpF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..18e42a0f4d95e9ce95c981a221c46b0a299d1ec9 GIT binary patch literal 578 zcmV-I0=@l-P)Px${7FPXR9J=WmcNS{K@`V7<}60H*kTE3thNzsrr5mq9_`l1>oS^_kEHiAx%>NYX~EN z{$sz8QUa9D9mfH{aU7(S^dI|$iB01gc&I#d0Pa8E@rjSzJl%5t^^TjTTdPfNUW5Ut zKoQ0v0P6d`uYN$N*q;jqvMRzbuAl;S?1w<1_N}3e0aTz+LGcoS7!?Lk>|x5*Kt?HO zU$rOUAnY9f1cX0rgAjsxy?zpbvjOCJe&X;o$XNgm4*v!@8$h1t{|v+mAj>ke z)-0FH^4m5AS0;mNwc1!pS#CeqbxG5dYPE{innt6+Xf*n!l=}5vn^qAJLg4#;*+1(x zd@I*BbzpoO9#;SQF_L9j`7SV(RSM?wIg7;tIIi0EU1)U|yfw!3F1YBTXN<<-DRav8 Q>Hq)$07*qoM6N<$g2vel(f|Me literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..d74fc8721ab1f41ccb9d3f9ba81e6c61d4a33ce0 GIT binary patch literal 585 zcmV-P0=E5$P)Px%14%?dR9J=WmoaPGKorM+ZZw=Ns0LBGWYS{ra)X4If^nA&{Q`zgol-oDkk1f8 zK0uSHOF*9>ld(U*dGHk6!E`mo#==M(IG_%$WxGS@9j!Yw|K*;<-Fv^g_fB_$7yV;Z zYzKC`-F~apB2809qY<4>=Y6}~{<{E!!JxF`aa=sDo&a#ZIoy1_DSerMI3@u5I{SV` zv)N>^Sn&Az(bkPUz;d}9XsubV*JN2{4e-ilP?98lDJ8z|<9QxZN|Ge$9|d3=JO~2j z^Eqjn0$4*B0mS!lA*BQ;gS)N^fa|(QDT(jn!o;U>4ct}k+5p$@u6WBEE*>tq{&2;` z!==@xHZQ^uRH%rC5di9ZW2?^)DPU;k&Z-EbVFeYcogD#%+O&o;22i0wg~iVm7^0#O ziVaNJ8ptRG&6DOJx{cbqHzCm%;5ItwGc?G9@uxURl778jM+kw|8X*J#T5HDRvGJK; zRRfJi1Fbc_@1wQGb=?xgR8|11)e0d5wOZ|91&#)g=lMaveUPI7Yy&l(O7@p68LKDURcywdVBnlwPm*Nh$U9cYRu|fDnQp z2uk~?+wi$u+th*aX}F#J{$(V~vhrSFDytMsCKIO9DX^Qh?Y+?IEO@Su?f=1x{$Kq7 X2gBhfUk3oC00000NkvXXu0mjfMI8|M literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/space_mountain_wind_bottle.rsi/meta.json @@ -1 +1,35 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..204e885505a4a03044793a27e3652a8b77ff43b4 GIT binary patch literal 121 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}#-1*YArY-_ z&lz$tDDbcxRQR|5+~Q9f(YGCRT4w&TFk@n1XlPq?s`G5_{*D(Blhfnb3K-_}bNrpT SxQ`#Gox#)9&t;ucLK6V3f+mju literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..fa2fa7a1eb64cd98f865d688b2dfa87693f6bdc5 GIT binary patch literal 130 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Hl8kyArY-_ zFBx(HRXJSjcxPX(!GHCZSlfe7_ttz6JPuSNq?8nX=FYQvKVHVSjM}>=)NY#oje84w a0mI>VPS#x)(k=qkFnGH9xvXACKXd0JucM4N{?$PBUoC!UK$NtRq<(w=d_;J=st(0e$ z)}I4d-Z3%s3r%vKt7;s)sO!!B(rXEf+z|(u-ZFjCkEs28+x&uFf}YPivDzw^m_IiOFm1BtvyLg!^F0Ej9)?UW`-&#=POCW~;Bg29FGffUIowE4s z8Os(27Z)X`wOdQ&y){eM@62F%*KuO@OEbo_bN+vydwntJ_gL3!$X(O;lkbRx{?c_@ zSC!>0Qtu2q@|Qz_fsw=EK&-=G@t(TRceNkrF_?)I$nRy9no$6B5`(9!pUXO@geCwR Cm`a=g literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/tequillabottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..c8e014cc46aaeb6a315bfca0122d5db2ad8b42bd GIT binary patch literal 608 zcmV-m0-ybfP)Px%8c9S!R9J=WmOp3{Q5?rVC*sg0pdp33(kTiBOVbdCgMh&yP=^%vQaV^eA#RHQ z1~cgiE`lI#f})$+CDCv~21y2UT1d3ZEs5TVrOHVT9iM~EQMF*-T^o@4g~$8x-o5Yp z@cX@ccko|(U5d=Z^?E&sXYSk7?{}TR|jPfLUb(4 zDr7R5Z9{}D!340n(GWs(;OBWTO>;`dDD+!!_14WZ?%Jm!fSMS+3pB#`NCPZhIdA3l zEU(_RIlFifr`P52^GC(gm(LZQ^)-N}GJet}$m?0uF%2!A!0B~)+x>_ZPmtHMvQ|KZ z66EzPwdRW;4l8MZg-R85T*d9V!Pvt}6#((|8^?DW0N_M?l>UJc0G4f=x%4yu_f1pU zOB&$b$r;o!4flfsz^NmLgSq#yk=+LXSa??9*rp83CX+1NwsiVK0}M9aDwb8~kI|s+ zbLnYjlgZEkp)>H{^_yS%p#jvIFS({?srCDR%sK1dBf@dHj2(m8TlxWrC&7BwQPe{K0000Px%4oO5oR9J=WmOp3{VHn1LC*qJLOGqIpPEjZby@s=J5HL6d?2zJKN(XBYbW;!= z>?Ak1IJyanB8b{0)o?-vxq{|&FxusoL@#2ga*|+|!s}ozR4thAE>)yH@bP`z$M@Wi z_j&IR{MTNW7US%6qtTcFFbty#JRc3xkP3pp0jB#POHqCH#eoo!EfLv@;}HvB6pGvf zi8B?+9L&&ZcaYDY*t~Z?l9$q$>hFlgYCHuIrY2z1~u|S1cBX_KY2YrfEmw zod4@RuwV6nuImm!Sbh;{YMMs)C~l8p7%BBY5CntVfrt(>}azT$7J13XgkQ;wiy7RZce$)?iy?G|rZAIPTCl+1#v6%ZqWl3Ad(`gE|4 zDrJC$>I&g2IMki$3IOuuE5~*l0N{9PjP8L10Lz}oTz(3GTehw2r3`R$<^-AXES>j0 z04EP08tlDGCUzeHVBv90000Px$RY^oaR9J=Wl(9?0P!NZ|M1we6OdUG7l!8JQ2N!8k>D;A*Yde_PzaXo)bc}<7 zlY@)1SV-vNP&X?@9Nb#LP7b9+eGZyxp+zo5UET+Qm&?2R{qFL3pwVbFnt#TSYz~3| zfWtyT#j%p_bJK1Ea9^tda4M)fD=`p@mlrd`_Xt?c^9z*xO$wJtO{;LlR{ct9b^kCf6L7f0bxJnSa#KCyvVc$|32_y5MgILcQIagOK^mVBSht!?Iy zJqE2N0COvA^eY}w{Stt4*Zn;MG5w17wf+`ATi+1Z5*etwF1>{%9t|}TcT9`hw+LHy zu>uLtfUS&?r~CQ>K%>`THwZ*7L=$-a6q$rnT%*wdyaR%AU0gU=OgsPp002ovPDHLk FV1m_7t-=5R literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/tomatojuice.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/tomatojuice.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/tomatojuice.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/tomatojuice.rsi/meta.json @@ -1 +1,17 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..be5efc55d81ff2913957651af3be7db33c8a0cc0 GIT binary patch literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}&YmugArY-_ z&u!#oP~c%c*l({88!j6MgLxD>$oscUT*6op8`RYEvwGc~&^j6&79R zy$7}*FnX9;#TFyGLFoO=>1UP{t$m5xZTFV3oQZ!1rWsfX5I2zEnmYw&sI(D>KZV z&#^!6V$v$Wz@XF=m7VoIspszfnoO2y9Uadt7#?I=y0`?Nzop4k?I^}M)xp0Z>`)0S zZ<^nkId$)C924Z;Of=wJ!y2U;6JEfg)o7OEr5WFQ?b^`D5UR8Lz0;%jn`#E%&ZTBwtCI5o=63^1pvkN$Q?k%5eFD0L0Hv{Ms22WQ%mvv4F FO#r;CU|j$J literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..3983b282db99063057024feef214e6086daebbf2 GIT binary patch literal 557 zcmV+|0@D47P)Px$=Sf6CR9J=WmOV%tVHn4M*K~1ks6<7lc8DLL&EX~p&Q3y8u?}9xgf4|H0f}oI zEK;aLIfo48+HiqOoUBfUN*C)Pxeiu3l(v)Rv_n$@ws0Lv+7eveCnZ$Z`u>BUtG@?;#?dL}(Tw<7fKLj*!LF!k$s*uuNr01uEGG+D0CZnZNuEKg)_tLTX$;PrYY(V%4IZLGXaHCkP>w+fC#OMDq= zy_AASXE^{54`5iL6Z$9?MZh>P+yF2z{_H(ANR=P1cLbmst**UYewW(c_gGoYVdZTi zgFhS~qN*h>!uiZ>X=ODBz^%-PxCoWnu=OrzJ$I(;;l9b(tV%12B5ot`2N-3 v{pkAB=be4p`l9zu#*_h+NAbV5&{Oae@K~{!`w>uX00000NkvXXu0mjfcgX|i literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..25787f9279bbe592bc1e2a899d925c344f6153fe GIT binary patch literal 587 zcmV-R0<`^!P)Px%1xZ9fR9J=Wl|N`xQ5431F|HYew2&_1&_5Q;mxx1caqyuC68jnxhnhN+Dimy95luvB3(q06h0>w#Xj8;|)8QWO zcfNb>`2$Tfam;W@FW$B9U0PeNj&D`1{OO)E&*HB8ixQrbQUPnr)$z6t&lq@EHCKXw zNPsv47XktM+Lfy;nkHX=eCNGkh`1bOz%YzmJK@Vb-|YA~c8)GQ=1TBkZO<171P;x4 z!ij*RKvRH7K*E=qt#?2j3(}uzP%g# z5viriuP>SaZ~F>80Q!K|+1lSel#jj`JS?ZU2K*KONP0cTlXp4%75|8oM>GlT3L(W( zLQ1y+-GD_HKu0s2a>+7axk3ONqfs_SqW~zD5|&VjzaW*=n5e--t!_)XK^OfQq_z_CO_^yYsXm0*c<^%!kR3;X#kQV>|002ovPDHLkV1kCF5q|&x literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/vermouthbottle.rsi/meta.json @@ -1 +1,35 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..345d88ca77505316a575f6acf312725bf1902664 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}j-D=#ArY-_ z&u!!ds&WZ5$z%B~`Mr7Wnm0KHDrWz;ioX+J1S(^wxweV@on7eHS*|TJZl3zm`-VAv eg_nNzp~bv@jhy*kE=Mc?sq%F7b6Mw<&;$VUlPux@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..051e61b2d5e03628bcb5e5988ac20a8db103e0f6 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&mH7sP~c&9C|&kW{oVD2cN{c0{@$r|b~*-Bv*6|$F{9%BpE@k2?hUp55dE7`&tVn| U+s^x82Z6E-p00i_>zopr06WJhG5`Po literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-3.png b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-3.png new file mode 100644 index 0000000000000000000000000000000000000000..051e61b2d5e03628bcb5e5988ac20a8db103e0f6 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&mH7sP~c&9C|&kW{oVD2cN{c0{@$r|b~*-Bv*6|$F{9%BpE@k2?hUp55dE7`&tVn| U+s^x82Z6E-p00i_>zopr06WJhG5`Po literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-4.png b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/fill-4.png new file mode 100644 index 0000000000000000000000000000000000000000..6ff8e90bf3d4807338a4640302c7691d452a52a2 GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}ex5FlArY-_ zuR3xaFyL?r6s}U<8~@_(7r)rlaIRpc)@S?QE;#3B%)n4~{Yv8*nRj)wL#MhPS^38L u3e#r+h6mPx$q)9|UR9J=Wm9b01Kop0+v<51K2Gqe(HwDoWx`+r7L5iT0n@e}|Kd6Jy&DpJs zvs)3Yki`}$Z7>}yiklQ6C>b)e6g`L5THSJLMCxzJy%+A?M}9B&;9tWoCF};2x};Y1&?7 z00Wx+;{NdReZM4xFoY1>y{93BFo3CCE_V{P-mf=d=vi=S7~-y0>&Nb=_qmWYr7oi7 z@*x2C%_h^m+>Kk}djBGHEh!5U`39=v_2Z=Dp-LPs4baNYbT=QI6FWEuy2D9EQWhlg zjSq29aJvI3Dgc1zg>hciR)MYsNCHS(5WjjP>3Ad^kD%cGjs-#C{U?-dLMeb&b_Uh) zK3LG%7zGK4FMWYnr2;?z(Kg}P(NTZ>`6m2v4Gbe=IEPWaUO#TP+qZ+cVzIaYplRBq gWm${g1veae1qGR>DgtA~+W-In07*qoM6N<$g0Q^R7XSbN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..cec7bd047be9d4e16deb5752ecb402672da07087 GIT binary patch literal 498 zcmVPx$tVu*cR9J=Wl|4(tP!xurRs$761M1+Yn}T2nSww`QMO<`pbI>1<|DYX&Y_4^y zgR@%~D|Bf@iU!j`QQV{`LCKK8B6=PCs%|-IMf8P0?hW_NL(a*2;9vg|%5~jsrPQKQ zYSDGwZK+R6dN7J2uUITz0p#=fBipuDI|{J5GNGns7r1CPISo9P3N?{ew-i7t)W}?p zlCIa$4iBX^$pNa>DgdTw?iq&R^aEW72lLf91|XNqCGtxr1^8F?xM(&Rdfqz?JdO*s#9pEjWJ)J!e)zi1`XQR&9BpYrCY^b^*9s znGgYpN{}g?yj#cRKs=Dd)9`+*kB6CQ;Hd-%0mLQfI=Uw7hh+VbxE%aU3F7kGPbh6d z5y0*8Fq$8}E5Y4d4+tPW^##)PIsh?rwh4DOHeT;PCgHcMZ5Ua9a~L%mjjdLzb=JOD osZ_=QbX^~C9B2Hi;Qodl0dS$UMoA`WH2?qr07*qoM6N<$f~JhxT>t<8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/vodkabottle.rsi/meta.json @@ -1 +1,35 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..e38ba306507f624519762f569aa7fc88ffb828f1 GIT binary patch literal 382 zcmV-^0fGLBP)Px$I7vi7R9J=Wl(9;~P!xv0h(jFI4yHwjxby)8DaEbbic5w(f;hPO2#y^k;LuIn zg$9>wX0n5zMV#W`k_>4^3(0mItVML{v1DmJxWheg&i(m0|AmT*idDzZHiltHkedR~ z+b9fxPN%c*oHgy^%R(gpAjnPW_S$rN?YR@B2?%mi&RR`;z=wZ{P&=?J)-_GzID=M` z!=wNp{;nxdIdGi6v%ho8*7H3l_6?g4cLb-`DgjDdd3t#j7)TUF0t4|pPrZl>^A$r^ zU@$wbXrrmxf&SZvTuiQhR2=&LqoDZMR00lcizBOnKYtzy+agfRQm4SoQtGq&2z?6F z4os}ZpPI%2RSd^*h6B{IlzNupP_hGNZAzRJ?6D0%oD`U~X?X(9tzF}CG?d@9p-MtU cMa8P~36aom`^e$ii~s-t07*qoM6N<$f?+_YQ2+n{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json index 0922ee1d1a..763da96dcb 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/waterbottle.rsi/meta.json @@ -11,6 +11,9 @@ { "name": "icon" }, + { + "name": "icon_open" + }, { "name": "icon-1" }, diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-1.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-1.png new file mode 100644 index 0000000000000000000000000000000000000000..d5b0ad0b404e4fbce1347df21ab6433e2622d45d GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}j-D=#ArY-_ z&mH7sP~dUCsFio+o%*}$@1C4oy+UNqpK?A=7oaKzhWS%xZ`fTPdN)nU=}gX?vTd`O fvlW7Ua}PIjhX3Wv|NJTOKS-6QtDnm{r-UW|b`CD1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-2.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-2.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0a6c45d770edd32af9c2f57841c0369d0ed807 GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}W}YsNArY-_ z&u!#oP~c%cc);f-|Hk;XBvy@pS-XFwS~4*(G^9ONUALoE?XT1O^!u8@*93S~FZ?s-j-Gvnf#Jt)Z_f0z^6#n3R_Q3syE}V( tP=Xx;Lrs^Bo3&+X&#a&ayvMl{7(ABq7F9SbR|6W%;OXk;vd$@?2>@;~Fi-#h literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-5.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/fill-5.png new file mode 100644 index 0000000000000000000000000000000000000000..44a006bcc1b66b38a382d6427a6ee8b4f525a483 GIT binary patch literal 191 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}m7Xq+ArY-_ zuN~xVP~c&`u>RwX+yn+Q<-B7ICDLpkmKe(UIQsJcD_075(C*FH(eW?um8RZOnPkC} ziYyEbs}^nD_AXmf_47<`{|4>Q+D)}O4INK*|NQJ7aV9_JUbL~y1MYV~T_<9%w=cPt m^{T|st=PLP-|Zb^2DAANvDCHa{#O7U!QkoY=d#Wzp$Py-s7H1H literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_empty.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_empty.png new file mode 100644 index 0000000000000000000000000000000000000000..196022ee1ae15b33b9d6677918e8c61e57f0108a GIT binary patch literal 521 zcmV+k0`~ohP)Px$!%0LzR9J=WmCs5WQ5431BX08t@d?aIknzrtRosM%+xQ0A#ID+ha5+$P=c>&n zFVIyblqm^?PB$49iMVJIBxEV&lFa_PNHRtnXzookh<#+?=sb(04g={uEvj|fQHi7HWLMhdRVL$l3zpX>G z^d8W%V0U+4{cq^>2a-RntC@MVo6r`5y}fr+-yMBA)}_-IkjZRtc6Pz}`Q?Ls$Fa%n zzxm*FDR4V>cky)Yr7i2OU0CDokIJcA2 z7GPX~QmF_G%RgC-XA@8^S8yCVj!j`K05JA_E&=U!2e`KYpwqdbR{KftE6^6O^hu}% zDP^FPa;Ghz2oycf`>Mma^vg)A2U@MxccAci-}n7(&+`^0>UH4`^hmOEbIh!Q00000 LNkvXXu0mjfI&bn8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..31d51b22663880466bb807d8fb43b13670b02d26 GIT binary patch literal 521 zcmV+k0`~ohP)Px$!%0LzR9J=WmOo1)K^Vq=EB5&UVqq%bh_g$o*aQ>X_yL48Y41a%95}R2lg2L~ zHiyWH;o#OLt9M5Z3zHzh=0If7?OzMc>S@5tL=%qlfni@}cAj~7pLhPi2R`5kt@W;m zY>LRH)_T{K$8()%jENeJ#vg!kx%@Mq&)26apj6tB#l-~%gG&Go5BHq7=3E7s>#LFR z)C9a0=52m%wOVPclse92GM@qBIIbi~l8zON#j!aj&Vc86pC+0AZ&?7Kl!^d`=@*fX z=Xtc-?K(h`By}4;tF2> z%xl2Pf>LQiUORMdZVl(%-(&My7hz5**4NiYj%|I}wxzQdkj*Y}a`J=I(_eq}`+knX zYJvUzukS0M*XuJFT;lsVf=Hn__|v$s zTCf)2oPk=c3f!mvX*Q-NpxNBP_j76N3TFX;v+olL==J)*qXhu{{sl)z--y0P)&gdJ z5?a9+6NyMLssUA?YWqZ=`DJ8P1Kn=-0H{3g55sUpYyD=T{x94CI3m7s&=pZ300000 LNkvXXu0mjf;tKVq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/meta.json index db0ac608ed..960293f615 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/whiskeybottle.rsi/meta.json @@ -1 +1,35 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + }, + { + "name": "icon_empty" + }, + { + "name": "fill-1" + }, + { + "name": "fill-2" + }, + { + "name": "fill-3" + }, + { + "name": "fill-4" + }, + { + "name": "fill-5" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/icon.png index 8929546cb5029aad427ce132b4c3718f181d617f..e527e5598a9d4a8bf3ac97693d55d5c437bb42ad 100644 GIT binary patch delta 501 zcmVPx$$Vo&&R9J=Wmpw>ZQ5462kq#C=Fwj9V zXqAH26cIZ3mEmFLl0vh&WD=xw5w#FHN}vv%)Tzafc4~_#g>I2Y2>}O*Lm~)1-%B;& zAxJc})XC?NKGE?WqYuH~bkBuz&YyGcxt9y~c#KcgLDzKvR(~|j8S1D3U~T)1m%8o) z&@@dc-UC$uE>C@x#O_*3jocN6CkAk<;E8~0Aa23e-a&pD0c?LirOq-RgmFBtfad~4 zEjZly<}58tVHXSlEHlIELfnbO63X*%H!Cprag*hr2eh<3=C^5K7mJjR{}73($5Jj? zxNp#D4g@ZeyMNflB35A^V=u21^X|2vx2q92fl`*%Cdit*0MtE%;FDU6y&D$re4w4a zP!s^WVDReyzGY@er827FfRXWek-z6-C>AjFHhRU5zwWtR0m)R3nJ<;G^KRq}ghN4sZM8t<99X9M9Uv00 zk=|t^J$+%jH=z{e7OZcT$sg6@_@9wKs;9xF|9LGOv9SZ;CLZHl{GKH`aMMM-ELh>vd z=&eK{2!gzbrKmSUa1WluQxQ?8ln8=u#t_Rwhh;sumEgK-;4%c^e~b=}hw&|Ve7~7> z`kvkly!Sru_x=5T??r6eCQOxuy8HhCa8Ww(V|TZE@0Q2^Wq<9M`?ei9SAfQdx3L;a z<;#Kx&$>`i2n8Sri7j~Fafh#21I#{tl>KB*xQ_1#IE8|*`Jr17k#xd8>x*uu)sM54 z1t6bGlSrhA4b5oRL+B9@CE>!$6+V3a&9%B4{L1BV3I(=z_lXVZucaM<>G4Uo)-Z~j z1JoJ@(JNIv8h;pcOAZjUv@PhkT?HJ#_A1w_VKuh_K>1}b8!nX|psnjBomM{p&Q_Mb z)BmaxN)DhjHM_*qhpjxH`2;{y{RNSqB7o&YrZ|pI^aAjB^fh-|^w$z4VUJ~=`BqVo zD3B^pQIJTS14`=jR(lQnbIuRo#h7;&sMC8@pbsFnV0<}|Vg8+0c7Ad|9DyFo#H{lg zPkf@6d``ayhyYT_4N}Q?@mqC5skANl_I;1doeJD&6Pr5~R7RVrj5c$4bd}8d-_ipF zEir()iv3FTBpZ1$eCFQYJ=g=_)!R4PPcjiekP1BqP5_49lo*sfJ_`T<002ovPDHLk FV1iJ;^mhON diff --git a/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/icon_open.png new file mode 100644 index 0000000000000000000000000000000000000000..399e934cd7906ce93f5cca1d5a5b8c04153f5967 GIT binary patch literal 539 zcmV+$0_6RPP)Px$)k#D_R9J=WmoZ3NQ51&16bDPAZJ>jsQnfe~Q>5si#tebX#X-p?6$(NTmm)2M zjuOzJQ*}}_)#)h(6}kyQqUa!TFr|af_fk!K6iPHzbnYyG(*Stvt(4lx0itWm zGz|pVn_p$`*QprbfjF~75?4TLX=h3IWBJ-Bye#rX=;L|?Tn7-f;P2Lq{cUm(E2jfs z8foSxV|GVRTzRbTW(7vaHu(PI56|mr`E8h3`81>j?R0f6|(hR8<*u$an-HY*uGBow$3J5`WK{1`bJj=ce(cVI%4@A?>u z0R}&HU5R6TuWuJ%F_q!#^x4?Cat0!y0D-!4;OrcjhWZ^K0$5+!W_@M&B6e;gMRwmyg|CqcUn57yPswbZ+&n<3B?h?s6kkW8pV5c+{r2UxgTo>K<5LNb d>d)w2{{c?ekRV2hfBgUe002ovPDHLkV1f~B_H6(F literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/meta.json index db0ac608ed..9e1d9a9075 100644 --- a/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Drinks/winebottle.rsi/meta.json @@ -1 +1,17 @@ -{"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", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +} diff --git a/Resources/Textures/Objects/Consumable/Food/condiments.rsi/bottle-open.png b/Resources/Textures/Objects/Consumable/Food/condiments.rsi/bottle-open.png new file mode 100644 index 0000000000000000000000000000000000000000..e4348aebba49e8d26ee1be39110548d83758eb06 GIT binary patch literal 260 zcmV+f0sH=mP)Px#zDYzuR9J=WmN5>(FbqXMh$Cdn24|>LwP$D;$~9PE$q~H3!Z}#rJjoK}9AyHb zb^!-rA^f&Pvh`xikpV^dWr!#cQ7FkV|CG%C2@p}J>l)Ttl(a#-0y9p~{q-rO$6d}D z-uuSg!LTUGIi5UGD}?F7XzqfVco_3fiiPZnK_D!S#Ik zjsO7cx4St02|0+jKm}BQEs#=zF$Tt%A_3My0${R+ah4H90e~Ax96nk4Tkdyi41_ymyT%N4=kYbp$C-?ym`-Uum*#)6%uh%a- z*sLlKiePUs$NwrL^jpi|nFbx^6Yh-{g57So9T}7Mac08 zGsl6|zc~~p^{DvXoz4BCL?U$SPQynB?oRUAWE+&t+K}4oyS?ZdW8yw-&VA?iSXFnGH9xvXNkl>teFp?}HZf1>$u1`|V z%pBVD7)drW003yMUACI4o*sIH&=U~Rm?PpCGkr+`?{4^02SeO_jG4ZqfWLAeqkmjL zIk3WkR41Hi_wE?(gdqo*8Hq>%K({e-c#3cThDA{nH@s|Xj)R<)fB*mh07*qoM6N<$ Ef=7c?a{vGU delta 192 zcmV;x06+ic0o(zQB!8nxL_t(oh3%DH3IibwgtKMe`#zxeKZ@s2$a6~%U~y?d7W*^l zwzM=KNRZJOM~LD$j`MTmoU7c4EIZ4llu{i<3lp=a-BMKpfYXg7hZrN3b7mH+>Jmc; z$F){U*Ine!)7p)Z{uERJk8b#B2c~X}^z94yHV0_^VzZh(jDne uNIB4w11PQWt)t~|6I=g=j^q3}B60@1lVy$_C4d|N0000%A_P)Px$^hrcPR9J=WmcMHgVHn3h5w#kq*Emm??n{g^n(T2BCLr@DI32 zNTfp1#ecv>C#PyB#i$UMoQqcQa!u6qa%ho2UWc^O8g28usVzc3+xz2t&-Z=qeIFh; zW@3YGR7&*(v7W@prq#|j!Y6P0)(7R3X!kBU%{HB8TUY*z(>fv}n^y6J$(i#bgzp1o zWYe-^??O8RhsFPGptJR3Xaibz0N{Jj8alW(wr#6gtyXC?8Xs)iRtGEoj<^m?-ngzV zSYrU3JvRctXMY3#!Lu01>wwlTXn)<*k^K=-1{}xPH{IoOSzHeW&Vb`Ms!%ArI$)cU zni#qcSe7+zS=P9&UUUa;zj!$F``oqZs{pLMdy|a+YXbmN6PNakEn`e0tfqlv@owK- zkjeDcs#ThEb7BLcJFv9SWoe;{VVY!CRxnJH`PnY>vt4muEdx6wU6)iUMbdTmm^(59 z`Fsvzbd-EPrxjG&K?=fx z%hLcnf4NHhbwh06*n2{8DgIdhwC`BTq4oo%QYj|wh)y`+Cu6OhIV`$IB>(^b07*qo IM6N<$f_fbXFaQ7m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Fun/glue.rsi/meta.json b/Resources/Textures/Objects/Fun/glue.rsi/meta.json index d2ae18500a..55fc6227cd 100644 --- a/Resources/Textures/Objects/Fun/glue.rsi/meta.json +++ b/Resources/Textures/Objects/Fun/glue.rsi/meta.json @@ -10,6 +10,9 @@ { "name": "icon" }, + { + "name": "icon_open" + }, { "name": "inhand-left", "directions": 4