fix storage tanks names (#24415)

This commit is contained in:
lzk
2024-01-22 22:51:04 +01:00
committed by GitHub
parent d5d6d687bd
commit c12adb7c22
2 changed files with 11 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
id: StorageTank id: StorageTank
parent: BaseStructureDynamic parent: BaseStructureDynamic
name: storage tank name: storage tank
description: "A liquids storage tank." description: A liquids storage tank.
abstract: true abstract: true
components: components:
- type: Sprite - type: Sprite

View File

@@ -3,6 +3,8 @@
- type: entity - type: entity
id: WeldingFuelTank id: WeldingFuelTank
parent: StorageTank parent: StorageTank
name: fuel tank
description: A fuel tank. It's used to store high amounts of fuel.
suffix: Empty suffix: Empty
components: components:
- type: StaticPrice - type: StaticPrice
@@ -48,6 +50,8 @@
- type: entity - type: entity
parent: WeldingFuelTank parent: WeldingFuelTank
id: WeldingFuelTankHighCapacity id: WeldingFuelTankHighCapacity
name: high-capacity fuel tank
description: A highly pressurized fuel tank made to hold gargantuan amounts of welding fuel.
suffix: Full suffix: Full
components: components:
- type: StaticPrice - type: StaticPrice
@@ -78,6 +82,8 @@
- type: entity - type: entity
id: WaterTank id: WaterTank
parent: StorageTank parent: StorageTank
name: water tank
description: A water tank. It's used to store high amounts of water.
suffix: Empty suffix: Empty
components: components:
- type: StaticPrice - type: StaticPrice
@@ -111,6 +117,8 @@
- type: entity - type: entity
parent: WaterTankFull parent: WaterTankFull
id: WaterCooler id: WaterCooler
name: water cooler
description: Seems like a good place to stand and waste time. It has a stock of paper cups on the side.
components: components:
- type: Sprite - type: Sprite
sprite: Structures/Storage/tanks.rsi sprite: Structures/Storage/tanks.rsi
@@ -153,6 +161,8 @@
- type: entity - type: entity
parent: StorageTank parent: StorageTank
id: WaterTankHighCapacity id: WaterTankHighCapacity
name: high-capacity water tank
description: A highly pressurized water tank made to hold gargantuan amounts of water.
suffix: Full suffix: Full
components: components:
- type: Sprite - type: Sprite