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:
parent
a66b768407
commit
82715a00a5
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -98,6 +98,7 @@
|
|||
ClothingOuterRobeTechPriest: 2
|
||||
ClothingMaskBlushingClown: 1 # moved from emag inventory
|
||||
ClothingMaskBlushingMime: 1
|
||||
ClothingOuterWinterLongMime: 1
|
||||
# End DeltaV Additions
|
||||
ClothingHeadHatCowboyBrown: 1
|
||||
ClothingHeadHatCowboyBlack: 1
|
||||
|
|
|
|||
|
|
@ -578,6 +578,7 @@
|
|||
minLimit: 0
|
||||
loadouts:
|
||||
- MimeWintercoat
|
||||
- MimeWintercoatLong # DeltaV
|
||||
|
||||
- type: loadoutGroup
|
||||
id: MimeBelt
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,3 +3,9 @@
|
|||
id: FoamSabre
|
||||
equipment:
|
||||
belt: ClothingBeltFoamSheathFilled
|
||||
|
||||
# Outer clothing
|
||||
- type: loadout # DeltaV
|
||||
id: MimeWintercoatLong
|
||||
equipment:
|
||||
outerClothing: ClothingOuterWinterLongMime
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@
|
|||
# Coats
|
||||
- ClothingOuterChiefJustice
|
||||
- ClothingOuterStasecSweater
|
||||
- ClothingOuterWinterLongMime
|
||||
# Ponchos
|
||||
- ClothingNeckCWPSec
|
||||
- ClothingNeckCWPArctic
|
||||
|
|
|
|||
|
|
@ -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 |
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue