diff --git a/Resources/Prototypes/White/Fluff/serbwo.yml b/Resources/Prototypes/White/Fluff/serbwo.yml new file mode 100644 index 0000000000..5b2321e7b1 --- /dev/null +++ b/Resources/Prototypes/White/Fluff/serbwo.yml @@ -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]