Add space lube tube (#17387)

This commit is contained in:
Slava0135
2023-06-28 05:48:06 +03:00
committed by GitHub
parent a3726612ad
commit 9c976d517e
16 changed files with 259 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
lube-success = {THE($target)} has been covered in lube!
lubed-name-prefix = Lubed {$target}
lube-failure = Can't cover {THE($target)} in lube!
lube-slip = {THE($target)} slips out of your hands!

View File

@@ -129,6 +129,8 @@
prob: 0.20
- id: DrinkSpaceGlue
prob: 0.20
- id: DrinkSpaceLube
prob: 0.20
- type: entity
id: ClosetWallMaintenanceFilledRandom

View File

@@ -29,3 +29,36 @@
- type: SolutionContainerVisuals
maxFillLevels: 6
fillBaseName: fill
- type: entity
parent: DrinkBase
id: DrinkSpaceLube
name: space lube tube
description: High performance lubricant intended for maintenance of extremely complex mechanical equipment.
components:
- type: Drink
isOpen: false
openSounds:
collection: packetOpenSounds
- type: Sprite
sprite: Objects/Consumable/Drinks/lube-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: SpaceLube
Quantity: 30
- type: SolutionContainerVisuals
maxFillLevels: 6
fillBaseName: fill
- type: Lube

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: 713 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"
}
]
}