Added OBR Chaplin Gamma (#3757)
This commit is contained in:
parent
6e37dd002d
commit
667c32bf90
3 changed files with 72 additions and 0 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue