diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index 1260093d9a9219..927bbe38e9b03a 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -181,23 +181,25 @@ description: It's bright red and rather crisp, much like security's victims tend to be. components: - type: Sprite - sprite: Clothing/Uniforms/Jumpskirt/hos.rsi - - type: Clothing - sprite: Clothing/Uniforms/Jumpskirt/hos.rsi - - type: Item - inhandVisuals: - left: - - state: inhand-left - color: "#C12D30" - sprite: Clothing/Uniforms/Jumpskirt/color.rsi - - state: overlay-inhand-left - sprite: Clothing/Uniforms/Jumpsuit/hos.rsi - right: - - state: inhand-right - color: "#C12D30" - sprite: Clothing/Uniforms/Jumpskirt/color.rsi - - state: overlay-inhand-right - sprite: Clothing/Uniforms/Jumpsuit/hos.rsi + sprite: SS220/Clothing/Uniforms/Jumpskirt/hos.rsi #ss220 fix + - type: Clothing + sprite: SS220/Clothing/Uniforms/Jumpskirt/hos.rsi #ss220 fix + #ss220 fix start +# - type: Item +# inhandVisuals: +# left: +# - state: inhand-left +# color: "#C12D30" +# sprite: Clothing/Uniforms/Jumpskirt/color.rsi +# - state: overlay-inhand-left +# sprite: Clothing/Uniforms/Jumpskirt/hos.rsi +# right: +# - state: inhand-right +# color: "#C12D30" +# sprite: Clothing/Uniforms/Jumpskirt/color.rsi +# - state: overlay-inhand-right +# sprite: Clothing/Uniforms/Jumpskirt/hos.rsi + #ss220 fix end - type: entity parent: [ClothingUniformSkirtBase] diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000000..2c2b70610caf7d Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000000..45d32ad9c55a9a Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/icon.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/icon.png new file mode 100644 index 00000000000000..fcaffe8630f20c Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/icon.png differ diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-left.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-left.png new file mode 100644 index 00000000000000..2d49b2e25ddc92 Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-left.png differ diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-right.png b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-right.png new file mode 100644 index 00000000000000..ab00a9d372d6cd Binary files /dev/null and b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/inhand-right.png differ diff --git a/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/meta.json b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/meta.json new file mode 100644 index 00000000000000..4b4544ac4c0f82 --- /dev/null +++ b/Resources/Textures/SS220/Clothing/Uniforms/Jumpskirt/hos.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by Flareguy using sprites from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 & the jumpskirt base found in color.rsi., monkey and inhands sprited by dinazewwr (Discord) for SS220", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}