diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index 3a552cd91b..9a91f92715 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -854,3 +854,18 @@ sprite: Clothing/Uniforms/Jumpskirt/psychologist.rsi - type: Clothing sprite: Clothing/Uniforms/Jumpskirt/psychologist.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtClown + name: clown skirt + description: HONK! + components: + - type: Sprite + sprite: Clothing/Uniforms/Jumpskirt/clown.rsi + - type: Clothing + sprite: Clothing/Uniforms/Jumpskirt/clown.rsi + - type: Tag + tags: + - ClownSuit + - WhitelistChameleon \ No newline at end of file diff --git a/Resources/Prototypes/Loadouts/Jobs/Civilian/clown.yml b/Resources/Prototypes/Loadouts/Jobs/Civilian/clown.yml index 6503667798..3e4823d449 100644 --- a/Resources/Prototypes/Loadouts/Jobs/Civilian/clown.yml +++ b/Resources/Prototypes/Loadouts/Jobs/Civilian/clown.yml @@ -15,6 +15,11 @@ equipment: jumpsuit: ClothingUniformJumpsuitClown +- type: loadout + id: ClownSkirt + equipment: + jumpsuit: ClothingUniformJumpskirtClown + - type: loadout id: JesterSuit equipment: diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 01db51af92..aab58d0ef4 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -406,6 +406,7 @@ name: loadout-group-clown-jumpsuit loadouts: - ClownSuit + - ClownSkirt - JesterSuit - JesterAltSuit diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000..4d7105e8d6 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/icon.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/icon.png new file mode 100644 index 0000000000..5d5787d325 Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/inhand-left.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/inhand-left.png new file mode 100644 index 0000000000..48cbc3898b Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/inhand-right.png b/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/inhand-right.png new file mode 100644 index 0000000000..965b9229cb Binary files /dev/null and b/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/meta.json b/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/meta.json new file mode 100644 index 0000000000..490b3088d9 --- /dev/null +++ b/Resources/Textures/Clothing/Uniforms/Jumpskirt/clown.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from ParadiseStation at commit https://github.com/ParadiseSS13/Paradise/commit/95c46662c5a5cd4911132da8e695a7cc21fb4297", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}