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