From: PursuitInAshes <91865152+PursuitInAshes@users.noreply.github.com> Date: Sat, 6 Apr 2024 20:16:47 +0000 (-0600) Subject: Add sake bottle (#26776) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8adfa1918175a416e5b1833d7477a25fb7ff6c9b;p=space-station-14.git Add sake bottle (#26776) --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml index eaa4c839af..bd8b04f982 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml @@ -38,6 +38,7 @@ DrinkWhiskeyBottleFull: 5 DrinkWineBottleFull: 5 DrinkChampagneBottleFull: 2 #because the premium drink + DrinkSakeBottleFull: 3 DrinkBeerCan: 5 DrinkWineCan: 5 emaggedInventory: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml index e2361cfa6e..b6455735cc 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks_bottles.yml @@ -661,6 +661,24 @@ - type: Label currentLabel: tonic water +- type: entity + parent: [DrinkBottleVisualsOpenable, DrinkBottleGlassBaseFull] + id: DrinkSakeBottleFull + name: small sake bottle + description: The regret of the next morning seems to be nipping on the bottle too. + components: + - type: SolutionContainerManager + solutions: + drink: + reagents: + - ReagentId: Sake + Quantity: 50 + - type: Label + currentLabel: Sake + - type: Sprite + sprite: Objects/Consumable/Drinks/sakebottle.rsi + - type: Sealable + # Cartons, TODO: this needs to be moved elsewhere eventually, since cartons shouldnt smash into glass shards - type: entity diff --git a/Resources/Textures/Objects/Consumable/Drinks/sakebottle.rsi/icon.png b/Resources/Textures/Objects/Consumable/Drinks/sakebottle.rsi/icon.png new file mode 100644 index 0000000000..53b96d67d5 Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Drinks/sakebottle.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Consumable/Drinks/sakebottle.rsi/icon_open.png b/Resources/Textures/Objects/Consumable/Drinks/sakebottle.rsi/icon_open.png new file mode 100644 index 0000000000..57273615e3 Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Drinks/sakebottle.rsi/icon_open.png differ diff --git a/Resources/Textures/Objects/Consumable/Drinks/sakebottle.rsi/meta.json b/Resources/Textures/Objects/Consumable/Drinks/sakebottle.rsi/meta.json new file mode 100644 index 0000000000..6009794429 --- /dev/null +++ b/Resources/Textures/Objects/Consumable/Drinks/sakebottle.rsi/meta.json @@ -0,0 +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, recolored by PursuitinAshes (Github)", + "states": [ + { + "name": "icon" + }, + { + "name": "icon_open" + } + ] +}