Add space glue tube (#16600)

This commit is contained in:
Slava0135
2023-05-20 05:42:38 +03:00
committed by GitHub
parent 7d2cf83461
commit e554958be6
11 changed files with 68 additions and 0 deletions

View File

@@ -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

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

View File

@@ -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"
}
]
}