From 1ac7fbe8bb6675feaef41640e721c1c5bfa6e243 Mon Sep 17 00:00:00 2001 From: Nix Silvam Date: Mon, 10 Jun 2024 15:01:13 +0300 Subject: [PATCH 1/2] addded Mindshield for centcom and ert --- .../Roles/Jobs/Command/centcom_official.yml | 3 +++ .../Roles/Jobs/Fun/emergencyresponseteam.yml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml b/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml index 268449f9d14..906e67d7334 100644 --- a/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml +++ b/Resources/Prototypes/Roles/Jobs/Command/centcom_official.yml @@ -12,6 +12,9 @@ - AllAccess access: - CentralCommand + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: CentcomGear diff --git a/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml b/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml index cdf8d242cd0..934ed0df820 100644 --- a/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml +++ b/Resources/Prototypes/Roles/Jobs/Fun/emergencyresponseteam.yml @@ -13,6 +13,9 @@ - AllAccess access: - CentralCommand + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: ERTLeaderGear @@ -33,6 +36,7 @@ underweart: ClothingUnderwearTopBraWhite # Sirena-Underwear underwearb: ClothingUnderwearBottomPantiesWhite # Sirena-Underwear + - type: startingGear id: ERTLeaderGearEVA equipment: @@ -88,6 +92,9 @@ - AllAccess access: - CentralCommand + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: ERTEngineerGear @@ -165,6 +172,9 @@ - AllAccess access: - CentralCommand + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: ERTSecurityGear @@ -268,6 +278,9 @@ - AllAccess access: - CentralCommand + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: ERTMedicalGear @@ -346,6 +359,9 @@ - AllAccess access: - CentralCommand + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] - type: startingGear id: ERTJanitorGear From fcfb53c3f0cafde307262c3fbfdab54e8dc8e1d6 Mon Sep 17 00:00:00 2001 From: Nix Silvam Date: Mon, 10 Jun 2024 19:34:24 +0300 Subject: [PATCH 2/2] added mindshied for ETR --- .../ADT/Entities/Mobs/player/humanoid.yml | 4 +- .../Entities/Mobs/Player/humanoid.yml | 42 +++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/ADT/Entities/Mobs/player/humanoid.yml b/Resources/Prototypes/ADT/Entities/Mobs/player/humanoid.yml index 66a605d8d86..42c061613bd 100644 --- a/Resources/Prototypes/ADT/Entities/Mobs/player/humanoid.yml +++ b/Resources/Prototypes/ADT/Entities/Mobs/player/humanoid.yml @@ -276,7 +276,7 @@ - NamesFirstMilitaryUSSP - NamesLastMilitaryUSSP - type: InitialInfectedExempt - + #Офицер - type: entity id: ADTRandomHumanoidSpawnerUSSPOfficer @@ -577,4 +577,4 @@ nameSegments: - ADTCmndNamesFirstMilitaryCorvax # Corvax-Localization - NamesLastERTCallsign # Corvax-Localization - - type: InitialInfectedExempt \ No newline at end of file + - type: InitialInfectedExempt diff --git a/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml b/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml index 7e64ceb203c..d1cd935709b 100644 --- a/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml +++ b/Resources/Prototypes/Entities/Mobs/Player/humanoid.yml @@ -17,6 +17,9 @@ - type: RandomHumanoidSpawner settings: DeathSquad - type: InitialInfectedExempt + - type: AutoImplant + implants: + - MindShieldImplant - type: randomHumanoidSettings speciesBlacklist: @@ -58,6 +61,9 @@ - type: RandomHumanoidSpawner settings: ERTLeader - type: InitialInfectedExempt + - type: AutoImplant + implants: + - MindShieldImplant #noSpawn: true - type: randomHumanoidSettings @@ -127,6 +133,9 @@ state: ertleadereva - type: RandomHumanoidSpawner settings: ERTLeaderREV + - type: AutoImplant + implants: + - MindShieldImplant - type: randomHumanoidSettings speciesBlacklist: @@ -152,6 +161,9 @@ - type: RandomHumanoidSpawner settings: ERTLeaderEVALecter - type: InitialInfectedExempt + - type: AutoImplant + implants: + - MindShieldImplant - type: randomHumanoidSettings speciesBlacklist: @@ -188,6 +200,9 @@ - NamesLastERTCallsign # Corvax-Localization - type: RandomHumanoidSpawner settings: ERTJanitor + - type: AutoImplant + implants: + - MindShieldImplant #noSpawn: true - type: randomHumanoidSettings @@ -224,6 +239,9 @@ state: ertjanitoreva - type: RandomHumanoidSpawner settings: ERTJanitorEVA + - type: AutoImplant + implants: + - MindShieldImplant - type: randomHumanoidSettings speciesBlacklist: @@ -260,6 +278,9 @@ - NamesLastERTCallsign # Corvax-Localization - type: RandomHumanoidSpawner settings: ERTEngineer + - type: AutoImplant + implants: + - MindShieldImplant #noSpawn: true - type: randomHumanoidSettings @@ -328,6 +349,9 @@ state: ertengineereva - type: RandomHumanoidSpawner settings: ERTEngineerREV + - type: AutoImplant + implants: + - MindShieldImplant - type: randomHumanoidSettings speciesBlacklist: @@ -362,6 +386,9 @@ - NamesLastERTCallsign # Corvax-Localization - type: RandomHumanoidSpawner settings: ERTSecurity + - type: AutoImplant + implants: + - MindShieldImplant #noSpawn: true - type: randomHumanoidSettings @@ -398,6 +425,9 @@ state: ertsecurityeva - type: RandomHumanoidSpawner settings: ERTSecurityEVA + - type: AutoImplant + implants: + - MindShieldImplant - type: randomHumanoidSettings speciesBlacklist: @@ -447,6 +477,9 @@ state: ertsecurityeva - type: RandomHumanoidSpawner settings: ERTSecurityREV + - type: AutoImplant + implants: + - MindShieldImplant - type: randomHumanoidSettings speciesBlacklist: @@ -471,6 +504,9 @@ components: - type: RandomHumanoidSpawner settings: ERTSecurityEVALecter + - type: AutoImplant + implants: + - MindShieldImplant - type: randomHumanoidSettings speciesBlacklist: @@ -575,6 +611,9 @@ state: ertmedicaleva - type: RandomHumanoidSpawner settings: ERTMedicalREV + - type: AutoImplant + implants: + - MindShieldImplant - type: randomHumanoidSettings speciesBlacklist: @@ -638,6 +677,9 @@ - type: RandomHumanoidSpawner settings: CentcomOfficial - type: InitialInfectedExempt + - type: AutoImplant + implants: + - MindShieldImplant - type: randomHumanoidSettings id: CentcomOfficial