A beer can and a wine can (#24365)

* A beer can and a wine can

* fix wrong file locations

Signed-off-by: c4llv07e <kseandi@gmail.com>

* Update drinks_cans.yml

* A beer can and a wine can

* Update drinks_cans.yml

* A beer can and a wine can

* replace sprites

Signed-off-by: c4llv07e <kseandi@gmail.com>

* Update meta.json

* Update meta.json

* Update Resources/Textures/Objects/Consumable/Drinks/wine_can.rsi/meta.json

* Update Resources/Textures/Objects/Consumable/Drinks/beer_can.rsi/meta.json

---------

Signed-off-by: c4llv07e <kseandi@gmail.com>
Co-authored-by: c4llv07e <kseandi@gmail.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>

(cherry picked from commit b80b6c04b248002c8febddf8fa961a2f95451510)
This commit is contained in:
RumiTiger 2024-02-01 07:41:23 +01:00 committed by Debug
parent f26e119cfa
commit 226295b7c4
No known key found for this signature in database
GPG Key ID: 271270A74EF9C350
9 changed files with 76 additions and 0 deletions

View File

@ -37,5 +37,7 @@
DrinkChampagneBottleFull: 2 #because the premium drink
DrinkSakeBottleFull: 2 # DeltaV - Sake bottle
DrinkSojuBottleFull: 2 # DeltaV - Soju bottle
DrinkBeerCan: 5
DrinkWineCan: 5
emaggedInventory:
DrinkPoisonWinebottleFull: 2

View File

@ -38,6 +38,8 @@
- DrinkTeacup
- DrinkGreenTea
- DrinkWaterCup
- DrinkBeerCan
- DrinkWineCan
chance: 0.8
offset: 0.0
#rare

View File

@ -461,3 +461,41 @@
sprite: Objects/Consumable/Drinks/pwrgame.rsi
- type: Item
sprite: Objects/Consumable/Drinks/pwrgame.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkBeerCan
name: beer can
description: Small joy, big taste, no worries!
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Beer
Quantity: 30
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/beer_can.rsi
- type: Item
sprite: Objects/Consumable/Drinks/beer_can.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkWineCan
name: wine can
description: Your way to forgetting all worries and having fun!
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Wine
Quantity: 30
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/wine_can.rsi
- type: Item
sprite: Objects/Consumable/Drinks/wine_can.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

View File

@ -0,0 +1,17 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Github #DrMelon",
"states": [
{
"name": "icon"
},
{
"name": "icon_open"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

View File

@ -0,0 +1,17 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Github #DrMelon",
"states": [
{
"name": "icon"
},
{
"name": "icon_open"
}
]
}