From: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Date: Wed, 16 Apr 2025 19:20:36 +0000 (+0200) Subject: Basic Resources Crate (#36419) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=56412d4b4e47f63154d1744c08dc3f7a3820afeb;p=space-station-14.git Basic Resources Crate (#36419) * init * 1660 * I never webedit Co-authored-by: Tayrtahn --------- Co-authored-by: Tayrtahn --- diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml index 33582fea94..097a11185b 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_materials.yml @@ -88,6 +88,16 @@ category: cargoproduct-category-name-materials group: market +- type: cargoProduct + id: MaterialBasic + icon: + sprite: Objects/Materials/Sheets/other.rsi + state: generic_materials + product: CrateMaterialBasicResource + cost: 1660 + category: cargoproduct-category-name-materials + group: market + - type: cargoProduct id: MaterialFuelTank icon: diff --git a/Resources/Prototypes/Catalog/Fills/Crates/materials.yml b/Resources/Prototypes/Catalog/Fills/Crates/materials.yml index 3934812ae4..f6eb9a17af 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/materials.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/materials.yml @@ -153,6 +153,18 @@ # for some reason, the selector here adds 1 to whatever value it generates, # so this is actually 2-4 +- type: entity + id: CrateMaterialBasicResource + parent: CrateGenericSteel + name: basic sheet crate + description: 30 sheets of steel, glass, and plastic. + components: + - type: StorageFill + contents: + - id: SheetSteel + - id: SheetGlass + - id: SheetPlastic + #- type: entity # id: CrateMaterialHFuelTank # name: fueltank crate diff --git a/Resources/Textures/Objects/Materials/Sheets/other.rsi/generic_materials.png b/Resources/Textures/Objects/Materials/Sheets/other.rsi/generic_materials.png new file mode 100644 index 0000000000..f0883c35a7 Binary files /dev/null and b/Resources/Textures/Objects/Materials/Sheets/other.rsi/generic_materials.png differ diff --git a/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json b/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json index 6cd21aae79..68dae7e1fe 100644 --- a/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/Sheets/other.rsi/meta.json @@ -85,6 +85,9 @@ { "name": "uranium-inhand-right", "directions": 4 + }, + { + "name": "generic_materials" } ] }