diff --git a/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_armory.yml b/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_armory.yml new file mode 100644 index 0000000000..c7ce5d4b2b --- /dev/null +++ b/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_armory.yml @@ -0,0 +1,9 @@ +- type: cargoProduct + id: ArmoryKLMG + icon: + sprite: _Honk/Objects/Weapons/Guns/LMGs/klmg-icons.rsi + state: icon + product: CrateArmoryKLMG + cost: 10000 + category: cargoproduct-category-name-armory + group: market diff --git a/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_service.yml b/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_service.yml index 21b799a91c..b74102b574 100644 --- a/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_service.yml +++ b/Resources/Prototypes/_Honk/Catalog/Cargo/cargo_service.yml @@ -37,13 +37,3 @@ cost: 1500 category: cargoproduct-category-name-service group: market - -- type: cargoProduct - id: ArmoryKLMG - icon: - sprite: _Honk/Objects/Weapons/Guns/LMGs/klmg-icons.rsi - state: icon - product: CrateArmoryKLMG - cost: 10000 - category: cargoproduct-category-name-armory - group: market diff --git a/Resources/Prototypes/_Honk/Catalog/Fills/Crates/armory.yml b/Resources/Prototypes/_Honk/Catalog/Fills/Crates/armory.yml new file mode 100644 index 0000000000..97edabd79d --- /dev/null +++ b/Resources/Prototypes/_Honk/Catalog/Fills/Crates/armory.yml @@ -0,0 +1,12 @@ +- type: entity + id: CrateArmoryKLMG + parent: CrateWeaponSecure + name: KLMG crate + description: Contains a set of one KLMG and two boxes of ammo for it. Requires Armory access to open. + components: + - type: StorageFill + contents: + - id: WeaponKalashnikovLightMachineGun + amount: 1 + - id: MagazineKalashLightRifleBox + amount: 2 diff --git a/Resources/Prototypes/_Honk/Catalog/Fills/Crates/service.yml b/Resources/Prototypes/_Honk/Catalog/Fills/Crates/service.yml index 2a51a51de0..ec77d62f7d 100644 --- a/Resources/Prototypes/_Honk/Catalog/Fills/Crates/service.yml +++ b/Resources/Prototypes/_Honk/Catalog/Fills/Crates/service.yml @@ -59,16 +59,3 @@ - id: BookAurora - id: BookTemple - id: BookWatched - -- type: entity - id: CrateArmoryKLMG - parent: CrateWeaponSecure - name: KLMG crate - description: Contains a set of one KLMG and two boxes of ammo for it. Requires Armory access to open. - components: - - type: StorageFill - contents: - - id: WeaponKalashnikovLightMachineGun - amount: 1 - - id: MagazineKalashLightRifleBox - amount: 2