Bartender aprons! (#19794)
* Adds a new apron to the bar clothing vendor. * quick fix * quick edits to the sprites * another sprite edit. * more tweaks... * darkened sprites a bit, moved the apron's location in the bardrobe * improved the item suffix
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
ClothingHeadHatTophat: 2
|
ClothingHeadHatTophat: 2
|
||||||
ClothingEyesHudBeer: 2
|
ClothingEyesHudBeer: 2
|
||||||
ClothingHeadsetService: 2
|
ClothingHeadsetService: 2
|
||||||
|
ClothingOuterApronBar: 2
|
||||||
ClothingOuterWinterBar: 2
|
ClothingOuterWinterBar: 2
|
||||||
ClothingUniformJumpsuitBartender: 2
|
ClothingUniformJumpsuitBartender: 2
|
||||||
ClothingUniformJumpskirtBartender: 2
|
ClothingUniformJumpskirtBartender: 2
|
||||||
@@ -14,3 +15,4 @@
|
|||||||
ClothingOuterVest: 2
|
ClothingOuterVest: 2
|
||||||
ClothingBeltBandolier: 2
|
ClothingBeltBandolier: 2
|
||||||
ClothingEyesGlassesSunglasses: 2
|
ClothingEyesGlassesSunglasses: 2
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,18 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/OuterClothing/Misc/apron.rsi
|
sprite: Clothing/OuterClothing/Misc/apron.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingOuterStorageBase
|
||||||
|
id: ClothingOuterApronBar
|
||||||
|
suffix: Bartender
|
||||||
|
name: apron
|
||||||
|
description: A darker apron designed for bartenders.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/OuterClothing/Misc/apronbar.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/OuterClothing/Misc/apronbar.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingOuterStorageBase
|
parent: ClothingOuterStorageBase
|
||||||
id: ClothingOuterApronBotanist
|
id: ClothingOuterApronBotanist
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Edited from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-OUTERCLOTHING",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user