* Brown and Grey flatcaps added

What it says on the tin is what it is

* Fixed Copyright Jazz, oops

What it says on the tin
This commit is contained in:
Hanz
2024-01-15 18:07:51 -05:00
committed by GitHub
parent bf073f5265
commit 87b88fb93f
13 changed files with 77 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockClothesFilled
cost: 4750
cost: 4800
category: Service
group: market

View File

@@ -11,6 +11,8 @@
ClothingHeadBandGreen: 2
ClothingHeadBandRed: 2
ClothingHeadBandSkull: 2
ClothingHeadHatGreyFlatcap: 3
ClothingHeadHatBrownFlatcap: 3
ClothingUniformJumpsuitColorGrey: 8
ClothingUniformJumpskirtColorGrey: 8
ClothingUniformJumpsuitColorWhite: 3

View File

@@ -867,3 +867,25 @@
sprite: Clothing/Head/Hats/party_blue.rsi
- type: Clothing
sprite: Clothing/Head/Hats/party_blue.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatGreyFlatcap
name: grey flatcap
description: Fashionable for both the working class and old man Jenkins.
components:
- type: Sprite
sprite: Clothing/Head/Hats/greyflatcap.rsi
- type: Clothing
sprite: Clothing/Head/Hats/greyflatcap.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBrownFlatcap
name: brown flatcap
description: Stupid clown! You made me look bad!
components:
- type: Sprite
sprite: Clothing/Head/Hats/brownflatcap.rsi
- type: Clothing
sprite: Clothing/Head/Hats/brownflatcap.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Spritework done by Hanzdegloker",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Spritework done by Hanzdegloker",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}