diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/roles/jobs/ussp/ert.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/roles/jobs/ussp/ert.ftl index 1844a26f27..fbf9cfacec 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/roles/jobs/ussp/ert.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/roles/jobs/ussp/ert.ftl @@ -19,6 +19,9 @@ ent-RandomHumanoidSpawnerERTSecurityGamma = { ent-RandomHumanoidSpawnerERTSecuri ent-RandomHumanoidSpawnerERTChaplainAmber = ОБР священник .suffix = Роль ОБР, Амбер .desc = { ent-RandomHumanoidSpawnerERTLeaderAmber.desc } +ent-RandomHumanoidSpawnerERTChaplainGamma = ОБР священник + .suffix = Роль ОБР, Гамма + .desc = { ent-RandomHumanoidSpawnerERTChaplainAmber.desc } ent-RandomHumanoidSpawnerERTJanitorAmber = ОБР уборщик .suffix = Роль ОБР, Амбер .desc = { ent-RandomHumanoidSpawnerERTLeaderAmber.desc } @@ -50,12 +53,18 @@ ent-RandomHumanoidSpawnerERTLeaderGammaVeteran = ОБР лидер ent-RandomHumanoidSpawnerERTSecurityAmberVeteran = ОБР офицер безопасности .suffix = Роль ОБР, Амбер, Ветеран .desc = { ent-RandomHumanoidSpawnerERTSecurityAmber.desc } +ent-RandomHumanoidSpawnerERTSecurityRedVeteran = ОБР офицер безопасности + .suffix = Роль ОБР, Красный, Ветеран + .desc = { ent-RandomHumanoidSpawnerERTSecurityRed.desc } ent-RandomHumanoidSpawnerERTSecurityGammaVeteran = ОБР офицер безопасности .suffix = Роль ОБР, Гамма, Ветеран .desc = { ent-RandomHumanoidSpawnerERTSecurityGamma.desc } ent-RandomHumanoidSpawnerERTChaplainAmberVeteran = ОБР священник .suffix = Роль ОБР, Амбер, Ветеран .desc = { ent-RandomHumanoidSpawnerERTChaplainAmber.desc } +ent-RandomHumanoidSpawnerERTChaplainGammaVeteran = ОБР священник + .suffix = Роль ОБР, Гамма, Ветеран + .desc = { ent-RandomHumanoidSpawnerERTChaplainGamma.desc } ent-RandomHumanoidSpawnerERTJanitorAmberVeteran = ОБР уборщик .suffix = Роль ОБР, Амбер, Ветеран .desc = { ent-RandomHumanoidSpawnerERTJanitorAmber.desc } diff --git a/Resources/Prototypes/_Sunrise/Entities/Mobs/Player/ghost_roles.yml b/Resources/Prototypes/_Sunrise/Entities/Mobs/Player/ghost_roles.yml index 54e024b7d8..6d2550b900 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Mobs/Player/ghost_roles.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Mobs/Player/ghost_roles.yml @@ -190,6 +190,35 @@ - BoxShotgunHoly - DrinkHolyWaterFull +- type: startingGear + id: ERTChaplainGearGamma + equipment: + jumpsuit: ClothingUniformJumpsuitERTChaplain + back: ClothingBackpackERTChaplain + shoes: ClothingShoesBootsMagSec + head: ClothingHeadEVAHelmetERTChaplain + mask: ClothingMaskGasERT + eyes: ClothingEyesHudMedSec + outerClothing: ClothingOuterHardsuitERTChaplain + id: ERTChaplainPDA + ears: ClothingHeadsetAltCentComSunrise + belt: ClothingBeltSecurityFilledERT + pocket1: LanternFlash + pocket2: ClothingHandsPowerGlovesUplinkNTERTRed + inhand: + - WeaponShotgunEnforcer + storage: + back: + - BoxErtBaseKit + - CrowbarRed + - Bible + - SpeedLoaderMagnumSP + - FlippoLighterSunriseBlack + - Candle + - WeaponRevolverSpearhead + - BoxShotgunHoly + - DrinkHolyWaterFull + # Engineer - type: startingGear id: ERTEngineerGearAmber diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/USSP/ert.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/USSP/ert.yml index ec3b4ad1e6..0a86305e86 100644 --- a/Resources/Prototypes/_Sunrise/Roles/Jobs/USSP/ert.yml +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/USSP/ert.yml @@ -247,6 +247,40 @@ - type: Loadout prototypes: [ ERTChaplainGearAmber ] +- type: entity + id: RandomHumanoidSpawnerERTChaplainGamma + parent: RandomHumanoidSpawnerERTLeaderAmber + name: ERT chaplain + suffix: ERTRole, Gamma + components: + - type: Sprite + sprite: Markers/jobs.rsi + - type: RandomMetadata + nameSegments: + - NamesMilitaryFirstGammaSpecial + - NamesMilitaryLast + - type: RandomHumanoidSpawner + settings: ERTChaplainGamma + +- type: randomHumanoidSettings + id: ERTChaplainGamma + parent: ERTLeaderAmber + components: + - type: BibleUser + - type: GhostRole + name: ghost-role-information-ert-chaplain-name + description: ghost-role-information-ert-chaplain-description + rules: ghost-role-information-nonantagonist-rules + raffle: + settings: short + job: ERTChaplain + - type: RandomMetadata + nameSegments: + - NamesMilitaryFirstGammaSpecial + - NamesMilitaryLast + - type: Loadout + prototypes: [ ERTChaplainGearGamma ] + ## ERT Janitor - type: entity