Fixes holes in Captain's jumpsuit and adds Captain's jumpskirt

This commit is contained in:
SweptWasTaken
2021-05-20 09:21:48 -07:00
parent b4d76eda59
commit 00c844a410
10 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
author: Swept
changes:
- type: Add # One of the following: Add, Remove, Tweak, Fix
message: Add jumpskirt for Captain

View File

@@ -0,0 +1,4 @@
author: Swept
changes:
- type: Fix # One of the following: Add, Remove, Tweak, Fix
message: Fix holes in Captain's jumpsuit

View File

@@ -9,6 +9,17 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/bartender.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpskirtCaptain
name: captain's jumpskirt
description: It's a blue jumpskirt with some gold markings denoting the rank of "Captain".
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/captain.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/captain.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtCargo

View File

@@ -40,5 +40,6 @@
outerclothing: ClothingOuterHardsuitCap
idcard: CaptainPDA
ears: ClothingHeadsetAltCommand
innerclothingskirt: ClothingUniformJumpskirtCaptain
satchel: ClothingBackpackSatchelCaptainFilled
duffelbag: ClothingBackpackDuffelCaptainFilled

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 B

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 726 B