diff --git a/Resources/Prototypes/_White/Fluff/augustnacist1488.yml b/Resources/Prototypes/_White/Fluff/augustnacist1488.yml new file mode 100644 index 0000000000..3b3cbdeb90 --- /dev/null +++ b/Resources/Prototypes/_White/Fluff/augustnacist1488.yml @@ -0,0 +1,14 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingAugustNeckFluff + name: пустотный плащ + suffix: fluff + description: Плащ, который был создан на мировой кузнице Лавовых земель одним из шахтёров. + components: + - type: Sprite + sprite: White/Fluff/AugustNacist1488/void_cloak.rsi + +- type: sponsorLoadout + id: NeckLoadoutAugust + entity: ClothingAugustNeckFluff + sponsorOnly: true diff --git a/Resources/Prototypes/_White/Fluff/sponsor.yml b/Resources/Prototypes/_White/Fluff/sponsor.yml index 225c30822e..29434c128c 100644 --- a/Resources/Prototypes/_White/Fluff/sponsor.yml +++ b/Resources/Prototypes/_White/Fluff/sponsor.yml @@ -469,3 +469,9 @@ id: IMercuryITie entity: ClothingNeckTieIMercuryI sponsorOnly: true + +# AugustNacist1488 +- type: sponsorLoadout + id: AugustNacist1488Cloak + entity: ClothingAugustNeckFluff + sponsorOnly: true diff --git a/Resources/Textures/White/Fluff/AugustNacist1488/void_cloak.rsi/equipped-NECK.png b/Resources/Textures/White/Fluff/AugustNacist1488/void_cloak.rsi/equipped-NECK.png new file mode 100644 index 0000000000..cde2c669b6 Binary files /dev/null and b/Resources/Textures/White/Fluff/AugustNacist1488/void_cloak.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/White/Fluff/AugustNacist1488/void_cloak.rsi/icon.png b/Resources/Textures/White/Fluff/AugustNacist1488/void_cloak.rsi/icon.png new file mode 100644 index 0000000000..70ac86a4b2 Binary files /dev/null and b/Resources/Textures/White/Fluff/AugustNacist1488/void_cloak.rsi/icon.png differ diff --git a/Resources/Textures/White/Fluff/AugustNacist1488/void_cloak.rsi/meta.json b/Resources/Textures/White/Fluff/AugustNacist1488/void_cloak.rsi/meta.json new file mode 100644 index 0000000000..640d06b3a7 --- /dev/null +++ b/Resources/Textures/White/Fluff/AugustNacist1488/void_cloak.rsi/meta.json @@ -0,0 +1,44 @@ +{ + "version": 1, + "license": "CC BY-SA 3.0", + "copyright": "/tg/station", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.5 + ], + [ + 0.1, + 0.1, + 0.1, + 0.5 + ], + [ + 0.1, + 0.1, + 0.1, + 0.5 + ], + [ + 0.1, + 0.1, + 0.1, + 0.5 + ] + ] + } + ] +} \ No newline at end of file