Bartender uniform.

This commit is contained in:
Pieter-Jan Briers
2020-04-23 16:47:31 +02:00
parent 8168cb23e3
commit 228f3b8a09
11 changed files with 47 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B