Added ore boxes to cargo. (#20455)

This commit is contained in:
gus
2023-09-24 13:52:06 -07:00
committed by GitHub
parent 6738fc06d5
commit 87c88387a9
2 changed files with 12 additions and 0 deletions

View File

@@ -8,6 +8,16 @@
category: Cargo
group: market
- type: cargoProduct
id: CargoOreBox
icon:
sprite: /Textures/Structures/Storage/orebox.rsi
state: orebox
product: OreBox
cost: 500
category: Cargo
group: market
- type: cargoProduct
id: CargoLuxuryHardsuit
icon:

View File

@@ -4,6 +4,8 @@
description: A large storage container for holding unprocessed ores.
parent: BaseStructureDynamic
components:
- type: StaticPrice
price: 500
- type: Anchorable
- type: InteractionOutline
- type: Damageable