diff --git a/Resources/Locale/en-US/_NF/prototypes/catalog/cargo/cargo-materials.ftl b/Resources/Locale/en-US/_NF/prototypes/catalog/cargo/cargo-materials.ftl new file mode 100644 index 00000000000..35fc72c5464 --- /dev/null +++ b/Resources/Locale/en-US/_NF/prototypes/catalog/cargo/cargo-materials.ftl @@ -0,0 +1,2 @@ +ent-Materials = { ent-CrateMaterials } + .desc = { ent-CrateMaterials.desc } diff --git a/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/materials-crates.ftl b/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/materials-crates.ftl new file mode 100644 index 00000000000..9983c7ddf9e --- /dev/null +++ b/Resources/Locale/en-US/_NF/prototypes/catalog/fills/crates/materials-crates.ftl @@ -0,0 +1,2 @@ +ent-CrateMaterials = Materials crate + .desc = 1 sheet of glass, plastic, steel, plasma and plasteel. diff --git a/Resources/Prototypes/_NF/Catalog/Cargo/cargo_materials.yml b/Resources/Prototypes/_NF/Catalog/Cargo/cargo_materials.yml new file mode 100644 index 00000000000..414b632fef6 --- /dev/null +++ b/Resources/Prototypes/_NF/Catalog/Cargo/cargo_materials.yml @@ -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 diff --git a/Resources/Prototypes/_NF/Catalog/Fills/Crates/materials.yml b/Resources/Prototypes/_NF/Catalog/Fills/Crates/materials.yml new file mode 100644 index 00000000000..d1a57be6b7e --- /dev/null +++ b/Resources/Prototypes/_NF/Catalog/Fills/Crates/materials.yml @@ -0,0 +1,11 @@ +- type: entity + id: CrateMaterials + parent: CrateGenericSteel + components: + - type: StorageFill + contents: + - id: SheetGlass + - id: SheetPlastic + - id: SheetSteel + - id: SheetPlasma + - id: SheetPlasteel