Textile crate (#12801)
This commit is contained in:
@@ -4,6 +4,9 @@ ent-MaterialGlass = { ent-CrateMaterialGlass }
|
||||
ent-MaterialSteel = { ent-CrateMaterialSteel }
|
||||
.desc = { ent-CrateMaterialSteel.desc }
|
||||
|
||||
ent-MaterialTextiles = { ent-CrateMaterialTextiles }
|
||||
.desc = { ent-CrateMaterialTextiles.desc }
|
||||
|
||||
ent-MaterialPlastic = { ent-CrateMaterialPlastic }
|
||||
.desc = { ent-CrateMaterialPlastic.desc }
|
||||
|
||||
|
||||
@@ -4,6 +4,9 @@ ent-CrateMaterialGlass = Glass sheet crate
|
||||
ent-CrateMaterialSteel = Steel sheet crate
|
||||
.desc = 90 sheets of steel.
|
||||
|
||||
ent-CrateMaterialTextiles = Textiles crate
|
||||
.desc = 60 pieces of cloth and 30 pieces of durathread.
|
||||
|
||||
ent-CrateMaterialPlastic = Plastic sheet crate
|
||||
.desc = 90 sheets of plastic.
|
||||
|
||||
|
||||
@@ -38,6 +38,16 @@
|
||||
category: Materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: MaterialTextiles
|
||||
icon:
|
||||
sprite: Objects/Materials/materials.rsi
|
||||
state: cloth_3
|
||||
product: CrateMaterialTextiles
|
||||
cost: 1000
|
||||
category: Materials
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: MaterialPlasma
|
||||
icon:
|
||||
|
||||
@@ -16,6 +16,17 @@
|
||||
- id: SheetSteel
|
||||
amount: 3
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialTextiles
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: MaterialCloth
|
||||
amount: 2
|
||||
- id: MaterialDurathread
|
||||
amount: 1
|
||||
|
||||
- type: entity
|
||||
id: CrateMaterialPlastic
|
||||
parent: CrateGenericSteel
|
||||
|
||||
Reference in New Issue
Block a user