Grind is Kill

This commit is contained in:
Stxcking 2026-03-31 16:02:00 -04:00
parent ae2be771bc
commit fddcd9e182
10 changed files with 13 additions and 21 deletions

View File

@ -10,6 +10,7 @@
ClothingUniformJumpskirtAtmosCasual: 3 # DeltaV ClothingUniformJumpskirtAtmosCasual: 3 # DeltaV
ClothingShoesColorWhite: 3 ClothingShoesColorWhite: 3
ClothingHeadsetEngineering: 2 ClothingHeadsetEngineering: 2
ClothingHeadHatBeretAtmospherics: 3 # DeltaV - Remove Specific Role Timers
ClothingHeadHelmetFire: 2 ClothingHeadHelmetFire: 2
ClothingOuterSuitFire: 2 ClothingOuterSuitFire: 2
ClothingOuterWinterAtmos: 2 ClothingOuterWinterAtmos: 2

View File

@ -10,6 +10,7 @@
ClothingShoesColorBlack: 3 ClothingShoesColorBlack: 3
ClothingOuterVestHazard: 3 ClothingOuterVestHazard: 3
ClothingShoesBootsWork: 3 ClothingShoesBootsWork: 3
ClothingHeadHatBeretEngineering: 3 # DeltaV - Remove Specific Role Timers
ClothingHeadHatHardhatYellow: 3 ClothingHeadHatHardhatYellow: 3
ClothingHeadHatHardhatOrange: 3 ClothingHeadHatHardhatOrange: 3
ClothingHeadsetEngineering: 3 ClothingHeadsetEngineering: 3

View File

@ -15,6 +15,7 @@
ClothingMaskGas: 3 ClothingMaskGas: 3
ClothingOuterWinterSci: 2 ClothingOuterWinterSci: 2
ClothingNeckScarfStripedPurple: 3 ClothingNeckScarfStripedPurple: 3
ClothingHeadHatBeretRND: 3 # DeltaV - Remove Specific Role Timers
ClothingHeadTinfoil: 2 # Nyanotrasen - Tinfoil hats for Epistemics ClothingHeadTinfoil: 2 # Nyanotrasen - Tinfoil hats for Epistemics
ClothingShoesBootsWinterSci: 2 ClothingShoesBootsWinterSci: 2
ClothingOuterExplorerCoat: 3 # DeltaV ClothingOuterExplorerCoat: 3 # DeltaV

View File

@ -41,11 +41,11 @@
head: ClothingHeadHatHardhatRed head: ClothingHeadHatHardhatRed
- type: loadout - type: loadout
id: SeniorEngineerBeret id: EngineerBeret # DeltaV - Was SeniorEngineerBeret
startingGear: EngineeringBeret startingGear: EngineeringBeret
effects: # effects: # DeltaV - Remove Specific Role Timers
- !type:GroupLoadoutEffect # - !type:GroupLoadoutEffect
proto: SeniorEngineering # proto: SeniorEngineering
# Jumpsuit # Jumpsuit
- type: loadout - type: loadout

View File

@ -18,9 +18,9 @@
- type: loadout - type: loadout
id: ScientificBeret id: ScientificBeret
startingGear: ScientificBeret startingGear: ScientificBeret
effects: # effects: # DeltaV - Remove Specific Role Timers
- !type:GroupLoadoutEffect # - !type:GroupLoadoutEffect
proto: SeniorResearcher # proto: SeniorResearcher
- type: loadout - type: loadout
id: RoboticistCap id: RoboticistCap

View File

@ -1122,7 +1122,7 @@
- StationEngineerHardhatYellow - StationEngineerHardhatYellow
- StationEngineerHardhatOrange - StationEngineerHardhatOrange
- StationEngineerHardhatRed - StationEngineerHardhatRed
- SeniorEngineerBeret - EngineerBeret # DeltaV - Was SeniorEngineerBeret
- type: loadoutGroup - type: loadoutGroup
id: StationEngineerJumpsuit id: StationEngineerJumpsuit

View File

@ -187,6 +187,7 @@
# Cloak # Cloak
- id: ClothingNeckCloakHos - id: ClothingNeckCloakHos
- id: ClothingNeckMantleHOS - id: ClothingNeckMantleHOS
- id: ClothingNeckHosRobe
# Outerwear # Outerwear
- id: ClothingOuterCoatStasecHoS - id: ClothingOuterCoatStasecHoS
- id: ClothingOuterCoatHoSTrench - id: ClothingOuterCoatHoSTrench

View File

@ -44,6 +44,6 @@
requirement: requirement:
!type:RoleTimeRequirement !type:RoleTimeRequirement
role: JobSalvageSpecialist role: JobSalvageSpecialist
time: 432000 # 120hr time: 216000 # 60hr
equipment: equipment:
neck: ClothingNeckMantleSalvage neck: ClothingNeckMantleSalvage

View File

@ -22,12 +22,6 @@
- type: loadout - type: loadout
id: AtmosBeret id: AtmosBeret
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobAtmosphericTechnician
time: 216000 # 60hr
equipment: equipment:
head: ClothingHeadHatBeretAtmospherics head: ClothingHeadHatBeretAtmospherics

View File

@ -54,11 +54,5 @@
# Neck # Neck
- type: loadout - type: loadout
id: HeadOfSecurityRobe id: HeadOfSecurityRobe
effects:
- !type:JobRequirementLoadoutEffect
requirement:
!type:RoleTimeRequirement
role: JobHeadOfSecurity
time: 180000
equipment: equipment:
neck: ClothingNeckHosRobe neck: ClothingNeckHosRobe