Skip to content

Commit

Permalink
Added rubber versions to SLP57 and Pollock and exchanging them with t…
Browse files Browse the repository at this point in the history
…he loadouts to reflect how it was prior to sec sidearm loadouts (Revolvers unchanged)
  • Loading branch information
BlitzTheSquishy committed Jan 8, 2025
1 parent 4fdafdc commit 75428f6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,51 @@
- type: GuideHelp
guides:
- Cargo

- type: entity
id: WeaponPistolPollockNonlethal
parent: WeaponPistolPollock
suffix: Non-lethal
components:
- type: ItemSlots
slots:
gun_magazine:
name: Magazine
startingItem: MagazinePistolRubber
insertSound: /Audio/Weapons/Guns/MagIn/pistol_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg
priority: 2
whitelist:
tags:
- MagazinePistol
gun_chamber:
name: Chamber
startingItem: CartridgePistolRubber
priority: 1
whitelist:
tags:
- CartridgePistol

- type: entity
id: WeaponPistolSLP57Nonlethal
parent: WeaponPistolSLP57
suffix: Non-lethal
components:
- type: ItemSlots
slots:
gun_magazine:
name: Magazine
startingItem: MagazinePistolRubber
insertSound: /Audio/Weapons/Guns/MagIn/pistol_magin.ogg
ejectSound: /Audio/Weapons/Guns/MagOut/pistol_magout.ogg
priority: 2
whitelist:
tags:
- MagazinePistol
gun_chamber:
name: Chamber
startingItem: CartridgePistolRubber
priority: 1
whitelist:
tags:
- CartridgePistol
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
- type: loadout
id: SecurityFirearmWeaponPistolPollock
equipment:
pocket1: WeaponPistolPollock
pocket1: WeaponPistolPollockNonlethal

- type: loadout
id: SecurityFirearmWeaponPistolSLP57
equipment:
pocket1: WeaponPistolSLP57
pocket1: WeaponPistolSLP57Nonlethal

- type: loadout
id: SecurityFirearmWeaponPistolMk58
equipment:
pocket1: WeaponPistolMk58
pocket1: WeaponPistolMk58Nonlethal

- type: loadout
id: SecurityFirearmWeaponDisabler
Expand Down

0 comments on commit 75428f6

Please sign in to comment.