Command uniform (#32103)
* Added generic command jumpskirt, jumpsuit and cap, and made them available in the HoP's clothing printer. * fixed generic command jumpskirt and jumpsuit. * Updated generic command jumpskirt/-suit textures, added generic command beret. * Fixed game-breaking bug in previous commit relating to the command beret. * altered generic command soft cap/baseball cap sprites. * Update Resources/Prototypes/Entities/Clothing/Head/hats.yml Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> * Update Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> * Update Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> * review * whoopsie --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com> Co-authored-by: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Co-authored-by: Milon <milonpl.git@proton.me>
@@ -192,6 +192,22 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hats/beret_merc.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatBeretCommand
|
||||
name: command beret
|
||||
description: A beret with a Command insignia emblazoned on it. It has an aura of authority.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Hats/beret_command.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Hats/beret_command.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- ClothMade
|
||||
- HamsterWearable
|
||||
- WhitelistChameleon
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatBowlerHat
|
||||
|
||||
@@ -99,6 +99,22 @@
|
||||
id: ClothingHeadHatQMsoftFlipped
|
||||
name: quartermaster's cap
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadHeadHatBaseFlippable
|
||||
id: ClothingHeadHatCommandSoft
|
||||
name: command cap
|
||||
description: It's a baseball hat painted in Command colours.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Soft/commandsoft.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Soft/commandsoft.rsi
|
||||
|
||||
- type: entity
|
||||
parent: [ ClothingHeadHeadHatBaseFlipped, ClothingHeadHatCommandSoft ]
|
||||
id: ClothingHeadHatCommandSoftFlipped
|
||||
name: command cap
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadHeadHatBaseFlippable
|
||||
id: ClothingHeadHatCorpsoft
|
||||
|
||||
@@ -221,6 +221,17 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpskirt/hos_parade.rsi
|
||||
|
||||
- type: entity
|
||||
parent: [ClothingUniformSkirtBase, BaseCommandContraband]
|
||||
id: ClothingUniformJumpskirtCommandGeneric
|
||||
name: command jumpskirt
|
||||
description: A generic Command-colored jumpsuit not associated with any particular department.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpskirt/commandgeneric.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpskirt/commandgeneric.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformSkirtBase
|
||||
id: ClothingUniformJumpskirtHydroponics
|
||||
|
||||
@@ -396,6 +396,17 @@
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/hos_parade.rsi
|
||||
|
||||
- type: entity
|
||||
parent: [ ClothingUniformBase, BaseCommandContraband ]
|
||||
id: ClothingUniformJumpsuitCommandGeneric
|
||||
name: command jumpsuit
|
||||
description: A generic Command-colored jumpsuit not associated with any particular department.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Uniforms/Jumpsuit/commandgeneric.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Uniforms/Jumpsuit/commandgeneric.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitHydroponics
|
||||
|
||||
@@ -35,6 +35,11 @@
|
||||
- ClothingHeadHatHopcap
|
||||
- ClothingUniformJumpsuitHoP
|
||||
- ClothingUniformJumpskirtHoP
|
||||
# Generic
|
||||
- ClothingHeadHatBeretCommand
|
||||
- ClothingHeadHatCommandSoft
|
||||
- ClothingUniformJumpskirtCommandGeneric
|
||||
- ClothingUniformJumpsuitCommandGeneric
|
||||
|
||||
- type: latheRecipePack
|
||||
id: ClothingEngineering
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
parent: BaseJumpsuitRecipe
|
||||
id: ClothingUniformJumpskirtColorGrey
|
||||
result: ClothingUniformJumpskirtColorGrey
|
||||
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseJumpsuitRecipe
|
||||
id: ClothingUniformJumpsuitLoungewear
|
||||
@@ -245,6 +245,18 @@
|
||||
id: ClothingUniformJumpskirtCMOTurtle
|
||||
result: ClothingUniformJumpskirtCMOTurtle
|
||||
|
||||
## Command (Generic)
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandJumpsuitRecipe
|
||||
id: ClothingUniformJumpsuitCommandGeneric
|
||||
result: ClothingUniformJumpsuitCommandGeneric
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandJumpsuitRecipe
|
||||
id: ClothingUniformJumpskirtCommandGeneric
|
||||
result: ClothingUniformJumpskirtCommandGeneric
|
||||
|
||||
## Detective
|
||||
|
||||
- type: latheRecipe
|
||||
@@ -823,6 +835,16 @@
|
||||
id: ClothingHeadHatBeretCmo
|
||||
result: ClothingHeadHatBeretCmo
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandHatRecipe
|
||||
id: ClothingHeadHatBeretCommand
|
||||
result: ClothingHeadHatBeretCommand
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseCommandHatRecipe
|
||||
id: ClothingHeadHatCommandSoft
|
||||
result: ClothingHeadHatCommandSoft
|
||||
|
||||
# Non-command hats
|
||||
|
||||
- type: latheRecipe
|
||||
|
||||
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
BIN
Resources/Textures/Clothing/Head/Hats/beret_command.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by GoldenCan(github) by modifying beret_engineering.rsi which was taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET-hamster",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
BIN
Resources/Textures/Clothing/Head/Soft/commandsoft.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by GoldenCan(github) based on cargosoft.rsi which was taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, repaletted for Space Station 14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "icon_flipped"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "flipped-equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET-hamster",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "flipped-equipped-HELMET-hamster",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "flipped-inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "flipped-inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made GoldenCan(github) based on both the medical jumpskirt and medical jumpsuit, both of which were taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite by GoldenCan(github) based on medical.rsi in hand sprite which was scaled down from the sprites from tgstation by potato1234_x. Monkey sprite made by GoldenCan(github) based on medical.rsi monkey sprite made by brainfood1183 (github) for ss14",
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made GoldenCan(github) based on medical taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039. In hand sprite by GoldenCan(github) based on medical.rsi in hand sprite which was scaled down from the sprites from tgstation by potato1234_x. Monkey sprite made by GoldenCan(github) based on medical.rsi monkey sprite made by brainfood1183 (github) for ss14",
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||