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>
This commit is contained in:
RumiTiger
2024-02-01 09:41:23 +03:00
committed by GitHub
parent 50e58ca805
commit b80b6c04b2
9 changed files with 76 additions and 0 deletions

View File

@@ -35,5 +35,7 @@
DrinkWhiskeyBottleFull: 5
DrinkWineBottleFull: 5
DrinkChampagneBottleFull: 2 #because the premium drink
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