diff --git a/Resources/Locale/ru-RU/_Art/prototypes/entities/objects/specific/bags/ore_bag.ftl b/Resources/Locale/ru-RU/_Art/prototypes/entities/objects/specific/bags/ore_bag.ftl new file mode 100644 index 0000000000..75f895276a --- /dev/null +++ b/Resources/Locale/ru-RU/_Art/prototypes/entities/objects/specific/bags/ore_bag.ftl @@ -0,0 +1,2 @@ +ent-OreBag = сумка для материалов + .desc = Прочная сумка для специалистов по утилизации и шахтёров для переноски больших объёмов материалов. Примагничивает близлежащие материалы, если закрепить на поясе. diff --git a/Resources/Prototypes/_Art/Catalog/Cargo/cargo_cargo.yml b/Resources/Prototypes/_Art/Catalog/Cargo/cargo_cargo.yml new file mode 100644 index 0000000000..dd9fbae734 --- /dev/null +++ b/Resources/Prototypes/_Art/Catalog/Cargo/cargo_cargo.yml @@ -0,0 +1,9 @@ +- type: cargoProduct + id: CargoCrateMaterialsBags + icon: + sprite: /Textures/Structures/Storage/orebox.rsi + state: icon + product: CrateCargoMaterialsBags + cost: 1200 + category: cargoproduct-category-name-cargo + group: market \ No newline at end of file diff --git a/Resources/Prototypes/_Art/Catalog/Fills/Crates/cargo.yml b/Resources/Prototypes/_Art/Catalog/Fills/Crates/cargo.yml new file mode 100644 index 0000000000..8ee0ef7412 --- /dev/null +++ b/Resources/Prototypes/_Art/Catalog/Fills/Crates/cargo.yml @@ -0,0 +1,13 @@ +- type: entity + parent: CratePirate + id: CrateCargoMaterialsBags + name: luxury material bag crate + description: Contains 3 bags for materials. + components: + - type: EntityTableContainerFill + containers: + entity_storage: !type:AllSelector + children: + - id: MaterialBag + - id: MaterialBag + - id: MaterialBag diff --git a/Resources/Prototypes/_Art/Entities/Object/Specific/bags/material_bag.yml b/Resources/Prototypes/_Art/Entities/Object/Specific/bags/material_bag.yml new file mode 100644 index 0000000000..e803929b54 --- /dev/null +++ b/Resources/Prototypes/_Art/Entities/Object/Specific/bags/material_bag.yml @@ -0,0 +1,15 @@ +- type: entity + name: material bag + id: MaterialBag + parent: OreBag + description: A robust bag for salvage specialists and miners alike to carry large amounts of material. Magnetises any nearby materials when attached to a belt. + components: + - type: Storage + maxItemSize: Normal + grid: + - 0,0,9,3 + quickInsert: true + areaInsert: true + whitelist: + tags: + - ConstructionMaterial