Add space lube tube (#17387)
4
Resources/Locale/en-US/lube/lube.ftl
Normal 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!
|
||||
@@ -129,6 +129,8 @@
|
||||
prob: 0.20
|
||||
- id: DrinkSpaceGlue
|
||||
prob: 0.20
|
||||
- id: DrinkSpaceLube
|
||||
prob: 0.20
|
||||
|
||||
- type: entity
|
||||
id: ClosetWallMaintenanceFilledRandom
|
||||
|
||||
@@ -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
|
||||
|
||||
|
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: 713 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"
|
||||
}
|
||||
]
|
||||
}
|
||||