@@ -1,23 +1,23 @@
|
|||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
name: "water tank crate"
|
name: "water tank"
|
||||||
id: MaterialCrateWaterTank
|
id: MaterialWaterTank
|
||||||
description: "A tank of fresh water for when the station has ran out."
|
description: "A tank of fresh water for when the station has ran out."
|
||||||
icon:
|
icon:
|
||||||
sprite: Structures/Storage/tanks.rsi
|
sprite: Structures/Storage/tanks.rsi
|
||||||
state: watertank
|
state: watertank
|
||||||
product: CrateMaterialWaterTank
|
product: WaterTankFull
|
||||||
cost: 2000
|
cost: 2000
|
||||||
category: Materials
|
category: Materials
|
||||||
group: market
|
group: market
|
||||||
|
|
||||||
- type: cargoProduct
|
- type: cargoProduct
|
||||||
name: "fuel tank crate"
|
name: "fuel tank"
|
||||||
id: MaterialCrateFuelTank
|
id: MaterialFuelTank
|
||||||
description: "A tank of welder fuel for when the station has ran out."
|
description: "A tank of welder fuel for when the station has ran out."
|
||||||
icon:
|
icon:
|
||||||
sprite: Structures/Storage/tanks.rsi
|
sprite: Structures/Storage/tanks.rsi
|
||||||
state: fueltank
|
state: fueltank
|
||||||
product: CrateMaterialFuelTank
|
product: WeldingFuelTankFull
|
||||||
cost: 2000
|
cost: 2000
|
||||||
category: Materials
|
category: Materials
|
||||||
group: market
|
group: market
|
||||||
|
|||||||
@@ -38,16 +38,6 @@
|
|||||||
- id: MaterialWoodPlank
|
- id: MaterialWoodPlank
|
||||||
amount: 1
|
amount: 1
|
||||||
|
|
||||||
- type: entity
|
|
||||||
id: CrateMaterialFuelTank
|
|
||||||
name: fueltank crate
|
|
||||||
parent: CrateGenericSteel
|
|
||||||
components:
|
|
||||||
- type: StorageFill
|
|
||||||
contents:
|
|
||||||
- id: WeldingFuelTankFull
|
|
||||||
amount: 1
|
|
||||||
|
|
||||||
#- type: entity
|
#- type: entity
|
||||||
# id: CrateMaterialHFuelTank
|
# id: CrateMaterialHFuelTank
|
||||||
# name: fueltank crate
|
# name: fueltank crate
|
||||||
@@ -58,16 +48,6 @@
|
|||||||
# - id: WeldingFuelTank
|
# - id: WeldingFuelTank
|
||||||
# amount: 1
|
# amount: 1
|
||||||
|
|
||||||
- type: entity
|
|
||||||
id: CrateMaterialWaterTank
|
|
||||||
name: watertank crate
|
|
||||||
parent: CrateGenericSteel
|
|
||||||
components:
|
|
||||||
- type: StorageFill
|
|
||||||
contents:
|
|
||||||
- id: WaterTankFull
|
|
||||||
amount: 1
|
|
||||||
|
|
||||||
#- type: entity
|
#- type: entity
|
||||||
# id: CrateMaterialHWaterTank
|
# id: CrateMaterialHWaterTank
|
||||||
# name: watertank crate
|
# name: watertank crate
|
||||||
|
|||||||
Reference in New Issue
Block a user