Add sake bottle (#26776)

This commit is contained in:
PursuitInAshes
2024-04-06 14:16:47 -06:00
committed by GitHub
parent 813a0b7b7f
commit 8adfa19181
5 changed files with 36 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
DrinkWhiskeyBottleFull: 5
DrinkWineBottleFull: 5
DrinkChampagneBottleFull: 2 #because the premium drink
DrinkSakeBottleFull: 3
DrinkBeerCan: 5
DrinkWineCan: 5
emaggedInventory:

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 B

View File

@@ -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"
}
]
}