brown bandana cargodrobe(#16949)

This commit is contained in:
lzk228
2023-05-31 07:32:15 +03:00
committed by GitHub
parent e29ae9c930
commit acae8fe973
9 changed files with 44 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
ClothingShoesColorBlack: 3 ClothingShoesColorBlack: 3
ClothingHandsGlovesFingerless: 3 ClothingHandsGlovesFingerless: 3
ClothingHeadHatCargosoft: 3 ClothingHeadHatCargosoft: 3
HatBandBrown: 3
ClothingHeadsetCargo: 3 ClothingHeadsetCargo: 3
ClothingOuterWinterCargo: 2 ClothingOuterWinterCargo: 2
ClothingOuterWinterMiner: 2 ClothingOuterWinterMiner: 2

View File

@@ -97,3 +97,13 @@
- type: Clothing - type: Clothing
sprite: Clothing/Head/Bandanas/merc.rsi 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 860 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 798 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 780 B

View File

@@ -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
}
]
}