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:
@@ -45,13 +45,3 @@
|
|||||||
id: JanitorWintercoat
|
id: JanitorWintercoat
|
||||||
equipment:
|
equipment:
|
||||||
outerClothing: ClothingOuterWinterJani
|
outerClothing: ClothingOuterWinterJani
|
||||||
|
|
||||||
# Misc
|
|
||||||
- type: loadout
|
|
||||||
id: JanitorGoldenPlunger
|
|
||||||
effects:
|
|
||||||
- !type:GroupLoadoutEffect
|
|
||||||
proto: SeniorJanitorial
|
|
||||||
storage:
|
|
||||||
back:
|
|
||||||
- GoldenPlunger
|
|
||||||
|
|||||||
@@ -13,16 +13,6 @@
|
|||||||
department: Security
|
department: Security
|
||||||
time: 60h
|
time: 60h
|
||||||
|
|
||||||
#Security Star
|
|
||||||
- type: loadoutEffectGroup
|
|
||||||
id: SecurityStarWorthy
|
|
||||||
effects:
|
|
||||||
- !type:JobRequirementLoadoutEffect
|
|
||||||
requirement:
|
|
||||||
!type:DepartmentTimeRequirement
|
|
||||||
department: Security
|
|
||||||
time: 100h
|
|
||||||
|
|
||||||
# Head
|
# Head
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: SecurityHelmet
|
id: SecurityHelmet
|
||||||
@@ -158,13 +148,3 @@
|
|||||||
proto: SeniorOfficer
|
proto: SeniorOfficer
|
||||||
equipment:
|
equipment:
|
||||||
id: SeniorOfficerPDA
|
id: SeniorOfficerPDA
|
||||||
|
|
||||||
# Misc
|
|
||||||
- type: loadout
|
|
||||||
id: SecStar
|
|
||||||
effects:
|
|
||||||
- !type:GroupLoadoutEffect
|
|
||||||
proto: SecurityStarWorthy
|
|
||||||
storage:
|
|
||||||
back:
|
|
||||||
- Dinkystar
|
|
||||||
|
|||||||
@@ -120,6 +120,15 @@
|
|||||||
back:
|
back:
|
||||||
- PlushieLizardJobJanitor
|
- PlushieLizardJobJanitor
|
||||||
|
|
||||||
|
- type: loadout
|
||||||
|
id: JanitorGoldenPlunger
|
||||||
|
effects:
|
||||||
|
- !type:GroupLoadoutEffect
|
||||||
|
proto: SeniorJanitorial
|
||||||
|
storage:
|
||||||
|
back:
|
||||||
|
- GoldenPlunger
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LizardPlushieBotanist
|
id: LizardPlushieBotanist
|
||||||
effects:
|
effects:
|
||||||
@@ -336,6 +345,18 @@
|
|||||||
back:
|
back:
|
||||||
- PlushieLizardJobSecurityofficer
|
- PlushieLizardJobSecurityofficer
|
||||||
|
|
||||||
|
- type: loadout
|
||||||
|
id: SecStar
|
||||||
|
effects:
|
||||||
|
- !type:JobRequirementLoadoutEffect
|
||||||
|
requirement:
|
||||||
|
!type:DepartmentTimeRequirement
|
||||||
|
department: Security
|
||||||
|
time: 100h
|
||||||
|
storage:
|
||||||
|
back:
|
||||||
|
- Dinkystar
|
||||||
|
|
||||||
- type: loadout
|
- type: loadout
|
||||||
id: LizardPlushieSecurityCadet
|
id: LizardPlushieSecurityCadet
|
||||||
effects:
|
effects:
|
||||||
|
|||||||
@@ -484,19 +484,13 @@
|
|||||||
loadouts:
|
loadouts:
|
||||||
- JanitorWintercoat
|
- JanitorWintercoat
|
||||||
|
|
||||||
- type: loadoutGroup
|
|
||||||
id: JanitorPlunger
|
|
||||||
name: loadout-group-janitor-plunger
|
|
||||||
minLimit: 0
|
|
||||||
loadouts:
|
|
||||||
- JanitorGoldenPlunger
|
|
||||||
|
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: JanitorJobTrinkets
|
id: JanitorJobTrinkets
|
||||||
name: loadout-group-jobtrinkets
|
name: loadout-group-jobtrinkets
|
||||||
minLimit: 0
|
minLimit: 0
|
||||||
loadouts:
|
loadouts:
|
||||||
- LizardPlushieJanitor
|
- LizardPlushieJanitor
|
||||||
|
- JanitorGoldenPlunger
|
||||||
|
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: BotanistHead
|
id: BotanistHead
|
||||||
@@ -1184,6 +1178,7 @@
|
|||||||
minLimit: 0
|
minLimit: 0
|
||||||
loadouts:
|
loadouts:
|
||||||
- LizardPlushieHeadofSecurity
|
- LizardPlushieHeadofSecurity
|
||||||
|
- SecStar
|
||||||
|
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: WardenHead
|
id: WardenHead
|
||||||
@@ -1213,6 +1208,7 @@
|
|||||||
minLimit: 0
|
minLimit: 0
|
||||||
loadouts:
|
loadouts:
|
||||||
- LizardPlushieWarden
|
- LizardPlushieWarden
|
||||||
|
- SecStar
|
||||||
|
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: SecurityHead
|
id: SecurityHead
|
||||||
@@ -1279,6 +1275,7 @@
|
|||||||
minLimit: 0
|
minLimit: 0
|
||||||
loadouts:
|
loadouts:
|
||||||
- LizardPlushieSecurity
|
- LizardPlushieSecurity
|
||||||
|
- SecStar
|
||||||
|
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: DetectiveHead
|
id: DetectiveHead
|
||||||
@@ -1318,6 +1315,7 @@
|
|||||||
minLimit: 0
|
minLimit: 0
|
||||||
loadouts:
|
loadouts:
|
||||||
- LizardPlushieDetective
|
- LizardPlushieDetective
|
||||||
|
- SecStar
|
||||||
|
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: SecurityCadetJumpsuit
|
id: SecurityCadetJumpsuit
|
||||||
@@ -1343,13 +1341,6 @@
|
|||||||
- EmergencyOxygenSecurity
|
- EmergencyOxygenSecurity
|
||||||
- LoadoutSpeciesVoxNitrogen
|
- LoadoutSpeciesVoxNitrogen
|
||||||
|
|
||||||
- type: loadoutGroup
|
|
||||||
id: SecurityStar
|
|
||||||
name: loadout-group-security-star
|
|
||||||
minLimit: 0
|
|
||||||
loadouts:
|
|
||||||
- SecStar
|
|
||||||
|
|
||||||
# Medical
|
# Medical
|
||||||
- type: loadoutGroup
|
- type: loadoutGroup
|
||||||
id: ChiefMedicalOfficerHead
|
id: ChiefMedicalOfficerHead
|
||||||
|
|||||||
@@ -152,7 +152,6 @@
|
|||||||
- Survival
|
- Survival
|
||||||
- Trinkets
|
- Trinkets
|
||||||
- JanitorJobTrinkets
|
- JanitorJobTrinkets
|
||||||
- JanitorPlunger
|
|
||||||
- GroupSpeciesBreathTool
|
- GroupSpeciesBreathTool
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
@@ -378,7 +377,6 @@
|
|||||||
- SurvivalSecurity
|
- SurvivalSecurity
|
||||||
- Trinkets
|
- Trinkets
|
||||||
- HeadofSecurityJobTrinkets
|
- HeadofSecurityJobTrinkets
|
||||||
- SecurityStar
|
|
||||||
- GroupSpeciesBreathToolSecurity
|
- GroupSpeciesBreathToolSecurity
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
@@ -393,7 +391,6 @@
|
|||||||
- SurvivalSecurity
|
- SurvivalSecurity
|
||||||
- Trinkets
|
- Trinkets
|
||||||
- WardenJobTrinkets
|
- WardenJobTrinkets
|
||||||
- SecurityStar
|
|
||||||
- GroupSpeciesBreathToolSecurity
|
- GroupSpeciesBreathToolSecurity
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
@@ -409,7 +406,6 @@
|
|||||||
- SurvivalSecurity
|
- SurvivalSecurity
|
||||||
- Trinkets
|
- Trinkets
|
||||||
- SecurityJobTrinkets
|
- SecurityJobTrinkets
|
||||||
- SecurityStar
|
|
||||||
- GroupSpeciesBreathToolSecurity
|
- GroupSpeciesBreathToolSecurity
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
@@ -424,7 +420,6 @@
|
|||||||
- SurvivalSecurity
|
- SurvivalSecurity
|
||||||
- Trinkets
|
- Trinkets
|
||||||
- DetectiveJobTrinkets
|
- DetectiveJobTrinkets
|
||||||
- SecurityStar
|
|
||||||
- GroupSpeciesBreathToolSecurity
|
- GroupSpeciesBreathToolSecurity
|
||||||
|
|
||||||
- type: roleLoadout
|
- type: roleLoadout
|
||||||
|
|||||||
Reference in New Issue
Block a user