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:
@@ -460,3 +460,16 @@
|
|||||||
ClothingPrefix: maroon_skirt
|
ClothingPrefix: maroon_skirt
|
||||||
femaleMask: UniformTop
|
femaleMask: UniformTop
|
||||||
HeldPrefix: maroon
|
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
|
||||||
|
|||||||
@@ -2,8 +2,10 @@
|
|||||||
"version": 1,
|
"version": 1,
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"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": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "black-equipped-INNERCLOTHING",
|
"name": "black-equipped-INNERCLOTHING",
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 911 B |
BIN
Resources/Textures/Clothing/Uniforms/rainbow.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Uniforms/rainbow.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 382 B |
BIN
Resources/Textures/Clothing/Uniforms/rainbow.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Clothing/Uniforms/rainbow.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 339 B |
Binary file not shown.
|
After Width: | Height: | Size: 339 B |
74
Resources/Textures/Clothing/Uniforms/rainbow.rsi/meta.json
Normal file
74
Resources/Textures/Clothing/Uniforms/rainbow.rsi/meta.json
Normal 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
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user