diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_armory.yml b/Resources/Prototypes/Catalog/Cargo/cargo_armory.yml index 26748e8226..bb4130e571 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_armory.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_armory.yml @@ -67,3 +67,13 @@ cost: 5200 category: cargoproduct-category-name-armory group: market + +- type: cargoProduct + id: ArmoryRifle + icon: + sprite: Objects/Weapons/Guns/Rifles/lecter.rsi + state: icon + product: CrateArmoryRifle + cost: 8000 + category: cargoproduct-category-name-armory + group: market diff --git a/Resources/Prototypes/Catalog/Fills/Crates/armory.yml b/Resources/Prototypes/Catalog/Fills/Crates/armory.yml index b1187ecd6c..c8df852411 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/armory.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/armory.yml @@ -2,7 +2,7 @@ id: CrateArmorySMG parent: [ CrateWeaponSecure, BaseSecurityContraband ] name: SMG crate - description: Contains two high-powered, semiautomatic rifles with four mags. Requires Armory access to open. + description: Contains two SMGs with four mags. Requires Armory access to open. components: - type: StorageFill contents: @@ -88,3 +88,16 @@ amount: 2 - id: RiotShield amount: 2 + +- type: entity + id: CrateArmoryRifle + parent: [ CrateWeaponSecure, BaseSecurityContraband ] + name: rifle crate + description: Contains two high-powered assault rifles with four mags. Requires Armory access to open. + components: + - type: StorageFill + contents: + - id: WeaponRifleLecter + amount: 2 + - id: MagazineRifle + amount: 4 diff --git a/Resources/Prototypes/GameRules/cargo_gifts.yml b/Resources/Prototypes/GameRules/cargo_gifts.yml index be18c7f14b..cda428745e 100644 --- a/Resources/Prototypes/GameRules/cargo_gifts.yml +++ b/Resources/Prototypes/GameRules/cargo_gifts.yml @@ -196,6 +196,7 @@ ArmorySmg: 1 ArmoryShotgun: 1 ArmoryLaser: 1 + ArmoryRifle: 1 - type: entity id: GiftsSecurityRiot