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

Fix BoS Washington loadout #673

Merged
merged 3 commits into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@
- type: Sprite
sprite: _Nuclear14/Clothing/OuterClothing/Coats/brotherhoodmedicalscribe.rsi
- type: Clothing
sprite: _Nuclear14/Clothing/OuterClothing/Coats/brotherhoodscribe.rsi
sprite: _Nuclear14/Clothing/OuterClothing/Coats/brotherhoodmedicalscribe.rsi
- type: Armor
modifiers:
coefficients:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@
- type: UndecidedLoadoutBackpackSet
id: BoSWashingtonScribeMedicalSet
name: undecided-loadout-category-bos-washington-scribe-medic-name
description: undecided-loadout-category-bos-washington-cribe-medic-description
description: undecided-loadout-category-bos-washington-scribe-medic-description
sprite:
sprite: _Nuclear14/Objects/Misc/kits.rsi
state: medic
Expand Down Expand Up @@ -672,7 +672,7 @@
- type: UndecidedLoadoutBackpackSet
id: BoSWashingtonPlasmaSet
name: undecided-loadout-category-bos-washington-plasma-name
description: undecided-loadout-category-washington-bos-plasma-description
description: undecided-loadout-category-bos-washington-plasma-description
sprite:
sprite: _Nuclear14/Objects/Misc/kits.rsi
state: rifleman
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
back: N14ClothingBackpackMilitary
shoes: N14ClothingBootsCombatMK2Filled
neck: N14ClothingNeckCloakBrotherhoodWashington
head: N14ClothingHeadHatBrotherhoodBeret
head: N14ClothingHeadHatBrotherhoodCap
outerClothing: N14ClothingOuterCombatArmorBOSMK2
id: N14IDBrotherhoodWashingtonHolotagCommander
ears: N14ClothingHeadsetBOSWashington
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
id: N14IDBrotherhoodWashingtonHolotagInitiate
outerClothing: N14ClothingOuterCombatArmorBOS
belt: ClothingBeltBoSWebbing
head: N14ClothingHeadHatBrotherhoodCap
pocket1: NCRBoSWashingtonkits

- type: playTimeTracker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
equipment:
head: N14ClothingHeadHatBrotherhoodBeret
jumpsuit: N14ClothingUniformJumpsuitBOSBlack
satchel: N14ClothingBackpackSatchelMilitary
back: N14ClothingBackpackSatchelMilitary
shoes: N14ClothingBootsCombatFilled
outerClothing: N14ClothingOuterBosScribe
id: N14IDBrotherhoodWashingtonHolotagScribe
Expand Down
Loading