Fixes holes in Captain's jumpsuit and adds Captain's jumpskirt
This commit is contained in:
4
Resources/Changelog/Parts/changelog1.yml
Normal file
4
Resources/Changelog/Parts/changelog1.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: Swept
|
||||
changes:
|
||||
- type: Add # One of the following: Add, Remove, Tweak, Fix
|
||||
message: Add jumpskirt for Captain
|
||||
4
Resources/Changelog/Parts/changelog2.yml
Normal file
4
Resources/Changelog/Parts/changelog2.yml
Normal 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
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user