From: Tunguso4ka <71643624+Tunguso4ka@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:22:52 +0000 (+0200) Subject: New item: Expensive coat (#25724) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=8dedbf22a4967769f078ca5521537f16bff40002;p=space-station-14.git New item: Expensive coat (#25724) Expensive coat --- diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml index c29b0f4f3a..68665ae7fc 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml @@ -15,5 +15,6 @@ ClothingMaskGasCentcom: 3 ClothingHeadsetCentCom: 3 ClothingOuterWinterCentcom: 3 + ClothingOuterCoatExpensive: 1 ClothingNeckScarfStripedCentcom: 3 ClothingNeckCloakCentcom: 3 diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml index f92e533a89..992051b924 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/coats.yml @@ -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 diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..be5243400a Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/icon.png b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/icon.png new file mode 100644 index 0000000000..677b426909 Binary files /dev/null and b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/meta.json b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/meta.json new file mode 100644 index 0000000000..20e876460d --- /dev/null +++ b/Resources/Textures/Clothing/OuterClothing/Coats/expensive_coat.rsi/meta.json @@ -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" + } + ] +} \ No newline at end of file