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:
@@ -42,3 +42,4 @@
|
||||
ClothingUnderSocksBee: 2
|
||||
contrabandInventory:
|
||||
ClothingNeckScarfStripedLesbianLong: 2
|
||||
ClothingUniformJumpskirtColorRainbow: 2
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -322,6 +322,8 @@
|
||||
orGroup: GiftPool
|
||||
- id: ClothingUniformColorRainbow
|
||||
orGroup: GiftPool
|
||||
- id: ClothingUniformJumpskirtColorRainbow
|
||||
orGroup: GiftPool
|
||||
- id: ClothingUniformOveralls
|
||||
orGroup: GiftPool
|
||||
- id: ClothingUniformJumpskirtDetectiveGrey
|
||||
|
||||
@@ -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 |
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user