qm turtleneck (#18909)

* qm alt clothes your mom

* textures

* retrieve textures from the void

* Update heads.yml

* resprite to fit

* fixe sides quick

* fixe a hole

* why is this hole here

* why does this happen to me

* fixed the weird hole thing
This commit is contained in:
Emisse
2023-08-09 19:17:37 -06:00
committed by GitHub
parent a78aa423e7
commit 71d3689c42
15 changed files with 92 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
contents:
- id: ClothingNeckCloakQm
- id: ClothingHeadsetCargo
- id: ClothingUniformJumpsuitQMTurtleneck
- id: ClothingUniformJumpskirtQMTurtleneck
- id: ClothingHandsGlovesColorBrown
- id: ClothingShoesColorBrown
- id: ClothingHeadHatQMsoft

View File

@@ -281,6 +281,17 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/qm.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtQMTurtleneck
name: quartermasters's turtleneck
description: A sharp turtleneck made for the hardy work environment of supply.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpskirt/qmturtleskirt.rsi
- type: entity
parent: ClothingUniformSkirtBase
id: ClothingUniformJumpskirtResearchDirector

View File

@@ -442,6 +442,17 @@
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/qm.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitQMTurtleneck
name: quartermasters's turtleneck
description: A sharp turtleneck made for the hardy work environment of supply.
components:
- type: Sprite
sprite: Clothing/Uniforms/Jumpsuit/qmturtle.rsi
- type: Clothing
sprite: Clothing/Uniforms/Jumpsuit/qmturtle.rsi
- type: entity
parent: ClothingUniformBase
id: ClothingUniformJumpsuitResearchDirector

View File

@@ -675,6 +675,8 @@
- ClothingUniformJumpskirtPrisoner
- ClothingUniformJumpsuitQM
- ClothingUniformJumpskirtQM
- ClothingUniformJumpsuitQMTurtleneck
- ClothingUniformJumpskirtQMTurtleneck
- ClothingUniformJumpsuitResearchDirector
- ClothingUniformJumpskirtResearchDirector
- ClothingUniformJumpsuitScientist

View File

@@ -348,6 +348,20 @@
materials:
Cloth: 300
- type: latheRecipe
id: ClothingUniformJumpsuitQMTurtleneck
result: ClothingUniformJumpsuitQMTurtleneck
completetime: 4
materials:
Cloth: 300
- type: latheRecipe
id: ClothingUniformJumpskirtQMTurtleneck
result: ClothingUniformJumpskirtQMTurtleneck
completetime: 4
materials:
Cloth: 300
- type: latheRecipe
id: ClothingUniformJumpsuitResearchDirector
result: ClothingUniformJumpsuitResearchDirector

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Derived from beestation qmturtleneck sprite from beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/a11e7468ca552cfc97c9164c69ccdafff09e794c and modified by Emisse for Space Station 14",
"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.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Derived from qmturtleneck sprite from beestation at commit https://github.com/BeeStation/BeeStation-Hornet/commit/a11e7468ca552cfc97c9164c69ccdafff09e794c and modified by Emisse for Space Station 14",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-INNERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}