Skip to content

Commit

Permalink
Merge pull request #155 from dvir001/Materials-Crate
Browse files Browse the repository at this point in the history
Mats Crate
  • Loading branch information
Cheackraze authored Aug 13, 2023
2 parents a5d86e8 + 7d13248 commit 41ac55d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-Materials = { ent-CrateMaterials }
.desc = { ent-CrateMaterials.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-CrateMaterials = Materials crate
.desc = 1 sheet of glass, plastic, steel, plasma and plasteel.
9 changes: 9 additions & 0 deletions Resources/Prototypes/_NF/Catalog/Cargo/cargo_materials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: cargoProduct
id: Materials
icon:
sprite: Objects/Materials/Sheets/metal.rsi
state: steel_3
product: CrateMaterials
cost: 8400 # TODO: Lower the cost back when possible
category: Materials
group: market
11 changes: 11 additions & 0 deletions Resources/Prototypes/_NF/Catalog/Fills/Crates/materials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
id: CrateMaterials
parent: CrateGenericSteel
components:
- type: StorageFill
contents:
- id: SheetGlass
- id: SheetPlastic
- id: SheetSteel
- id: SheetPlasma
- id: SheetPlasteel

0 comments on commit 41ac55d

Please sign in to comment.