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:
@@ -35,5 +35,7 @@
|
|||||||
DrinkWhiskeyBottleFull: 5
|
DrinkWhiskeyBottleFull: 5
|
||||||
DrinkWineBottleFull: 5
|
DrinkWineBottleFull: 5
|
||||||
DrinkChampagneBottleFull: 2 #because the premium drink
|
DrinkChampagneBottleFull: 2 #because the premium drink
|
||||||
|
DrinkBeerCan: 5
|
||||||
|
DrinkWineCan: 5
|
||||||
emaggedInventory:
|
emaggedInventory:
|
||||||
DrinkPoisonWinebottleFull: 2
|
DrinkPoisonWinebottleFull: 2
|
||||||
|
|||||||
@@ -38,6 +38,8 @@
|
|||||||
- DrinkTeacup
|
- DrinkTeacup
|
||||||
- DrinkGreenTea
|
- DrinkGreenTea
|
||||||
- DrinkWaterCup
|
- DrinkWaterCup
|
||||||
|
- DrinkBeerCan
|
||||||
|
- DrinkWineCan
|
||||||
chance: 0.8
|
chance: 0.8
|
||||||
offset: 0.0
|
offset: 0.0
|
||||||
#rare
|
#rare
|
||||||
|
|||||||
@@ -461,3 +461,41 @@
|
|||||||
sprite: Objects/Consumable/Drinks/pwrgame.rsi
|
sprite: Objects/Consumable/Drinks/pwrgame.rsi
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Consumable/Drinks/pwrgame.rsi
|
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 |
@@ -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 |
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user