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

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