Add 2 new outfits and a mantle for mime (#6264)
* Added 2 new outfits and a mantle for mime * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Comment Addressed - Removed changes from \Loadouts\loadout_groups.yml - Made changes to \_DV\Loudouts\loutout_groups.yml * Addressed Comment (again) I missed a spot... oops - Removed changes from \Loadouts\loadout_groups.yml - Made changes to \_DV\Loadouts\loadout_groups.yml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Probably shouldn't have made that second commit My fault - Undid the previous commit * Removed duplicate - Removed the duplicate loadoutGroup for MimeJumpsuit that I added to \_DV\Loadouts\loadout_groups.yml - Readded the changes to \Loadouts\loadout_groups.yml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
@ -813,6 +813,10 @@
|
|||
loadouts:
|
||||
- MimeJumpsuit
|
||||
- MimeJumpskirt
|
||||
# Begin DeltaV Additions
|
||||
- MimeTurtleneckPants
|
||||
- MimeTurtleneckSkirt
|
||||
# End DeltaV Additions
|
||||
|
||||
- type: loadoutGroup
|
||||
id: MimeBackpack
|
||||
|
|
|
|||
|
|
@ -42,3 +42,14 @@
|
|||
sprite: _DV/Clothing/Neck/mantles/salvagemantle.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Clothing/Neck/mantles/salvagemantle.rsi
|
||||
|
||||
- type: entity
|
||||
parent: ClothingNeckBase
|
||||
id: ClothingNeckMimeMantle
|
||||
name: mime's mantle
|
||||
description: A collared mantle designed for a mime.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Neck/mantles/mimemantle.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Clothing/Neck/mantles/mimemantle.rsi
|
||||
|
|
|
|||
|
|
@ -529,3 +529,16 @@
|
|||
sprite: _DV/Clothing/Uniforms/Jumpskirt/pharmacist.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Clothing/Uniforms/Jumpskirt/pharmacist.rsi
|
||||
|
||||
# Mime
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpskirtMimeTurtleneckSkirt
|
||||
name: mime turtleneck skirt
|
||||
description: A sleeveless turtleneck for mimes.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Uniforms/Jumpskirt/mime_turtleneck_skirt.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Clothing/Uniforms/Jumpskirt/mime_turtleneck_skirt.rsi
|
||||
|
|
|
|||
|
|
@ -806,3 +806,16 @@
|
|||
sprite: _DV/Clothing/Uniforms/Jumpsuit/SodaJerk.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Clothing/Uniforms/Jumpsuit/SodaJerk.rsi
|
||||
|
||||
# Mime
|
||||
|
||||
- type: entity
|
||||
parent: ClothingUniformBase
|
||||
id: ClothingUniformJumpsuitMimeTurtleneckPants
|
||||
name: mime turtleneck pants
|
||||
description: A sleeveless turtleneck for mimes.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Uniforms/Jumpsuit/mime_turtleneck_pants.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Clothing/Uniforms/Jumpsuit/mime_turtleneck_pants.rsi
|
||||
|
|
|
|||
|
|
@ -15,3 +15,21 @@
|
|||
id: MimeMaskBlushing
|
||||
equipment:
|
||||
mask: ClothingMaskBlushingMime
|
||||
|
||||
# Jumpsuit
|
||||
- type: loadout
|
||||
id: MimeTurtleneckPants
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpsuitMimeTurtleneckPants
|
||||
|
||||
- type: loadout
|
||||
id: MimeTurtleneckSkirt
|
||||
equipment:
|
||||
jumpsuit: ClothingUniformJumpskirtMimeTurtleneckSkirt
|
||||
|
||||
# Neck
|
||||
|
||||
- type: loadout
|
||||
id: MimeMantle
|
||||
equipment:
|
||||
neck: ClothingNeckMimeMantle
|
||||
|
|
|
|||
|
|
@ -81,6 +81,7 @@
|
|||
loadouts:
|
||||
- ScarfBlack
|
||||
- ScarfZebra
|
||||
- MimeMantle
|
||||
|
||||
## Musician
|
||||
- type: loadoutGroup
|
||||
|
|
|
|||
|
|
@ -136,6 +136,9 @@
|
|||
# Bartender
|
||||
- ClothingUniformSeniorBartender
|
||||
- ClothingUniformSeniorBartenderSkirt
|
||||
# Mime
|
||||
- ClothingUniformJumpsuitMimeTurtleneckPants
|
||||
- ClothingUniformJumpskirtMimeTurtleneckSkirt
|
||||
|
||||
- type: latheRecipePack
|
||||
id: WinterCoatsDeltaV
|
||||
|
|
|
|||
|
|
@ -434,6 +434,16 @@
|
|||
id: ClothingOuterWinterLongMime
|
||||
result: ClothingOuterWinterLongMime
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseJumpsuitRecipe
|
||||
id: ClothingUniformJumpsuitMimeTurtleneckPants
|
||||
result: ClothingUniformJumpsuitMimeTurtleneckPants
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseJumpsuitRecipe
|
||||
id: ClothingUniformJumpskirtMimeTurtleneckSkirt
|
||||
result: ClothingUniformJumpskirtMimeTurtleneckSkirt
|
||||
|
||||
# Atmos
|
||||
- type: latheRecipe
|
||||
parent: BaseJumpsuitRecipe
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 720 B |
|
After Width: | Height: | Size: 558 B |
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Made by Velitation.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-NECK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 731 B |
|
After Width: | Height: | Size: 534 B |
|
After Width: | Height: | Size: 598 B |
|
After Width: | Height: | Size: 598 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Edited by Velitation. Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, monkey derivative made by brainfood1183 (github) for ss14, resprited by KingFroozy (github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 786 B |
|
After Width: | Height: | Size: 542 B |
|
After Width: | Height: | Size: 598 B |
|
After Width: | Height: | Size: 598 B |
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Edited by Velitation. Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039, monkey made by brainfood1183 (github) for ss14, resprited by KingFroozy (github)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-INNERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||