diff --git a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml index f5f2ea643a..a6c28a3629 100644 --- a/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml +++ b/Resources/Prototypes/_CP14/Entities/Clothing/Head/Roles/general.yml @@ -139,4 +139,15 @@ - type: Clothing sprite: _CP14/Clothing/Head/Roles/General/triangularhat_golden.rsi - type: CP14MagicManacostModify - globalModifier: 0.8 \ No newline at end of file + globalModifier: 0.8 + +- type: entity + parent: CP14ClothingHeadBase + id: CP14ClothingHeadChristmasHat + name: christmas hat + description: A festive red hat, nobody remembers why it is customary to wear it. + components: + - type: Sprite + sprite: _CP14/Clothing/Head/Roles/General/christmas_hat.rsi + - type: Clothing + sprite: _CP14/Clothing/Head/Roles/General/christmas_hat.rsi diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/equipped-HELMET.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..b048a9bffc Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/icon.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/icon.png new file mode 100644 index 0000000000..0625663ba8 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/inhand-left.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/inhand-left.png new file mode 100644 index 0000000000..fb0db25342 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/inhand-right.png b/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/inhand-right.png new file mode 100644 index 0000000000..e6f1d0d266 Binary files /dev/null and b/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/meta.json new file mode 100644 index 0000000000..8c9d8e0cfd --- /dev/null +++ b/Resources/Textures/_CP14/Clothing/Head/Roles/General/christmas_hat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "Created by ripmax", + "size": { + "x": 48, + "y": 48 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}