Flatcaps (#24134)
* 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
@@ -33,7 +33,7 @@
|
||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||
state: base
|
||||
product: CrateVendingMachineRestockClothesFilled
|
||||
cost: 4750
|
||||
cost: 4800
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
ClothingHeadBandGreen: 2
|
||||
ClothingHeadBandRed: 2
|
||||
ClothingHeadBandSkull: 2
|
||||
ClothingHeadHatGreyFlatcap: 3
|
||||
ClothingHeadHatBrownFlatcap: 3
|
||||
ClothingUniformJumpsuitColorGrey: 8
|
||||
ClothingUniformJumpskirtColorGrey: 8
|
||||
ClothingUniformJumpsuitColorWhite: 3
|
||||
|
||||
@@ -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
|
||||
|
||||
|
After Width: | Height: | Size: 6.1 KiB |
BIN
Resources/Textures/Clothing/Head/Hats/brownflatcap.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 679 B |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 6.0 KiB |
BIN
Resources/Textures/Clothing/Head/Hats/greyflatcap.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 666 B |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||