Added ore boxes to cargo. (#20455)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user