]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Golden plunger + security star(s) moved to job trinkets loadout tab (#41094)
authorHitlinemoss <209321380+Hitlinemoss@users.noreply.github.com>
Fri, 7 Nov 2025 07:32:26 +0000 (02:32 -0500)
committerGitHub <noreply@github.com>
Fri, 7 Nov 2025 07:32:26 +0000 (07:32 +0000)
* 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)

Resources/Prototypes/Loadouts/Jobs/Civilian/janitor.yml
Resources/Prototypes/Loadouts/Jobs/Security/security_officer.yml
Resources/Prototypes/Loadouts/Miscellaneous/jobtrinkets.yml
Resources/Prototypes/Loadouts/loadout_groups.yml
Resources/Prototypes/Loadouts/role_loadouts.yml

index d902481f9cfa32e8c06c24eb0782d1c00a83e53a..431b83a99d21e060d0b49e721234e0039dc660c1 100644 (file)
   id: JanitorWintercoat
   equipment:
     outerClothing: ClothingOuterWinterJani
-
-# Misc
-- type: loadout
-  id: JanitorGoldenPlunger
-  effects:
-  - !type:GroupLoadoutEffect
-    proto: SeniorJanitorial
-  storage:
-    back:
-    - GoldenPlunger
index 482e3ab89662446ac7f7bc716f49a8bbe746f4fa..e0b0ce1a3f1ff14829754f8f9f170eb177781687 100644 (file)
       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
     proto: SeniorOfficer
   equipment:
     id: SeniorOfficerPDA
-
-# Misc
-- type: loadout
-  id: SecStar
-  effects:
-  - !type:GroupLoadoutEffect
-    proto: SecurityStarWorthy
-  storage:
-    back:
-    - Dinkystar
index fd674b19017fcea4d00ad718aee6b44bbf0c083d..b5e3f6bdd7610357c130c5b3ae361b3d825d95bb 100644 (file)
     back:
     - PlushieLizardJobJanitor
 
+- type: loadout
+  id: JanitorGoldenPlunger
+  effects:
+  - !type:GroupLoadoutEffect
+    proto: SeniorJanitorial
+  storage:
+    back:
+    - GoldenPlunger
+
 - type: loadout
   id: LizardPlushieBotanist
   effects:
     back:
     - PlushieLizardJobSecurityofficer
 
+- type: loadout
+  id: SecStar
+  effects:
+    - !type:JobRequirementLoadoutEffect
+      requirement:
+        !type:DepartmentTimeRequirement
+        department: Security
+        time: 100h
+  storage:
+    back:
+    - Dinkystar
+
 - type: loadout
   id: LizardPlushieSecurityCadet
   effects:
index 185b68ab36260c3646b3779a761da97ee849f40d..c79689d5a0de5c2cf0279e148f619188e969c21d 100644 (file)
   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
   minLimit: 0
   loadouts:
   - LizardPlushieHeadofSecurity
+  - SecStar
 
 - type: loadoutGroup
   id: WardenHead
   minLimit: 0
   loadouts:
   - LizardPlushieWarden
+  - SecStar
 
 - type: loadoutGroup
   id: SecurityHead
   minLimit: 0
   loadouts:
   - LizardPlushieSecurity
+  - SecStar
 
 - type: loadoutGroup
   id: DetectiveHead
   minLimit: 0
   loadouts:
   - LizardPlushieDetective
+  - SecStar
 
 - type: loadoutGroup
   id: SecurityCadetJumpsuit
   - EmergencyOxygenSecurity
   - LoadoutSpeciesVoxNitrogen
 
-- type: loadoutGroup
-  id: SecurityStar
-  name: loadout-group-security-star
-  minLimit: 0
-  loadouts:
-  - SecStar
-
 # Medical
 - type: loadoutGroup
   id: ChiefMedicalOfficerHead
index bbdb21e17cae8273d05fd5f7e203cf86dbc414fd..d0ab791a30678d93fc242c70d15b1ca7747459c5 100644 (file)
   - Survival
   - Trinkets
   - JanitorJobTrinkets
-  - JanitorPlunger
   - GroupSpeciesBreathTool
 
 - type: roleLoadout
   - SurvivalSecurity
   - Trinkets
   - HeadofSecurityJobTrinkets
-  - SecurityStar
   - GroupSpeciesBreathToolSecurity
 
 - type: roleLoadout
   - SurvivalSecurity
   - Trinkets
   - WardenJobTrinkets
-  - SecurityStar
   - GroupSpeciesBreathToolSecurity
 
 - type: roleLoadout
   - SurvivalSecurity
   - Trinkets
   - SecurityJobTrinkets
-  - SecurityStar
   - GroupSpeciesBreathToolSecurity
 
 - type: roleLoadout
   - SurvivalSecurity
   - Trinkets
   - DetectiveJobTrinkets
-  - SecurityStar
   - GroupSpeciesBreathToolSecurity
 
 - type: roleLoadout