diff --git a/Resources/Prototypes/White/Fluff/centurion.yml b/Resources/Prototypes/White/Fluff/centurion.yml index 2d4d474c89..0c0ab70bc9 100644 --- a/Resources/Prototypes/White/Fluff/centurion.yml +++ b/Resources/Prototypes/White/Fluff/centurion.yml @@ -155,6 +155,17 @@ - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitSecurityCenturion +# poxuy + +- type: entity + parent: ClothingNeckBase + id: ClothingCenturionNeckFluff + name: Мяукательный плащ + description: мяукает + components: + - type: Sprite + sprite: White/Fluff/centurion/fluff-coat-cent.rsi + - type: entity parent: ClothingHeadHelmetHardsuitSecurity id: ClothingHeadHelmetHardsuitSecurityCenturion @@ -219,3 +230,8 @@ entity: ClothingOuterHardsuitSalvageCenturion sponsorOnly: true whitelistJobs: [SalvageSpecialist] + +- type: loadout + id: centCoatMeowLoadout + entity: ClothingCenturionNeckFluff + sponsorOnly: true diff --git a/Resources/Textures/White/Fluff/centurion/fluff-coat-cent.rsi/equipped-NECK.png b/Resources/Textures/White/Fluff/centurion/fluff-coat-cent.rsi/equipped-NECK.png new file mode 100644 index 0000000000..a3abc2326c Binary files /dev/null and b/Resources/Textures/White/Fluff/centurion/fluff-coat-cent.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/White/Fluff/centurion/fluff-coat-cent.rsi/icon.png b/Resources/Textures/White/Fluff/centurion/fluff-coat-cent.rsi/icon.png new file mode 100644 index 0000000000..545d14bd58 Binary files /dev/null and b/Resources/Textures/White/Fluff/centurion/fluff-coat-cent.rsi/icon.png differ diff --git a/Resources/Textures/White/Fluff/centurion/fluff-coat-cent.rsi/meta.json b/Resources/Textures/White/Fluff/centurion/fluff-coat-cent.rsi/meta.json new file mode 100644 index 0000000000..23dea47afd --- /dev/null +++ b/Resources/Textures/White/Fluff/centurion/fluff-coat-cent.rsi/meta.json @@ -0,0 +1,124 @@ +{ + "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 + ] + ] + } + ] +}