Mime fashion (#6307)

* Added 3 new neck items, 1 new coat, 1 new shoe, and 2 new hats to mime loadout

Also added shoe selection to the mime loadout, new coat to the uniform printer, and new coat + boots to the autodrobe.

* Added missing newlines
This commit is contained in:
Velitation 2026-07-16 23:31:23 -05:00 committed by GitHub
parent 61884f5fe1
commit a7d25c697f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
51 changed files with 337 additions and 3 deletions

View File

@ -37,6 +37,8 @@ loadout-group-assistant-head = Assistant head
loadout-group-clown-mask = Clown mask
loadout-group-mime-shoes = Mime shoes
# Logistics
loadout-group-cargo-technician-neck = Cargo Technician neck

View File

@ -54,7 +54,7 @@
container:
entity: WrappedParcel
containerId: contents
cost: 3250 # DeltaV
cost: 3350 # DeltaV
category: cargoproduct-category-name-service
group: market

View File

@ -122,6 +122,8 @@
ClothingHeadPropellerHat: 2
ClothingUniformLittleGuyOveralls: 2
ClothingOuterWinterLongMime: 1
ClothingOuterFurCoatMime: 1
ClothingShoesFurBootsMime: 1
# Festive
ClothingHeadHatRedRibbon: 2
ClothingHeadHatFestiveHatRed: 2

View File

@ -797,6 +797,10 @@
- MimeHead
- MimeFrenchBeret
- MimeCap
# Begin DeltaV Additions
- MimeBeretTassledBlack
- MimeBeretTassledWhite
# End DeltaV Additions
- type: loadoutGroup
id: MimeMask
@ -832,7 +836,10 @@
minLimit: 0
loadouts:
- MimeWintercoat
- MimeWintercoatLong # DeltaV
# Begin DeltaV Additions
- MimeWintercoatLong
- MimeFurCoat
# End DeltaV Additions
- type: loadoutGroup
id: MimeBelt

View File

@ -215,6 +215,7 @@
- MimeBackpack
- MimeOuterClothing
- MimeBelt
- MimeShoes # DeltaV
- Glasses
- SurvivalMime
- Trinkets

View File

@ -26,7 +26,7 @@
id: MimeGear
equipment:
gloves: ClothingHandsGlovesColorWhite
shoes: ClothingShoesColorWhite
# shoes: ClothingShoesColorWhite # DeltaV - Lets mimes choose their shoes in loadout
id: MimePDA
pocket1: CrayonMime
pocket2: Paper # DeltaV

View File

@ -532,3 +532,25 @@
sprite: _DV/Clothing/Head/Hats/beret_SRT.rsi
- type: Clothing
sprite: _DV/Clothing/Head/Hats/beret_SRT.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretMimeTassledBlack
name: mime's black tassled beret
description: A black tassled beret for a mime.
components:
- type: Sprite
sprite: _DV/Clothing/Head/Hats/beret_mime_tassled_black.rsi
- type: Clothing
sprite: _DV/Clothing/Head/Hats/beret_mime_tassled_black.rsi
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatBeretMimeTassledWhite
name: mime's white tassled beret
description: A white tassled beret for a mime.
components:
- type: Sprite
sprite: _DV/Clothing/Head/Hats/beret_mime_tassled_white.rsi
- type: Clothing
sprite: _DV/Clothing/Head/Hats/beret_mime_tassled_white.rsi

View File

@ -143,3 +143,14 @@
- type: Tag
tags:
- WhitelistChameleon
- type: entity
parent: ClothingNeckBase
id: ClothingNeckMimeCloak
name: mime's cloak
description: A striped cloak for mimes.
components:
- type: Sprite
sprite: _DV/Clothing/Neck/Cloaks/mimecloak.rsi
- type: Clothing
sprite: _DV/Clothing/Neck/Cloaks/mimecloak.rsi

View File

@ -53,3 +53,14 @@
sprite: _DV/Clothing/Neck/mantles/mimemantle.rsi
- type: Clothing
sprite: _DV/Clothing/Neck/mantles/mimemantle.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckMimeMantleOffShoulder
name: mime's off-shoulder mantle
description: An off-shoulder mantle made for mimes.
components:
- type: Sprite
sprite: _DV/Clothing/Neck/mantles/mimeoffshouldermantle.rsi
- type: Clothing
sprite: _DV/Clothing/Neck/mantles/mimeoffshouldermantle.rsi

View File

@ -69,3 +69,14 @@
sprite: _DV/Clothing/Neck/Misc/coppernecklace.rsi
- type: Clothing
sprite: _DV/Clothing/Neck/Misc/coppernecklace.rsi
- type: entity
parent: ClothingNeckBase
id: ClothingNeckMimeStole
name: mime's stole
description: A striped stole for mimes aspiring to become famous.
components:
- type: Sprite
sprite: _DV/Clothing/Neck/Misc/mimestole.rsi
- type: Clothing
sprite: _DV/Clothing/Neck/Misc/mimestole.rsi

View File

@ -155,3 +155,14 @@
- type: TemperatureProtection # Doesn't inherit ClothingOuterWinterCoat because we don't want pockets on this
heatingCoefficient: 1.1
coolingCoefficient: 0.1
- type: entity
parent: ClothingOuterWinterCoatLong
id: ClothingOuterFurCoatMime
name: mime's furred coat
description: A warm coat designed for mimes with expensive taste.
components:
- type: Sprite
sprite: _DV/Clothing/OuterClothing/WinterCoats/mimefurcoat.rsi
- type: Clothing
sprite: _DV/Clothing/OuterClothing/WinterCoats/mimefurcoat.rsi

View File

@ -211,3 +211,13 @@
sprite: _DV/Clothing/Shoes/Boots/winterbootswarden.rsi
- type: Clothing
sprite: _DV/Clothing/Shoes/Boots/winterbootswarden.rsi
- type: entity
parent: ClothingShoesBaseWinterBoots
id: ClothingShoesFurBootsMime
name: mime's furred boots
components:
- type: Sprite
sprite: _DV/Clothing/Shoes/Boots/mimefurboots.rsi
- type: Clothing
sprite: _DV/Clothing/Shoes/Boots/mimefurboots.rsi

View File

@ -10,6 +10,11 @@
equipment:
outerClothing: ClothingOuterWinterLongMime
- type: loadout
id: MimeFurCoat
equipment:
outerClothing: ClothingOuterFurCoatMime
# Mask
- type: loadout
id: MimeMaskBlushing
@ -33,3 +38,42 @@
id: MimeMantle
equipment:
neck: ClothingNeckMimeMantle
- type: loadout
id: MimeCloak
equipment:
neck: ClothingNeckMimeCloak
- type: loadout
id: MimeStole
equipment:
neck: ClothingNeckMimeStole
- type: loadout
id: MimeMantleOffShoulder
equipment:
neck: ClothingNeckMimeMantleOffShoulder
# Head
- type: loadout
id: MimeBeretTassledBlack
equipment:
head: ClothingHeadHatBeretMimeTassledBlack
- type: loadout
id: MimeBeretTassledWhite
equipment:
head: ClothingHeadHatBeretMimeTassledWhite
# Shoes
- type: loadout
id: MimeWinterBoots
equipment:
shoes: ClothingShoesBootsWinterMime
- type: loadout
id: MimeFurBoots
equipment:
shoes: ClothingShoesFurBootsMime

View File

@ -82,6 +82,20 @@
- ScarfBlack
- ScarfZebra
- MimeMantle
- MimeCloak
- MimeMantleOffShoulder
- MimeStole
- type: loadoutGroup
id: MimeShoes
name: loadout-group-mime-shoes
minLimit: 1
maxLimit: 1
loadouts:
- WhiteShoes
- BlackShoes
- MimeWinterBoots
- MimeFurBoots
## Musician
- type: loadoutGroup

View File

@ -147,6 +147,7 @@
- ClothingOuterChiefJustice
- ClothingOuterStasecSweater
- ClothingOuterWinterLongMime
- ClothingOuterFurCoatMime
# Ponchos
- ClothingNeckCWPSec
- ClothingNeckCWPArctic

View File

@ -434,6 +434,11 @@
id: ClothingOuterWinterLongMime
result: ClothingOuterWinterLongMime
- type: latheRecipe
parent: BaseCoatRecipe
id: ClothingOuterFurCoatMime
result: ClothingOuterFurCoatMime
- type: latheRecipe
parent: BaseJumpsuitRecipe
id: ClothingUniformJumpsuitMimeTurtleneckPants

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 492 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B

View File

@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Made by Huvy from (https://github.com/DeltaV-Station/Delta-v/commit/c3a467d773343e4ae16fcbbf89b002f99addf247), Edited by Velitation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 B

View File

@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-4.0",
"copyright": "Made by Huvy from (https://github.com/DeltaV-Station/Delta-v/commit/c3a467d773343e4ae16fcbbf89b002f99addf247), Edited by Velitation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 823 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 B

View File

@ -0,0 +1,26 @@
{
"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
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 811 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

View File

@ -0,0 +1,26 @@
{
"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
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

View File

@ -0,0 +1,26 @@
{
"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
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 606 B

View File

@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Velitation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 545 B

View File

@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by Velitation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-FEET",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}