diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index eaabfe897c..aec11a87ee 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -54,3 +54,4 @@ ClothingHeadHatCake: 2 ClothingOuterWinterCoat: 3 ClothingHeadFishCap: 2 + ClothingHeadRastaHat: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml index 274a31b001..d7422fa54c 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml @@ -26,5 +26,6 @@ ClothingHeadPaperSack: 2 ClothingHeadPaperSackSmile: 2 ClothingEyesBlindfold: 1 + ClothingHeadRastaHat: 2 emaggedInventory: ClothingShoesBling: 1 diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 37ce4edd8c..4d593bdcd8 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -467,3 +467,14 @@ sprite: Clothing/Head/Hats/nursehat.rsi - type: Clothing sprite: Clothing/Head/Hats/nursehat.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadRastaHat + name: rasta hat + description: Right near da beach, boyee. + components: + - type: Sprite + sprite: Clothing/Head/Hats/rasta.rsi + - type: Clothing + sprite: Clothing/Head/Hats/rasta.rsi diff --git a/Resources/Textures/Clothing/Head/Hats/rasta.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Hats/rasta.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..334516efa3 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/rasta.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/rasta.rsi/icon.png b/Resources/Textures/Clothing/Head/Hats/rasta.rsi/icon.png new file mode 100644 index 0000000000..3a9a93f55a Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/rasta.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/rasta.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/rasta.rsi/inhand-left.png new file mode 100644 index 0000000000..a4fb5d08d7 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/rasta.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/rasta.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/rasta.rsi/inhand-right.png new file mode 100644 index 0000000000..40e9f4c12e Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/rasta.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/rasta.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/rasta.rsi/meta.json new file mode 100644 index 0000000000..7fd931b938 --- /dev/null +++ b/Resources/Textures/Clothing/Head/Hats/rasta.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Velcroboy", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}