Textile crate (#12801)

This commit is contained in:
Checkraze
2023-01-14 13:32:00 -05:00
committed by GitHub
parent f1ab5c891c
commit 6d4e3628b7
4 changed files with 27 additions and 0 deletions

View File

@@ -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 }

View File

@@ -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.

View File

@@ -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:

View File

@@ -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