Add space glue tube (#16600)
@@ -127,6 +127,8 @@
|
|||||||
prob: 0.25
|
prob: 0.25
|
||||||
- id: StrangePill
|
- id: StrangePill
|
||||||
prob: 0.20
|
prob: 0.20
|
||||||
|
- id: DrinkSpaceGlue
|
||||||
|
prob: 0.20
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ClosetWallMaintenanceFilledRandom
|
id: ClosetWallMaintenanceFilledRandom
|
||||||
|
|||||||
@@ -0,0 +1,31 @@
|
|||||||
|
- type: entity
|
||||||
|
parent: DrinkBase
|
||||||
|
id: DrinkSpaceGlue
|
||||||
|
name: space glue tube
|
||||||
|
description: High performance glue intended for maintenance of extremely complex mechanical equipment. DON'T DRINK!
|
||||||
|
components:
|
||||||
|
- type: Drink
|
||||||
|
isOpen: false
|
||||||
|
openSounds:
|
||||||
|
collection: packetOpenSounds
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Consumable/Drinks/glue-tube.rsi
|
||||||
|
layers:
|
||||||
|
- state: icon
|
||||||
|
map: [ "enum.SolutionContainerLayers.Base" ]
|
||||||
|
- state: fill1
|
||||||
|
map: [ "enum.SolutionContainerLayers.Fill" ]
|
||||||
|
visible: false
|
||||||
|
- state: icon-front
|
||||||
|
map: [ "enum.SolutionContainerLayers.Overlay" ]
|
||||||
|
- type: Appearance
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
drink:
|
||||||
|
maxVol: 30
|
||||||
|
reagents:
|
||||||
|
- ReagentId: SpaceGlue
|
||||||
|
Quantity: 30
|
||||||
|
- type: SolutionContainerVisuals
|
||||||
|
maxFillLevels: 6
|
||||||
|
fillBaseName: fill
|
||||||
|
After Width: | Height: | Size: 717 B |
|
After Width: | Height: | Size: 718 B |
|
After Width: | Height: | Size: 717 B |
|
After Width: | Height: | Size: 717 B |
|
After Width: | Height: | Size: 718 B |
|
After Width: | Height: | Size: 680 B |
|
After Width: | Height: | Size: 712 B |
|
After Width: | Height: | Size: 735 B |
@@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"license": "CC-BY-NC-SA-4.0",
|
||||||
|
"copyright": "Created by discord: brainfood#7460 / github: brainfood1183.",
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "icon-front"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fill1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fill2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fill3"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fill4"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fill5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fill6"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||