New skirt in secdrobe (#18772)

This commit is contained in:
LinkUyx
2023-08-07 20:42:30 +03:00
committed by GitHub
parent 57bf21cb6a
commit 1a5d855cb6
8 changed files with 42 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
ClothingHandsGlovesColorBlack: 3
ClothingUniformJumpskirtSec: 3
ClothingUniformJumpsuitSecGrey: 3
ClothingUniformJumpskirtSecGrey: 3
ClothingUniformJumpsuitSecBlue: 3
ClothingHeadsetSecurity: 3
ClothingOuterWinterSec: 2

View File

@@ -748,3 +748,14 @@
sprite: Clothing/Uniforms/Jumpskirt/senior_officer.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/senior_officer.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtSecGrey
name: grey security jumpskirt
description: A tactical relic of years past before Nanotrasen decided it was cheaper to dye the suits red instead of washing out the blood.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/security_grey.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/security_grey.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "made by @mureixlol, for monkey @hem0mancer",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "equipped-INNERCLOTHING-monkey",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}