From 12024e8b71da0c1404bfe6ce91978730a04e94bb Mon Sep 17 00:00:00 2001 From: TheCrimsonJupiter <54331834+TheCrimsonJupiter@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:25:43 -0700 Subject: [PATCH] New HoP Sprites --- .../Entities/Clothing/Hands/gloves.yml | 4 +-- .../Entities/Clothing/Head/hats.yml | 4 +-- .../Entities/Clothing/Uniforms/jumpskirts.yml | 4 +-- .../Entities/Clothing/Uniforms/jumpsuits.yml | 4 +-- .../Entities/Structures/Machines/lathe.yml | 2 ++ .../Prototypes/Loadouts/loadout_groups.yml | 2 ++ .../Entities/Clothing/Uniforms/jumpskirts.yml | 11 +++++++ .../Entities/Clothing/Uniforms/jumpsuits.yml | 11 +++++++ .../Jobs/Command/head_of_personnel.yml | 10 ++++++ .../_Harmony/Recipes/Lathes/clothing.yml | 9 ++++++ .../Hands/Gloves/hop.rsi/equipped-HAND.png | Bin 0 -> 557 bytes .../Clothing/Hands/Gloves/hop.rsi/icon.png | Bin 0 -> 313 bytes .../Hands/Gloves/hop.rsi/inhand-left.png | Bin 0 -> 1141 bytes .../Hands/Gloves/hop.rsi/inhand-right.png | Bin 0 -> 1145 bytes .../Clothing/Hands/Gloves/hop.rsi/meta.json | 26 +++++++++++++++ .../hopcap.rsi/equipped-HELMET-hamster.png | Bin 0 -> 619 bytes .../Head/Hats/hopcap.rsi/equipped-HELMET.png | Bin 0 -> 603 bytes .../Clothing/Head/Hats/hopcap.rsi/icon.png | Bin 0 -> 363 bytes .../Head/Hats/hopcap.rsi/inhand-left.png | Bin 0 -> 581 bytes .../Head/Hats/hopcap.rsi/inhand-right.png | Bin 0 -> 581 bytes .../Clothing/Head/Hats/hopcap.rsi/meta.json | 30 ++++++++++++++++++ .../hop.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 788 bytes .../Uniforms/Jumpskirt/hop.rsi/icon.png | Bin 0 -> 528 bytes .../Jumpskirt/hop.rsi/inhand-left.png | Bin 0 -> 619 bytes .../Jumpskirt/hop.rsi/inhand-right.png | Bin 0 -> 627 bytes .../Uniforms/Jumpskirt/hop.rsi/meta.json | 26 +++++++++++++++ .../hopmesskit.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 856 bytes .../Jumpskirt/hopmesskit.rsi/icon.png | Bin 0 -> 564 bytes .../Jumpskirt/hopmesskit.rsi/inhand-left.png | Bin 0 -> 650 bytes .../Jumpskirt/hopmesskit.rsi/inhand-right.png | Bin 0 -> 656 bytes .../Jumpskirt/hopmesskit.rsi/meta.json | 26 +++++++++++++++ .../hop.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 813 bytes .../Uniforms/Jumpsuit/hop.rsi/icon.png | Bin 0 -> 529 bytes .../Uniforms/Jumpsuit/hop.rsi/inhand-left.png | Bin 0 -> 618 bytes .../Jumpsuit/hop.rsi/inhand-right.png | Bin 0 -> 628 bytes .../Uniforms/Jumpsuit/hop.rsi/meta.json | 26 +++++++++++++++ .../hopmesskit.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 889 bytes .../Uniforms/Jumpsuit/hopmesskit.rsi/icon.png | Bin 0 -> 556 bytes .../Jumpsuit/hopmesskit.rsi/inhand-left.png | Bin 0 -> 645 bytes .../Jumpsuit/hopmesskit.rsi/inhand-right.png | Bin 0 -> 650 bytes .../Jumpsuit/hopmesskit.rsi/meta.json | 26 +++++++++++++++ 41 files changed, 213 insertions(+), 8 deletions(-) create mode 100644 Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/equipped-HAND.png create mode 100644 Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/inhand-left.png create mode 100644 Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/inhand-right.png create mode 100644 Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET-hamster.png create mode 100644 Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/inhand-left.png create mode 100644 Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/inhand-right.png create mode 100644 Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/inhand-left.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/inhand-right.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-left.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-right.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hop.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hop.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hop.rsi/inhand-left.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hop.rsi/inhand-right.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hop.rsi/meta.json create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/icon.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-left.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/inhand-right.png create mode 100644 Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/meta.json diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index 1dd1e0ba04261d..7ab47f96ea7e1c 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -116,9 +116,9 @@ description: Perfect for dealing with paperwork and matters with bureaucracy. components: - type: Sprite - sprite: Clothing/Hands/Gloves/hop.rsi + sprite: _Harmony/Clothing/Hands/Gloves/hop.rsi - type: Clothing - sprite: Clothing/Hands/Gloves/hop.rsi + sprite: _Harmony/Clothing/Hands/Gloves/hop.rsi - type: Fiber fiberMaterial: fibers-durathread fiberColor: fibers-black diff --git a/Resources/Prototypes/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/Entities/Clothing/Head/hats.yml index 4910914ffd66cc..782fe3fbeda428 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hats.yml @@ -322,9 +322,9 @@ description: A grand, stylish head of personnel's cap. components: - type: Sprite - sprite: Clothing/Head/Hats/hopcap.rsi + sprite: _Harmony/Clothing/Head/Hats/hopcap.rsi - type: Clothing - sprite: Clothing/Head/Hats/hopcap.rsi + sprite: _Harmony/Clothing/Head/Hats/hopcap.rsi - type: Tag tags: - ClothMade diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml index c4850954cd701b..d6821ada9a3aa9 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpskirts.yml @@ -170,9 +170,9 @@ description: Rather bland and inoffensive. Perfect for vanishing off the face of the universe. components: - type: Sprite - sprite: Clothing/Uniforms/Jumpskirt/hop.rsi + sprite: _Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi - type: Clothing - sprite: Clothing/Uniforms/Jumpskirt/hop.rsi + sprite: _Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi - type: entity parent: [ClothingUniformSkirtBase, BaseCommandContraband] diff --git a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml index 94cc3a2657f715..a205723c1e9584 100644 --- a/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml @@ -325,9 +325,9 @@ description: Rather bland and inoffensive. Perfect for vanishing off the face of the universe. components: - type: Sprite - sprite: Clothing/Uniforms/Jumpsuit/hop.rsi + sprite: _Harmony/Clothing/Uniforms/Jumpsuit/hop.rsi - type: Clothing - sprite: Clothing/Uniforms/Jumpsuit/hop.rsi + sprite: _Harmony/Clothing/Uniforms/Jumpsuit/hop.rsi - type: entity parent: [ClothingUniformBase, BaseCommandContraband] diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 87dafba39c6e69..5593438a87bf57 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -985,6 +985,8 @@ - ClothingUniformJumpskirtHoP - ClothingUniformJumpsuitTurtleneckHoPHarmony # Harmony - ClothingUniformJumpskirtTurtleneckHoPHarmony #Harmony + - ClothingUniformJumpsuitHoPMessKitHarmony #Harmony + - ClothingUniformJumpskirtHoPMessKitHarmony #Harmony - ClothingHeadHatBeretHoS - ClothingHeadHatHoshat - ClothingHeadHatHoSWidebrimHarmony # Harmony diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index de15e95ea9ae11..90a0feadf6647a 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -162,6 +162,8 @@ - HoPJumpskirt - HoPJumpsuitTurtleneckHarmony #Harmony - HoPJumpskirtTurtleneckHarmony #Harmony + - HoPJumpsuitMessKitHarmony #Harmony + - HoPJumpskirtMessKitHarmony #Harmony - type: loadoutGroup id: HoPNeck diff --git a/Resources/Prototypes/_Harmony/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/_Harmony/Entities/Clothing/Uniforms/jumpskirts.yml index aa8dc067048c4b..e288b97b55bb4e 100644 --- a/Resources/Prototypes/_Harmony/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/_Harmony/Entities/Clothing/Uniforms/jumpskirts.yml @@ -19,3 +19,14 @@ sprite: _Harmony/Clothing/Uniforms/Jumpskirt/hop_turtle.rsi - type: Clothing sprite: _Harmony/Clothing/Uniforms/Jumpskirt/hop_turtle.rsi + +- type: entity + parent: [ClothingUniformBase, BaseCommandContraband] + id: ClothingUniformJumpskirtHeadofPersonnelMessKitHarmony + name: head of personnel's mess kit + description: A blue denim skirt with pockets and a gold trimmed white shirt. + components: + - type: Sprite + sprite: _Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi + - type: Clothing + sprite: _Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Harmony/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_Harmony/Entities/Clothing/Uniforms/jumpsuits.yml index e66dbeba68241c..4bda345b677b43 100644 --- a/Resources/Prototypes/_Harmony/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_Harmony/Entities/Clothing/Uniforms/jumpsuits.yml @@ -52,3 +52,14 @@ sprite: _Harmony/Clothing/Uniforms/Jumpsuit/det_blue.rsi - type: Clothing sprite: _Harmony/Clothing/Uniforms/Jumpsuit/det_blue.rsi + +- type: entity + parent: [ClothingUniformBase, BaseCommandContraband] + id: ClothingUniformJumpsuitHeadofPersonnelMessKitHarmony + name: head of personnel's mess kit + description: Blue jeans and a gold trimmed white shirt. + components: + - type: Sprite + sprite: _Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi + - type: Clothing + sprite: _Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Harmony/Loadouts/Jobs/Command/head_of_personnel.yml b/Resources/Prototypes/_Harmony/Loadouts/Jobs/Command/head_of_personnel.yml index 1bc2a3ed08dc31..e55545bb567941 100644 --- a/Resources/Prototypes/_Harmony/Loadouts/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/_Harmony/Loadouts/Jobs/Command/head_of_personnel.yml @@ -8,6 +8,16 @@ id: HoPJumpskirtTurtleneckHarmony equipment: jumpsuit: ClothingUniformJumpskirtHeadOfPersonnelTurtleneckHarmony + +- type: loadout + id: HoPJumpsuitMessKitHarmony + equipment: + jumpsuit: ClothingUniformJumpsuitHeadofPersonnelMessKitHarmony + +- type: loadout + id: HoPJumpskirtMessKitHarmony + equipment: + jumpsuit: ClothingUniformJumpskirtHeadofPersonnelMessKitHarmony # Shoes - type: loadout diff --git a/Resources/Prototypes/_Harmony/Recipes/Lathes/clothing.yml b/Resources/Prototypes/_Harmony/Recipes/Lathes/clothing.yml index d5120b69d87eaa..9c9a5090fd6599 100644 --- a/Resources/Prototypes/_Harmony/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/_Harmony/Recipes/Lathes/clothing.yml @@ -30,6 +30,15 @@ id: ClothingUniformJumpskirtTurtleneckHoPHarmony result: ClothingUniformJumpskirtHeadOfPersonnelTurtleneckHarmony +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformJumpsuitHoPMessKitHarmony + result: ClothingUniformJumpsuitHeadofPersonnelMessKitHarmony + +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformJumpskirtHoPMessKitHarmony + result: ClothingUniformJumpskirtHeadofPersonnelMessKitHarmony ## HoS - type: latheRecipe parent: BaseCommandHatRecipe diff --git a/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/equipped-HAND.png b/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..0ab96376ccbb1d829c7b229a53592e7025dddc56 GIT binary patch literal 557 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~u2Ka=yUSDYW|6KISDuozBx#mRMnn2y=1RG6F&FTQ1>HuA!s;4ot#DNrd zNswRge>h<9@@M=66y_}Oh%9Dc;5!7ujG`J|4M0J$64!{5;QX|b^2DN4hJeJ(yb?V> z*AN9$J;U$K-zNiAY)OsqO!M^AV&DLBSQ(@kSs56CEH5CIhO$Ba(O_f-i!%Y)hKx)M zd_X!1h%?(+z~UJ|HVAwwV`O*%^frt}v62BOF@c?d1*p!z$k>2!0mMv@eXI*0=1c;z zL4XNpDic^`kfjBX1=VF}U;vVpm5Nw-j*~SP$eiQp;usR){&t!pU$X%Z3$umq?*H`$ zrW+m2o?N&TytOzg`y$7V8?5FF8<<*|xTehKJQb4Gec;bL9jn9l4l8YqV#%6%bdm9! z@`KK^To;^dO}OxW{iQxT-noJE_kT^+Sl|HFS1;^$yS&(-hq+zlrQ53CjXgpuVhVHz8K_YPgg&ebxsLQ E0Lqx0h5!Hn literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/icon.png b/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d636dc2d2e037f303b172f48dc803ce5c06f0c01 GIT binary patch literal 313 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy1_3@Hu0UEtL&Lzpz{0}9!NI}9 z!y_OdAR;0n!9bzGL7~7yp(aqbA;DrrgTjpk7XL3q{NWCd1nLne3GxeO_>T$>1avzC z(UPgh-=Skc|cb3a%82w&Fhiir~y^O^-N zW~{mOYK2{lb<(m!kEf*ESjoIn@yyh!`5lGrb{F~`f{vK&bCHlx_E;k8kkU|nFmL8- vj-GG^?#Gvk6%CdztE~yiE)07AYhfJoD^9-^@%*MhH#2y;`njxgN@xNA@>+qT literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/inhand-left.png b/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..50f6b0bf38f72026aadea48f76fcebf66254d6cb GIT binary patch literal 1141 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_);T0(|mmy zw18|5AO?X;!IOa`XMsm#F;KxA5N2eb5_}h^^+;w&L`j6Nk5zJhu3lnFep0GlMQ#CD zmraEgkeQoWlBiITo0C^;Rbi_HR$&EXgM{^!6u?SKvTcNB$#pV*Pp+;%px|I)Re$>-#L_9fj~vtRXvvRLG`&5LX1`K-#m_~+N=rkU?ng-2US8~vL8 z>~)6erzsnIPkwslc+Ku`{F}g6@pD!$-5|E7=FBhS#x-YJiq=`A-@O_!dF%ZTGvg<1 zUEpyn|EqPx`x75FRFzM?uzqKxeSGD&)9K$|^hW*tCzDWgH~!}1WanvL-e>;0ed$*z z!}*WwStYx_+trM@b{D??U4MRN+HH$HQ;hO69&L=hEb;37<$de-|_EVZl2Qe%Z}&n$*PtbEp1!uzwM>`1kbH34%hCBr)6j6 z{(b&yx6OttZ<-kYZ2K3N#prEYRT*Qo)Yd9#ZGFQ3A5;IBtvn>gqL8?-{=ue0-tWBl zkEZ;M4ca<;?RTCfuiqEty^}QfE_6fJ?FB2N07GNF`vdNap^VcRs#7IES>Dst&t;uc GLK6Uyf3VR2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/inhand-right.png b/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..79447035348b73609aca01787261a96edace2a07 GIT binary patch literal 1145 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_);T0(|mmy zw18|5AO?X;!IOa`XMsm#F;KxA5N2eb5_}h^^+;w&L`j6Nk5zJhu3lnFep0GlMQ#CD zmraEgkeQoWlBiITo0C^;Rbi_HR$&EXgM{^!6u?SKvTc`|bH3&)~f6-U<%7u`G+AMZ2WoukHXZK&u-Zc4a*v7=9zpGeB`js!SdB;LyrtW3;dQ~)QeZGCvwbSo*K1fSZpZz-X z*}QjR&SG&nX(bgK*SwkcEGGPlzOKopvnMudr2qU9*(hdJly{^_PdlZw&f;}f@U^+? z+Ik}P`r91I|0>z-VIm{6vC_Hupu+zBo*CD#$hd^h`*n0v{l`4=)8+_UArtebD|&Mo{cCnq%R>qV_g*Hd1k z^5sOY2|xS7;lcCy_m*E{|IHlLrg_<9nf{%`Rj+Hmco*(E_WtvSgVexQLoWVfd|bOO=D~#e1y>(m+7@kFv8HBD>yNZ2D>ME(L^2BeWj@XA zo8xS|C*sKR^1?fJ^rRWeezJRgvdL4+a<7fKR9~><7yFuhO4C^xB>x{Qy=5<8{FDEU z$Eo?}Jtbvd{{JXHAzs1eR@x8#2l78Ymn1j}Ff{&mdLaGo9`n*`D}q0Rvc0FPpUXO@ GgeCxeW}_eg literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/meta.json b/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/meta.json new file mode 100644 index 00000000000000..af7a882b8862ed --- /dev/null +++ b/Resources/Textures/_Harmony/Clothing/Hands/Gloves/hop.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Icon and inhand drawn by Ubaser and takem from this atcommithttps://github.com/space-wizards/space-station-14/pull/21915 , equipped sprite made by CrimsonJupiter for use in Harmony", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET-hamster.png b/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET-hamster.png new file mode 100644 index 0000000000000000000000000000000000000000..396ea061320d04791f1e121b52781d8f7dbdec18 GIT binary patch literal 619 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e1o(uwGMEQ4r1UU&W-tVo*E29|U|@I!l+tyUmX=mlR=&Q_vPx9+|IPpR zx7^p()&|OOys4Z6qy$QW{DS|Z0)_|5v64VJ&H|6fVg?4jLmL5h);ff2~^0%B<> z8{|g~MrN=$6Oe7l$i%=0q@#d1vz-Mjo&jWoz^5`sh8Mt~fYB&cG5{qeursg#)fpHW z8!#?_m$Nv;eZ8x(p2rK(ew@5i8GevgQJr$2?seLn7SY zPP@(5tRUbLuE&*i`v3pj^hdKeT9)}mvsCr9WfV?Y!QQj( zw~?9wqhTXw2d9t2J_U)AKMA|VH`woeEgd!IvFHBvuQ~rS27KCljN5qD{=b$CzR%`} zs;=M2bawxvqPOC^=H>k6m90N7rJrED{Pw;~n@raHWF}z&;Ta8o_AHpf9(?e{r;8^x QRDyix>FVdQ&MBb@03J=aE&u=k literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET.png b/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..30b7a2f325eced726cb51a09fc7ba7e769cd35fa GIT binary patch literal 603 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zGMEQ4r1UU&W-tVo*E29|U|@I!l+tyUmX=mlR=&Q_Qd?UaC@@P) zay^jZEeY}q{*MG0Y+op~0VOyKJR*x382Ao?FyoGi*>8b@VkNE-CBgY=CFO}lsSE*$ znRz98ey$-3rh10oo4-#6s@Rem;hE;?sl~tnIes zvJDxT82Es66cA^&vw+1jfNT)BS;oll0_c4hjbbGOP+|f*0}D`{fswHR;{u48Ap2Ms zK+Ks0WP<<`&{QU{${f5De_pS@45+5A%`Y)(Hf!W)5lYo7_|0JVlma&p8$$uX3Z=LE8 zu;mVCQQU`EuByP;(C(!(d%14v$XYnAUAr|(_pHdA1xMuzO7He_I&ye$I5{{8Fny|T zn%z}k_bKwnpJyfi4tRUb;p3XVLH6&$7g?1Fu9XM=tV?*%AuD_E6U(W?=cIS}Zrk_Z xcYoK1jA`r!8KpWLejj)hIT)eF)roxh$8uPCmxtY(g?m6g^K|udS?83{1OQQDu@(RT literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/icon.png b/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..73a839178798d594174fa21a6ed1f3cff76e4578 GIT binary patch literal 363 zcmV-x0hIoUP)to$fRsbRr)TgQ@0XzY>fR^Pke6uosOIhCntsx!1 zaD8#fl^B>&0sAuQ@$ky?;e$xqb~FlH{)m)PMHEHEaZHwF^?n$JBuPS=rcS2^$M=AU z1WKs_AdcgD|I~1BoIs@t;yavkqf-HzRO{aY58wejfCp$D;1l4_aNW*zkZ%A0002ov JPDHLkV1ibpqVxa& literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/inhand-left.png b/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..e84ba798a0134dd2588e878c222027608b2d7821 GIT binary patch literal 581 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zGMEQ4r1UU&W-tVo*E29|U|@I!l+tyUmX=mlR=&Q_Qd?UaC@@P) zay^jZEeY}q{*MG0Y+op~0VOyKJR*x382Ao@Fyrz36)8YLu@cvalHmNblJdl&REB`W z%)AmkKi3ciQ$54)&EF>jRcuL(@J#dc)MDTOa#$Ip7+Dz@fh;c|mWHxH{?cG%28%NR z*@lcv417R33Wzh?S-|2MKsE>@05M2Ej7G7N0T?b5*cn)W@&-o628;_JW`fkSE`XRb z3CIQkCZH)yV3k3Z7C;tMm!W|HNH%$i+L0i?zh{8VHJ&bxArbCxuU+J8R^Vw(WLdSK z_W$#{nJ&k-h)b-WHpf2FXYS8}@azlI1r-v2Xs5%CY~g1oKb`;du5HGLny%yJ2i@*` z;LpBp#}HY>zr^IBF;9lrOxL2>A>zu1E-kwsvtUY8wq`C9N8l&%H^q(W5L1BUU%`UA zl6}V-B|eJJ%{%hLf5t|mgws3nI3F{xM1JIZes7~W-xXf#!?nH@AK2k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zGMEQ4r1UU&W-tVo*E29|U|@I!l+tyUmX=mlR=&Q_Qd?UaC@@P) zay^jZEeY}q{*MG0Y+op~0VOyKJR*x382Ao@Fyrz36)8YLu@cvalHmNblJdl&REB`W z%)AmkKi3ciQ$54)&EF>jRcuL(@J#dc)MDTOa#$Ip7+Dz@fh;c|mWHxH{?cG%28%NR z*@lcv417R33Wzh?S-|2MKsE>@05M2Ej7G7N0T?b5*cn)W@&-o628;_JW`fkSE`XRb z3CIQkCZH)yV3k3Z7C;tMm!W|HNH%$i+L0i?zh{8VHJ&bxArbCxr`_c`tia=T`OlVJ zKmVQIU8B{^xm0uSO;^5%o+HB5Qv<3!xPlmhCNN!KHF?1 z_k(8>6Ma=o;vN>Pj%TgAtIoc)_Sp45Tpf{5o?brG!>pt4@cet?!`Sp1-yiYkJsi0X cI6G#`ub#hqZ}#uQH$i^zboFyt=akR{0C{SnasU7T literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/meta.json b/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/meta.json new file mode 100644 index 00000000000000..1f5774192f7109 --- /dev/null +++ b/Resources/Textures/_Harmony/Clothing/Head/Hats/hopcap.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from the tg station atcommithttps://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e and then resprited by TadJohnson00 and Timemaster99 for DeltaV atcommithttps://github.com/DeltaV-Station/Delta-v/pull/1501, and then resprited a third time by CrimsonJupiter for Harmony", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..05a3580765cc01be864caa68b2477a05e0371b1b GIT binary patch literal 788 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E1o(uw)-y0{U|{(C`7?ug;Pr);|IbA;r1UTZmow-(fByPq|Ni|zh5XFt zdVmy9NswRge*|CCBeIx*fe)yZZ$G02Yp@DXP^`o?q9iy!t)x7$D3u`~ zF*C13&(AeP!Bo%id-M0nKowh3BRtbQJ+&A(fE-o^DMnTXMj*=zh^3)yke@UdnZe>r zK(-+x69XTRjsoJ$b{4RB29ON`%gPuTUI4ugqfxA607^_?XJ7%UGcYnXU|aw(6J#Ij z0*E=2fNT(80-DMMRvBbz0c1gS85$UXWUD%NsHAQT&ISf;y{C&~NQC>_X%E*OQs8M_ znW|m<{{O!3Q$jV@c`W+3>!#zPr*mpnCg1e7LMf}yD z{0+b6OnPFvR7l{;@lC7#Rs8aA5IOT$e#+hxoB`py5B{<%Bo<3Ktd84tiQ(LLN7e^X z$^xqy=h!eXzE%iZS*?-JkaPG|cZ0loG_#(Z);M*=fzG#Ub z`bMW+Et7OGe#{qQp&U^=Np4Yy@qr!9oC-Dnt6dq{XUye))W9ARew;&qRVty(PJ*R| uee!2VnGfQHRdyXrvJZq~8`d-a{>Lu8bm8gHuBxA)Xz_IQb6Mw<&;$SqWDC;( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/icon.png b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b6ac179fe1efc70b87d760c6ceb8288fe9617da4 GIT binary patch literal 528 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?ST>lqj}Ffe@n{Q3Gq%m3%18B%%}g3B3nof*snfl4^$%3TFgTqQw% z!T(`^Vbd9%^FUF~0*}aI1_r*vAk26?e?rK(-+x69XTR zjsoJ$b{4RB29ON`2|x_e52I16WB`W61a<}%puB;Ru>s=(h?yYutP3FKOaih&fC*>{ z6If-Cr3H`$)n#a40Fq5!qIM+6@9!BPv)R+dF~q|E?SzYb4GJ8tj?Jt8|3AEN!=km< zUTxJY=8|DqTDMrfAhltK!EGxM)#ZANTDwmLDI0BJ4)r-@waq1mLC2aSz9WMzqk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`032l#}z)-y1C{`~p+Ld*Z>q8UlBSEK+1#Y$WwN`mv#O3D+9QW*jgGxJLH{9Hp6O!W-E zH-DcDRIw#B!ZXd&Q;UHE$YEuWVq|4t1hTw|`zN<)6Q@P`rAhCk}gA Ql!1Ki>FVdQ&MBb@0AV+{f&c&j literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/inhand-right.png b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..d29855e3aa25cff8d03396388a4f9ac59f42e2ba GIT binary patch literal 627 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`032l#}z)-y1C{`~p+Ld*Z>q8UVlBK#2+L3@ku(21dpPj0+%Ug6v~m05NA0kPQM%KvS8( zDuXO7fGnskLjwbltl-Yo5$pNPKn{E5>Eaj?;r@2oX`yBX9@jwOC;#{F@T^cRbL+fY zGVyYsLa{B^>e;9ITNGG)IGhgr>2+w!Jv+^8=czsYzYm66l8=wR<)+n7J8He|rj|pLnsM)@isPoy+b5iNxin?|{QsxI94#lV;eMZmdKI;Vst0OB0HtN;K2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/meta.json b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/meta.json new file mode 100644 index 00000000000000..51a3fa3b55aa8c --- /dev/null +++ b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hop.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Originally taken from tgstation atcommithttps://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039 icon, inhand, and equipped resprites by CrimsonJupiter for Harmony.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..54c8b42787a0516fd7480bcea8eb4f86235f7917 GIT binary patch literal 856 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xZeU<2XJGh$F8caH%Y(-+T)XwSt!Mh86&o3Jof*sn8B%%}JTn-A zfl3%se@OvJ2ELLYzu^DKfWh^^ofAMA&H|6fVxWTkAk1jN8ms~o6f1F!C<)F_D=AMb zN@WO0%*-p%^K%VRFx4~s-u!(sP{o$i2+uT6Pb~%xAcvJfijkFp5y=e8D@|wlw zix-#3Y`SLsd{1Z{Yk{I$eofE8lU-sz887|gJn+}B!tOiA8}Y0E7#~=l)K1r5z1${u zuXe~k#u+h9;eL6Ot_Gi6$|;w*C_B=YG1xeFw`<*44IUSpnrus6w^q4q$R0N)1&v>PD=jWK} z-79(+t}Ih+6KPl`oaZYPA7T~$CAoonsWtzRv;t=a(FUnJ?FUnSnXlqHa9m9&zJ)8` z@rovwdgk9Dj76_xMHcuJZWk>$CH&xvx#itD-3GUY zhkvIyUOvdoa5wx=pWPe-mX7}%0i5=1clNjBH8IsJ7T=ItFJ-#-!-C7F4}qf8)78&q Iol`;+0P?ab(EtDd literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/icon.png b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a836bf7fe26baf6a75126fd7fca245b8176187f2 GIT binary patch literal 564 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCilI0(?STH!v`iGcf!=7k%*fg=@DSUteh1)-!$4ij54q&J5;(3@JSfo*4|m zKqUF85kKGFfM?Y z39^rM0mPh1KsE?40ZnBBs|>QV0J5OE3=IrGvQ?csR8ltvX9JnjJzX3_Ec~DL1qvNj z;Baxhctqp-{=7ybQR9pMwy(BWXEVVe{>$`+9nqcJ1(Fo_4AvJp_;gsN91(fzYQk_b z`BatFBj${@;`he4S2HUlJ-l)-(4f!om^dTL1U}X~Det_3)+WZ8GREjta~HJRZg^V| z7X2(#ZbkTRD|gfNv#hq9bI3ok44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xmNPJ1UugONT=c=?7p~oUylBP7ww~!5fU>&I4Ca9hDLo9H84STd zRSfRVSNMSxUrCT(@PA~$;CkTB37`yTfk$L9P{9EZX3VR|DNig) zWe7;j%q!9Ja}7~2)ieCw{CzS|#g^0v&ooa@Ed~xChm}E!k(GfF$npYWX($`yHw{K+ zus9QtZOF*Pzz3wGfH}_IARskpURkzvdn%ux&AhU$a}OJ}b6)dZ=jQ;Vx7FU=4r0hTwmsySVd=8q zvBjzT2iP53fcAr&VJ~vy&rS^%)(DX#rXV))}XVo(PmOn9Pme0YHpg{0+^>bP0l+XkKpJT)c literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-right.png b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpskirt/hopmesskit.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0572e94d35a4904c329bd451d59142919a64b2bf GIT binary patch literal 656 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xmNPJ1UugONT=c=?7p~oUylBP7ww~!5fU>&I4Ca9hDLo9H84STd zRSfRVSNMSxUrCT(@PA~$;CkTB37`yTfk$L9P{Do>X0%`pRsjl%mAFQf1m~xflqVLY zG6W=M=9TFAxrQj1>KT4-{yrI~VoPd-XPT#{76S*6!^$AV$jZP7WO)IxG?WeUn+78@ zSeyySHe_UC-~-Z8K%Cjm0v68zvO%D?jFI65FbH5Yij@pNi3#isEI@SzM#ct=3m|5K z>|XvDL>TYSj{HD+8$T2~nh2f_pqwe0b*S?xuu8nOM zd~U+G#X4O=SkKg(X@#SqYB%F%5xtv#-bTy`aELEIW$4|cXS-lR!aDWeXAEaQmz+{@ zc8m4%3A*cBxFVMC+3Aqp{ov=KiRR)jazu5sc@{gQu1>f+E!UJQWLiIi>u14~Z5$hN zs%0idirrCVQFL$;V0v<%r6fN`NJ8+t31_d`2NTXFIKd?N&4iQprk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E1o(uw)-y0{U|{(C`7?ug;Pr);|IbA;r1UTZmow-(fByPq|Ni|zh5XFt zdVmy9NswRge*|CCBeIx*fe)yZZ$G02Yp@DXP^`o?q9iy!t)x7$D3u`~ zF*C13&(AeP!Bo%id-M0nKowh3BRtbQJ+&A(fE-o^DMnTXMj*=zh^3)yke@UdnZe>r zK(-+x69XTRjsoJ$b{4RB29ON`%gPuTUI4ugqfxA607^_?XJ7%UGcYnXU|aw(6J#Ij z0*E=2fNT(80-DMMRvBbz0c1gS85$UXWUD%NsHAQT&IShU3{MxwkO=p;(-`}k6?j?` zUAsU3|9}5=b6$|ftT)qQ^gib1OuJqqrs#B|ex-B)^MdtEPBlkjZ}CVe9o0Dd!*{~8 zsq!BWzMiz@xR&l2mm@iUm?wk@x*wbGzQXSNKWT?YN{h`d-E)5Bd@P?~j;Z=)?uPi3 zKjI8_tp_rB6|Gr*T;iSDz5PF1!L%^<3E$5!FZiOh;A?z?!sKEGfyjl=8BFSCb2Qjw zdwwWoklM=Nd4a3usZo0klfvJOJEyON;IWr@rboEOp2i4c%GC zt}(fmN#buk+X0~oM-5n00{?z|`b+nL^4$h$hPw@N0!eqi6fM#%tM2Q}P^`-fRCX_{ z-lUQla)n7_>C_p|T6T2qU3Nu?$05#bljTL3fSjLMJiQFBr9;0nH5fM?Yc{%bKSV+Q z&S$O^vBRPamY=y4ER{2CINCK{a2c$B!1UnV|FwHqm=AEerb4VZk)3 zCL@2P$q5V!XWsKC%Dv&;$2-At2UCgjAG?HIJH?;Y@VzkqAL!i1TC-q3+ne9~uQx4h ToWb^?5fopZu6{1-oD!Mlqj}Ffe@n{Q3Gq%m3%18B%%}g3B3nof*snfl4^$%3TFgTqQw% z!T(`^Vbd9%^FUF~0*}aI1_r*vAk26?e?rK(-+x69XTR zjsoJ$b{4RB29ON`2|x_e52I16WB`W61a<}%puB;Ru>s=(h?yYutP3FKOaih&fC*>{ z6If-Cr3H`$)n#a40Fq5!qIM+6@9!BPv&GZJF~q|E?S!{{%?2E<3q|vO|I@eG;IjU- z+2p_9OqPiCeQ|!q+rJ^famz}#n7T!-_s`5W+rBnj&9XJGarJYTV~Pr^GS@hyMi%HF z|Fn729##XFJ+nCquKk=){Nq;Rsd|pW>F=4|StVRq@%3DEd(Owj&LWRxzIZWme-ydV gypv;oMN7&#@toU=50X}VNd&pg)78&qol`;+08mYqL;wH) literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hop.rsi/inhand-left.png b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hop.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..adaf129c1dc5a867f5a001732731aa57bbc941c5 GIT binary patch literal 618 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1k1^9%x)-y1C{`~p+Ld*Z>q8U$Nv;eZ8x(p2rK(fh8)Q$xC{XGL@-t}~G42f`mJI#@=Re{GPko(kM{Xe&Zgcfej zyz|F(zFX=go2J#8f0Z>o8YeV~aMWvRwA+2HUbLF|?X%6Fl`3PGuVZ_z>K|pq%+aC6 ze_2Uk+BH+-IST~&U)|L?c=HIiR{!U|KigQ+h3i|&#P6-y@?GZ?kN%7Dr+2sQ4KQP9 z3VXWawZSPikAl~!s~Lf`!`GYt%}=p8T$r73UwDe9hkz2Rra;gHCPmi5#&i3-odOk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1k1^9%x)-y1C{`~p+Ld*Z>q8UE(|j!oJg$MGf~;-(ry zOb>%MQ$vUT>qs$`1MNS3_Ea3TjAj*_ez8YcKd$iHHQgmL0aBO#ezw1Fw)ozi1)F0TK5qWR%P}{%X;O#Te&^KP4-EAR7#}i;3+P>7nx{Xl zrLiO0>yQfvQ@4N=^wHoJ<>8y*+1eG_F+PS#lsqh|LQq#;j^ErKM41hL@8& e=e!R=0jI?8@9O>_R<*AOk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xZeU<2XJGh$F8caH%Y(-+T)XwSt!Mh86&o3Jof*sn8B%%}JTn-A zfl3%se@OvJ2ELLYzu^DKfWh^^ofAMA&H|6fVxWTkAk1jN8ms~o6f1F!C<)F_D=AMb zN@WO0%*-p%^K%VRFx4~s-u!(sP{o$i2+uT6Pb~%xAcvJfijkFp5ypHQw~=@5C4we*UY=Go^yvFoM= zs@Ke(#JzT{;jyfV;Y^SBY(G`?o+o~y!#jbQ_nG$GxAs0hvGJ4B+<2y4!kdb=)OM;?zCEdc5wP z?>&xRO@x=PzCtU^Og9ZPt z_i(j5@Nk&dXEq~ugSCf6Q+^hs)Tc*vMhE1Q3}fTs>gTe~DWM4f%y~l5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/icon.png b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0b1102585303e511e6d0a0a50ba49829216f20e3 GIT binary patch literal 556 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCilI0(?STH!v`iGcf!=7k%*fg=@DSUteh1)-!$4ij54q&J5;(3@JSfo*4|m zKqUF85kKGFfM?Y z39^rM0mPh1KsE?40ZnBBs|>QV0J5OE3=IrGva(VUE6;JV<^q}ho-U3d7XEMhc!ii0 zIa&oT{)v27f45=Ak!5cfzQ)X{{q#}fM|Yi2z;`2|Tqc%jUhjMv5BP*E5J>$Ze3fa7 z|IQn79qI|PFKxd)TF&U<5gKK_(rd@Ojq4hgG^kw>i4&`fT)y_sY%_;rU#*!Y6|nVj zuKit<-{l~GIjlVYme8{uzf7MUXUSU|>6&}M`Y)sCXW1=p^^*;lk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xmNPJ1UugONT=c=?7p~oUylBP7ww~!5fU>&I4Ca9hDLo9H84STd zRSfRVSNMSxUrCT(@PA~$;CkTB37`yTfk$L9P{BbEX529``z=sVti&~6n999M?Mpgz!Aj=DgrJ-z)-!vGR z!QxCnwjm=E10Rr%0^-be7O;2*kPQMi%NQA60D}NVqgcrRl$gNIzyeffU}S8-xBy}% z$UfEu5OXF0*&x6KG?fXgGRV>b$b#xJG%x_k3hrDTv7XNiE{-7)?r*1^7HTpO zU}v|($eIj$(zX<{@4V;b~Gxm$k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xmNPJ1UugONT=c=?7p~oUylBP7ww~!5fU>&I4Ca9hDLo9H84STd zRSfRVSNMSxUrCT(@PA~$;CkTB37`yTfk$L9P{Do>X0%`pRsjl%mAFQf1m~xflqVLY zG6W=M=9TFAxrQj1>KT4-{yrI~VoPd-XPT#{76S*6!^$AV$jZP7WO)IxG?WeUn+78@ zSeyySHe_UC-~-Z8K%Cjm0v68zvO!>386(3BU=YA)6e}5k5);@NSb*vbjEoH!7eLGe z*~hv7V$LKW8w8kurZRz523cAFSx{Yu1_mJ6s?HrMsT+f{fy}p_E{-7)?r*1g@--Xq zxJo)@3Kji-ZC0ixy;7x(m)m|7&$a7^*SylSabeYB2wA}Nz?A9EGsD{^kGr04($`*- z7W<*>>?WxjUSg~p#k!C6NGNnaoa4LKxsaK$to)>9chkw5q=QGc*4(T=cXP|TK+gTL z`Pb)c`Z;x@(Awx-B@b@u{D`W#w3PXLT4U+I59gM7v(M9&tthv!zrlDq&2fW+-S>o> zN;`VFLKs#!ur_e*U^w6G?9_Th)!At=r;0PvLO9Xb0u*cB=WC=AvZCStM}8;PNs0>( pSqboPifRe)a^XZ#L)l% literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/meta.json b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/meta.json new file mode 100644 index 00000000000000..ee6f101ee9592b --- /dev/null +++ b/Resources/Textures/_Harmony/Clothing/Uniforms/Jumpsuit/hopmesskit.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by TadJohnson00 and Timemaster99 for DeltaV atcommithttps://github.com/DeltaV-Station/Delta-v/pull/1501, resprited by CrimsonJupiter for Harmony.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}