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
36 changes: 24 additions & 12 deletions Resources/Prototypes/Loadouts/Jobs/Command/blueshield_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
guideEntry: SecurityWeapons
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutSecurityWeapons
group: LoadoutSecurityWeapons
- !type:CharacterDepartmentTimeRequirement
department: Security
min: 18000 # 5 hours
department: Security
min: 18000 # 5 hours
- !type:CharacterJobRequirement
jobs:
- BlueshieldOfficer
jobs:
- BlueshieldOfficer
- !type:CharacterAgeRequirement
min: 21
items:
Expand All @@ -72,20 +72,32 @@
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
- !type:CharacterAgeRequirement
min: 21
items:
- WeaponLeverChester

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

# Eyes

Expand Down
Loading