diff --git a/Resources/Prototypes/Entities/Items/Clothing/under/jobs/civilian/bartender.yml b/Resources/Prototypes/Entities/Items/Clothing/under/jobs/civilian/bartender.yml new file mode 100644 index 0000000000..bc2d155a92 --- /dev/null +++ b/Resources/Prototypes/Entities/Items/Clothing/under/jobs/civilian/bartender.yml @@ -0,0 +1,46 @@ +- type: entity + parent: UniformBase + id: UniformBartender + name: bartender's uniform + description: It looks like it could use some more flair. + components: + - type: Sprite + sprite: Clothing/Uniforms/bartender.rsi + state: barman + + - type: Icon + sprite: Clothing/Uniforms/bartender.rsi + state: barman + + - type: Clothing + sprite: Clothing/Uniforms/bartender.rsi + +- type: entity + parent: UniformBartender + id: UniformBartenderSkirt + name: bartender's skirt + components: + - type: Sprite + state: skirt + + - type: Icon + state: skirt + + - type: Clothing + ClothingPrefix: skirt + femaleMask: UniformTop + + +- type: entity + parent: UniformBartender + id: UniformBartenderPurple + name: purple bartender's uniform + components: + - type: Sprite + state: purple + + - type: Icon + state: purple + + - type: Clothing + ClothingPrefix: purple diff --git a/Resources/Textures/Clothing/Uniforms/bartender.rsi/barman.png b/Resources/Textures/Clothing/Uniforms/bartender.rsi/barman.png new file mode 100644 index 0000000000..a403b7442f Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/bartender.rsi/barman.png differ diff --git a/Resources/Textures/Clothing/Uniforms/bartender.rsi/barman_d.png b/Resources/Textures/Clothing/Uniforms/bartender.rsi/barman_d.png new file mode 100644 index 0000000000..e212d1d187 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/bartender.rsi/barman_d.png differ diff --git a/Resources/Textures/Clothing/Uniforms/bartender.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/bartender.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..475c96e522 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/bartender.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/bartender.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/bartender.rsi/inhand-left.png new file mode 100644 index 0000000000..f367313cf9 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/bartender.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Uniforms/bartender.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/bartender.rsi/inhand-right.png new file mode 100644 index 0000000000..33aac693c4 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/bartender.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/bartender.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/bartender.rsi/meta.json new file mode 100644 index 0000000000..1083be0cef --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/bartender.rsi/meta.json @@ -0,0 +1 @@ +{"version":1,"size":{"x":32,"y":32},"states":[{"name":"barman","directions":1,"delays":[[1.0]]},{"name":"barman_d","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"equipped-INNERCLOTHING","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"inhand-left","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"inhand-right","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"purple-equipped-INNERCLOTHING","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"purple","directions":1,"delays":[[1.0]]},{"name":"skirt-equipped-INNERCLOTHING","directions":4,"delays":[[1.0],[1.0],[1.0],[1.0]]},{"name":"skirt","directions":1,"delays":[[1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Uniforms/bartender.rsi/purple-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/bartender.rsi/purple-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..2a4afedac9 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/bartender.rsi/purple-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/bartender.rsi/purple.png b/Resources/Textures/Clothing/Uniforms/bartender.rsi/purple.png new file mode 100644 index 0000000000..9069d83b5f Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/bartender.rsi/purple.png differ diff --git a/Resources/Textures/Clothing/Uniforms/bartender.rsi/skirt-equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/bartender.rsi/skirt-equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..2def1780b7 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/bartender.rsi/skirt-equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/bartender.rsi/skirt.png b/Resources/Textures/Clothing/Uniforms/bartender.rsi/skirt.png new file mode 100644 index 0000000000..aab7cc3411 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/bartender.rsi/skirt.png differ