[Fluff] Serbwo

This commit is contained in:
rhailrake
2023-07-07 13:34:44 +06:00
committed by Aviu00
parent 17c8c7070d
commit 77fc40241b

View File

@@ -0,0 +1,143 @@
- type: entity
parent: ClothingOuterEVASuitBase
id: ClothingOuterSuitDeadSquadFake
name: Эскадрон Гильдии
description: An advanced hardsuit favored by assistant for use in pool party.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/deathsquad.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/deathsquad.rsi
- type: ClothingSpeedModifier
walkModifier: 0.7
sprintModifier: 0.7
- type: TemperatureProtection
coefficient: 0.7
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetEVA
- type: ContainerContainer
containers:
toggleable-clothing: !type:ContainerSlot {}
#CAP
- type: entity
parent: ClothingOuterHardsuitCap
id: ClothingOuterHardsuitERTLeaderFluff
name: ERT leader's hardsuit
description: A protective hardsuit worn by members of an emergency response team.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertleader.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitERTLeader
#CE
- type: entity
parent: ClothingOuterHardsuitEngineeringWhite
id: ClothingOuterHardsuitERTEngineerFluff
name: ERT engineer's hardsuit
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitERTEngineer
#CMO
- type: entity
parent: ClothingOuterHardsuitMedical
id: ClothingOuterHardsuitERTMedicalFluff
name: ERT medic's hardsuit
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertmedical.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitERTMedical
#SEC
- type: entity
parent: ClothingOuterHardsuitSecurity
id: ClothingOuterHardsuitERTSecurityFluff
name: ERT security's hardsuit
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertsecurity.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitERTSecurity
# RD
- type: entity
parent: ClothingOuterHardsuitRd
id: ClothingOuterHardsuitERTJanitorFluff
name: ERT janitor's hardsuit
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertjanitor.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitERTJanitor
# other
- type: entity
parent: ClothingOuterHardsuitEngineering
id: ClothingOuterHardsuitWizardFluff
name: wizard hardsuit
description: A bizarre gem-encrusted suit that radiates magical energies.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Hardsuits/wizard.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Hardsuits/wizard.rsi
- type: ToggleableClothing
clothingPrototype: ClothingHeadHelmetHardsuitWizard
- type: loadout
id: CapLoadoutSO
entity: ClothingOuterHardsuitERTLeaderFluff
sponsorOnly: true
whitelistJobs: [Captain]
- type: loadout
id: CeLoadoutSO
entity: ClothingOuterHardsuitERTEngineerFluff
sponsorOnly: true
whitelistJobs: [ChiefEngineer]
- type: loadout
id: CmoLoadoutSO
entity: ClothingOuterHardsuitERTMedicalFluff
sponsorOnly: true
whitelistJobs: [ChiefMedicalOfficer]
- type: loadout
id: RDLoadoutSO
entity: ClothingOuterHardsuitERTJanitorFluff
sponsorOnly: true
whitelistJobs: [ResearchDirector]
- type: loadout
id: HOSLoadoutSO
entity: ClothingOuterHardsuitERTSecurityFluff
sponsorOnly: true
whitelistJobs: [HeadOfSecurity, SecurityOfficer]
- type: loadout
id: EngLoadoutSO
entity: ClothingOuterHardsuitWizardFluff
sponsorOnly: true
whitelistJobs: [AtmosphericTechnician, StationEngineer, TechnicalAssistant, Scientist]
- type: loadout
id: AssLoadoutSO
entity: ClothingOuterSuitDeadSquadFake
sponsorOnly: true
whitelistJobs: [Passenger]