Skip to content

Commit

Permalink
Adjust Security Loadouts, adds alternative firearms (DeltaV-Station#2214
Browse files Browse the repository at this point in the history
)

* meow

* meow

* meow

* meow

* meow

* Update security_officer.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update role_loadouts.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update loadout_groups.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update loadout_groups.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* meow

* Update security_cadet.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

---------

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>
  • Loading branch information
Lyndomen authored Nov 18, 2024
1 parent 177f4e1 commit 561f9e0
Show file tree
Hide file tree
Showing 15 changed files with 189 additions and 13 deletions.
7 changes: 7 additions & 0 deletions Resources/Locale/en-US/deltav/preferences/loadout-groups.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ loadout-group-brig-medic-outerclothing = Corpsman outer clothing
loadout-group-prison-guard-head = Prison Guard head
loadout-group-prison-guard-jumpsuit = Prison Guard jumpsuit
loadout-group-security-gun = Security Sidearm
loadout-group-revolver-gun = Security Revolver
loadout-group-all-gun = Security Sidearm
loadout-group-security-gun-ammo = Ammunition
loadout-group-revolver-ammo = Ammunition
loadout-group-all-ammo = Ammunition
# Justice
loadout-group-chiefjustice-head = Chief Justice head
loadout-group-chiefjustice-jumpsuit = Chief Justice jumpsuit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
tags:
- CartridgeSpecial
- SpeedLoaderSpecial
proto: CartridgeSpecialRubber
proto: CartridgeSpecial
capacity: 6
chambers: [ True, True, True, True, True, True ]
ammoSlots: [ null, null, null, null, null, null ]
Expand All @@ -67,7 +67,7 @@
tags:
- CartridgeSpecial
- SpeedLoaderSpecial
proto: CartridgeSpecialRubber
proto: CartridgeSpecial
capacity: 6
chambers: [ True, True, True, True, True, True ]
ammoSlots: [ null, null, null, null, null, null ]
Expand Down
50 changes: 50 additions & 0 deletions Resources/Prototypes/DeltaV/Loadouts/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
- type: loadout
id: SecurityRevolverWeaponRevolverLucky
storage:
belt:
- WeaponRevolverLucky

- type: loadout
id: SecurityRevolverInspector
storage:
belt:
- WeaponRevolverInspector

- type: loadout
id: SecurityFirearmSpeedLoaderMagnumRubber
storage:
back:
- SpeedLoaderMagnumRubber

- type: loadout
id: SecurityFirearmSpeedLoaderMagnum
storage:
back:
- SpeedLoaderMagnum

- type: loadout
id: SecurityFirearmSpeedLoaderSpecialRubber
storage:
back:
- SpeedLoaderSpecialRubber

- type: loadout
id: SecurityFirearmSpeedLoaderSpecial
storage:
back:
- SpeedLoaderSpecial

- type: loadout
id: SecurityFirearmWeaponRevolverFitz
equipment:
pocket1: WeaponRevolverFitz

- type: loadout
id: SecurityFirearmWeaponRevolverK38Master
equipment:
pocket1: WeaponRevolverK38Master

- type: loadout
id: SecurityFirearmWeaponRevolverDeckard
equipment:
pocket1: WeaponRevolverDeckard
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
- type: loadout
id: SecurityFirearmWeaponPistolPollock
equipment:
pocket1: WeaponPistolPollock

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

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

- type: loadout
id: SecurityFirearmWeaponDisabler
equipment:
pocket1: WeaponDisabler

- type: loadout
id: SecurityFirearmMagazinePistolRubber
storage:
back:
- MagazinePistolRubber

- type: loadout
id: SecurityFirearmMagazinePistol
storage:
back:
- MagazinePistol
71 changes: 71 additions & 0 deletions Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,77 @@
loadouts:
- MimeHead

## Security Guns
- type: loadoutGroup
id: SecurityFirearm
name: loadout-group-security-gun
minLimit: 0
maxLimit: 1
loadouts:
- SecurityFirearmWeaponPistolPollock
- SecurityFirearmWeaponPistolSLP57
- SecurityFirearmWeaponPistolMk58
- SecurityFirearmWeaponDisabler

- type: loadoutGroup
id: SecurityRevolverFirearm
name: loadout-group-revolver-gun
minLimit: 0
maxLimit: 1
loadouts:
- SecurityRevolverInspector
- SecurityFirearmWeaponRevolverFitz
- SecurityRevolverWeaponRevolverLucky

- type: loadoutGroup
id: SecurityFirearmAmmo
name: loadout-group-security-gun-ammo
minLimit: 0
maxLimit: 2
loadouts:
- SecurityFirearmMagazinePistol
- SecurityFirearmMagazinePistolRubber

- type: loadoutGroup
id: SecurityRevolverAmmo
name: loadout-group-revolver-ammo
minLimit: 0
maxLimit: 2
loadouts:
- SecurityFirearmSpeedLoaderMagnumRubber
- SecurityFirearmSpeedLoaderMagnum
- SecurityFirearmSpeedLoaderSpecialRubber
- SecurityFirearmSpeedLoaderSpecial

- type: loadoutGroup
id: SecurityAllFirearm
name: loadout-group-all-gun
minLimit: 0
maxLimit: 1
loadouts:
- SecurityFirearmWeaponPistolPollock
- SecurityFirearmWeaponPistolSLP57
- SecurityFirearmWeaponPistolMk58
- SecurityFirearmWeaponDisabler
- SecurityRevolverInspector
- SecurityFirearmWeaponRevolverFitz
- SecurityRevolverWeaponRevolverLucky
- SecurityFirearmWeaponRevolverDeckard
- SecurityFirearmWeaponRevolverK38Master

- type: loadoutGroup
id: SecurityAllAmmo
name: loadout-group-all-ammo
minLimit: 0
maxLimit: 2
loadouts:
- SecurityFirearmMagazinePistol
- SecurityFirearmMagazinePistolRubber
- SecurityFirearmSpeedLoaderMagnumRubber
- SecurityFirearmSpeedLoaderMagnum
- SecurityFirearmSpeedLoaderSpecialRubber
- SecurityFirearmSpeedLoaderSpecial

# Justice
## Chief Justice
- type: loadoutGroup
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
- SurvivalSecurity
- Trinkets
- GroupSpeciesBreathToolCorpsman
- SecurityFirearm
- SecurityFirearmAmmo

# Justice
- type: roleLoadout
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
id: CorpsmanPDA
ears: ClothingHeadsetBrigmedic
belt: ClothingBeltCorpsmanWebbingFilled
pocket1: WeaponPistolMk58Nonlethal
# pocket1: WeaponPistolMk58Nonlethal # DeltaV - loadouts
storage:
back:
- EmergencyRollerBedSpawnFolded
Expand All @@ -44,4 +44,4 @@
- BruteAutoInjector
- BurnAutoInjector
- BurnAutoInjector
- MagazinePistol
# - MagazinePistol # DeltaV - loadouts
8 changes: 8 additions & 0 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@
- Trinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- SecurityAllFirearm # DeltaV - loadouts
- SecurityAllAmmo # DeltaV - loadouts

- type: roleLoadout
id: JobWarden
Expand All @@ -385,6 +387,8 @@
- Trinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- SecurityAllFirearm # DeltaV - loadouts
- SecurityAllAmmo # DeltaV - loadouts

- type: roleLoadout
id: JobSecurityOfficer
Expand All @@ -401,6 +405,8 @@
- Trinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- SecurityFirearm # DeltaV - loadouts
- SecurityFirearmAmmo # DeltaV - loadouts

- type: roleLoadout
id: JobDetective
Expand All @@ -416,6 +422,8 @@
- Trinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- SecurityRevolverFirearm # DeltaV - loadouts
- SecurityRevolverAmmo # DeltaV - loadouts

- type: roleLoadout
id: JobSecurityCadet
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Nyanotrasen/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
- SurvivalSecurity
- Trinkets
- GroupSpeciesBreathToolSecurity
- SecurityFirearm # DeltaV - loadouts
- SecurityFirearmAmmo # DeltaV - loadouts

# Wildcards
- type: roleLoadout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@
equipment:
eyes: ClothingEyesGlassesSecurity
id: PrisonGuardPDA
ears: ClothingHeadsetPrisonGuard #DeltaV
ears: ClothingHeadsetPrisonGuard # begin DeltaV
storage:
back:
- Flash
# - MagazinePistol # end DeltaV

2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
eyes: ClothingEyesGlassesSecurity
id: DetectivePDA
ears: ClothingHeadsetSecurity
belt: ClothingBeltHolsterFilled
belt: ClothingBeltHolster # DeltaV - loadouts
storage:
back:
- Flash
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
id: HoSPDA
gloves: ClothingHandsGlovesCombat
ears: ClothingHeadsetAltSecurity
pocket1: WeaponPistolMk58Nonlethal
# pocket1: WeaponPistolMk58Nonlethal # DeltaV - loadouts
storage:
back:
- Flash
- MagazinePistol
# - MagazinePistol # DeltaV - loadouts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
id: SecurityCadetPDA
ears: ClothingHeadsetSecurity
belt: ClothingBeltSecurityFilled
# pocket1: WeaponPistolMk58Nonlethal # DeltaV - Security Cadet doesn't spawn with a gun
pocket1: WeaponDisabler # DeltaV - loadouts, Security Cadet doesn't spawn with a gun
pocket2: BookSecurity
storage:
back:
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Security/security_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
equipment:
eyes: ClothingEyesGlassesSecurity
ears: ClothingHeadsetSecurity
pocket1: WeaponPistolMk58Nonlethal
# pocket1: WeaponPistolMk58Nonlethal # DeltaV - loadouts
storage:
back:
- Flash
- MagazinePistol
# - MagazinePistol # DeltaV - loadouts
4 changes: 2 additions & 2 deletions Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
eyes: ClothingEyesGlassesSecurity
id: WardenPDA
ears: ClothingHeadsetSecurity
pocket1: WeaponPistolMk58Nonlethal
# pocket1: WeaponPistolMk58Nonlethal # DeltaV - loadouts
storage:
back:
- Flash
- MagazinePistol
# - MagazinePistol # DeltaV - loadouts

0 comments on commit 561f9e0

Please sign in to comment.