Skip to content

Commit

Permalink
Adds swat crate, Fixes riot crate
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Dec 24, 2024
1 parent ef61f2d commit ce17008
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/Catalog/Cargo/cargo_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
category: cargoproduct-category-name-security
group: market

- type: cargoProduct
id: SecuritySwat
icon:
sprite: DeltaV/Clothing/OuterClothing/Armor/riot.rsi # DeltaV - resprite
state: icon
product: CrateSecuritySwat
cost: 12500
category: cargoproduct-category-name-security
group: market

- type: cargoProduct
id: SecuritySupplies
icon:
Expand Down
25 changes: 23 additions & 2 deletions Resources/Prototypes/Catalog/Fills/Crates/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- type: entity
id: CrateSecurityRiot
parent: CrateSecgear
name: swat crate
name: riot 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
Expand All @@ -50,13 +50,34 @@
amount: 2
- id: ClothingHeadHelmetRiot
amount: 2
- id: Clothing
- id: WeaponShotgunEnforcerRubber
amount: 2
- id: BoxBeanbag
amount: 2
- id: RiotShield
amount: 2
# - SecGasmask
- id: ClothingMaskGasSecurity
amount: 2

- type: entity
id: CrateSecuritySwat
parent: CrateSecgear
name: swat armor crate
description: Contains two sets of swat helmets, masks, boots and advanced riot suits.
components:
- type: StorageFill
contents:
- id: ClothingOuterArmorRiot # EE - ClothingOuterArmorRiot added rather than ClothingOuterArmorSwat until proper set is made
amount: 2
- id: ClothingHeadHelmetSwat
amount: 2
- id: ClothingMaskGasSwat
amount: 2
- id: ClothingShoesSwat
amount: 2
- id: ClothingHandsGlovesCombat
amount: 2

- type: entity
id: CrateSecuritySupplies
Expand Down

0 comments on commit ce17008

Please sign in to comment.