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:
FinnishPaladin
2023-09-04 00:27:19 +03:00
committed by GitHub
parent d421e6ea0d
commit 53637c9a39
7 changed files with 40 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
ClothingHeadHatTophat: 2
ClothingEyesHudBeer: 2
ClothingHeadsetService: 2
ClothingOuterApronBar: 2
ClothingOuterWinterBar: 2
ClothingUniformJumpsuitBartender: 2
ClothingUniformJumpskirtBartender: 2
@@ -14,3 +15,4 @@
ClothingOuterVest: 2
ClothingBeltBandolier: 2
ClothingEyesGlassesSunglasses: 2

View File

@@ -9,6 +9,18 @@
- type: Clothing
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
parent: ClothingOuterStorageBase
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

View File

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