Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make BSO Great Again #80

Merged
merged 12 commits into from
Feb 14, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@
id: LoadoutClothingBlueshieldBeretOfficer
- type: loadout
id: LoadoutClothingBlueshieldCowboyHat

- type: characterItemGroup
id: LoadoutBlueshieldOfficerPrimaries
maxItems: 1
items:
- type: loadout
id: LoadoutBSORifleChester
- type: loadout
id: LoadoutBSOEnergyShotgun
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@
id: LoadoutSecurityPistolEnergyRevolver
- type: loadout
id: LoadoutBSOEnergyRevolver
- type: loadout
id: LoadoutBSORifleChester

- type: characterItemGroup
id: LoadoutSecurityEyes
Expand Down
22 changes: 17 additions & 5 deletions Resources/Prototypes/Loadouts/Jobs/Command/blueshield_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,9 @@
category: JobsCommandBlueshieldOfficer
cost: 0
canBeHeirloom: true
guideEntry: SecurityWeapons
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutSecurityWeapons
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 18000 # 5 hours
group: LoadoutBlueshieldOfficerPrimaries
- !type:CharacterJobRequirement
jobs:
- BlueshieldOfficer
Expand All @@ -87,6 +83,22 @@
items:
- WeaponLeverChester

- type: loadout
id: LoadoutBSOEnergyShotgun
category: JobsCommandBlueshieldOfficer
cost: 0
canBeHeirloom: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutBlueshieldOfficerPrimaries
- !type:CharacterJobRequirement
jobs:
- BlueshieldOfficer
- !type:CharacterAgeRequirement
min: 21
items:
- WeaponEnergyShotgun

# Eyes

# Gloves
Expand Down
Loading