Rainbow Jumpskirt (#37291)

* Add a rainbow jumpskirt. <3

* minor spelling mistake dot gif

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>

---------

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
This commit is contained in:
paige404
2025-05-09 07:48:08 -04:00
committed by GitHub
parent b0b0a8238b
commit 9610b23d55
9 changed files with 50 additions and 0 deletions

View File

@@ -42,3 +42,4 @@
ClothingUnderSocksBee: 2
contrabandInventory:
ClothingNeckScarfStripedLesbianLong: 2
ClothingUniformJumpskirtColorRainbow: 2

View File

@@ -489,3 +489,15 @@
- state: equipped-INNERCLOTHING
color: "#cc295f"
- state: trinkets-equipped-INNERCLOTHING
# Rainbow Jumpskirt
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpskirtColorRainbow
name: rainbow jumpskirt
description: A multi-colored jumpskirt!
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/rainbow.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/rainbow.rsi

View File

@@ -322,6 +322,8 @@
orGroup: GiftPool
- id: ClothingUniformColorRainbow
orGroup: GiftPool
- id: ClothingUniformJumpskirtColorRainbow
orGroup: GiftPool
- id: ClothingUniformOveralls
orGroup: GiftPool
- id: ClothingUniformJumpskirtDetectiveGrey

View File

@@ -48,6 +48,15 @@
equipment:
jumpsuit: ClothingUniformColorRainbow
# Rainbow Jumpskirt
- type: loadout
id: RainbowJumpskirt
effects:
- !type:GroupLoadoutEffect
proto: GreyTider
equipment:
jumpsuit: ClothingUniformJumpskirtColorRainbow
# Ancient
- type: loadout
id: AncientJumpsuit

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 787 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Modified by paige404 for SS14. Sprite adapted from https://github.com/space-wizards/space-station-14/blob/40044203e6ae7d7d2958c02e0d5e98dacdcd23d8/Resources/Textures/Clothing/Uniforms/Jumpskirt/color.rsi/, with coloration from https://github.com/space-wizards/space-station-14/tree/f46a6a8d813dd20f4a86d5d0bc4a0c70cbd821dd/Resources/Textures/Clothing/Uniforms/Jumpsuit/rainbow.rsi/.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}