Added ore boxes to cargo. (#20455)
This commit is contained in:
@@ -8,6 +8,16 @@
|
|||||||
category: Cargo
|
category: Cargo
|
||||||
group: market
|
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
|
- type: cargoProduct
|
||||||
id: CargoLuxuryHardsuit
|
id: CargoLuxuryHardsuit
|
||||||
icon:
|
icon:
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
description: A large storage container for holding unprocessed ores.
|
description: A large storage container for holding unprocessed ores.
|
||||||
parent: BaseStructureDynamic
|
parent: BaseStructureDynamic
|
||||||
components:
|
components:
|
||||||
|
- type: StaticPrice
|
||||||
|
price: 500
|
||||||
- type: Anchorable
|
- type: Anchorable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
|
|||||||
Reference in New Issue
Block a user