Adds rainbow jumpsuit (#2149)

* Initial

* Fixes attribution

* Fixed

* Fixed

* Update Resources/Textures/Clothing/Uniforms/rainbow.rsi/meta.json

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
Swept
2020-11-08 19:24:17 +00:00
committed by GitHub
parent d45072495e
commit bdc4441a45
7 changed files with 91 additions and 2 deletions

View File

@@ -460,3 +460,16 @@
ClothingPrefix: maroon_skirt
femaleMask: UniformTop
HeldPrefix: maroon
# Rainbow
- type: entity
parent: UniformColorBase
id: UniformColorRainbow
name: rainbow jumpsuit
description: A multi-colored jumpsuit!
components:
- type: Sprite
sprite: Clothing/Uniforms/rainbow.rsi
state: icon
- type: Clothing
sprite: Clothing/Uniforms/rainbow.rsi

View File

@@ -2,8 +2,10 @@
"version": 1,
"size": {
"x": 32,
"y": 32
},
"y": 32,
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/d836946e8e85910eaa4d132f70e21bdb9888c171",
"states": [
{
"name": "black-equipped-INNERCLOTHING",

Binary file not shown.

After

Width:  |  Height:  |  Size: 911 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

View File

@@ -0,0 +1,74 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32,
},
"license": "CC BY-NC-SA 3.0",
"copyright": "Taken from goonstation at commit https://github.com/goonstation/goonstation/commit/4059e4be90832b02b1228b1bee3db342094e4f1e",
"states": [
{
"name": "equipped-INNERCLOTHING",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}