diff --git a/Resources/Prototypes/White/Fluff/serbwo.yml b/Resources/Prototypes/White/Fluff/serbwo.yml index 5b2321e7b1..88424e15d6 100644 --- a/Resources/Prototypes/White/Fluff/serbwo.yml +++ b/Resources/Prototypes/White/Fluff/serbwo.yml @@ -100,6 +100,18 @@ clothingPrototype: ClothingHeadHelmetHardsuitWizard + +# KILL ME PLEASE + +- type: entity + parent: ClothingNeckBase + id: ClothingSerbwoNeckFluff + name: плащ гильдии + description: излучает ауру спокойствия и умиротворения! + components: + - type: Sprite + sprite: White/Fluff/serbwo/admiralcloak.rsi + - type: loadout id: CapLoadoutSO entity: ClothingOuterHardsuitERTLeaderFluff @@ -141,3 +153,9 @@ entity: ClothingOuterSuitDeadSquadFake sponsorOnly: true whitelistJobs: [Passenger] + +- type: loadout + id: NeckLoadoutSO + entity: ClothingSerbwoNeckFluff + sponsorOnly: true + whitelistJobs: [Captain, HeadOfSecurity, ResearchDirector, ChiefEngineer, AtmosphericTechnician, StationEngineer, TechnicalAssistant, CargoTechnician, Quartermaster, SalvageSpecialist, ResearchAssistant, Scientist] diff --git a/Resources/Textures/White/Fluff/serbwo/admiralcloak.rsi/equipped-NECK.png b/Resources/Textures/White/Fluff/serbwo/admiralcloak.rsi/equipped-NECK.png new file mode 100644 index 0000000000..b06bbc3e3a Binary files /dev/null and b/Resources/Textures/White/Fluff/serbwo/admiralcloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/White/Fluff/serbwo/admiralcloak.rsi/icon.png b/Resources/Textures/White/Fluff/serbwo/admiralcloak.rsi/icon.png new file mode 100644 index 0000000000..718b7324b1 Binary files /dev/null and b/Resources/Textures/White/Fluff/serbwo/admiralcloak.rsi/icon.png differ diff --git a/Resources/Textures/White/Fluff/serbwo/admiralcloak.rsi/meta.json b/Resources/Textures/White/Fluff/serbwo/admiralcloak.rsi/meta.json new file mode 100644 index 0000000000..48238b5eb6 --- /dev/null +++ b/Resources/Textures/White/Fluff/serbwo/admiralcloak.rsi/meta.json @@ -0,0 +1,140 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from TGstation from this PR https://github.com/tgstation/tgstation/pull/27537, original sprite by TechnoAlchemisto (https://github.com/TechnoAlchemisto) and modified sprite by FantasticFwoosh (https://github.com/FantasticFwoosh), sprites in hand by PuroSlavKing (Github) and RudeyCoolLeet#3875", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ], + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}