Skip to content

Commit

Permalink
loadout time req fix
Browse files Browse the repository at this point in the history
  • Loading branch information
the-adom committed Nov 5, 2024
1 parent 3190a23 commit 4ac23c3
Showing 1 changed file with 34 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,39 @@
requirements:
- !type:CharacterJobRequirement
jobs:
- BoSMidPaladin, BoSMidPaladinCommander
- BoSMidPaladin
- !type:CharacterPlaytimeRequirement
tracker: BoSMidPaladin
min: 54000 # 15 hours veterancy unlock
items:
- N14ClothingOuterMidwestReconArmor

- type: loadout
id: LoadoutBoSMidwestReconHelmet
category: Roles
cost: 2
exclusive: true
requirements:
- !type:CharacterJobRequirement
jobs:
- BoSMidPaladin
- !type:CharacterPlaytimeRequirement
tracker: BoSMidPaladin
min: 54000 # 15 hours veterancy unlock
items:
- N14ClothingHeadHatBrotherhoodMidwestHelmetRecon

- type: loadout
id: LoadoutBoSMidwestReconArmor
category: Roles
cost: 6
exclusive: true
requirements:
- !type:CharacterJobRequirement
jobs:
- BoSMidPaladinCommander
- !type:CharacterPlaytimeRequirement
tracker: BoSMidPaladin, BoSMidPaladinCommander
tracker: BoSMidPaladinCommander
min: 54000 # 15 hours veterancy unlock
items:
- N14ClothingOuterMidwestReconArmor
Expand All @@ -33,9 +63,9 @@
requirements:
- !type:CharacterJobRequirement
jobs:
- BoSMidPaladin, BoSMidPaladinCommander
- BoSMidPaladinCommander
- !type:CharacterPlaytimeRequirement
tracker: BoSMidPaladin, BoSMidPaladinCommander
tracker: BoSMidPaladinCommander
min: 54000 # 15 hours veterancy unlock
items:
- N14ClothingHeadHatBrotherhoodMidwestHelmetRecon
Expand Down

0 comments on commit 4ac23c3

Please sign in to comment.