Skip to content

Commit

Permalink
Make BSO Great Again (#80)
Browse files Browse the repository at this point in the history
* Update blueshield_officer.yml

Removes sec loadout tag from chester

* Update uncategorized.yml

Removes chester from sec loadout item group

* Update blueshield_officer.yml

Adds new item group for BSO officer loadout

* Update blueshield_officer.yml

Adds the energy shotgun to BSOs loadout as a primary

* Update blueshield_officer.yml

made stuff more uniform

* Update blueshield_officer.yml

* Update blueshield_officer.yml

fucking linter

* Update blueshield_officer.yml

alia ash carry perhaps

* Update blueshield_officer.yml

* Update blueshield_officer.yml

* Update blueshield_officer.yml

---------

Co-authored-by: Aiden <[email protected]>
  • Loading branch information
EctoplasmIsGood and Aidenkrz authored Feb 14, 2025
1 parent 0fe2ed5 commit ee02cd8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@
category: JobsCommandBlueshieldOfficer
cost: 0
canBeHeirloom: true
guideEntry: SecurityWeapons
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutBlueshieldOfficerPrimaries
- !type:CharacterJobRequirement
jobs:
- BlueshieldOfficer
Expand All @@ -82,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

0 comments on commit ee02cd8

Please sign in to comment.