diff --git a/Resources/Prototypes/White/Fluff/fluff.yml b/Resources/Prototypes/White/Fluff/fluff.yml index a1d58ae8b5..75736f0550 100644 --- a/Resources/Prototypes/White/Fluff/fluff.yml +++ b/Resources/Prototypes/White/Fluff/fluff.yml @@ -423,3 +423,18 @@ state: icon event: !type:OpenUiActionEvent key: enum.InstrumentUiKey.Key + +#thechaotic +- type: entity + parent: ClothingOuterStorageBase + id: ClothingOuterCoatThechaotic + name: Тренч Маллена + description: Провонял сигаретами и разрушенными мечтами. + components: + - type: Sprite + sprite: White/Fluff/thechaotic/coat.rsi + - type: Clothing + sprite: White/Fluff/thechaotic/coat.rsi + - type: StorageFill + contents: + - id: SmokingPipeFilledTobacco diff --git a/Resources/Prototypes/White/Fluff/sponsor.yml b/Resources/Prototypes/White/Fluff/sponsor.yml index 155da7cf6d..2d6d08ebed 100644 --- a/Resources/Prototypes/White/Fluff/sponsor.yml +++ b/Resources/Prototypes/White/Fluff/sponsor.yml @@ -143,3 +143,9 @@ id: koitorraMaskLoadout entity: ClothingMaskGasKoitorra sponsorOnly: true + +#thechaotic +- type: loadout + id: thechaoticCoatLoadout + entity: ClothingOuterCoatThechaotic + sponsorOnly: true diff --git a/Resources/Textures/White/Fluff/thechaotic/coat.rsi/equipped-OUTERCLOTHING-body-slim.png b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/equipped-OUTERCLOTHING-body-slim.png new file mode 100644 index 0000000000..544d6780ae Binary files /dev/null and b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/equipped-OUTERCLOTHING-body-slim.png differ diff --git a/Resources/Textures/White/Fluff/thechaotic/coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..544d6780ae Binary files /dev/null and b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/White/Fluff/thechaotic/coat.rsi/icon.png b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/icon.png new file mode 100644 index 0000000000..176cf9b41e Binary files /dev/null and b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/icon.png differ diff --git a/Resources/Textures/White/Fluff/thechaotic/coat.rsi/inhand-left.png b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/inhand-left.png new file mode 100644 index 0000000000..3e24a629e6 Binary files /dev/null and b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/inhand-left.png differ diff --git a/Resources/Textures/White/Fluff/thechaotic/coat.rsi/inhand-right.png b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/inhand-right.png new file mode 100644 index 0000000000..a65410e057 Binary files /dev/null and b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/inhand-right.png differ diff --git a/Resources/Textures/White/Fluff/thechaotic/coat.rsi/meta.json b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/meta.json new file mode 100644 index 0000000000..025ed3a48f --- /dev/null +++ b/Resources/Textures/White/Fluff/thechaotic/coat.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "Created by EmoGarbage404", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING-body-slim", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}