[Drink] Robust nukie drink (#15051)

* [Drink] Robust nukie drink

only syndie.

* [desc]grammar fix

* [Meta] newline at the end
This commit is contained in:
Puro
2023-04-03 09:42:37 +03:00
committed by GitHub
parent c04fe384d8
commit 4443850de3
7 changed files with 53 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
- type: vendingMachineInventory
- type: vendingMachineInventory
id: RobustSoftdrinksInventory
startingInventory:
DrinkColaCan: 4
@@ -7,3 +7,5 @@
DrinkIcedTeaCan: 2
DrinkLemonLimeCan: 2
DrinkFourteenLokoCan: 2
emaggedInventory:
DrinkNukieCan: 2

View File

@@ -288,6 +288,31 @@
- type: Item
sprite: Objects/Consumable/Drinks/dr_gibb.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkNukieCan
name: robust nukie drink
description: An encouraging drink... very encouraging. It is filled with green liquid, after use it is recommended to consult a doctor.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Stimulants
Quantity: 10
- ReagentId: NuclearCola
Quantity: 15
- ReagentId: Ice
Quantity: 5
- type: Tag
tags:
- Recyclable
- type: Sprite
sprite: Objects/Consumable/Drinks/robustnukie.rsi
- type: Item
sprite: Objects/Consumable/Drinks/robustnukie.rsi
- type: entity
parent: DrinkCanBaseFull
id: DrinkEnergyDrinkCan

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

View File

@@ -0,0 +1,25 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by PuroSlavKing (github) for SS14",
"states": [
{
"name": "icon"
},
{
"name": "icon_open"
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
}
]
}