Skip to content

Commit

Permalink
adds IDs for washington brotherhood
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Sep 6, 2024
1 parent f8ed245 commit 6d68321
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
sprite: _Nuclear14/Objects/Misc/identification.rsi
state: doctor

#MARK: Brotherhood
#MARK: Brotherhood Midwest
- type: entity
parent: N14IDPassportBlank
id: N14IDBrotherhoodHolotag
Expand Down Expand Up @@ -195,6 +195,72 @@
state: bos_holotag
- type: PresetIdCard
job: BoSMidPaladinCommander

#MARK: Brotherhood Washington
- type: entity
parent: N14IDPassportBlank
id: N14IDBrotherhoodWashingtonHolotagResearcher
name: holotag
description: An ID holotag worn by a Researcher in the Washington Brotherhood of Steel.
suffix: Scribe
components:
- type: Sprite
sprite: _Nuclear14/Objects/Misc/identification.rsi
state: bos_holotag
- type: PresetIdCard
job: BoSWashingtonResearcher

- type: entity
parent: N14IDPassportBlank
id: N14IDBrotherhoodWashingtonHolotagRecruit
name: holotag
description: An ID holotag worn by a Recruit in the Washington Brotherhood of Steel.
suffix: Squire
components:
- type: Sprite
sprite: _Nuclear14/Objects/Misc/identification.rsi
state: bos_holotag
- type: PresetIdCard
job: BoSWashingtonRecruit

- type: entity
parent: N14IDPassportBlank
id: N14IDBrotherhoodWashingtonHolotagSoldier
name: holotag
description: An ID holotag worn by a Soldier in the Washington Brotherhood of Steel.
suffix: Knight
components:
- type: Sprite
sprite: _Nuclear14/Objects/Misc/identification.rsi
state: bos_holotag
- type: PresetIdCard
job: BoSWashingtonSoldier

- type: entity
parent: N14IDPassportBlank
id: N14IDBrotherhoodWashingtonHolotagCaptain
name: holotag
description: An ID holotag worn by a Captain in the Washington Brotherhood of Steel.
suffix: Paladin
components:
- type: Sprite
sprite: _Nuclear14/Objects/Misc/identification.rsi
state: bos_holotag
- type: PresetIdCard
job: BoSWashingtonCaptain

- type: entity
parent: N14IDPassportBlank
id: N14IDBrotherhoodWashingtonHolotagCommander
name: holotag
description: An ID holotag worn by the Commander of the Washington Brotherhood of Steel.
suffix: Commander, Washington
components:
- type: Sprite
sprite: _Nuclear14/Objects/Misc/identification.rsi
state: bos_holotag
- type: PresetIdCard
job: BoSWashingtonCommander

#MARK: Enclave
- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
shoes: N14ClothingBootsCombatMK2Filled
head: N14ClothingHeadHatBrotherhoodCap
outerClothing: N14ClothingOuterCombatArmorBOSMK2
id: N14IDBrotherhoodHolotag
id: N14IDBrotherhoodWashingtonHolotagCaptain
ears: N14ClothingHeadsetBOSWashington
belt: ClothingBeltBoSWebbing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
shoes: N14ClothingBootsCombatMK2Filled
neck: N14ClothingNeckCloakBrotherhoodWashington
head: N14ClothingHeadHatBrotherhoodBeret
id: N14IDBrotherhoodHolotag
id: N14IDBrotherhoodWashingtonHolotagCommander
ears: N14ClothingHeadsetBOSWashington
belt: ClothingBeltBoSWebbing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
jumpsuit: N14ClothingUniformJumpsuitBOSRed
back: N14ClothingBackpackMilitary
shoes: N14ClothingBootsCombatFilled
id: N14IDBrotherhoodHolotag
id: N14IDBrotherhoodWashingtonHolotagRecruit
outerClothing: N14ClothingOuterCombatArmorBOS
belt: ClothingBeltBoSWebbing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
satchel: N14ClothingBackpackSatchelMilitary
shoes: N14ClothingBootsCombatFilled
outerClothing: N14ClothingOuterBosScribe
id: N14IDBrotherhoodHolotag
id: N14IDBrotherhoodWashingtonHolotagResearcher
ears: N14ClothingHeadsetBOSWashington
belt: N14ClothingBeltUtilityFilled

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
hands: N14ClothingHandsGlovesCombat
head: N14ClothingHeadHatBrotherhoodHelmet
outerClothing: N14ClothingOuterCombatArmorBOSMK2
id: N14IDBrotherhoodHolotag
id: N14IDBrotherhoodWashingtonHolotagSoldier
belt: ClothingBeltBoSWebbing

- type: playTimeTracker
Expand Down

0 comments on commit 6d68321

Please sign in to comment.