diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml index 77e65fd7ad..14b5fec215 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml @@ -6,6 +6,7 @@ ClothingShoesColorBlack: 3 ClothingHandsGlovesFingerless: 3 ClothingHeadHatCargosoft: 3 + HatBandBrown: 3 ClothingHeadsetCargo: 3 ClothingOuterWinterCargo: 2 ClothingOuterWinterMiner: 2 diff --git a/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml b/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml index 55219edac7..daaf09e5a4 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/bandanas.yml @@ -97,3 +97,13 @@ - type: Clothing sprite: Clothing/Head/Bandanas/merc.rsi +- type: entity + parent: ClothingHeadBaseButcherable + id: HatBandBrown + name: brown bandana + description: A brown bandana to make you look cool. + components: + - type: Sprite + sprite: Clothing/Head/Bandanas/brown.rsi + - type: Clothing + sprite: Clothing/Head/Bandanas/brown.rsi diff --git a/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/equipped-HELMET.png new file mode 100644 index 0000000000..daee701465 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/icon.png b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/icon.png new file mode 100644 index 0000000000..b7591ab349 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/icon_mask.png b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/icon_mask.png new file mode 100644 index 0000000000..e1ae085b39 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/icon_mask.png differ diff --git a/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/inhand-left.png new file mode 100644 index 0000000000..8882f17994 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/inhand-right.png new file mode 100644 index 0000000000..431bfe9f23 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/mask-equipped-HELMET.png b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/mask-equipped-HELMET.png new file mode 100644 index 0000000000..249ebcbb21 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/mask-equipped-HELMET.png differ diff --git a/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/meta.json b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/meta.json new file mode 100644 index 0000000000..dc73ff464c --- /dev/null +++ b/Resources/Textures/Clothing/Head/Bandanas/brown.rsi/meta.json @@ -0,0 +1,33 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, modified by лазік#7305", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_mask" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "mask-equipped-HELMET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}