From 868297b5af274650723d4f551572992044e8bc81 Mon Sep 17 00:00:00 2001 From: Monotheonist <182929384+Monotheonist@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:32:57 -0400 Subject: [PATCH] mail carrier hood. AAAAAAAAAAAAH!! (#2113) * Sprite the actual hood, tell me what I'm missing. * Does the yaml thing, because me two weeks ago was a tired * moving the comment * Build and test will you ever be satisfied? * THE LINTER * Mono breaks robusttoolbox with his shitcode * Revert "Mono breaks robusttoolbox with his shitcode" This reverts commit 392b3eecfb10448b842758bca84ef7c4ec9be7c4. * Revert "THE LINTER" This reverts commit 3331e4d18a60e950ff6384290cc244515ced20e1. * Okay let's try this again * Mono, you press Tab too much. --- .../Entities/Clothing/Head/hoods.yml | 13 +++++++++++++ .../Clothing/OuterClothing/wintercoats.yml | 12 ++++++++++++ .../Coat/hoodmail.rsi/equipped-HELMET.png | Bin 0 -> 504 bytes .../Head/Hoods/Coat/hoodmail.rsi/icon.png | Bin 0 -> 363 bytes .../Head/Hoods/Coat/hoodmail.rsi/meta.json | 18 ++++++++++++++++++ 5 files changed, 43 insertions(+) create mode 100644 Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml new file mode 100644 index 00000000000..405ed6e4a94 --- /dev/null +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/Head/hoods.yml @@ -0,0 +1,13 @@ +#Be sure to link back to the appropriate winter coats here (mostly in the nyanotrasen folder.) If this is a non-winter coat hood, then do whatever. + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodWinterMailCarrier + categories: [ HideSpawnMenu ] + name: mail carrier's winter coat hood + description: A hood for keeping the humble mailman's head warm while making all those deliveries. + components: + - type: Sprite + sprite: DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi + - type: Clothing + sprite: DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi diff --git a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml index 8b8e83507a2..0284c26a99e 100644 --- a/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/Nyanotrasen/Entities/Clothing/OuterClothing/wintercoats.yml @@ -39,6 +39,18 @@ name: mail carrier's winter coat description: It'll keep away the cold but not the dogs. components: + - type: ToggleableClothing #DeltaV - fixing the fact that it has no hood + clothingPrototype: ClothingHeadHatHoodWinterMailCarrier + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: [] + toggleable-clothing: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - type: Sprite sprite: Nyanotrasen/Clothing/OuterClothing/WinterCoats/mail_winter_coat.rsi - type: Clothing diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png b/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..6062386142f4b9dce150b358886c086ba7a5885a GIT binary patch literal 504 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zK7Rh@`kf~-Y8k@P;qr!A$`<8H)?G42MdC`?mcGYy-RDYah5^;? zKln`^Nb!~g`33(+0t~hanMpyiI9E{-7)?r*0ZEIO>f z1+lkeyM_iw$zk|!$c&g9>_VP?-!j{T7=$rI)3L)bkc>&>dJYrJ=##?PrK{^Hv6 zy9%kR&Ui0vX!zcFkHdXV(ORi1Rw_$sl+`lca=6bBjy|Fp{bcIpQ%V9g_pE=g=}ct4 zw~e<&$TC7FN{M|5i`K+ub%k{YcQ#jDe-Ova&fvkB#GbO-;GVn10kc!T8<`bfeEuTi zkUd@g{9gxQ1I9(1GZ-$i^f0XL-PNSEJ?-K`xeG2k6mNWR^?1P|{q7aRueBG7gi@eEeM1MG8=`$J50z#KQmW1aH2>3Oua2Jb5dmZ+$uZw?9fmdKDSix(ovij@dB_8OAU3F_HS+A@K85(QFH*Z?>s9 z9cPpdSyu9PJ}=V$;}O@)739LYzHwUR-Xz8KiWAIiHrGD4NUB&{@qfV{b30qpo`NHq eCjUgU{xU_*^KV@+X^$MxT@0SCelF{r5}E*RnSkK{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json b/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json new file mode 100644 index 00000000000..86fc1cfea61 --- /dev/null +++ b/Resources/Textures/DeltaV/Clothing/Head/Hoods/Coat/hoodmail.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "By Monotheonist for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} \ No newline at end of file