diff --git a/Resources/Prototypes/Entities/Clothing/Head/misc.yml b/Resources/Prototypes/Entities/Clothing/Head/misc.yml index 4bacc26b91..a5c6c96c0b 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/misc.yml @@ -153,3 +153,15 @@ sprite: Clothing/Head/Hats/catears.rsi - type: AddAccentClothing accent: OwOAccent + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatSquid + name: squiddy + description: "Scare your friends with this eldritch mask." + components: + - type: Sprite + sprite: Clothing/Head/Misc/squiddy.rsi + - type: Clothing + sprite: Clothing/Head/Misc/squiddy.rsi + - type: IngestionBlocker diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml index 9f9b41c160..97af853f9a 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml @@ -39,6 +39,7 @@ - ClothingShoeSlippersDuck - ClothingUnderSocksBee - ClothingUnderSocksCoder + - ClothingHeadHatSquid chance: 0.6 offset: 0.0 diff --git a/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..f663b68e9e Binary files /dev/null and b/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/icon.png b/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/icon.png new file mode 100644 index 0000000000..d8b5c667bb Binary files /dev/null and b/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/inhand-left.png new file mode 100644 index 0000000000..9f9f02f7ec Binary files /dev/null and b/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/inhand-right.png new file mode 100644 index 0000000000..6db6c59fb2 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/meta.json b/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/meta.json new file mode 100644 index 0000000000..ba92a9f35e --- /dev/null +++ b/Resources/Textures/Clothing/Head/Misc/squiddy.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "created by discord: brainfood#7460 for space-station-14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}