Golden plunger + security star(s) moved to job trinkets loadout tab (#41094)

* Golden plunger + security star(s) moved to job trinkets loadout tam

* Fixed being unable to pick both job-plushie and the plunger/star at the same time

* Whoops, forgot to commit the bartender fix

* SecStar playtime baked into prototype itself

* Removed increased job-trinket limit (likely bad to hardcode these for very specific roles)
This commit is contained in:
Hitlinemoss
2025-11-07 02:32:26 -05:00
committed by GitHub
parent 79f3ac3eca
commit e718f0252d
5 changed files with 26 additions and 49 deletions

View File

@@ -45,13 +45,3 @@
id: JanitorWintercoat
equipment:
outerClothing: ClothingOuterWinterJani
# Misc
- type: loadout
id: JanitorGoldenPlunger
effects:
- !type:GroupLoadoutEffect
proto: SeniorJanitorial
storage:
back:
- GoldenPlunger

View File

@@ -13,16 +13,6 @@
department: Security
time: 60h
#Security Star
- type: loadoutEffectGroup
id: SecurityStarWorthy
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:DepartmentTimeRequirement
department: Security
time: 100h
# Head
- type: loadout
id: SecurityHelmet
@@ -158,13 +148,3 @@
proto: SeniorOfficer
equipment:
id: SeniorOfficerPDA
# Misc
- type: loadout
id: SecStar
effects:
- !type:GroupLoadoutEffect
proto: SecurityStarWorthy
storage:
back:
- Dinkystar

View File

@@ -120,6 +120,15 @@
back:
- PlushieLizardJobJanitor
- type: loadout
id: JanitorGoldenPlunger
effects:
- !type:GroupLoadoutEffect
proto: SeniorJanitorial
storage:
back:
- GoldenPlunger
- type: loadout
id: LizardPlushieBotanist
effects:
@@ -336,6 +345,18 @@
back:
- PlushieLizardJobSecurityofficer
- type: loadout
id: SecStar
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:DepartmentTimeRequirement
department: Security
time: 100h
storage:
back:
- Dinkystar
- type: loadout
id: LizardPlushieSecurityCadet
effects:

View File

@@ -484,19 +484,13 @@
loadouts:
- JanitorWintercoat
- type: loadoutGroup
id: JanitorPlunger
name: loadout-group-janitor-plunger
minLimit: 0
loadouts:
- JanitorGoldenPlunger
- type: loadoutGroup
id: JanitorJobTrinkets
name: loadout-group-jobtrinkets
minLimit: 0
loadouts:
- LizardPlushieJanitor
- JanitorGoldenPlunger
- type: loadoutGroup
id: BotanistHead
@@ -1184,6 +1178,7 @@
minLimit: 0
loadouts:
- LizardPlushieHeadofSecurity
- SecStar
- type: loadoutGroup
id: WardenHead
@@ -1213,6 +1208,7 @@
minLimit: 0
loadouts:
- LizardPlushieWarden
- SecStar
- type: loadoutGroup
id: SecurityHead
@@ -1279,6 +1275,7 @@
minLimit: 0
loadouts:
- LizardPlushieSecurity
- SecStar
- type: loadoutGroup
id: DetectiveHead
@@ -1318,6 +1315,7 @@
minLimit: 0
loadouts:
- LizardPlushieDetective
- SecStar
- type: loadoutGroup
id: SecurityCadetJumpsuit
@@ -1343,13 +1341,6 @@
- EmergencyOxygenSecurity
- LoadoutSpeciesVoxNitrogen
- type: loadoutGroup
id: SecurityStar
name: loadout-group-security-star
minLimit: 0
loadouts:
- SecStar
# Medical
- type: loadoutGroup
id: ChiefMedicalOfficerHead

View File

@@ -152,7 +152,6 @@
- Survival
- Trinkets
- JanitorJobTrinkets
- JanitorPlunger
- GroupSpeciesBreathTool
- type: roleLoadout
@@ -378,7 +377,6 @@
- SurvivalSecurity
- Trinkets
- HeadofSecurityJobTrinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout
@@ -393,7 +391,6 @@
- SurvivalSecurity
- Trinkets
- WardenJobTrinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout
@@ -409,7 +406,6 @@
- SurvivalSecurity
- Trinkets
- SecurityJobTrinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout
@@ -424,7 +420,6 @@
- SurvivalSecurity
- Trinkets
- DetectiveJobTrinkets
- SecurityStar
- GroupSpeciesBreathToolSecurity
- type: roleLoadout