Skip to content

Commit

Permalink
removed learner gear category. now every trainee starts with a tutori…
Browse files Browse the repository at this point in the history
…al pai by default
  • Loading branch information
ultramario1998 committed Jan 11, 2025
1 parent 7c3515c commit f22aaa2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 31 deletions.
1 change: 0 additions & 1 deletion Resources/Locale/en-US/preferences/loadout-groups.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ loadout-group-species-restriction = This item is not available for your current
# Miscellaneous
loadout-group-trinkets = Trinkets
loadout-group-learner = pAI Tutor
loadout-group-glasses = Glasses
loadout-group-backpack = Backpack
loadout-group-instruments = Instruments
Expand Down
13 changes: 2 additions & 11 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
- CigPackSpirits #imp
- CigarCase
- CigarGold
- GoldPersonalAI #imp >420 hours.
- TutorialAI_Newcomer #imp. <15 hours.
- GoldPersonalAI #imp >420 hours
- TutorialAI_Newcomer #imp <15 hours
- FolderBlack #imp
- FolderHamster #imp
- FolderMime #imp
Expand Down Expand Up @@ -63,15 +63,6 @@
- CardBoxBlack
- HarmonicaInstrument #imp

# For introductory roles learning more complex jobs, like an in-game personal mentor
- type: loadoutGroup
id: Learner
name: loadout-group-learner
minLimit: 0
maxLimit: 1
loadouts:
- TutorialAI_Trainee #imp. for trainees only.

- type: loadoutGroup
id: Glasses
name: loadout-group-glasses
Expand Down
4 changes: 0 additions & 4 deletions Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@
- TechnicalAssistantJumpsuit
- StationEngineerBackpack
- SurvivalExtended
- Learner
- Trinkets
- GroupSpeciesBreathTool
- GroupTankHarness
Expand Down Expand Up @@ -417,7 +416,6 @@
- ScientistBackpack
- Glasses
- Survival
- Learner
- Trinkets
- GroupSpeciesBreathTool
- GroupTankHarness
Expand Down Expand Up @@ -527,7 +525,6 @@
- SecurityCadetJumpsuit
- SecurityBackpack
- SurvivalSecurity
- Learner
- Trinkets
- GroupSpeciesBreathToolSecurity
- GroupTankHarness
Expand Down Expand Up @@ -582,7 +579,6 @@
- Glasses
- MedicalBackpack
- SurvivalMedical
- Learner
- Trinkets
- GroupSpeciesBreathToolMedical
- GroupTankHarness
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
belt: ClothingBeltUtilityEngineering
ears: ClothingHeadsetEngineering
pocket2: BookEngineersHandbook
#storage:
#back:
#- Stuff
storage:
back:
- TutorialPersonalAI #imp
6 changes: 3 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Medical/medical_intern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
ears: ClothingHeadsetMedical
belt: ClothingBeltMedicalFilled
pocket2: BookMedicalReferenceBook
#storage:
#back:
#- Stuff
storage:
back:
- TutorialPersonalAI #imp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
id: ResearchAssistantPDA
ears: ClothingHeadsetScience
pocket2: BookScientistsGuidebook
#storage:
#back:
#- Stuff
storage:
back:
- TutorialPersonalAI #imp
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@
back:
- Flash
- MagazinePistol
- TutorialPersonalAI #imp
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
back:
- TutorialPersonalAI

- type: loadout
id: TutorialAI_Trainee #imp. for trainees only.
storage:
back:
- TutorialPersonalAI

- type: loadout
id: FolderHamster
storage:
Expand Down

0 comments on commit f22aaa2

Please sign in to comment.