New item: Expensive coat (#25724)

Expensive coat
This commit is contained in:
Tunguso4ka
2024-03-01 23:22:52 +02:00
committed by GitHub
parent a4804dbabe
commit 8dedbf22a4
5 changed files with 30 additions and 0 deletions

View File

@@ -15,5 +15,6 @@
ClothingMaskGasCentcom: 3
ClothingHeadsetCentCom: 3
ClothingOuterWinterCentcom: 3
ClothingOuterCoatExpensive: 1
ClothingNeckScarfStripedCentcom: 3
ClothingNeckCloakCentcom: 3

View File

@@ -398,3 +398,14 @@
sprite: Clothing/OuterClothing/Coats/space_asshole.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/space_asshole.rsi
- type: entity
parent: ClothingOuterStorageBase
id: ClothingOuterCoatExpensive
name: expensive coat
description: Very fluffy pink coat, made out of very expensive fur (clearly).
components:
- type: Sprite
sprite: Clothing/OuterClothing/Coats/expensive_coat.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Coats/expensive_coat.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Paradise at https://github.com/ParadiseSS13/Paradise/blob/cae6017c486dbadef2b2d86ddc58d7226c17597c/icons/mob/clothing/suit.dmi, https://github.com/ParadiseSS13/Paradise/blob/cab0fa52972c777ec3929cc2e03a74088349486f/icons/obj/clothing/suits.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "icon"
}
]
}