Add NanoTrasen clothing. (#6682)

This commit is contained in:
Pancake
2022-02-16 10:07:14 -08:00
committed by GitHub
parent 87e0f8fdcc
commit 6b1eae6574
10 changed files with 66 additions and 0 deletions

View File

@@ -86,3 +86,14 @@
sprite: Clothing/Neck/Cloaks/herald.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/herald.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckCloakNanotrasen
name: nanotrasen cloak
description: A stately blue cloak to represent NanoTrasen.
components:
- type: Sprite
sprite: Clothing/Neck/Cloaks/nanotrasen.rsi
- type: Clothing
sprite: Clothing/Neck/Cloaks/nanotrasen.rsi

View File

@@ -694,3 +694,14 @@
sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicatered.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/pyjamasyndicatered.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitNanotrasen
name: nanotrasen jumpsuit
description: A stately blue jumpsuit to represent NanoTrasen.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/nanotrasen.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/nanotrasen.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by You#1818",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 917 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by You#1818",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}