Long Winter Coat for Mimes (#3056)

* Mime long winter coat

* YML fixes

* In hand sprites

* wrong path

* Deltanedas review fix

* price increase on crate

* retry
This commit is contained in:
Blitz 2025-02-28 07:17:36 +11:00 committed by GitHub
parent a66b768407
commit 82715a00a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 53 additions and 2 deletions

View File

@ -43,7 +43,7 @@
sprite: Objects/Specific/Service/vending_machine_restock.rsi
state: base
product: CrateVendingMachineRestockAutoDrobeFilled
cost: 2200 # DeltaV
cost: 2250 # DeltaV
category: cargoproduct-category-name-service
group: market

View File

@ -98,6 +98,7 @@
ClothingOuterRobeTechPriest: 2
ClothingMaskBlushingClown: 1 # moved from emag inventory
ClothingMaskBlushingMime: 1
ClothingOuterWinterLongMime: 1
# End DeltaV Additions
ClothingHeadHatCowboyBrown: 1
ClothingHeadHatCowboyBlack: 1

View File

@ -578,6 +578,7 @@
minLimit: 0
loadouts:
- MimeWintercoat
- MimeWintercoatLong # DeltaV
- type: loadoutGroup
id: MimeBelt

View File

@ -27,7 +27,7 @@
sprite: _DV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi
- type: Clothing
sprite: _DV/Clothing/OuterClothing/WinterCoats/corpo_jacket.rsi
- type: entity
parent: ClothingOuterWinterCoat
id: ClothingOuterDenimJacket
@ -112,3 +112,13 @@
sprite: _DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi
- type: Clothing
sprite: _DV/Clothing/OuterClothing/WinterCoats/corpsmancoat.rsi
- type: entity
parent: ClothingOuterWinterCoatLong
id: ClothingOuterWinterLongMime
name: mime's long winter coat
components:
- type: Sprite
sprite: _DV/Clothing/OuterClothing/WinterCoats/mimelongcoat.rsi
- type: Clothing
sprite: _DV/Clothing/OuterClothing/WinterCoats/mimelongcoat.rsi

View File

@ -3,3 +3,9 @@
id: FoamSabre
equipment:
belt: ClothingBeltFoamSheathFilled
# Outer clothing
- type: loadout # DeltaV
id: MimeWintercoatLong
equipment:
outerClothing: ClothingOuterWinterLongMime

View File

@ -93,6 +93,7 @@
# Coats
- ClothingOuterChiefJustice
- ClothingOuterStasecSweater
- ClothingOuterWinterLongMime
# Ponchos
- ClothingNeckCWPSec
- ClothingNeckCWPArctic

View File

@ -342,3 +342,9 @@
result: ClothingBeltSyndicateUtility
materials:
Cloth: 200
# Mime
- type: latheRecipe
parent: BaseCoatRecipe
id: ClothingOuterWinterLongMime
result: ClothingOuterWinterLongMime

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 447 B

View File

@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Edited by Velitation. Taken from vg at https://github.com/vgstation-coders/vgstation13/blob/a16e41020a93479e9a7e2af343b1b74f7f2a61bd/icons/obj/clothing/suits.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}