Skip to content

Commit

Permalink
Move playtime tracking into role files
Browse files Browse the repository at this point in the history
  • Loading branch information
Peptide90 committed Jan 11, 2024
1 parent a953df5 commit 355273d
Show file tree
Hide file tree
Showing 40 changed files with 119 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtBOSGold
satchel: N14ClothingBackpackSatchelMilitaryFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: BoSMidKnightCommander
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@
belt: N14ClothingBeltUtilityFilled
innerclothingskirt: N14ClothingUniformJumpskirtBOSBlack
satchel: N14ClothingBackpackSatchelMilitaryFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: BoSMidScribe
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtBOSGold
satchel: N14ClothingBackpackSatchelMilitaryFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: BoSWashingtonElder
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@
innerclothingskirt: ClothingUniformJumpskirtColorRed # TODO: Red jumpskirt for BOS?
satchel: N14ClothingBackpackSatchelMilitaryFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: BoSWashingtonInitiate
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtBOSBlack
satchel: N14ClothingBackpackSatchelMilitaryFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: BoSWashingtonKnight
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtBOSSilver
satchel: N14ClothingBackpackSatchelMilitaryFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: BoSWashingtonPaladin
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtBOSBlack
satchel: N14ClothingBackpackSatchelMilitaryFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: BoSWashingtonScribe
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitMerchant #placeholder
satchel: N14ClothingBackpackSatchelCaravanFilled
duffelbag: N14ClothingBackpackDuffelCaravanFilled

- type: playTimeTracker
id: CaravanLeader
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitTrader #placeholder
satchel: N14ClothingBackpackSatchelCaravanFilled
duffelbag: N14ClothingBackpackDuffelCaravanFilled

- type: playTimeTracker
id: CaravanTrader
3 changes: 3 additions & 0 deletions Resources/Prototypes/Nuclear14/Roles/Jobs/Fun/followers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtFalloutBlack
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled # N14TODO: Doctors Bag

- type: playTimeTracker
id: Followers
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtMerc
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: Survivor
3 changes: 3 additions & 0 deletions Resources/Prototypes/Nuclear14/Roles/Jobs/Fun/zetan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
id: N14IDDoctorFollower # N14TODO: Zetan stuff. Some crystal that opens doors or something
outerClothing: ClothingOuterCoatLab # N14TODO: space suit?
belt: N14ClothingBeltMedicalFilled # N14TODO: probes and stuff

- type: playTimeTracker
id: Zetan
3 changes: 3 additions & 0 deletions Resources/Prototypes/Nuclear14/Roles/Jobs/NCR/ncr_cadet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitCombat #placeholder
satchel: N14ClothingBackpackSatchelNCRFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: NCRCadet
3 changes: 3 additions & 0 deletions Resources/Prototypes/Nuclear14/Roles/Jobs/NCR/ncr_nco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitCombat #placeholder
satchel: N14ClothingBackpackSatchelNCRFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: NCRNCO
3 changes: 3 additions & 0 deletions Resources/Prototypes/Nuclear14/Roles/Jobs/NCR/ncr_officer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitCombat #placeholder
satchel: N14ClothingBackpackSatchelNCRFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: NCROfficer
3 changes: 3 additions & 0 deletions Resources/Prototypes/Nuclear14/Roles/Jobs/NCR/ncr_soldier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitCombat #placeholder
satchel: N14ClothingBackpackSatchelNCRFilled
duffelbag: N14ClothingBackpackDuffelMilitaryFilled

- type: playTimeTracker
id: NCRSoldier
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtFalloutBlack
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled # N14TODO: Doctors Bag

- type: playTimeTracker
id: TownDoctor
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtFalloutBlack
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: TownMechanic
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtFalloutBlack
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled # N14TODO: Trader bag

- type: playTimeTracker
id: TownShopkeeper
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtFalloutBlack
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: Townsperson
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtFalloutBlack
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: TownDeputy
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtFalloutBlack
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: TownMayor
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtFalloutBlack
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: TownSheriff
3 changes: 3 additions & 0 deletions Resources/Prototypes/Nuclear14/Roles/Jobs/Tribal/tribal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtTribal
satchel: ClothingBackpackSatchelHydroponicsFilled #placeholder
duffelbag: ClothingBackpackDuffelFilled #placeholder

- type: playTimeTracker
id: Tribal
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtTribal
satchel: ClothingBackpackSatchelHydroponicsFilled #placeholder
duffelbag: ClothingBackpackDuffelFilled #placeholder

- type: playTimeTracker
id: TribalElder
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtTribal
satchel: ClothingBackpackSatchelHydroponicsFilled #placeholder
duffelbag: ClothingBackpackDuffelFilled #placeholder

- type: playTimeTracker
id: TribalFarmer
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtTribal
satchel: ClothingBackpackSatchelHydroponicsFilled #placeholder
duffelbag: ClothingBackpackDuffelFilled #placeholder

- type: playTimeTracker
id: TribalHealer
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitVault14
satchel: N14ClothingBackpackVaultOverseerFilled #placeholder
duffelbag: N14ClothingBackpackVaultOverseerFilled #placeholder

- type: playTimeTracker
id: Overseer
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitVault14
satchel: N14ClothingBackpackVaultDoctorFilled
duffelbag: N14ClothingBackpackVaultDoctorFilled

- type: playTimeTracker
id: VaultDoctor
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
id: N14VaultPDA
ears: N14ClothingHeadsetVaultDweller
innerclothingskirt: N14ClothingUniformJumpsuitVault14

- type: playTimeTracker
id: VaultDweller
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitVault14
satchel: N14ClothingBackpackVaultEngineerFilled
duffelbag: N14ClothingBackpackVaultEngineerFilled

- type: playTimeTracker
id: VaultEngineer
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitVault14 #placeholder
satchel: ClothingBackpackSatchelSecurityFilled #placeholder
duffelbag: ClothingBackpackDuffelSecurityFilled #placeholder

- type: playTimeTracker
id: VaultSecurity
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitBartenderAlt #placeholder
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: WastelandBartender
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitFollowers
satchel: N14ClothingBackpackSatchelChaplainFilled
duffelbag: N14ClothingBackpackDuffelChaplainFilled

- type: playTimeTracker
id: WastelandChaplain
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@
belt: N14ClothingBeltPlantFilled
innerclothingskirt: N14ClothingUniformJumpsuitBrahminFarmer #placeholder
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: Farmer
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
shoes: ClothingShoesColorBlack
satchel: N14ClothingBackpackSatchelMusicianFilled
duffelbag: N14ClothingBackpackDuffelMusicianFilled

- type: playTimeTracker
id: WastelandMusician
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitDetectiveAlt
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: WastelandReporter
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
innerclothingskirt: N14ClothingUniformJumpsuitMechanic
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: WastelandScavenger
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
innerclothingskirt: N14ClothingUniformJumpskirtFalloutBlack
satchel: N14ClothingBackpackSatchelWastelanderFilled
duffelbag: N14ClothingBackpackDuffelFilled

- type: playTimeTracker
id: Wastelander
Loading

0 comments on commit 355273d

Please sign in to comment.