Fix security riot crate (#33415)
* move riot crate from security to armory category * Move riot crate to armory, actually make it require armory access to unlock
This commit is contained in:
parent
c4e2eb9d02
commit
7f5bae99bb
|
|
@ -18,6 +18,16 @@
|
|||
category: cargoproduct-category-name-armory
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: SecurityRiot
|
||||
icon:
|
||||
sprite: Clothing/OuterClothing/Armor/riot.rsi
|
||||
state: icon
|
||||
product: CrateSecurityRiot
|
||||
cost: 7500
|
||||
category: cargoproduct-category-name-armory
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: TrackingImplant
|
||||
icon:
|
||||
|
|
|
|||
|
|
@ -28,16 +28,6 @@
|
|||
category: cargoproduct-category-name-security
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: SecurityRiot
|
||||
icon:
|
||||
sprite: Clothing/OuterClothing/Armor/riot.rsi
|
||||
state: icon
|
||||
product: CrateSecurityRiot
|
||||
cost: 7500
|
||||
category: cargoproduct-category-name-security
|
||||
group: market
|
||||
|
||||
- type: cargoProduct
|
||||
id: SecuritySupplies
|
||||
icon:
|
||||
|
|
|
|||
|
|
@ -69,3 +69,22 @@
|
|||
amount: 2
|
||||
- id: MagazinePistol
|
||||
amount: 4
|
||||
|
||||
- type: entity
|
||||
id: CrateSecurityRiot
|
||||
parent: [ CrateWeaponSecure, BaseRestrictedContraband ]
|
||||
name: swat crate
|
||||
description: Contains two sets of riot armor, helmets, shields, and enforcers loaded with beanbags. Extra ammo is included. Requires Armory access to open.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterArmorRiot
|
||||
amount: 2
|
||||
- id: ClothingHeadHelmetRiot
|
||||
amount: 2
|
||||
- id: WeaponShotgunEnforcerRubber
|
||||
amount: 2
|
||||
- id: BoxBeanbag
|
||||
amount: 2
|
||||
- id: RiotShield
|
||||
amount: 2
|
||||
|
|
|
|||
|
|
@ -38,26 +38,6 @@
|
|||
# - Pepperspray
|
||||
# - GrenadeTeargas
|
||||
|
||||
- type: entity
|
||||
id: CrateSecurityRiot
|
||||
parent: CrateSecgear
|
||||
name: swat crate
|
||||
description: Contains two sets of riot armor, helmets, shields, and enforcers loaded with beanbags. Extra ammo is included. Requires Armory access to open.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ClothingOuterArmorRiot
|
||||
amount: 2
|
||||
- id: ClothingHeadHelmetRiot
|
||||
amount: 2
|
||||
- id: WeaponShotgunEnforcerRubber
|
||||
amount: 2
|
||||
- id: BoxBeanbag
|
||||
amount: 2
|
||||
- id: RiotShield
|
||||
amount: 2
|
||||
# - SecGasmask
|
||||
|
||||
- type: entity
|
||||
id: CrateSecuritySupplies
|
||||
parent: CrateSecgear
|
||||
|
|
|
|||
Loading…
Reference in New Issue