[Drink] Robust nukie drink (#15051)
* [Drink] Robust nukie drink only syndie. * [desc]grammar fix * [Meta] newline at the end
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
- type: vendingMachineInventory
|
- type: vendingMachineInventory
|
||||||
id: RobustSoftdrinksInventory
|
id: RobustSoftdrinksInventory
|
||||||
startingInventory:
|
startingInventory:
|
||||||
DrinkColaCan: 4
|
DrinkColaCan: 4
|
||||||
@@ -7,3 +7,5 @@
|
|||||||
DrinkIcedTeaCan: 2
|
DrinkIcedTeaCan: 2
|
||||||
DrinkLemonLimeCan: 2
|
DrinkLemonLimeCan: 2
|
||||||
DrinkFourteenLokoCan: 2
|
DrinkFourteenLokoCan: 2
|
||||||
|
emaggedInventory:
|
||||||
|
DrinkNukieCan: 2
|
||||||
|
|||||||
@@ -288,6 +288,31 @@
|
|||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Consumable/Drinks/dr_gibb.rsi
|
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
|
- type: entity
|
||||||
parent: DrinkCanBaseFull
|
parent: DrinkCanBaseFull
|
||||||
id: DrinkEnergyDrinkCan
|
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 |
@@ -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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user