Adds sell prices to fuel & water tanks (#9466)

Co-authored-by: ike709 <ike709@github.com>
This commit is contained in:
ike709
2022-07-05 22:52:36 -05:00
committed by GitHub
parent faaf7ee052
commit 4973592731

View File

@@ -7,6 +7,8 @@
suffix: Empty
description: A fuel tank. It's used to store high amounts of fuel.
components:
- type: StaticPrice
price: 1200
- type: Sprite
sprite: Structures/Storage/tanks.rsi
state: fueltank
@@ -29,6 +31,8 @@
suffix: Full
description: A storage tank containing welding fuel.
components:
- type: StaticPrice
price: 1200
- type: SolutionContainerManager
solutions:
tank:
@@ -45,6 +49,8 @@
suffix: Empty
description: "A water tank. It's used to store high amounts of water."
components:
- type: StaticPrice
price: 1200
- type: Sprite
sprite: Structures/Storage/tanks.rsi
state: watertank
@@ -54,6 +60,8 @@
id: WaterTankFull
suffix: Full
components:
- type: StaticPrice
price: 1200
- type: SolutionContainerManager
solutions:
tank: