Adds sell prices to fuel & water tanks (#9466)
Co-authored-by: ike709 <ike709@github.com>
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
suffix: Empty
|
suffix: Empty
|
||||||
description: A fuel tank. It's used to store high amounts of fuel.
|
description: A fuel tank. It's used to store high amounts of fuel.
|
||||||
components:
|
components:
|
||||||
|
- type: StaticPrice
|
||||||
|
price: 1200
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Storage/tanks.rsi
|
sprite: Structures/Storage/tanks.rsi
|
||||||
state: fueltank
|
state: fueltank
|
||||||
@@ -29,6 +31,8 @@
|
|||||||
suffix: Full
|
suffix: Full
|
||||||
description: A storage tank containing welding fuel.
|
description: A storage tank containing welding fuel.
|
||||||
components:
|
components:
|
||||||
|
- type: StaticPrice
|
||||||
|
price: 1200
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
tank:
|
tank:
|
||||||
@@ -45,6 +49,8 @@
|
|||||||
suffix: Empty
|
suffix: Empty
|
||||||
description: "A water tank. It's used to store high amounts of water."
|
description: "A water tank. It's used to store high amounts of water."
|
||||||
components:
|
components:
|
||||||
|
- type: StaticPrice
|
||||||
|
price: 1200
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Storage/tanks.rsi
|
sprite: Structures/Storage/tanks.rsi
|
||||||
state: watertank
|
state: watertank
|
||||||
@@ -54,6 +60,8 @@
|
|||||||
id: WaterTankFull
|
id: WaterTankFull
|
||||||
suffix: Full
|
suffix: Full
|
||||||
components:
|
components:
|
||||||
|
- type: StaticPrice
|
||||||
|
price: 1200
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
tank:
|
tank:
|
||||||
|
|||||||
Reference in New Issue
Block a user