From a405f638a7a67870ab5ef98a0b451682924cd728 Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Wed, 14 Aug 2024 19:43:17 -0600 Subject: [PATCH 01/19] Adding in new clothes for testing --- .../Floof/Entities/Clothing/Uniforms/misc.yml | 30 ++++++++++++++++++ .../equipped-INNERCLOTHING.png | Bin 0 -> 384 bytes .../Uniforms/loinclothblack.rsi/icon.png | Bin 0 -> 250 bytes .../loinclothblack.rsi/inhand-left.png | Bin 0 -> 269 bytes .../loinclothblack.rsi/inhand-right.png | Bin 0 -> 266 bytes .../Uniforms/loinclothblack.rsi/meta.json | 26 +++++++++++++++ .../equipped-INNERCLOTHING.png | Bin 0 -> 374 bytes .../Uniforms/loinclothwhite.rsi/icon.png | Bin 0 -> 241 bytes .../loinclothwhite.rsi/inhand-left.png | Bin 0 -> 300 bytes .../loinclothwhite.rsi/inhand-right.png | Bin 0 -> 295 bytes .../Uniforms/loinclothwhite.rsi/meta.json | 26 +++++++++++++++ 11 files changed, 82 insertions(+) create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml index cb2be73256a..a7d7c0dff62 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -12,3 +12,33 @@ sprite: Floof/Clothing/Uniforms/loincloth.rsi equipDelay: 0 unequipDelay: 0 + + type: entity + parent: ClothingUniformBase + id: ClothingUniformLoinClothBlack + name: black loin cloth + description: A piece of cloth wrapped around the waist. + components: + - type: Item + size: Small + - type: Sprite + sprite: Floof/Clothing/Uniforms/loinclothblack.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/loinclothblack.rsi + equipDelay: 0 + unequipDelay: 0 + + type: entity + parent: ClothingUniformBase + id: ClothingUniformLoinClothWhite + name: white loin cloth + description: A piece of cloth wrapped around the waist. + components: + - type: Item + size: Small + - type: Sprite + sprite: Floof/Clothing/Uniforms/loinclothwhite.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/loinclothblack.rsi + equipDelay: 0 + unequipDelay: 0 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..0d14beea01b32ed1778e44d3dbd10b1c3306ab9e GIT binary patch literal 384 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*Lh2H5mxB zK6DrM7nIfrDipL?7uV8t$mE&Gvd+1!#v(^jxc_cX)`f`QHmG1S&Pf@0--XqN2c9&uXwaW9`(N z|JRp1&`43MsbWbJTXo90<-5cVYvYH@8I%qMPn~X^-1C~zd+q$Hw|}b`4g_guzh^Li t^Eq-zTd6>u0V9CJHaE(DcW1;wj SW&$chC^2kcXJ9apdcbIYKzxGc R%4;zo8BbR~mvv4FO#p<4O-29! literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Uniforms/loinclothwhite.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..02eccc8d6c39d2259c1f29d141433eb197064eaa GIT binary patch literal 374 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*Lj$wI~R* zK2+y@s8e?A_xy$%m10iJw{tgkwp#dX{C8Qh`*@9HkK43+yYIzt1C7T5V#3eueE)l2 z&%OF6<4^hi2SQK0d6xc^KeusCalfHf%YtjOvetgesB`;g;K1Q%=yo;gYE&`%hEwuv z9-6i5y*1x4g#A3sFlkCqkf!UTJB({S%>>!e(EebuYlV6K-1El;u-FL_DpX|VCSUobC^z>f)syeRC#IM!O8GIm0=GT c^N0Aaj7J_b&W{)FNCU}wy85}Sb4q9e00HcSrT_o{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb3ac34663d4e2c162d571d0ccf908234b8c96a GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%VKQA>;=m}&{W7@#Mh;9@Tzd~Ta z_c%|Z%MV!?82Fjal$kL<5Z`~m{thq026hI94JHS;m!1)y5GJG)0Mg{?>gTe~DWM4f D1Ho5F literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7e78e7fc79fff0d36e61a529dca82cc9d4dca2ef GIT binary patch literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@vM&LvSIw#61u8}d4L@J+z5dze?fz%AvI#wb-)rY{ z8XQ}p63Kd@dcDd`z68-jSpf|7Uzz*ZD(-Jz_d09!rb#KG_sST$1kg=F;d?&&&dk7& v!)LHtp5X&GgYoN$ZyD2$OH=_Br8CzsluQ?&@b~(s9UwiPu6{1-oD!M<7#3Tw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From 49fe11b2ec76b12dff19875bbab0cd468f6e2657 Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Wed, 14 Aug 2024 20:05:35 -0600 Subject: [PATCH 02/19] Typooos Signed-off-by: Dakota Haven --- .../Floof/Entities/Clothing/Under/under.yml | 22 +++++++++++++ .../Floof/Entities/Clothing/Uniforms/misc.yml | 29 ++++++++++-------- .../Gloves/plainwarmer.rsi/equipped-HAND.png | Bin 0 -> 387 bytes .../Under/Gloves/plainwarmer.rsi/icon.png | Bin 0 -> 229 bytes .../Socks/plainsocks.rsi/equipped-FEET.png | Bin 0 -> 367 bytes .../Under/Socks/plainsocks.rsi/icon.png | Bin 0 -> 239 bytes .../plainthong.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 344 bytes .../Clothing/Uniforms/plainthong.rsi/icon.png | Bin 0 -> 227 bytes .../Uniforms/plainthong.rsi/inhand-left.png | Bin 0 -> 371 bytes .../Uniforms/plainthong.rsi/inhand-right.png | Bin 0 -> 399 bytes .../equipped-INNERCLOTHING.png | Bin 0 -> 437 bytes .../Uniforms/plainthongbra.rsi/icon.png | Bin 0 -> 263 bytes .../plainthongbra.rsi/inhand-left.png | Bin 0 -> 371 bytes .../plainthongbra.rsi/inhand-right.png | Bin 0 -> 399 bytes 14 files changed, 38 insertions(+), 13 deletions(-) create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-right.png diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml index 9222edade62..17f91574f72 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml @@ -8,3 +8,25 @@ sprite: Floof/Clothing/Under/Socks/codervalid.rsi - type: Clothing sprite: Floof/Clothing/Under/Socks/codervalid.rsi + + - type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksPlain + name: plain thigh-high socks + description: Just a plain pair of thigh-high socks. + components: + - type: Sprite + sprite: Floof/Clothing/Under/Socks/plainsocks.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Socks/plainsocks.rsi + +- type: entity + parent: ClothingHandsBase + id: ClothingUnderWarmersPlain + name: plain arm-warmers + description: Just a plain pair of arm warmers. + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/plainwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/plainwarmer.rsi diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml index a7d7c0dff62..dbdc9b08b8c 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -13,32 +13,35 @@ equipDelay: 0 unequipDelay: 0 - type: entity +- type: entity parent: ClothingUniformBase id: ClothingUniformLoinClothBlack - name: black loin cloth + name: black loin-cloth description: A piece of cloth wrapped around the waist. components: - - type: Item - size: Small - type: Sprite sprite: Floof/Clothing/Uniforms/loinclothblack.rsi - type: Clothing sprite: Floof/Clothing/Uniforms/loinclothblack.rsi - equipDelay: 0 - unequipDelay: 0 - type: entity +- type: entity parent: ClothingUniformBase id: ClothingUniformLoinClothWhite - name: white loin cloth + name: white loin-cloth description: A piece of cloth wrapped around the waist. components: - - type: Item - size: Small - type: Sprite sprite: Floof/Clothing/Uniforms/loinclothwhite.rsi - type: Clothing - sprite: Floof/Clothing/Uniforms/loinclothblack.rsi - equipDelay: 0 - unequipDelay: 0 + sprite: Floof/Clothing/Uniforms/loinclothwhite.rsi + + - type: entity + parent: ClothingUniformBase + id: ClothingUniformThongPlain + name: plain thong + description: Is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/plainthong.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/plainthong.rsi diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..db958515ecdf8bf03ec2ba362291a41bf5a6d2f7 GIT binary patch literal 387 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*OhnYgQ0w zcv$?6^-T`D+~ITI3SY;_H#^Rwp)EGTB9aaayZd^WT=`nSI8M(}hgg{xb` zvl`ZxGBOfr~%E`mR2lo;czAzg$K|mb=%lvK-Xf&!xb7 zviZ{?9lxg3I@1P~rS7`#4=>Gk|6bo+lh=gHE}-~_%BRMaC%?rur1I`&tm-+u?`nY5 zR7Q}7IZPKe3+Ko_2x+KMyB~BU?oaO4Ifs^2J4AIH-Q6H}lRu~3V}9zopr0OI$23IG5A literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..992a3d65b0b09d2742ada06b1ec1b19ca6391e1d GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%|ofnqt#T0(J`&=Y5wGWAy-yv{nK%0U}O<+U|`f{5Uk`~KIM+a zZ7z#s7KRv0dxqJ94hO^ceCA> g#KfV{&@eNrCG+mVhh5hf0bRl1>FVdQ&MBb@0Hoki6#xJL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..57edc2a527a77801bea828bdd7c50d132809cd9c GIT binary patch literal 344 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@h0|MJM-?+_e*v-;B$@+g*tj!O<6Ra%8leNQv`mlh8vX!f*206X| zzS&gy|7*UC)-(71togG}dBG~NyN_$Ek5YXuv*-M~ z6@P-AFRXr>{_L|j7GqI_8qU9({=K=r*nCEi(R=Affin-wdDvXLI`8(grVFQvDitqH l`u?VAVs-)t6HMFmwdM<^TTXc4JjEO&@6dc3%Jh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7fcff5579aea108cf425cac8b447c471a89e648b GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%mV8Fq0 z;pmd(3#6w0p0CUm>vvHiD_hIUT6lBBk$n%9XLe3iWf5>-V1y8R7-vN8+8y$Hzt02B zB|>p=jWd_7O3LPaKBt2tItG2m%^ zIK5ioo9cIa-VWJ9et+|`Cd~^xf5f^^{1jOfW0Rg%Rcr~=g9ZFpt8+T%e!2Lm#h+}p z=ia`P%n+{EBeX!rd-9Uh$R-Dku0txBvEk*?3)a1U- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ba71aea082070d3c2d882a1ba2b79289f5daff35 GIT binary patch literal 399 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*QIKZ8Z>J zxvOK!WH|6YTjvzxlqi4Q)%>o;hiA*PDljl|I502?G%&CrGaH_- z*WkMSeeT9jpKP{&wwcM(@crJl+-h})$Z2d0uXnjg-mpw(D3EcNVo+rHeKuxVtKl|I zhNQeJ?u@T?{o|gq?B&M`p`ntVXFkt4Cx5}Dm+^o_-yi?Tc;<}T*V+;j*61*FO#Lp} zu`m855ond&eOK+c8gUUNIk4fwW=OjJvyj4-F!Z*N%(H5mvr zJY0G)_=p?#syj_y{i{W{FIaTp*c_+XTQ4QfNK84j>Bo=l&1sYKZ{(;g3<&-CTmxtg z3`j_(MrPgKcJ#*gYl(B^8|DbTQ2#vZkIc`_jKALRVO;YmeX0Y8}b zU(Z>~H1}j**ZRN2^+GkbjeFfLnBAzf@}o-2olgp9T&>vm%jZH8&t&fe&z61*k+=7* zRy#&Kn-jyN*m8aIan{aKzsY(RWJ6-FZ)OS!T{`W?7Du4XJ%M}kJJuG>`m0cQ zIEw>`{$@$avGQ~3hD1KUfj zH}!p$TXgBA{=7zs#rs_hW+^Te$&)-ZN%)MZN&^GawI~K3j=cv>KDA~7UB}?*>gTe~ HDWM4feMDr{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..bdbf35325f54089b6c158805e5ddc9220e737c5a GIT binary patch literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@ItG2m%^ zIK5ioo9cIa-VWJ9et+|`Cd~^xf5f^^{1jOfW0Rg%Rcr~=g9ZFpt8+T%e!2Lm#h+}p z=ia`P%n+{EBeX!rd-9Uh$R-Dku0txBvEk*?3)a1U- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ba71aea082070d3c2d882a1ba2b79289f5daff35 GIT binary patch literal 399 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*QIKZ8Z>J zxvOK!WH|6YTjvzxlqi4Q)%>o;hiA*PDljl|I502?G%&CrGaH_- z*WkMSeeT9jpKP{&wwcM(@crJl+-h})$Z2d0uXnjg-mpw(D3EcNVo+rHeKuxVtKl|I zhNQeJ?u@T?{o|gq?B&M`p`ntVXFkt4Cx5}Dm+^o_-yi?Tc;<}T*V+;j*61*FO#Lp} zu`m855ond&eOK+c8gUUNIk4fwW=OjJvyj4- Date: Wed, 14 Aug 2024 20:20:04 -0600 Subject: [PATCH 03/19] ClothingTests Signed-off-by: Dakota Haven --- .../Floof/Entities/Clothing/Hands/miscgloves.yml | 14 ++++++++++++++ .../Floof/Entities/Clothing/Under/under.yml | 11 ----------- 2 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml new file mode 100644 index 00000000000..692ec157d75 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml @@ -0,0 +1,14 @@ +- type: entity + parent: ClothingHandsBase + id: ClothingHandsPlainWarmers + name: plain arm-warmers + description: A pair of rather plain arm-warmers + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/plainwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/plainwarmer.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-black + - type: FingerprintMask diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml index 17f91574f72..a0eaf3150dd 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml @@ -19,14 +19,3 @@ sprite: Floof/Clothing/Under/Socks/plainsocks.rsi - type: Clothing sprite: Floof/Clothing/Under/Socks/plainsocks.rsi - -- type: entity - parent: ClothingHandsBase - id: ClothingUnderWarmersPlain - name: plain arm-warmers - description: Just a plain pair of arm warmers. - components: - - type: Sprite - sprite: Floof/Clothing/Under/Gloves/plainwarmer.rsi - - type: Clothing - sprite: Floof/Clothing/Under/Gloves/plainwarmer.rsi From 7970b6e83ff534ac3bf82f16df2ce73307d2a7e4 Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Wed, 14 Aug 2024 20:29:52 -0600 Subject: [PATCH 04/19] Clothing testing Signed-off-by: Dakota Haven --- Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml | 2 +- Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml index a0eaf3150dd..e5d5e542260 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml @@ -9,7 +9,7 @@ - type: Clothing sprite: Floof/Clothing/Under/Socks/codervalid.rsi - - type: entity +- type: entity parent: ClothingShoesBase id: ClothingUnderSocksPlain name: plain thigh-high socks diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml index dbdc9b08b8c..392800e436c 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -35,7 +35,7 @@ - type: Clothing sprite: Floof/Clothing/Uniforms/loinclothwhite.rsi - - type: entity +- type: entity parent: ClothingUniformBase id: ClothingUniformThongPlain name: plain thong From c0c28bb52c5286f8434b09180937e48a1e389bdc Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Wed, 14 Aug 2024 20:38:51 -0600 Subject: [PATCH 05/19] More dumb clothing testing Signed-off-by: Dakota Haven --- .../Under/Gloves/plainwarmer.rsi/meta.json | 26 +++++++++++++++++++ .../Under/Socks/plainsocks.rsi/meta.json | 26 +++++++++++++++++++ .../Uniforms/plainthong.rsi/meta.json | 26 +++++++++++++++++++ .../Uniforms/plainthongbra.rsi/meta.json | 26 +++++++++++++++++++ 4 files changed, 104 insertions(+) create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/meta.json diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Uniforms/plainthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Uniforms/plainthongbra.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} From f6bac8e7f342194cc84534335a8326af54b8768c Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Wed, 14 Aug 2024 21:00:01 -0600 Subject: [PATCH 06/19] Signed-off-by: Dakota Haven --- .../Clothing/Under/Gloves/plainwarmer.rsi/meta.json | 10 +--------- .../Clothing/Under/Socks/plainsocks.rsi/meta.json | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json index ef52845d5fa..37f776f6ebb 100644 --- a/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json @@ -11,16 +11,8 @@ "name": "icon" }, { - "name": "equipped-INNERCLOTHING", + "name": "equipped-HANDS", "directions": 4 }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } ] } diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json index ef52845d5fa..49ecbcbacbf 100644 --- a/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json @@ -11,16 +11,8 @@ "name": "icon" }, { - "name": "equipped-INNERCLOTHING", + "name": "equipped-FEET", "directions": 4 }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } ] } From 9f046a9a4227a4a2cc787fc20567c437a133880a Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Wed, 14 Aug 2024 21:08:24 -0600 Subject: [PATCH 07/19] Signed-off-by: Dakota Haven --- .../Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json index 37f776f6ebb..6ed762f478d 100644 --- a/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json @@ -13,6 +13,6 @@ { "name": "equipped-HANDS", "directions": 4 - }, + } ] } From 1a0b5a6e55999fb834d294700773fbb12ffe7dd5 Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Wed, 14 Aug 2024 21:13:48 -0600 Subject: [PATCH 08/19] Signed-off-by: Dakota Haven --- .../Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json index 6ed762f478d..f6904e7bf3e 100644 --- a/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/plainwarmer.rsi/meta.json @@ -11,7 +11,7 @@ "name": "icon" }, { - "name": "equipped-HANDS", + "name": "equipped-HAND", "directions": 4 } ] From a976777adf70614ca64f01898eea2c31e2861500 Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Wed, 14 Aug 2024 21:39:15 -0600 Subject: [PATCH 09/19] Signed-off-by: Dakota Haven --- .../Entities/Clothing/Hands/miscgloves.yml | 45 ++++++++++++++++++ .../Floof/Entities/Clothing/Uniforms/misc.yml | 33 +++++++++++++ .../Gloves/beewarmer.rsi/equipped-HAND.png | Bin 0 -> 591 bytes .../Under/Gloves/beewarmer.rsi/icon.png | Bin 0 -> 309 bytes .../Under/Gloves/beewarmer.rsi/meta.json | 18 +++++++ .../codervalidwarmer.rsi/equipped-HAND.png | Bin 0 -> 468 bytes .../Gloves/codervalidwarmer.rsi/icon.png | Bin 0 -> 282 bytes .../Gloves/codervalidwarmer.rsi/meta.json | 18 +++++++ .../Gloves/coderwarmer.rsi/equipped-HAND.png | Bin 0 -> 468 bytes .../Under/Gloves/coderwarmer.rsi/icon.png | Bin 0 -> 286 bytes .../Under/Gloves/coderwarmer.rsi/meta.json | 18 +++++++ .../Under/Socks/plainsocks.rsi/meta.json | 2 +- .../beethong.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 382 bytes .../Clothing/Uniforms/beethong.rsi/icon.png | Bin 0 -> 238 bytes .../Uniforms/beethong.rsi/inhand-left.png | Bin 0 -> 372 bytes .../Uniforms/beethong.rsi/inhand-right.png | Bin 0 -> 380 bytes .../Clothing/Uniforms/beethong.rsi/meta.json | 26 ++++++++++ .../coderthong.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 517 bytes .../Clothing/Uniforms/coderthong.rsi/icon.png | Bin 0 -> 323 bytes .../Uniforms/coderthong.rsi/inhand-left.png | Bin 0 -> 381 bytes .../Uniforms/coderthong.rsi/inhand-right.png | Bin 0 -> 367 bytes .../Uniforms/coderthong.rsi/meta.json | 26 ++++++++++ .../equipped-INNERCLOTHING.png | Bin 0 -> 367 bytes .../Uniforms/codervalidthong.rsi/icon.png | Bin 0 -> 241 bytes .../codervalidthong.rsi/inhand-left.png | Bin 0 -> 355 bytes .../codervalidthong.rsi/inhand-right.png | Bin 0 -> 343 bytes .../Uniforms/codervalidthong.rsi/meta.json | 26 ++++++++++ 27 files changed, 211 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/meta.json diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml index 692ec157d75..75da4e22a9c 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml @@ -12,3 +12,48 @@ fiberMaterial: fibers-synthetic fiberColor: fibers-black - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsBeeWarmers + name: bee arm-warmers + description: A pair of rather buzzy arm-warmers + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/beewarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/beewarmer.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-yellow + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsCoderWarmers + name: coder arm-warmers + description: A pair of rather nice arm-warmers + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/coderwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/coderwarmer.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-white + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsCoderValidWarmers + name: coder valid arm-warmers + description: A pair of rather nice arm-warmers + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/codervalidwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/codervalidwarmer.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-red + - type: FingerprintMask diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml index 392800e436c..cebf8136b47 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -45,3 +45,36 @@ sprite: Floof/Clothing/Uniforms/plainthong.rsi - type: Clothing sprite: Floof/Clothing/Uniforms/plainthong.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformThongBee + name: bee thong + description: Is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/beethong.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/beethong.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformThongCoder + name: coder thong + description: Is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/coderthong.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/coderthong.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformThongCoderValid + name: coder valid thong + description: Is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/codervalidthong.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/codervalidthong.rsi diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..dbac4c347630415973dafab89a7fccec13ed8085 GIT binary patch literal 591 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@Bbk^t#;r1^XcjNGwXx|Wj1LtDKMZTgBw}bPO#6pSGRIg!@9@L$BSk6%RB56_*>Gb z5$CL)>+*3|jpNMo6@6>ho3qT_qS|jfkNNDvO`lGF+WO%pw}X1_%OkNeE5$oH{yK39 zFVdQ&MBb@0ACp7>i_@% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..123c63ff8221004dc4989fd6b78afb8d92dd66fd GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%YMU-|t9JrhTER47(&>X;7k^g({lehs>gTe~DWM4fx?ptx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json new file mode 100644 index 00000000000..342a11922db --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + ] +} diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..80080f541ee5e19208d33dd152ddc9506a6d9e7b GIT binary patch literal 468 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*T3+J!~M- z`f#z@36{76nt2NkeULh*GSexzVp2t~f-9HkH>Q~i9>u|&6A}+SGS>TYf0oip|Mn>i z8;i@=?z95hhXR;V)BbI``>JMVhRpH2m4~l<+xpu(w_ZG9!#(r!{*#uxpC8Zr_o+h?2a;~sNVfQq-@@OoA*m)`SJ;y^5jkJ)ZsZ~0fu z7nHJ>_1STMmAe_UXKwd$Taj;E?0L%4Yci{Wech&0EN6lzth&3(>)GLU0k~ZUqF(dQ WF8wv(&r^;`AVE)8KbLh*2~7a*WVbf} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d44dc4379d4a644865ce361b64fa030cd24a5d67 GIT binary patch literal 282 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%GH9_y9vY2i@`wT)vp$$0Tc{Bc5Z z0uWSueJt*LxL2EnS0$7`j{QK*;R6Q_Y)E|_=9bia_4w`I_RP%8feRfF!Z*Tc#9X1eX zdw5=2e$kfS0bZJWo%w?1E1#aX*skN9fRo12-_zurX1~-*=;-`vtaM?|=IL%W#?x4X z($jW5eF3x%1w?d6EcU$gh`Sli!gdN>!&``lrZD%S!+Kn@9}=uaQ3%ZCF5ni8RhI-PR+l=xKea(|Hn5C zlWY%cWe#%ve^t)l|Fo!3g;M>AQ|81^3i{r6_5On`+|!~@28$N$yPf^?xdID{i_kba zZO`}4PrtH8oBP1$d*_X_uDP;bU=)>An0x<*9DjB8RY~vS=l9sc|Fb?@udgyUvpsQ3 z*xZdKwWy{lB5x=L*?rw-{CPC03nhT(0+F$N%pgv%VGxFv0EGarFoD X`kXHl>Mpl6fdoBW{an^LB{Ts5$zr#4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e5f1df3dae912835d1b41185e0b0210431a0d055 GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%gTe~DWM4flRIc= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json new file mode 100644 index 00000000000..342a11922db --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + }, + ] +} diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json index 49ecbcbacbf..bbd45032fef 100644 --- a/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Under/Socks/plainsocks.rsi/meta.json @@ -13,6 +13,6 @@ { "name": "equipped-FEET", "directions": 4 - }, + } ] } diff --git a/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..2ca46217a259f0d684126ec8ec9a8babdb408b47 GIT binary patch literal 382 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*Lj$9Wvl? z2z2+6VbE+(OiIzp@rhyTG%o1z%QD^s+`|EWaG)_>aUC=88<4m<=M?#?*7?weuG!WlD%(_ zhJXDXwcw{-Q%6lv_|`9(cG+wz)?8_I{`hQnzRmWZZxk!+&y`eG?b^sT!?o@o6Besb zgg!)Xncn;BZRwQ1j@@_Ev=ew(R?jJ8SK(4RQuNhw$wzaC9PeFE!gi+e@;JiuC2ac0 X#9L%I;n(JU3qWF?u6{1-oD!MhL0xIZH)P{-{ncR+pIPQJ?|46 z=Sib{J~@ b6b6QvgrbP0l+XkK0(Muo literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..65f714bdc81eceefe347ec5f90a04a68414cdd96 GIT binary patch literal 372 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@kCYY5{a0?yQ^h2pFl{gW9E_@lTI%E|FGfn^3!uw;|+}e z7PA0N!2%*WQ;oJde<;$pe6dMxp_D_{+^^5KOE*la*{rQ_SHGw^V8VMfprB_^{jQUz z^Cu*w@BEn;e!%FjT?V@+S6tNrZ9DDohQ)FQ{k@)-9{%FITGg;zGhi!w#T=%X7A)2w z3$5UMkej~1%;BW;A3a8|dk1!;)r*4J1pH{s>I QOKu>pr>mdKI;Vst0NH7M$^ZZW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..d70c59c52842335f662370c2971310e4793b2a79 GIT binary patch literal 380 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*OhnJruyx z^3XVhN1!utg~rN^l@Uyxk`m2Yy1bd05^6%WD=!2(h;jIRJn^1!-Wq@P*PdlJu1(Pf z+JprtEZlW0Do5#~t9Mrt!>wJPioSbfTPWr1=3&Tw`-0EQ$Kig0BIgUK?bG*8yIsuX z6dgWo$r+bkt`EKYZ|ypjxhva__u08Ah3O71H_m5!UH<;~&ZI3?drvX$kbizItKt(w zO$!z~QG^}@|Fx=npth@`p-y&vBfH2^=7{X`kCrV|H&JPj{2suv)78&qol`;+0GD2Vy#N3J literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Uniforms/coderthong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..651618d7655a3283303dbd86b1cfbe405dfc21c3 GIT binary patch literal 517 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@bg?*PQcQxMRyLeb3R}2#qyBjH@<19kz%5}9nLw%no91|T5}`Pj&J<5ou#vX zURrwihR%)$_WdmkED8*a91aXj0u2nx?cd`rnfM-yyDoR@=VZoLmrlN}n%c8>o$Z#- z&C3q#EW2zn>3L;R=(bru9T`erE_rLMBQAMsA2Y+6eRgLVOg=YPIn>^G{PHJj;(LBkmV3*MAMWx?rXycfyM` z4sWt9oC}F$eRb)tol2RgOnpa2YN4bG1EXBI>$v3 z-z-dV$+WFEwL&>|HnSI=Pn=nNr1_1ki%W{ObSnSGvr9NKU4$OT3#6Tz`E2&g@ADLt z{%mGpHeg^jIPi{P&vy})Mv2?;G6$Bmo%a%2~!ZTPiEIU1Lf{ zEIUJoeCG`x=56Z=EaoXJtzo<>%J86Q@7mu?i;bBYG^R9vzE)}<-&C9s&yYItviic> z+4@C{i;bm(ZY^^R5wrZ7YjLz`vq?gU+k1ssQcjy)EuKElab`F!Z*OhnJ!Bxz z`mlI1mtt1RtPq_^jtPBJ&M-Dtu(zxT+R13xGJ7!>tH{QKXIt-=c1`!6-o4a%`KnLn zk23=8!UPANdunE0HaU07d+L+3OcK8q+;&c9TcDCJ=Fk(k_j}S(F0W61Ogyz0Za>zW zy;WR0RN$NX*|XN16N0L26P7X^J9Aab!R1I4|B176?lRxnX389}mA&VFNco+aj1QDp zFs(xtad2&T{d7(DQ!kyfJgb>{s+q5)x5YD0IrAVrno()nH?|jyTmLf^-;n;ndEnMR fh3_D(5B}OPa>d9_IQ;qGOAz1F)z4*}Q$iB}al3;1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..c37d5a3fb5f6fe248bafdd09ea1a518e883e274c GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@#nc$JxsagU_DkE3hx$wRcO}s>(>lJ>Rp|P7P5v zSMHg2DXw4b=*#7&esMc+Jd~cXh}*96=vfBAi6ZxNPpwhPZ+w*I@NVTFVdQ&MBb@0GHKu>i_@% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Uniforms/codervalidthong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..1c232c48f5eeed0e409a53a89ed9e75584ea59db GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@Luau8^H zc#}=olKHRMx{X(@C9ATlAJ5%ln&f<5(qLkm%|W$4Z~P8htBS~1&XDXnx^mT;oiacZ zuz(|{tJmk=-nH}l^sv4^CuIxnvF@#xGXGZf%4@EDHp`yxQK3_Fx}53`E5u&+JZC=N zxc(d8itp^Yr`LY@8=m)m`sR6eLwzopr07UV9BLDyZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..47ca60df4bfd887b1437ffa9548957eee40a4476 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%z zg()`l^$xv1CjU=!xwyc}azJ+mmPQuQ|_LG~JfMZhU#7JJ0|u zpy9sZm%XviEh~PmnDjG^(I+>3`t3(-3sUyoWLG97? zGu|EaW}Gx7_@Lea_s<_#D}J+wXdig2Cy=})`0^D^he^jO%=BN+Zx+B}6|&G&Mz6et z|3U{IuQg;1U|_v+mvzrxxz&6R-ah4c4pR4^dJp5?a)k-g`eKIQC#0acB>S#v zg7xOZY6`!u#T9*9Ve*$}!HqXhKj&>qWK+aq1F{es>xx?IH*yQUsm@}Vz#w#?o++!Y k|Bow(G+<|7IB Date: Wed, 14 Aug 2024 21:49:21 -0600 Subject: [PATCH 10/19] Signed-off-by: Dakota Haven --- .../Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json | 2 +- .../Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/meta.json | 2 +- .../Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json index 342a11922db..f6904e7bf3e 100644 --- a/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/beewarmer.rsi/meta.json @@ -13,6 +13,6 @@ { "name": "equipped-HAND", "directions": 4 - }, + } ] } diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/meta.json index 342a11922db..f6904e7bf3e 100644 --- a/Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/codervalidwarmer.rsi/meta.json @@ -13,6 +13,6 @@ { "name": "equipped-HAND", "directions": 4 - }, + } ] } diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json index 342a11922db..f6904e7bf3e 100644 --- a/Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/coderwarmer.rsi/meta.json @@ -13,6 +13,6 @@ { "name": "equipped-HAND", "directions": 4 - }, + } ] } From be46a14db4e922d4736e87af478bbcc12fa8331c Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Wed, 14 Aug 2024 22:01:56 -0600 Subject: [PATCH 11/19] Signed-off-by: Dakota Haven --- .../coderthong.rsi/equipped-INNERCLOTHING.png | Bin 517 -> 371 bytes .../Clothing/Uniforms/coderthong.rsi/icon.png | Bin 323 -> 247 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/equipped-INNERCLOTHING.png index 651618d7655a3283303dbd86b1cfbe405dfc21c3..e6d6d4c09c71357156011a7a6e05c6056f16464c 100644 GIT binary patch delta 285 zcmZo=`OGvSzMkQqr;B4q#jUru4EYWzh#V`7n9);cw!>QTv22wKKOLf&Y)|z%746F74)v=)Sm~EK!s-6tL4@&m%24k zX0Cv8{UrgP+GoX2K8s_s23f4({;JnjhR6Oqtut^do5FYEtC@o9vkZp&y*cOnKBS&~ m)OupO&iz{wO$a^AVpo|Ls~JyV<^CuO67_WTb6Mw<&;$U@q-&l4 delta 432 zcmey&)XFj;zMgS{r;B4q#jUru4D*^D1XwTlJBzxm)V&k1v}@6wgY2Bo7ksfizjP+10#n61Cu}lgL3=# zxJxF!$KtNb-TFD1@ztf1udAl^>|JNO<#Y4013Swun@oCMnG{;TZPrgmhSHZy-dgL3 zOWxYY%&=yk-B|{c&&^d1wKpEW{K*t(6#STrg7{QlDUrxh4E4EP^}E#}O1`F>`84C8dE-m7jN*7g}(Z?;KW#f;TMCpMQ%xEK z7C-m*y0Jl$O87i2#SPY(|LU(-c1ldUv*PC8_{B%3PSgu5czI~&f14U69wQ?ofz#__ z6BVvL7g^qT*YorL(_SYHZ0f$XFh+M=P!*gc{Cx4v0*D Date: Wed, 14 Aug 2024 23:40:21 -0600 Subject: [PATCH 12/19] Signed-off-by: Dakota Haven --- .../Entities/Clothing/Hands/miscgloves.yml | 75 ++++++++++++++++++ .../Floof/Entities/Clothing/Head/misc.yml | 11 +++ .../Clothing/OuterClothing/MiscOuterwear.yml | 43 ++++++++++ .../Floof/Entities/Clothing/Under/under.yml | 55 +++++++++++++ .../Floof/Entities/Clothing/Uniforms/misc.yml | 55 +++++++++++++ .../sexcompcirclet.rsi/equipped-HELMET.png | Bin 0 -> 318 bytes .../Clothing/Head/sexcompcirclet.rsi/icon.png | Bin 0 -> 210 bytes .../Head/sexcompcirclet.rsi/meta.json | 18 +++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 1718 bytes .../Misc/beltedouterwear.rsi/icon.png | Bin 0 -> 686 bytes .../Misc/beltedouterwear.rsi/inhand-left.png | Bin 0 -> 342 bytes .../Misc/beltedouterwear.rsi/inhand-right.png | Bin 0 -> 345 bytes .../Misc/beltedouterwear.rsi/meta.json | 26 ++++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 508 bytes .../Misc/sexcompbeltbronze.rsi/icon.png | Bin 0 -> 285 bytes .../sexcompbeltbronze.rsi/inhand-left.png | Bin 0 -> 433 bytes .../sexcompbeltbronze.rsi/inhand-right.png | Bin 0 -> 439 bytes .../Misc/sexcompbeltbronze.rsi/meta.json | 26 ++++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 496 bytes .../Misc/sexcompbeltgold.rsi/icon.png | Bin 0 -> 282 bytes .../Misc/sexcompbeltgold.rsi/inhand-left.png | Bin 0 -> 422 bytes .../Misc/sexcompbeltgold.rsi/inhand-right.png | Bin 0 -> 429 bytes .../Misc/sexcompbeltgold.rsi/meta.json | 26 ++++++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 506 bytes .../Misc/sexcompbeltsilver.rsi/icon.png | Bin 0 -> 284 bytes .../sexcompbeltsilver.rsi/inhand-left.png | Bin 0 -> 424 bytes .../sexcompbeltsilver.rsi/inhand-right.png | Bin 0 -> 432 bytes .../Misc/sexcompbeltsilver.rsi/meta.json | 26 ++++++ .../sexcompbluegloves.rsi/equipped-HAND.png | Bin 0 -> 902 bytes .../Gloves/sexcompbluegloves.rsi/icon.png | Bin 0 -> 391 bytes .../Gloves/sexcompbluegloves.rsi/meta.json | 18 +++++ .../sexcompredgloves.rsi/equipped-HAND.png | Bin 0 -> 851 bytes .../Gloves/sexcompredgloves.rsi/icon.png | Bin 0 -> 368 bytes .../Gloves/sexcompredgloves.rsi/meta.json | 18 +++++ .../stripewarmerpurple.rsi/equipped-HAND.png | Bin 0 -> 502 bytes .../Gloves/stripewarmerpurple.rsi/icon.png | Bin 0 -> 274 bytes .../Gloves/stripewarmerpurple.rsi/meta.json | 18 +++++ .../stripewarmerrainbow.rsi/equipped-HAND.png | Bin 0 -> 655 bytes .../Gloves/stripewarmerrainbow.rsi/icon.png | Bin 0 -> 365 bytes .../Gloves/stripewarmerrainbow.rsi/meta.json | 18 +++++ .../stripewarmerwhite.rsi/equipped-HAND.png | Bin 0 -> 456 bytes .../Gloves/stripewarmerwhite.rsi/icon.png | Bin 0 -> 257 bytes .../Gloves/stripewarmerwhite.rsi/meta.json | 18 +++++ .../sexcompblueboots.rsi/equipped-FEET.png | Bin 0 -> 1143 bytes .../Under/Socks/sexcompblueboots.rsi/icon.png | Bin 0 -> 453 bytes .../Socks/sexcompblueboots.rsi/meta.json | 18 +++++ .../sexcompredboots.rsi/equipped-FEET.png | Bin 0 -> 1064 bytes .../Under/Socks/sexcompredboots.rsi/icon.png | Bin 0 -> 430 bytes .../Under/Socks/sexcompredboots.rsi/meta.json | 18 +++++ .../stripesockspurple.rsi/equipped-FEET.png | Bin 0 -> 421 bytes .../Socks/stripesockspurple.rsi/icon.png | Bin 0 -> 272 bytes .../Socks/stripesockspurple.rsi/meta.json | 18 +++++ .../stripesocksrainbow.rsi/equipped-FEET.png | Bin 0 -> 666 bytes .../Socks/stripesocksrainbow.rsi/icon.png | Bin 0 -> 383 bytes .../Socks/stripesocksrainbow.rsi/meta.json | 18 +++++ .../stripesockswhite.rsi/equipped-FEET.png | Bin 0 -> 403 bytes .../Under/Socks/stripesockswhite.rsi/icon.png | Bin 0 -> 255 bytes .../Socks/stripesockswhite.rsi/meta.json | 18 +++++ .../equipped-INNERCLOTHING.png | Bin 0 -> 757 bytes .../Uniforms/sexcompblue.rsi/icon.png | Bin 0 -> 340 bytes .../Uniforms/sexcompblue.rsi/inhand-left.png | Bin 0 -> 271 bytes .../Uniforms/sexcompblue.rsi/inhand-right.png | Bin 0 -> 270 bytes .../Uniforms/sexcompblue.rsi/meta.json | 26 ++++++ .../sexcompred.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 693 bytes .../Clothing/Uniforms/sexcompred.rsi/icon.png | Bin 0 -> 330 bytes .../Uniforms/sexcompred.rsi/inhand-left.png | Bin 0 -> 269 bytes .../Uniforms/sexcompred.rsi/inhand-right.png | Bin 0 -> 267 bytes .../Uniforms/sexcompred.rsi/meta.json | 26 ++++++ .../equipped-INNERCLOTHING.png | Bin 0 -> 368 bytes .../Uniforms/stripethongpurple.rsi/icon.png | Bin 0 -> 237 bytes .../stripethongpurple.rsi/inhand-left.png | Bin 0 -> 441 bytes .../stripethongpurple.rsi/inhand-right.png | Bin 0 -> 451 bytes .../Uniforms/stripethongpurple.rsi/meta.json | 26 ++++++ .../equipped-INNERCLOTHING.png | Bin 0 -> 401 bytes .../Uniforms/stripethongrainbow.rsi/icon.png | Bin 0 -> 253 bytes .../stripethongrainbow.rsi/inhand-left.png | Bin 0 -> 437 bytes .../stripethongrainbow.rsi/inhand-right.png | Bin 0 -> 443 bytes .../Uniforms/stripethongrainbow.rsi/meta.json | 26 ++++++ .../equipped-INNERCLOTHING.png | Bin 0 -> 345 bytes .../Uniforms/stripethongwhite.rsi/icon.png | Bin 0 -> 227 bytes .../stripethongwhite.rsi/inhand-left.png | Bin 0 -> 382 bytes .../stripethongwhite.rsi/inhand-right.png | Bin 0 -> 381 bytes .../Uniforms/stripethongwhite.rsi/meta.json | 26 ++++++ 83 files changed, 671 insertions(+) create mode 100644 Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml create mode 100644 Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/sexcompblueboots.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/sexcompblueboots.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/sexcompblueboots.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/sexcompredboots.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/sexcompredboots.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/sexcompredboots.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/stripesockspurple.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/stripesockspurple.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/stripesockspurple.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/stripesockswhite.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/stripesockswhite.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/stripesockswhite.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/meta.json diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml index 75da4e22a9c..bc3cde0b85f 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml @@ -57,3 +57,78 @@ fiberMaterial: fibers-synthetic fiberColor: fibers-red - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsStripeWhiteWarmers + name: striped white arm-warmers + description: A pair of rather nice arm-warmers + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi + - type: Fiber + fiberMaterial: fibers-cotton + fiberColor: fibers-white + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsStripePurpleWarmers + name: striped purple arm-warmers + description: A pair of rather nice arm-warmers + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi + - type: Fiber + fiberMaterial: fibers-cotton + fiberColor: fibers-purple + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsStripeRainbowWarmers + name: striped rainbow arm-warmers + description: A pair of rather nice arm-warmers + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi + - type: Fiber + fiberMaterial: fibers-cotton + fiberColor: fibers-colorful + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsSexCompGlovesRed + name: red sex competition gloves + description: It looks like it should be part of a competition. + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/sexcompredgloves.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/sexcompredgloves.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-red + - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsSexCompGlovesBlue + name: blue sex competition gloves + description: It looks like it should be part of a competition. + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-blue + - type: FingerprintMask diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml index a3d2f4d0cfa..4fac780b8fb 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml @@ -19,3 +19,14 @@ sprite: Clothing/Head/Hats/dogears.rsi - type: Clothing sprite: Clothing/Head/Hats/dogears.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadSexCompCirclet + name: sex competition circlet + description: It looks like it should be part of a competition. + components: + - type: Sprite + sprite: Floof/Clothing/Head/sexcompcirclet.rsi + - type: Clothing + sprite: Floof/Clothing/Head/sexcompcirclet.rsi diff --git a/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml b/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml new file mode 100644 index 00000000000..d134889254f --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml @@ -0,0 +1,43 @@ +- type: entity + parent: ClothingOuterBase + id: ClothingOuterSexCompBeltBronze + name: bronze sex competition belt + description: Looks like you came third in a competion. + components: + - type: Sprite + sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltbronze.rsi + - type: Clothing + sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltbronze.rsi + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterSexCompBeltSilver + name: silver sex competition belt + description: Looks like you came second in a competion. + components: + - type: Sprite + sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltsilver.rsi + - type: Clothing + sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltsilver.rsi + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterSexCompBeltGold + name: gold sex competition belt + description: Looks like you came in first in a competion. + components: + - type: Sprite + sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltgold.rsi + - type: Clothing + sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltgold.rsi + +- type: entity + parent: ClothingOuterBase + id: ClothingOuterBeltedOutfit + name: belted outerwear + description: What? Do you think youre an anime protagonist or something? + components: + - type: Sprite + sprite: Floof/Clothing/OtherClothing/Misc/beltedouterwear.rsi + - type: Clothing + sprite: Floof/Clothing/OtherClothing/Misc/beltedouterwear.rsi diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml index e5d5e542260..7ee823f49ad 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml @@ -19,3 +19,58 @@ sprite: Floof/Clothing/Under/Socks/plainsocks.rsi - type: Clothing sprite: Floof/Clothing/Under/Socks/plainsocks.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksStripedWhite + name: striped white thigh-high socks + description: Just a plain pair of thigh-high socks. + components: + - type: Sprite + sprite: Floof/Clothing/Under/Socks/stripesockswhite.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Socks/stripesockswhite.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksStripedPurple + name: striped purple thigh-high socks + description: Just a plain pair of thigh-high socks. + components: + - type: Sprite + sprite: Floof/Clothing/Under/Socks/stripesockspurple.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Socks/stripesockspurple.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksStripedRainbow + name: striped rainbow thigh-high socks + description: Just a plain pair of thigh-high socks. + components: + - type: Sprite + sprite: Floof/Clothing/Under/Socks/stripesocksrainbow.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Socks/stripesocksrainbow.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSexCompBootsRed + name: red sex competition boots + description: It looks like it should be part of a competition. + components: + - type: Sprite + sprite: Floof/Clothing/Under/Socks/sexcompredboots.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Socks/sexcompredboots.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSexCompBootsBlue + name: blue sex competition boots + description: It looks like it should be part of a competition. + components: + - type: Sprite + sprite: Floof/Clothing/Under/Socks/sexcompblueboots.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Socks/sexcompblueboots.rsi diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml index cebf8136b47..1938a2a03aa 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -78,3 +78,58 @@ sprite: Floof/Clothing/Uniforms/codervalidthong.rsi - type: Clothing sprite: Floof/Clothing/Uniforms/codervalidthong.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformStripedThongWhite + name: striped white thong + description: Is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/stripethongwhite.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/stripethongwhite.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformStripedThongPurple + name: striped purple thong + description: Is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/stripethongpurple.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/stripethongpurple.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformStripedThongRainbow + name: striped rainbow thong + description: Is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/stripethongrainbow.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/stripethongrainbow.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformSexCompRed + name: red sex competition outfit + description: It looks like it should be part of a competition, but wheres the rest? + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/sexcompred.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/sexcompred.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformSexCompBlue + name: blue sex competition outfit + description: It looks like it should be part of a competition, but wheres the rest? + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/sexcompblue.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/sexcompblue.rsi diff --git a/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/equipped-HELMET.png b/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..e1009f7a82617f912b03db8283ab3157f8a83803 GIT binary patch literal 318 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@>6}VD$h1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/icon.png b/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e4346a6ee164f526b66bc70089444880e6e58a GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4j{UFR}!5XXr6qGJ; zjVKAuPb(=;EJ|f?PR%KKZ3 z>~&6(6p6jS9UI{BYJtG7j^srjR`@gS;7Iy*=9apiD~s)P77hUghlU0gTe~DWM4fSocB< literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/meta.json b/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/meta.json new file mode 100644 index 00000000000..e5c7e8bcc30 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..fcb2ee3e0f3d95689e1a8e4eac28650e97a8dd06 GIT binary patch literal 1718 zcmV;n21)seP)YAX9X8WNB|8RBvx=!KdMT000I- zNkl$=pcGKYC;JiOU5J;9~R`494)oO`|kVqt!+kp)LTJVSWpdf^n&`v#%@-2DBTnwqGyvy&}es3o8;?j|%}Wd#iZ zgTX-2Xmr`Cr^|2I!xYHURc5hRC>#zmj^k*tLg#W+!9pPZ%?=n^yAh2>Swlku5fS`; zKgPRX0~{w9e%nWU^X~wFImvSzM~TxLp>6Zz6#^EEg~IpRAZ|E~P$hk*4|%Lu@#YwQ^HljZn6dDh`diQ zeY7mY#=hPRwA^4gx0SeKo@JE+cMcOapUoe_<-LR#ep&9nV=M6THHOQ3$t%(P)q>=ye0&IF1ruJ_*C|dl_HWYPHhDy*7xor=Ubv$n!kK zzTE-q(Z4eG{1%Ia!q=K%c=|$Ci=loFuNQz;tEKq&J7GQ2i|XoXM59sk_xCfm+f6o` z4L+X_qZfCdj(g38Ow5sSqTZhs28{Wnms zMo3jadW`*h3{u@W*zIsMOLd7UauDuXX>GA>4Xx^k=bmf$^N%cwYeRV zBq1CQV_;x_iK0jjhXbKd2)<98;E&wSs{2$GuwDRyAdr0NSv<186Lz~Dqobn;1OlwG zvXWdb7rb6C#!k4w9l4Es+tU?$lAePQw{)PQq5_df1c5++>GgVYI-QuEokjl#Cg|S2 zo0Wf60V)6$fC@kbpaM_o<|@5qVYs(zn5lMk5ttC}Pc*U$g;|?N)rw0}^xBRaI4Fx7#7hGJ?UN;!`3#&r?}h z8JtchB9X}aDHX7AV5)o$`1?)56JITH-82z4H*X_29FcmCyO&70%SflQtD`Y zEg!j#$K+iFOePZvf&i1rgrT7!L_VznTDz51!TCngwRs>(5)1|dd_Et>#>R5?xo!ZW zD9-;e)O!fR#xuxuE=P&H5c}eBaK}8*Xf()XVl6KP2!cS>)zyf{;}{(sMeOVr;MG5r zh0=YH%+Fs2$8m5t90&vg$S3#Y3?Nf17J4oqlV!^E`Q)D50Gw|m9Jt9=E00QA`n(bV z;A%5r_eEu^0Aq~G%gdMSyYoCxvG1C&>Ikh8*1navwxxp^q9{^090n07(+I6J5Rq|3 z6t3hrdM;5_K(+uxQKVEVg~YAX9X8WNB|8RBvx=!KdMT0006x zNklH)5a)D2hU#&xd?I-v&}um1ARLs8lLq;1+0_ z##*f=5{U$}*({pPCaTq{2nK`P-Q5*`r3aG9Br};z8|+WPyAn_og(Ts+?k~ktsT5aN zSC1s1swzpM(P)U{EAZ?*ar4Dd|2w z17&ujPZo5Uh=B*up4{nlnzn6YXJ<$JF1M7D0N}c=P*s)ndc99QP`Xd}A9QqhePIHa z{vfb;j&g3JV^Z+tE-~>`9E*Tq7%UcxhZd1ivIF=4<@(+Ou~>|)RtwwP+d|VcdORNN zpOAqhp_G#Dqto!-+d2@;Fbo#AW)X}%L@%j0JkPPBC~UmA2xI0m#>dCuI1V;9H$^lW zWhfLvHk(E6)n$0EEcIl^@F)-n1o-{y98Sg;5s5@lC=_5>mM~3|hGD?6EEJ!dg*Lr{ zUcza36wq~@<)y1QadQQcNCdfD4*7gugu`K)rU}ckP?(QG&V0gA*)aMQ|91p_0Cj6< U&^iLO;{X5v07*qoM6N<$g3hfl$N&HU literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..3c9a0580f73b81d6c92335eab49502edee2da76e GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GGLLkg|>2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{LzR9(uYshE&{od+Q)4v!VcN zz;^c4o`RYRu1jW!Ok@gjS+$Y9xO2lBLq7%K`O{ewAAAnDcy;afxUf8Fpk55H|7zCS zy<4{}WtqVnpZ)f2q2|{b{rgToqz>f#Xe|G;jG=>rKcTeY)1GfdyPmRiaO88zWZz$* z$!N!!&+;bAJ>IKf=7+_0_mw0h>Rztha99Ate2~C5-AD72qZ(FhXVzp?%I{@hII)9` zWuL48(?7<9XKxz>C&(szS-X{E+K$)d(GRckJL~^66q>JI9CH|?+0)g}Wt~$(699Hh BbPE6g literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7bbf756657abdc214f4e8db40c7cc22c09adce28 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GGLLkg|>2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{LzRo_M-AhE&{od-EXgAq5eJ zfL+X&En1i@S`LHB%Nv;Gc&4jebE7R1w`raD|6Q#WwQWmH|FA^NUhsVG{Q7X_D=G{O3l3M@FWzBui!n=RMFS(lsWvla z9n}EFxy(~GrZv=aR=H_>UT4puEwqEHnuihH1|YwHt6}jU{TwEVou&IE6Mh`i1p4)S z!@=n1S_%0L7o&ibe}hrkI%fl!#ij4G-WY!AF!Z*M93A9j#n zd$9f0r4&i&GZ$DIe+a2`Bt@hh{J_3U;fJP-M?vssmMi}l*xoR;bt!tP38)JRHpBhzlMk)k3Y5BjG2@BYgWZt^-P`TUyB~-jiU0R+C$A8~ zRwM_YGVQxNGOk^|dHXR@ z(-b(q?A-Z!&kvJBzdq{z`n%8EJljElW!CYAw7cTl9bw@jW>$8; zVgKIVgxSeCq8rcI7R`-O{JudfIQOAq4s+%u|5cpcC8c79iXXPi{j29WZ6SD2f4*`9 z0~3eBgY}HZcTJ4GzjHnFp6^TyZ+|viE@fe85xBFCLHFvTMQa!s&L5X`ja;~o=lxBY zGg=CIepAmYu9@KK5VJ1v<1f)gN9P-h9nm=;w81Rd)rZ0I*PQyvr@ZnKvUi$xPoDs? cprJwhXZ)Ij@w>mb0Nu>s>FVdQ&MBb@05GX*RsaA1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..cb0bdd042c1abca314b9804db8200bf33ba4bf5a GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GGLLkg|>2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I107;QXV978H@y}hNFci2GW z*vIo4Dk@PK>jhRm*eIKjkr1wNld-HvHX$XaV#khG0SA`EB$|YJdQNE9>OHqDYxm#T z^+A6=PfmS)v+{lE>BEdbdoh8-E<>K?{8?^~Eq2NLe8Z6TY|axAb_uj(&F{UhgIdw3|BY`Dyl!N{MC9j>_FM(OLsp%f6KTeZ&n!RhwY_u(X3aQ vmQ2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I107@a&_978H@y}hNFci2GW z*hhU06_u!r^#Yj>Hp(TeNC?-s$yn7Rw;&~_V#khG0S-%J5>0|VJtuUp5?kYGGjq?^ z_rf**j&6IiXL_r^mlMj&K#MU!!|N5Vt)5h_Tb5~*FFbozt-ygZPWQiO-M%J!;L00@ z9!8I%ovh2!_H!qsCGMW{^6B5(vJO7q92@?=id>%joKI2h_j(5LgNxRvcz*tRkk=vS z+iozo#HuW+rsUVH_eTEl^?W-k_l!9<5;Z`-S3*+)o>C?qvTUmcaT! z1{7eJpkd;}pYe%C4C`x|8I~~oxVeX|zn0lE{6LxI<;%C9KW41Zo2ACQL)X4Kp0%Fs t!wsv+UwA%5Sv^;p@=7Zwjj^Ggp@6M7_UMEbPZd*;;hwI3F6*2UngDN!r^f&Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/meta.json b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/meta.json new file mode 100644 index 00000000000..af8d1329fc8 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..8e1489c7f0f8667edf6bc67fc5cbf39473f2ad71 GIT binary patch literal 496 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*LiTA2E<% zdte@{*&#CL%!`i?AF0h1ad#}dc2-_N=1y66o?ae1`#%QrxvU2ROSJOzgi6*-4sg+! zX~({?#G>7+c;2_#=}umr`<7=KEpZFI_*8;Ppn-u!fq{|3fdRp6P>YPde_{7+>C2W4 zCcdH!n?A~1`e)6caN6ked&XC-i_QP!)L1cAIWM{Geo)cHWwJ`+cR2HGHE9T8R{*^bJ5 zkS-{gTV?h8cI_561*KPd-y5Dj-oU=Jzg^4vc?S1FQ3k=l@~!+f{S9ZYZ(z92-L;f4 z<@FlTmSYTGH8qs39)9h6a6#txqq!5HVbbvK8MEaE_X+Ar@oRyx#o+1c=d#Wzp$P!CF9CzfH$F^ytLXf({If zECK~t2bS)5wK)6keMY543=iH*E~#Q-*z^6}@`eDZu8G$lFWb*p$*VcL(u{R8cZAsS zQ`-f?PPiX9y>j`6r(fAUH0tJWR4`+l*05JnJBiifqWa$19${bD_UUd<`>3wcz`(?z bkif7=XXU}N##RoXgBd(s{an^LB{Ts5j!b7p literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..70fcb1d44c98f91efddae69905f4bdcb2e8be037 GIT binary patch literal 422 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GGLLkg|>2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I107!5sL978H@y}hOA$6_dQ z?Bn{ZH`Yg91@74_V8O(-QK<7s?k4w!0$!%9fW;es+zNEfZMwT{q3-YX|0lg%ukUNU zUUBIXZ#hPweOSP&-pYBGO?;!Ksct!8&R+0+OYZDzrM$YI7``wlXzp(D{_M+m$5!^c z^p=d-$+%z4EO<&0VluMM!c2PpJMxM9|Ru6EWH zU-K9m1R1AYpB=I~-Xe!p=DYRJucx0fUdfxq$N6D*XFVdQ&MBb@0B9nbP5=M^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..17e436e66e310847dbc25b25bd40a7a3c96a84c3 GIT binary patch literal 429 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GGLLkg|>2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I107%ez!`PT=k6fbj3}B0++FN=BB!s{VZ)-etweM zr@YC<*L3?quE7HSxm_>anH&AJ_P)#P8<*ZpW_UO6c;OWTo`($6(%2LD9D+{hZZP>B z$xwcN_g63f_4gk#cy01$+LQZkN)T6jz@)z_2LdmgQSt28k56Rq+B~1tf@{{yAg`)> z|6Y84e8J_{FK?h~53cR3UYpO$HKmDVaZgE`Z_BdScb|#%cZPdRYZ&Go#^NfVkb$w% zf9*AF0$cML8l)Kh{!?^+BfVl5Q`zgOfByab#-JqbyPENjzP)=qt2nbu&fJw%Y%aQU liv?Geik5xnIUvgLhpDab=!E2(E&?F)Jzf1=);T3K0RXBynJNGP literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/meta.json b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/meta.json new file mode 100644 index 00000000000..af8d1329fc8 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..368aaefaf657c34fc98633e68ca3739895979ddf GIT binary patch literal 506 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*Oh%IvgOv z_Q1YmM~czx0(RXKj4u^Lctk`BC;0_^5S6K6V3$95kiFo8XiMKCl|=z70ty5aIbI1A zbO-NfmQiKPftQ)t_AlR_ zS!KvL$QI6!{d(@KfW_OJ#>4n7{h~~51HTkasR!0!@8v-L&UY<93w-I z;Zf7)GM{YRC#f`sH)I~2E?C3dk{BWKZcek|GK;jxXW|cb>&-ZNdH!zK58RLR_y51c z#))P%k}F`$hWV~8TV7qid0%d^8H3=(?$0dR*&nz*l<>cO&-uz}1*?P0m!cUDR8MZO z?byQ5|uJ@9DKeZGq7Ry)6Y8|!z(&Cx!8{5QYQ z<)pP&PilOPtC3uId$Y%7lNqy34@9jl^~t!FTqvyq4VVQxf3g_)`A)dn^Cc1(Zw#KU KelF{r5}E*>$8; zVSj~S_U~2)mC{vn4l6(5uxxtH$#v-4%HoLzVanc*Ug#Zp1ICpC3gPM<*bNJFk z1;m%1dM*%lLPc=3vYZmu)~NGkCiCxvX2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I107>zw$978H@y}hOA$6_dQ z?Bn{ZH`XV2Jm1Nbeq+J|&JIxzmf2rbSdKF8U{YLg?5t;&yXaQVY1d*i&c0U4tNV%J3xk5@?iTOQzKnNl z-+p7?YjY>fcY(=$)&plBZ%*oooUC!yoYi9OyqTVp`pU!i&vMAz$K7!G)y$bmJyo{% zUcdgV{Ks{lG=pcPYRs(nS;8ip*9hsIE#J)ftga?=UNJ*CqgKOf11#2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I107_B{B978H@y}f1Vci2GW z*hl@~Yvq%2@}G0fS?HAHZcy^#gu~UnL03DO3s_qcPEDI!aW-WcSDRVq#Odz;?G8SV z&pCar+V@=KbsH(5omjvR$=K^px8+{_UMrlNn$pCwxTmDew`E!EyU)b>JHtJuH4O6(V{sKw z$iP_XzxEn7fvx!r4N?rhw||$}n7`l^SH#-wyY}zhY1eSV^>P-&{?q3#h98{IsI=`| rh%NJ?Y3FuwT;0XByPEBRJVOohn#Q9O0x!>44zj@0)z4*}Q$iB}ora%8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/meta.json b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/meta.json new file mode 100644 index 00000000000..af8d1329fc8 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..a61bfc956b55e7b3e761a5f662d8653f96a6bda5 GIT binary patch literal 902 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*Tc}ganGP zfB0W({Q1u*x8o*<1x0xe=>&4S3onjR5saAVHanmoSgd1q#|aj5*FH0R@*x4ZuNobS88&ntfz>*x}3%GrQ{ z866#%pZrDaU;UNLDbc!} z6P_{%#@y}waD&}sJ&Wac0ncS24jdD*#m==K-+OG5Zo8+8sv`%dNpkz=lbLU|9qxs= zzPiCtah}EmO|-4F+VNbbh5Xg3^ZTE&IQBK{-p?BJMry~eSxm1PH!Yo{prWBKRZ}N; zGsyEoyF+D|e1WpblJ{zYVoxuB`)#`4DzW+Z+)$P)%s&*4Fz_58fV_nhR`l)repSKd z5=)AS!{?)&Kjr$unjSN%{XTzihmxR&J@*5}RbhnC|9uHNQ3|6=t6rW2L!&))GYdD48WZ9z$FWB|kATed1Qiyv;ZZ5NsT z?7MvCf5xIyo-WG|*=Dqg%x1g(dNwzgf_TW}R}yXK=J1x*{8(Sr^ht7xd5C~Rz%D6q zS9^||bzK>sgs1dbP0l+XkKtoC=N literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..16ff6f6a41ec0215714e10e3d7a838cfeb50c3f8 GIT binary patch literal 391 zcmV;20eJq2P)YAX9X8WNB|8RBvx=!KdMT0003J zNkl%3AZ#+#7Vc}r?6Lg+4CI0t7UpW8 zjlr-B(>_X^%3Ir}cw+#GsC|g|qdWWw+@%KX=NocU3$VQoqKC6&!0Hxd#K+*}5{@6h z+#F;8EH>!)B@CV}AfpqA?oN^cE1QhpACaG4hV8$?wDz-w&@I;qabT|ZejGx#Tqp7# l%+;>wCscp}6rg~l`UYd%vcaDed`$oV002ovPDHLkV1h=QqAvgd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/meta.json new file mode 100644 index 00000000000..f6904e7bf3e --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompbluegloves.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..389c43130822c5707179c67d34a8e0e9809eb0e8 GIT binary patch literal 851 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@~yw@;Ik21`6G%=Y8e0e z_Qry}Z^BDU~F1iIdgZ*-aC{MIR7Hu-bzsb4kw zRwwenBbAkb37M<`ALlG#PvHt!Wh!4L6TvWl&C$7?om+MnoGZ1Q z&%v|c?&k~7e@o79d3>y3V~_&F<1;%Z_$)hnHGyaS+?dG;ZpE`qjhW_{=zZUOlyB|D z$G=~E+Ovh#WS5@4;-Sq``juQWcpJX$zwzE8W|>J`q03ip@(hL;{*Ovuk8R*~I_+Zg+HJ@2!W|777ry@f{WE@sAb&y9 zQckW01`a~Vr~9AUznj%^-Jg>kGP#Z9=FE8OaYV9HUE=43o~Be+hm)ZTHngS5FWBDa z{_9piK}Y7kcWJK_3sX+}E_fmF^a)qZdzHSc=i(bK{yvh(rfKwwarTyHw@%J%WXvwi zKIMK|`=W+%nI^gHc)s+*J^!a-3l2)W+uq}~_Tx<5ThAmC);})T zd8y*zZ;e2$FXAsRFu3?qLo zusm;PbSMjFqtFj_-vAFDu5cSRo@GL;)8;oYIdUi_Y*6v_xWM5OsE}nagR3New{^sw zqO}Z@B<&}s@1MD5h1UMaBnD=Q0}N~i2kx`g+|hW-q?70U_~hb!la6h;GW8|n`PkG- z_OS1>ncLJ)Jr~ZobNY?8#MiBXT>90gel7j;U;2f`^4+PPOmV@FcCFjI-s)Riw30@F zC{w$N%bncZ;>hlk68V@+2@YKY7J{Qg;2p+Pjxafx*Dw M>FVdQ&MBb@06Aff00000 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/meta.json new file mode 100644 index 00000000000..f6904e7bf3e --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/sexcompredgloves.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..3032a385af1eeefb1983ed26e3f31a586665147b GIT binary patch literal 502 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*MIuJZ!+w z`Y>JK32RKi6Quz45C*lga99S4(w0U;U2T z{l09|LCfFn4N+r(BM{=wdxyKc<|`(PT|A`RZfZMeE;q1-@Scp z$$ci`cHQ6eJ3S0vYd=^&KO(zSqRsx+_t#s0-*~^7p=WDuPoa6}(oH(5M`M@HWCg1* zfQ74vESB$+&zo!~CaF(y<^xPgg&ebxsLQ0O)zZ AI{*Lx literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..787a379c6cef09ea45ec90db2a10137768098e6f GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%XmWJTx7v2EexvXi9{+g`3`_zI3@i!< zUNa{3TIci!Lk-3s#-DU2${6wr3&<{>%*C=MJte^*G6}LuUuC z&(p_jKaSm;CH+C|*ZRz?1G8UjlU#APNsaB>_b+(|E;gm-{SX!c8_mCDgTe~DWM4fCJbdZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/meta.json new file mode 100644 index 00000000000..f6904e7bf3e --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..75ca5c50c3b5fcd7a0b334a8f3350dcc4b1a51d9 GIT binary patch literal 655 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*SRW-*%8- z``~^ft8=>3Le(p5th#rj)+M}f-|%w6!6_-PCK$#mJ#jWkZu8T1b#8xD!{WSf(cMiQ zawil`1Wru4bnDq!0oBqZ#rscH)F(VQn_d0?PW}bXxJsp_-+OGB1R5Av6c`ve92g)> zhjW*_I_29WR5_b0zCBajayP!r?)KkShN|e!|0*mDJ$*tf(QLeT6rP#A7H6&rdSq|q z|80%1r2LbF_38`;R-OWDEE#kb)EOS|SN(T*P2+Ph-Z$yIe|!b@6fi_M{B>ej8m_u# zyI#HeW0ArSOAQ{D^qj1_9K#@BdcWGtQ0;3sBU{v=rN8PM?30hIZ%%4hDKYu)vYiYH zRX4xnB>B7&XWp{4MLTj+eDaa|&*Yz}8E%iPe`oq*qxqD_DLrRz{86y>I{kP<-`5o{ zYk0$A=j%J6cn!&yP^Ln8=F)XJdddIdj}^T<&9~sl&H9xLe6=?jea^m)P5-}?$>K{Y zyMgKY^0|Mfb3M2)UG%`$o7N38e^#5{oluv(U1-LhJ6`L#7-GJpe&TJstb5_Np$LP; zTn@hfzG=_i-+jOGOZ?VVj3-X6Ws907f91l8x&L#4>ZA|c=6MiO@T1zuxc>b<&!zvj zDmBcxvubVX&rIH4H?|KulNcC&T<~ONxc7GJyCcR2mdfwr5Jbe%o$IA+?+qE|uiVJ2 Q3`|T6p00i_>zopr0B?5<=>Px# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..95033fbc38e2e199e8a30774eed173b2e68fa42f GIT binary patch literal 365 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%AVL?O6OYp#}yP1qMcr2lttqwyx=Qd~JKea;mh&7JE((^J!lv zGBRwj=HI2qz;k8^^WfyBc_j^(85^GSeR%2E zEyy6PcO&HU{H^`b7F8a6Z_>SfU2Z5%C=U3`WT$k;aw+3pAJ2NJ0<-D%r& z+`wdVZCm+Q?f11urY?SDU69S}@7o$`9Q;X`%YlJOz+v4!hWI7N4rX0)PXmSlgQu&X J%Q~loCIA_F!Z*LhEH5&-D zK6F3J`sS8a2~Ujm@!r=zBt(jG;~T1i4Igv*T;OsvdR(t9zCcv|e3Rsr88h$glmgm= z0@AdOWjrhi+I9cx_u9=S3%>uj^|-SCzo^2}6vdX0+nqSNnWxR!9QyyGR5zoWujj8l zahvs@JT5ZyTphf@{r?*l9nXIntLHYX{gtk+5dP)soLQVFd>gm#S7(e|^gok##Vm&R zS~1p)(O=_hc$Q7^ne^Ik+MLhfe=7xocDv*z#3x;CqFB7@Kd zJ;qBVkDE?zpLy_h{iXM*dY`_P*|Q#dtA5zv#m5@IE$3s?v<`xyz2bV4@xX>J3p-Z%G>bq%LLsOY4#vNPgg&e IbxsLQ06^KUe*gdg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a26ce447cd31d891fe03206392191e463307afb8 GIT binary patch literal 257 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%b-XEv8Rx2LZ`a(HP=H{bzd20(LrX@F{1;hkxcKR?d2{bUUC^TGWo)UCudTW`? zm8iGt9=`bL-Eb{xNA>;3@3!;0XX`OmNj2o&*IoT}^E$>QI!kyN%nG&|-gPj$xHD~A zW5}ZYdmArm&PZCI&J-m4!MnH4iIKyBf$0ZROV@#evP}^Sf$n1PboFyt=akR{0P_Z2 A_5c6? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/meta.json new file mode 100644 index 00000000000..f6904e7bf3e --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/sexcompblueboots.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Under/Socks/sexcompblueboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..41f7b2bb8a3f4ac7db147afd3c3b2e34d4a3fff4 GIT binary patch literal 1143 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*O_$h=xiW z`1pV3&hotM4gArUxR)$+VAb7nVsS**RV}Xr65gQ`GL*R2_DXcBsLj%gnUIlu#lbu) z)iFxGvB}I(&7^SQx73W_tUbEN*rMM2&h+-?E`N6KXUrWjb3Kvj_1x#CpGli!`TR-w zK1<`1-!%mvmhmlRG-+VFz#!$ooWa1m04L`|dEzf~uOGi-C+rf=&X+B_T=-O5XYzxY z?1>M!dk$6IS$RKni&*xuH4{G^No7rVI<4bwl~d$xucLV@Lm1LtMRE3*uUx@+W=>$y z^JnFXiNQ~fUAo(KF<+Va&o8lXz0ye^7rF2@9Me72_59#$p1tY{`y(%Yn<607w!}ul zhP9t>l}4IFU(5d6e46};Z?li)SuI=BWPZdhnn8Ab;=AvgHaG{KYyPr;;&EO?z@iw%jy}pyLVQRTY&lA%HN{>&U5jfcP{XY}Kk$FdD zIUlfOiOC+kRTt5-Wa`A9t_ADAC7Fk7WWV-a6m)$dkMK^rR_m+Hm;cR-3SoG^*S{-x zGtZx+M`ZU{%x84I!Og&_&9EbIFJoKwM?3RYVT-*P9QW2F8D6^9tS`8f=g3UwWxqE@ zYfYURt)%rdZ^}c*I|4?w4QG5G{Q0vp%BEq>-bZu%x*7Id=)5z-Wf}X1+kRTv$6qh9 z`PgCG{rBu+gP876ss6h)H6Ix^eeeFH+VGw4$|RGNUGg($AK{!6bngxGBB5yuA59Lt zCZv+1eBEus?7o$*_RL@UClHYg3Vt(I6!UQ`6W{*c#;r=uuX?LefL2QQsu^p3#q6m# z{jG7wj=lDYKZ*|+6k45Ib%P;Av~y#L?Tk1lS<@LWD{sj2A3PPVuvTLiM{_(^qw|kb z@v3*Ox6O>?$g>DqY4txahe2X>w@pg_!TkKgcSJpI@ytwpP;a%1;cz_XT=yMT_uL;% zTRdR~cSC4Mx%bl@(We`H*^hon7k-s_C}y8v`6lV*f3k1X>YA-T&@X+Y{EOri{lrb9uQkgo!H@3$xT$sJk(IKFhW6UDcV;p9%5m5r!=P z9(mjkFiBqHC$UcT-Puxx|G{iI)sct(uAQ-3o~>GplT}&Q=xU+M-(U$1(fbcg1k8&V o7p^Ow@p9)4-TD7s@BGhV)t5N`D(99YV4=a_>FVdQ&MBb@00{Z@vH$=8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/sexcompblueboots.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Socks/sexcompblueboots.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..653860e791b171d06e0e18326c1012c4917162e3 GIT binary patch literal 453 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%b@u6 q_(bm79O+uQfM--8xy`aoPM--@iVV z>64<~aAiNeZehkS*HPj3;R`vuOfPwznJ*-)^$}UG&h+7VyW6VSRS!;uwl-#8m-ds@ zvw6@iK4XqV`cLIa5)8*@wf@q55YHN1{qWp+p8I)XpDb7GW!}X8U|voUL+`ayH_H1D zU0s_KfA8o!gZ#23mp?tb!fxbd&o{r_yyZ&uvqMb#`~?znPfh#m45r8jfJU3VSZ! zNXB>HYb}j7iM}%1n4S51Kf^Q;#<)3lEISpgW>rb*C?8_pr@y^I&h%J9!)K)wmlwKB zCKYmG9gRK3a|A6mIJB@b=6tBNjA3~ZdFx!H;3lOntqWiBT?$HlFoz>Q-LCD9z}>UI zZwR-gGT(UfJ1Cc@yW!}u34#xMIGO`ftZL$?N%TiChf6rC6nM4VO}sbdFV6*eMb-cY zyr|(c{{zSS;_`>D>pd$wZzRy#b}{$Rsd69Ju)i;rDtG9*H9Xc^wlPA|D#Xcjl}ZEe zK7I3QIlF>_ygsq)m)2$CG2dBq?#<9~Dszyio%HxOY?W-SZ*Rhs6thR&PzYd+2rJf5`>L98c8FCtLJI zzODT8sO6uA$yA#?aem>R2|E}Jln=fB$;Ei)I~UJ!!|XLrQ#OXhdp68lrDZ6>a4qU| zreNG!kpnfG4?Qn7T&sC{4TtUh5~sV%obCrqGAs@`!MkzwQ`-miryABNOqghq*6Uly zr^w>6pnggB5&PD~x1apH{Y|++o3GZ)+T z?Bn@I4~0n9Z~A+@IEQ*1Mpg?(l?1Pnov# zPv|9JMT&26c>YZ#8I{yL_0=W5nL#x~zzp=F#0HgiPxEe=YIR#I$bh&=z;O5;G1 zh0flE0`af!Gcw34O{tlmd_K6IYsLm0%l$K&*JYY5>XdJI$CmK-A6}m+JC*15r9}^7Tkf8c4Ee0m{_W(Bb(h?iFiI_8l)B(!$9QM| W^@CYT9KV5K&EVfZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/sexcompredboots.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Socks/sexcompredboots.rsi/meta.json new file mode 100644 index 00000000000..bbd45032fef --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Socks/sexcompredboots.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/stripesockspurple.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Under/Socks/stripesockspurple.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..05d8e9417cc61f01c5231a2f9915c177a2015791 GIT binary patch literal 421 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*T48J!Bxz z_ORG-Dyvg&*PBB@kzKJt52W-bbR9C0kUZ`1@0?~u>@1IT+kY2acg+xJ`t#WcXbUb7 z5ck~q|F;iM@6En6?^>eitMg1RcInMoBPuv?b+Hjov*z1O#*8cT=Q8}(c{Zo|uEW0N zGaJ^vp3ETRz;r0(@3!2fnX~%M4f+;Wybldp5Lz$fuu6ve?w5}o%B&(1q z>kM=K+=V9EDvT-(EN><^%$loE)(|T^;rx^9cMe_pa&)U&>*{;VIYk1!@0qf$)G?T= VdCV6ndUph5pQo#z%Q~loCIG3AoG}0Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/stripesockspurple.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Socks/stripesockspurple.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..4380a2272dabbe4544a3261ec6eaae933c892496 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%v@Z;HG(hLkPrcwND`O2lun^+e%`3oKl_?3OxydaV5B4A1_UJ_aTZg$4$u zG=|rc?D_7`yZJS1Ib)DlS+5{Nfw-gQQ6N`M;Qm>c6#oYi$xQ!e9@v$_t$3jNziDHX zc1WpKtD-~o>9rS~OZ^{QI*>M5f+?qdZ|&>HGB4g1iU>O}FtYTl5kH)G_h56_L3W@s O89ZJ6T-G@yGywpn{$m>e literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/stripesockspurple.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Socks/stripesockspurple.rsi/meta.json new file mode 100644 index 00000000000..bbd45032fef --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Socks/stripesockspurple.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Under/Socks/stripesocksrainbow.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..3648893bb74310f1e09441dfe1fdaeef6d7ea06d GIT binary patch literal 666 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*Mtf-F6UR zdr+^Vt>~4xP;sL;qp0ixgKmfXi>dD?7_)dOq@R%8^hTE}lIID7Qj^}BX)Hlmtw*NC zi;H#2xE+-Gv*+acx$ejQKaP%Q`YtVaFnS*kBZmV6lRyIlivj}{=D*b&%3hvcS$wQ~ zndut0I`f8L?T>YA3^V?noLE;56l7a4;Xdz!LtcLt^6fr7u@0mTB6P}YPi(vG6Aydq z$JW8j0Vm$GBy_Kz^p&5H;pZFim|ur~oZG@+@@Y5YA03t3FZB<-OD~8If~bs_JRm1( zWYaN0rThN*_2~uES8jA~O_?voJY{LZm)%XfW9*y4{&_Jx-!`E?^8d@vk6k|G$2`2T z^w}M;Pk91~+21Wco6UcCV=cd3*V#)4ngVQ*QtoE6wBzhL`bZiPLw1=ud!IC*}# zaLCh$t>PEVoTuY){%Pr*YAX9X8WNB|8RBvx=!KdMT0003B zNkl3bEcAXNMr2q{^Ba0dl<;m|#F4T1=+p?h%XE`$y)xPZ`r z1AkBuw4%Op9lVDk1c`&-$vg<37Nh2&J-efOFP*qbqv~a7RL^tQ_EqwO;AU-U8gdP%0}1;CQIM+5-TD<{IKI zD3z51Tt@Y)Ra^GjKn@(GvLXN;N8R1-VK8XV5Ay~xbHwAQe$)aM3&qXd5;Dt2WC5le zb?B?F`TL9F`F4qkIGS?Q^_?F2Yu}xZp}|D*5Ltl8X9@td-)t{icF!Z*OkoYgQ0A z_A&Vz>zg;c`~F|Hcn}kRU?yMhHK8OHOR@hxyqQJQ<>R?t?i6UUsk8)IfD3r&zyEuG zdg#@q-`339x?(=7L0|HP#2;qH=Z$2uhf5>X6$%cu8W~>@~p>GmZ>_}2x`rB6IEYu)MkS#ze)qkgofXo z8FQOveeD(&IRE7R9H-1*+e+12uij%^dyjc*c0EH^z50C5u!f@`dpuqJT-G@yGywpb CUXS1a literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/stripesockswhite.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Socks/stripesockswhite.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6137bf24b5e60796d1329992594c8dffd3c0b92f GIT binary patch literal 255 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%+Qd~cy;cpVFBs_finzqiu+HW(TUoe z%8=}nwAR1pd&*kTwKp#@otblfse`R^W4+jk`0DisW^*|={Eik9JSvgNzfk1H6eZ24 qtur(XSyuf2dQWb~UG|8hVDs3gU%GPeo_>xoi0A3*=d#Wzp$P!gHCv?s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Socks/stripesockswhite.rsi/meta.json b/Resources/Textures/Floof/Clothing/Under/Socks/stripesockswhite.rsi/meta.json new file mode 100644 index 00000000000..bbd45032fef --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Under/Socks/stripesockswhite.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..2ec184f35214210ed5095c67673180a105451f61 GIT binary patch literal 757 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*Tc~OfHmQ z|L}hE-uL&)Co5gkJe=g=;;8M_)TDSxEVzkp@rsTK3SWX0zqDIPybZXbw9rq;gMIUb z79)?B{7TJ!sX{3#Yw{dh+}hvX-TnRS^1}u$yqDhAivQd*eWUERzkBC@|6N^Y-7`b- z^iL&50R{y6aoYQCVbfak@{D)SZ_QJgt$+LEOV-u1`8S!~v$nUNmGb%MqtDZ?Fs%K@ zG+Q~mzMVD7&Ek5bf1a&r?t4+Q`LR0Q|0Zp35c4+_Y;01L_%8IMtaNKd7h}U0(G&Jr zs^RHCsg0H;)6(Kr`|W%7=B-uH=V$59*`qGadEK+)GQ--1bI(3hIUC2p5HeTl>6^80 z`;;?yr{9p-XQO|=eo24tJmz!f7*s`)e}68X^;;$F-tV&Qg%3m9lR3O{m2b~HX#Z^W zY@wXm7wX|@2b{Q99Ffs5t)Ix-VYJ7tV)bE%gwl`PBC_*d8Ql26SG|S(+V8mMQUYCu ztW6)*+~umclC*E1&^^;=1KXL6rq|f3lMd`)l4acPC$lExJ&Sd0%clbo5 z-jek@n;vw}dF=G7Dst1QDlQG_@04U8$!9h&aG;?BMSJQPkCe}uP(ELf513>bJYD@< J);T3K0RTa(LAd|` literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5b99287e14b6fc327753ce6b3505cc0a37d13884 GIT binary patch literal 340 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%zPAbd!J7mWn?9px5ChYw)T8?u7+r a3=C(*mmXX#keUhfDubu1pUXO@geCwg1e0z6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..519ac5b5f1d1c1b714627d643c0a08dd4131f3e9 GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@5dsE+3Xd;|fcVS)G1c#oW=P;;U|3*sfR+7% U_=Gi8$C5x&p00i_>zopr0L{fnA^-pY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/sexcompblue.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8f3c88dbed6b1f32e606528c55a763cc5e9dea8f GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@rIiiOg?j>bb`UGCrZYVPZTB!#5zakFA37+5_F!Z*T3+773JK z{qXthotf5~o6RQ0ov;^Bc_0;FqQEh&iC^G!hwlZqqasNg_emXfyVTin&`F#1pgLDm zLbh^5R7cYEH_69r#ol>EDDPO`Iiq-X>T=8S`tP&f>)pv#**LMC(}96Wpn-u!fq{|Z zf&TG}7SHB}ovxZc|MNWY*}l@>TfVys%0K;?Z^?acvzfy`2hoC4)p60H-xf_OJb!A_ z)U8?1YY%asJ+^+&^Qk?XnV<3h;kq)Zg~1@R?eN!KQ)74C{o~8 z{(hR|cKzw$jC+6TYfF|-4`p1w_xV-7pXKTd4DUDfTvk<>^KoAIwG;7P!E%xdgnl#4 zDD2DcI#dXfYLrr zp5Vj=&fha%Gv;tJ)i4)mpZ~bwyy%PcHwAssXAERpI;=EjGy1eD+HJWVaf;hU*J};K zUttkw2p|Op67#`-cAzt&br0O#lluQq|BUYBx*Xy2U3a|JHk|f6w0Z90mCS)>eycXh zbS2$;oua!;v!B1v#{P@;hXp|o!-a}f?+fmjqB3U-1N&?3ZSQO!l+F4Sagt%N)ePB4 zVVjq>>!%mEb1*#H`@B~$wYNn4#%m=z%}*PZ-jwvM55F6D!EDDohS28`yv{x|9&&en zzkgezob}AEj;jU^X>I3K?6!6$mdS@=I6vpeN9HWA*%N+$jB5cVIR;NxKbLh*2~7a3 CG9k18 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b0270e89c6a332f43b0c3ef50723417bb53abf6a GIT binary patch literal 330 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%U6)MDbm&!*G3m8A1-OZxFz{v67IfL^3=ee_jKGrQW)t}U&<(aU^biG{H+t<_Br%%wzbxh!4 zc9_g@SYwe_x`IL5^Fp7Wbz7$GPITq;+4}6M?LQd?2KDTnpIH`(ELblhzp1Co^U3p# z>nrC@lRh$iUZUWKk78e@Br!X!ezwqY`z|Sm+n)>AHWcz%KYy{`UWt*zfq_Y&f#KfX Zb?Ur}54Km;-v)Y+!PC{xWt~$(698~%fCm5o literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..0ef48da807efa2cb62505928cddc3ee19c44d722 GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@aSP85n>*VTfjqIk-`L T!YtDnm{r-UW|I*dz> literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..d03b7cfaf3f15d5d0e32fb4ad553686954336c05 GIT binary patch literal 267 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@{qR2opQ5kcpU2PHBN9?y=uo!DWFOW@Y&Sp^~=3~x5_unWl-L%q!h*)clW(< zL+C=rIcyuOzHDT;ey-te@NFd)44nvp2SE)tZ!3cMGW-UgyBQA1F)$ps%Ah~tg7}2O RX?6!eGM=t}F6*2UngG~vOq&1z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/sexcompred.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Uniforms/stripethongpurple.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..3dc91222962d0680b58f068e728a477beb1d74f6 GIT binary patch literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@72e4W9U|i#cy`|?R%_YnZEMp zv+QT$?;9>Z%rkU5X?gl}G4I;+>)Q2Kh1S@9*8OD3ip6vkp@g`tzjWfXZ!cy3wQqZ( z#4M$X)LnlS3NJ3Vy|k0_P)L}kyAIooN%=Qf=bb+w!~)Z57G1xs-Ex9#>f3)HAx~F7 Jmvv4FO#tZyds+Yh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c26636d55bbf9f62026d3c7905db601f0451a9 GIT binary patch literal 237 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%qzZ9R%uvfhi0jSA)G`qW`Bb zC5zWuE8Cy_zlkZdRB)jki&c@D@#0J8;_n|Y(a}>%N!#+y*xd5athtYQ85tNFs$F!Z*SRpF$anq z{rI1CbN7T4CeF>w-WvrD<{T2`C=+W^j<~@Y**H5ufO}&JyD`s`?whTLHg4YNdBQ}$ zIPY&)b^X!W?G}oidf^fW7}yLN7 zMhv^Z>=r#xVIy`RX`=^|;%OsBo$04wR+kd}!itohdnAAu$<_XVtGHiSKQ-QID zLlT#p;4WR@+EBM&zhPPCqR9-$3pE?`ZOerd3?w)bHs34}eqgeW^~1vDc}#C69kRF) upKwikN>I^~(gtS^zaM-+zwYAwz+G}te1hJyNg}{tXYh3Ob6Mw<&;$Ttw4aUu literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..011d8c64366ec1339d16f8d0c2531842b0c421a8 GIT binary patch literal 451 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*LiTF*{1I zKKOp9s)vPbnqs&BrR5ltpj=Q-{^mM z`FqpXOSf$T`B~?cPCYLzkSxLw5_^w6^>?2~(nU7UZw$(PSDhPOtvzotw+OfhmBy9}C$ukD z+F2m2THPSA_|_KpP3$+~XTNw@d?}WpzJ({DA?!2rnR2NK@rtk9fDypp>FVdQ&MBb@ E0QkwE!TF!Z*M8`9WoF( z_Hmj3kHv=1!QLKXeGTyz%wCL}h|bUe~@`vM+b%iS@NiO_f?dpIRR=$&)=;RJT}r0?SID zy&I+a*j|0DSsnc|;P#!r&tjjLzhjJ)IDKUH%IeC{i6{pT#0oBNcdrQ7G+@)f}>(KEL)PEweF!Z*ST99d;0C zdzjDPyhplDS7{=j*8`CPCaVQLoF$fwbC@(1atoahwEq?*lcv$5v7j);y!-yj?LVGr zrY)C9Pm?OL1X_s&{D{6fb9;egtd?)+^Mi+6pZ;Rr!70|as)S+MiQ8NXc57#;{G8jb zBJil@%9FWM))^nDviVc_;aUD$8TmYh53iHdI7W)%iAxka9rUe9~a zH=$p;;gO|x8e2}T`Al*BnXgmX&V0J%*HyxhR>^!ptysIkYJOCh&t%2~K_)D&LK0fw z-tej9s7hwZ*OzUa1%G)9Yyujx=FL=T^|bYA2)twNsrC1-0pqlthkk6|?_jr1cj@Vg j_ZWkA%OvuH45_;=&SN7!LEPYwJBaJ)>gTe~DWM4f*F!Z*Mv3IR}ay z`}jU@+53C$TYV&y*ph_bIP^$(CLeLRB)fr2h_lVq(YyNn=9$SCjxp_7{;}wPI%E94 zKWysh1#@O>M?r&#Kcx(BW#cx~f+e@qcPtIA= zFMEHU?1kGad?p=R-}>7>(wkZ0o3?db{<04n?AbH4@--Q*{yNaL{os6&X97%E+=L{g z5Zqw#O6MQ@zL;qYb9bcs`Gr=T5I$hC)xDjf ukGtdlD{ZM~ugKS2TEl43!oaZLS`Bk!faCW&p4qdi^yT-G@yGywoU&!O}H literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Uniforms/stripethongwhite.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..b25a2a9c0e15bdd4cc1f0f0ac5e86672a96ee8d1 GIT binary patch literal 345 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@gtvx6^8?=PMY^Z)@Mb6WpA`~PP-8?N7N=s1_vVEgsC&F}2UT?%hXOLr_fDdqDsI literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c2b5baa6372cfb4deb13e1904224c19cc8f0bb GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%UVqo5QN z`t;>*b!~&qYqmbpU`>CYu{P1{=WFR5!pce;Ce@r4T=!F!Z*SRl9Wmf( zd+2X|g3;-p!olzMzD^4DPZ;(!Zo8#h)^*Y#Z_b`ou_yQs2}L}6S5+hdv;hm);}&~; z-}~K9i&ienthsIG%_fliWs$}v#vdy8y%}P!?^Mw}J&D!n_BK7w*Sl_AXD~drpLu7< z!TfXKpK7@cc$&Q@&CHy&Oo!puzH-l5&n;tFpL}CeSv*lTGN+2wph{N&Q!ChweYrHLHpju^$bO~ fWfJ*7`u-i~XEqR@5F#ou9mMr?^>bP0l+XkKOLl>p literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8c0a897ca10db5bac4a231fb8d11d2b0467d95c9 GIT binary patch literal 381 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*Sf1Z86|! zefXF!gP~~$$FKElEKV^}9_;s)&t+;mld<`a=7STzl3b@H6_?xolmMEK1>CVOjs3mv z{WPuhtF-LTU*5#nVOSL?@-6(c9oGeuUhhlWay_~D6nCh|9-qkW(DPAr#-nR>pEtd1 z*!MoZ@${xUdb@I?&5hT-o^@UN!wtR(OA;k&=B0a2RrOr?X&;k8-(vsEUnVw5wqUUs zS*Sw8A#$3Y=k?N?%8c*+$))oPI29OQ-fit!;_!|k_WI75d-wK!(zkkW?wiLqhVto# fGng3|9^7QGKM^B7p}_9eT##9wu6{1-oD!M Date: Thu, 15 Aug 2024 00:35:14 -0600 Subject: [PATCH 13/19] Signed-off-by: Dakota Haven --- .../Entities/Clothing/Hands/miscgloves.yml | 15 ++++++++++ .../Floof/Entities/Clothing/Head/misc.yml | 11 +++++++ .../Clothing/OuterClothing/MiscOuterwear.yml | 28 +++++++++++++----- .../Floof/Entities/Clothing/Under/under.yml | 11 +++++++ .../Floof/Entities/Clothing/Uniforms/misc.yml | 12 ++++++++ .../hoodmarshoodie.rsi/equipped-HELMET.png | Bin 0 -> 1036 bytes .../Clothing/Head/hoodmarshoodie.rsi/icon.png | Bin 0 -> 325 bytes .../Head/hoodmarshoodie.rsi/meta.json | 18 +++++++++++ .../marshoodie.rsi/equipped-OUTERCLOTHING.png | Bin 0 -> 1923 bytes .../Misc/marshoodie.rsi/icon.png | Bin 0 -> 708 bytes .../Misc/marshoodie.rsi/inhand-left.png | Bin 0 -> 1014 bytes .../Misc/marshoodie.rsi/inhand-right.png | Bin 0 -> 1017 bytes .../Misc/marshoodie.rsi/meta.json | 26 ++++++++++++++++ .../Gloves/captwarmer.rsi/equipped-HAND.png | Bin 0 -> 569 bytes .../Under/Gloves/captwarmer.rsi/icon.png | Bin 0 -> 297 bytes .../Under/Gloves/captwarmer.rsi/meta.json | 18 +++++++++++ .../Socks/captsocks.rsi/equipped-FEET.png | Bin 0 -> 656 bytes .../Under/Socks/captsocks.rsi/icon.png | Bin 0 -> 292 bytes .../Under/Socks/captsocks.rsi/meta.json | 18 +++++++++++ .../captthong.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 413 bytes .../Clothing/Uniforms/captthong.rsi/icon.png | Bin 0 -> 215 bytes .../Uniforms/captthong.rsi/inhand-left.png | Bin 0 -> 371 bytes .../Uniforms/captthong.rsi/inhand-right.png | Bin 0 -> 399 bytes .../Clothing/Uniforms/captthong.rsi/meta.json | 26 ++++++++++++++++ 24 files changed, 175 insertions(+), 8 deletions(-) create mode 100644 Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/captsocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/captsocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/captsocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/meta.json diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml index bc3cde0b85f..7f5c032d2c5 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml @@ -132,3 +132,18 @@ fiberMaterial: fibers-synthetic fiberColor: fibers-blue - type: FingerprintMask + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsCaptainWarmers + name: captains arm-warmers + description: A pair of rather nice arm-warmers + components: + - type: Sprite + sprite: Floof/Clothing/Under/Gloves/captwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Gloves/captwarmer.rsi + - type: Fiber + fiberMaterial: fibers-durathread + fiberColor: fibers-regal-blue + - type: FingerprintMask diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml index 4fac780b8fb..6c5822a89df 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml @@ -30,3 +30,14 @@ sprite: Floof/Clothing/Head/sexcompcirclet.rsi - type: Clothing sprite: Floof/Clothing/Head/sexcompcirclet.rsi + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodMarsHoodieHood + noSpawn: true + name: mars hoodie hood + components: + - type: Sprite + sprite: Floof/Clothing/Head/hoodmarshoodie.rsi + - type: Clothing + sprite: Floof/Clothing/Head/hoodmarshoodie.rsi diff --git a/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml b/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml index d134889254f..c6da36e2c3a 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml @@ -5,9 +5,9 @@ description: Looks like you came third in a competion. components: - type: Sprite - sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltbronze.rsi + sprite: Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi - type: Clothing - sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltbronze.rsi + sprite: Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi - type: entity parent: ClothingOuterBase @@ -16,9 +16,9 @@ description: Looks like you came second in a competion. components: - type: Sprite - sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltsilver.rsi + sprite: Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi - type: Clothing - sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltsilver.rsi + sprite: Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi - type: entity parent: ClothingOuterBase @@ -27,9 +27,9 @@ description: Looks like you came in first in a competion. components: - type: Sprite - sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltgold.rsi + sprite: Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi - type: Clothing - sprite: Floof/Clothing/OtherClothing/Misc/sexcompbeltgold.rsi + sprite: Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi - type: entity parent: ClothingOuterBase @@ -38,6 +38,18 @@ description: What? Do you think youre an anime protagonist or something? components: - type: Sprite - sprite: Floof/Clothing/OtherClothing/Misc/beltedouterwear.rsi + sprite: Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi - type: Clothing - sprite: Floof/Clothing/OtherClothing/Misc/beltedouterwear.rsi + sprite: Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterMarsHoodie + name: mars pink hoodie + components: + - type: Sprite + sprite: Floof/Clothing/OuterClothing/Misc/marshoodie.rsi + - type: Clothing + sprite: Floof/Clothing/OuterClothing/Misc/marshoodie.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodMarsHoodieHood diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml index 7ee823f49ad..443ab81b15c 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml @@ -74,3 +74,14 @@ sprite: Floof/Clothing/Under/Socks/sexcompblueboots.rsi - type: Clothing sprite: Floof/Clothing/Under/Socks/sexcompblueboots.rsi + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksCaptain + name: captains thigh-high socks + description: Just a plain pair of thigh-high socks. + components: + - type: Sprite + sprite: Floof/Clothing/Under/Socks/captsocks.rsi + - type: Clothing + sprite: Floof/Clothing/Under/Socks/captsocks.rsi diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml index 1938a2a03aa..65c11da772e 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -133,3 +133,15 @@ sprite: Floof/Clothing/Uniforms/sexcompblue.rsi - type: Clothing sprite: Floof/Clothing/Uniforms/sexcompblue.rsi + + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformCaptainThong + name: captains thong + description: Is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Uniforms/captthong.rsi + - type: Clothing + sprite: Floof/Clothing/Uniforms/captthong.rsi diff --git a/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/equipped-HELMET.png b/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/equipped-HELMET.png new file mode 100644 index 0000000000000000000000000000000000000000..5382dfba01f7e2be9420b01c662621ed3466c3c1 GIT binary patch literal 1036 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@Ngx~R;my@>g|~EpW)(jzAN7qtKwwWt5DWjm1MkwxH*cPKX3yj&Uk%~JtJrqw|^1uVTJ>1>g2o-^5x`q4YCg(?atGnFNso{E7k2 z`9~KTC!A+^&pbt{A-(yPdVHJh2JQvFRzycTUvCOw+;omXN?Yo>7sDE+Ele-64L)zU z=c+kX*Wve_(7o5?$?MxNx;cS3_Ib6x#!@-fXJ-K3%_@cT?EPSKH^+^nGI2Ph$&M9rE?k#pyR3 zcNl*y>j>)lRW8rJm%({Hb6EQHuX&FDKAv*_b&)^*+#eZ`%0CY;|Cej<;>)tO3HVSX zBF4ZdfCn|y_N=&fWv(ClWfMk@riSl%X2!W)cWi-9t$W-lyki}=gUoS}ZdblbQ>CO1 ztdG4sEp_7g=jC~FER5dv@$#Aue^)*)j4e+WWNT*hTG?amyk0N+L}1+?!2sJwewX@~ zBL2MWp2#$({+9~FyyuBxxf^({)&HMex8D8dr+>SHf3s!m{kHR4+OmyupAMX8mKV$~ z`A}QGyejZ-_F-`5D(E-zix0@#&y>`}q=8g)j*oJ?Hcw-Clzd!9(Tcgf!@R^x--H#j{ z2JZ874$jq5W$2r@$K;{Jiv4CA#rl?VU#R{aom=5I>EArwwG9=Eon?+Evl{ps-()Ih zSSE92eRf25Ci9v4#l0_;M2b3p+%hXvSK>LmF^}tUe{#bF!^ugKJ zw>J2`DersxEAM~>gOvNZN#~y%zK?qQ?&q?1?uJXd)i1N|xSw*2al$cMex3){*S)mp rJN`+0hFX&iH%9{lc65N*>>p!DMfUtV845|joXp_q>gTe~DWM4fJm%8L literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/icon.png b/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e874f8fd660a3a11c924f4677a79c2437697a544 GIT binary patch literal 325 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4j{UFR}!5XXr6qGJ; zjVKAuPb(=;EJ|f?PR%KOafSFSwOIZ==AN5qbA_U!EJ%phQ`uYUOa`TLR*Kv4JR$H4>l z<9+*B?(-h%@E>{`Z*s)%>Z^|2J>1Hoj!S@*&FMK%+@H!&&DC$q#S+ z|M6(XGd_*7&R_S_q|P>+odi-DJ~!^vh280rZ)HAMRsa0oH+%NRsGv7OU-vuRo$gqY zrK0S6y7BtW)BlqMh7k0oCQ3-w)N1-iBLzzSwJS%Wz;3=E>O+YUbOS78DA Ojlt8^&t;ucLK6VV%7{Y% literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/meta.json b/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/meta.json new file mode 100644 index 00000000000..e5c7e8bcc30 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..61a6ff99aacaeed16f71406f3597bca1efe102a6 GIT binary patch literal 1923 zcmV-}2YmR6P)YAX9X8WNB|8RBvx=!KdMT000LL zNkl~97YBPN3euzEtsm@v=$Yn z1}92sM*&Mq>7cdLAPN==MQ&E0RT*xjfp#pH7AVL7l8}&rBrKcDZnB%bJ*O`;sVOs+ zO!8p``EoW%vKa( zAg(5<3f`ik@fK5eFVhxa+x!)BvTG>Ku@5&7IG_z&R$nh7yPbi6-J? znA1r!n)zehKWY743xv&cUY0|YZd|Fm!6yx6jCBpdVl)v~la$t7rofxeU{7!U+;p`= z`F91-+Ih+6ZO@jTBzMdR;>kD`qlvSnCmB9=R9pM5Mrh5Ct4V5_>Zl6(ITW}EfKgGH z)GePrj!Yb8D+1A>{I3M~a=1U-fYoTG{BIY?9W#QaSOi zF&4oeZp3A=btwP80<`K!5;1Ou0z?u~JZTQRRww0^8RYmHD64eRw|70|4b@x^`pLF= z=HK0mKRqz(Ot531~!;PY9(eGr2IlW5& zrn>W}3i=uR&iBPj6P}QBePifp^N?at+5ub&RI%~uQQkhjM_hU4U73~c?izrJj=|J4 z*O9wnfq3)LVmZm3i`!yH5r%d*a3d7pgPOndqkV6QPoI8UX4yP^Tz{d{00kMjT)cgq z(OVXaWd%>knOP&rN_Ug0q_nkDrKG%}nk^N_dHu+CarnDGm&3d{9B91Qd4QI9lu$HG z(e5`yNnx@4mg`OcRZ41_>)2EC50>mL5vyk`l&&;8X{qK;1H_XFDgxCk|7fFFHSJkB zC36@((p{JoW4rvy##(mXIKj&On?%w0LOCEa8>hwAIe`DHwXc^s}$_3_tn!H`=@i z0j!*|Ku&NE;Y7HSiLSv21VRY*2QDz&)RO~&3mv|Jj?~Jj3*-Z~9GvF#FP1%!QX-Mu z4hK0D_>@%#wrB^Se-7&aI)DzK1Ly!cfDWJo=m0u^4xj_*06KsUpabXtI>5aH&{Vuv zN+h+-4fKC&zW874%)!E+$(Wj8h{t!=hb1}$5RSL7v7(d$Pab`oUKC;IlKsEVRO?Zh z=6DMmt{r8N;$fgGoBVg5?OK4q;@$F{YeyNK-j|*>4_>PiRZ0?Sl2j!H+nO0)D@3Sx zkCYOG0D(Z2k{hAhY^o^b+dW2b|8I*#m(Kxq?5a6MzOe^BhZjpqYFisE5n4OnHX33P&eWE1I((gl{U^{6ZKCALL0&uj zo^~VPheN01Fk5-=<_Sicd*O3<+wIhTU4H?9xSHg={~CX)yTpQ=@ifPyth;iM*N<%1 z2H?eqo{-NEdKkOO%C?)IFw)W+pWTZ&#rTZ?B&EuwKouX|I>&;X2WgJC@aE+MtUbC* z8-O1_JWtN;GltAGC)=w}aG$vsJ#B7mscGNX2)KB=lKuYkJlFprLa_+zuO8x;M|Nlf z@cTzzmQ{ujbFv>G6bs`knIp=d+blg6N847p*2|&4XqS{yB`H-xu?Pd#KP3(n{!|Y0 z=CHH+BtF&7wD*^51F&QIQdzjS{RDUB$r9-_r?(xU>$h&6rU2)^w_YaHBr1|nG|aed zFSX12aMr7G@~&630a!9&wp@L1YrBiT_Q(&UVo*?o0i%+_Guu~d3b1z83(_D2ia|k@ zDhqe4X_xoPq$lO89XO+)e+=mWI)DzK1Ly!cfDWJo=m7U<{R_A4>8^GWX~zHn002ov JPDHLkV1fu>lpg>9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/icon.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..0bea265b93ccfe92a1c73fb20bc965e68842cd0d GIT binary patch literal 708 zcmV;#0z3VQP)YAX9X8WNB|8RBvx=!KdMT0006{ zNklAc85!rM&b1P|m`W~e)C4IAq+L>}*`f`QGI@59j^8XK{{@ zQu04br~nn90#v|K0Ub4`Wqs!bv2guvZHqj1r&X*dptG)3R@e%enwci+%F+2|<0tP+ zlU7f!GEB|w7O^6L&bn5)-(F0wGE9Z75G4{M8joSsr(x9Uc{K5k#QstcNdXegCBL&n z{R245N{P+JFlcoQ^$$?8YsY+kDTqY@iRQ7nS$yFDCaoU#3m49^Qhv@vNKZBJ{@H8t zcNPp%Ef!L{fk%dl5<`glBS`wMGk3{}%GH{e1jvCV%rJBOWWM)=wyrAi0)I z%sLYQX_u;(2S`jGiO=vYq!5WmaTv|4Gg)wZtmI_}81Y!h+2qF^7~@OO$A)wVIhIVc znv|q&VNpP(t%x6yNpi2%infD|vTDsX90oHQAsF#k$jc5eCncl7?{tm5;_Ty_V)Vp4 zY1OCw8$h|a0PoZU&W;9g^>CBiYj^Erv+Ye=En`-U^U*TskW8!{{1L7(5X ze86-pN+=qpv8zqAA8C?%Y<~mhq{KTlL67$>%@5ke#RJEs&6t5PRlhvI!n%Cul-y@8 z;(6FjwW9>_=jd+VAlr2tdFUIWxu;#M*h_f6vO(^)Z{=m!L%FR0fj|hs6U9Y|Zaq&G q7w7tJiPilXsQ?wA0#v}N1N;JX;!@CbHXrx^00002BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I10m>WG^978H@y}gy45u7f; z{^5W1xy)HJmUWtKJZicA1v_tUs;FeNAj|Wmi??|R>UTJ9i7kC)67fu2T;|1+E{#|1 zx3<1`B)WA`*dB!t!JO3JAJ8d@-3BlpWifZ&RL**Z2@oPyz}oHpZ}cu z{nLTpTuM$#?FkHQ*ii$c2xB@gqk~svV~2J_m+Sq@Mc=1=_xg45RCCHT>4kz1H}03^ z-+gOhea++!?uK<=)nB^q5IX)&Mv zwW&lN%ZV0qo7sM7k^jNW_jgw)+FKlW{iJzfTt%MA!FjWp86RBFHaDy~<+4Ogy71Zh z>U`Y;ZwoH^oMu@ui%U_Z9H6qN1fu*iPld-=xOg21{cHJ_)gNr%I`GZ*g_IAvcy*Wt(E z-x8BohjmYzalcKyp< zhRWu*8{W)NH+!nP*z|F_qq=r&!@P6pC)VkRP8ZKv`ux|01I$0lZGJ49wT|6ZV}oCl zz=4x}w=+Ih2bN{|hj`{|$GCdi{blmp#MH~-A|?0JdP4Bm+!~o?Uhne2+6|({Z9WYu zDs#S@Ewp`b_}Q)bi?tpc|C99V*0fd?&pK9yL-QT&m&s~%^E2eNN;WV`;6+J7!1VHV zS3P6pHJ_eMOAha;UFV^}@V@-`%9W25?F=I)=50|}v#-T3EI~_OgmW`XU3{S9VV}&3 zl`CI#wj^9!{-7+@wn+N^-%zg@rY-Ai9GrR7WU{ke_L)kvxw13-b?WeLP+wiAxcOd( zv;XVBDf2Fuci)*`&RocOAt=bxnLV=LN2D!R&P{`tY^q`h&Mn%yCFRHT7kumsC$X(Q z$fI~+eXqg0-wkg+hfUTwc|qH1ip)RFj|@A6Q-JBe;d|$PM!ibD`T9|L+kttO!PC{x JWt~$(697x}y;cAK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4fc8a3e71397298bce150e770145b94148f07189 GIT binary patch literal 1017 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9GGLLkg|>2BR0prCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I10m|Hwu978H@y}ecM6C5tW z{^5P?`@kr#%!y(h=Q{P?@aM7^iEXw>N?P>0F>!%nTC(D#)Kd+Ovt5k;C#I z@$W%_O_7Dh!X2kJ_39*^p2QekGC9XN`7pmS$7?OtuH4%9KiW4(PIc)}+wyJB{`|am zf9Dk6w>`PLsYBqbqC^8DcJx5A^W>{AriLH8Y7EmGel6;M5qmsNaOG@yo&QZ|s+3KX zcq-j4+S_&QF*Z%Q#_-ts+@&f1&BWwty%`RiU3K}&!qo~RP@>W$mAS)nt0JG`kincMd= zoT`sh7x-7k`|#*7ufnBU8mnrqJ71Gyny_%mp}76N7N=)voSeWA>2c7rFYYhj?%Q^v z@A&sGD=W{x!T3b&R-)w=&nr*%IftI#&o*}r%jD;KOnc6>8D0GN%x>4p?`L^F{NM2{ zPWbPeQlY{SRz8uCfRB%^c1#q_a8bBq@IunL?D6l-``LDH zmszOyo*^!BgUqA}A9`1dFP@xNbE!`04db^bxr=$X@f`8^WXmA%?_<@5Z&%jcWG>J? z!@zR@FKPfL7ptPL(NChnmCjCL`h2igX%$0^{G5gNHrDAFMNUlGa$xBb97F9pF#{AKhUOkazDeV6bwS7K4QJt#*7@m_J>tx8ibK0jXtQH$n!YHG6$M5L* zJw2TJ#kDdwNSzU268x=Lv&QbhgJoWmR3)oi+b=!)dy)OXTm@zW248KbLh*2~7Z_M!kCg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/meta.json b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/meta.json new file mode 100644 index 00000000000..af8d1329fc8 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..4fa52bb7efa22b5d43275725853731d086be461f GIT binary patch literal 569 zcmV-90>=G`P)Px$^GQTORCt{2+CNJpK^O+`$E=kbuvo;(1Qr4^7&#$W9@>gvAy_EdSojevto;mD zR$e8D-L-<{A*WnqKmrk_6G>q)c5y9a;}X~1c{MTdcz#tN^Zv=OGb!E$h=_=Yh=_>Z z@WNVDUEYekuom@W{h;d?@{%c~T=Kl3l)`5>p}W2p*1ohp>WA}D^mikwAI^&seKc+m z^+&V5{IUN8r91%B0RA{PuzorXoB~=uImZmDe&!Jyq*B$zK7$S__xEzzb_oO2Jy|k~Y`Muc=Ob-}jwjeBbZXkK?ms9)X?G4VHe6q29Q| z=J7;svUc+V8o<%oJ*t&S{62rgu2b8+sSf~J>z>sI@bXBH&n}2Aq4C*;p8gFEvOW&ph}jXSLWbB`50!r|g-6i;cbwP>E548;*h z_NBEJ9Ra8Dc$!wLl{&MR4l*UuawmVhF-CkZi8i2lb}|yr-h&`Wo!Q5CL_ehEPQDKi z1c5lG=neq#XZFSzaTBi6a`*gw02jkHe;>Afh=_=Y=sS1@s&3|F=K4^`00000NkvXX Hu0mjf=vxQk literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..63b61d20c4cb59fd524eae464c84f5460353302e GIT binary patch literal 297 zcmV+^0oMMBP)Px#<4Ht8R9J=W)3FM|Fc1ddU*qJ`N!%<1q;k;W5FEu>oE;QheFUGt$LQqd;^qT5 zintUCBDjll+%!&#AZ=2??Y=3H%W=tF0LB<&j9Cb&OgNYtA(i<@eA$+ah+Oh~AtJaI zktvBg#vH~bi93Z76**VQ+iWi$AQAvt0Cvs=jMgn+4W#MA8k^e!-}m2ZA(aV&zPx%N=ZaPRCt{2n!Rq~Koo^Phzq1~M{gHsn^6)ekto>**gEAFd5$2ZNI?-PZ;@x< z0Z5s`C_}Pw?JmYPm&q0y`xR;*Lgh5JsiekiE}{^1VIo4K@bE%5ClOG z1VIqK3^kicS(X71wA$J0@t4VC?a)|h>UMCcU#r>4sJn{LTBEi8aI7lIuJ3HXXCrW# zJnYsvK3g$L#`K#@0D7GzKfeFs`0N{_q*_0#sPB9RztA{_b1hBdiPvTJ7w9cFyFk0YI9jTle$p$z6l{ z*}1a_oBCR7lu`gZ-K-dP*V2dGI!`w%0F+W_t)1#y?*L;Aqht)gbUNL-mtT*PF~%6% zC7pP^ZgBBTf3N_cKUff4JRh8AgVQ1SKOu*pC1QYY0lpCfd<*c67~orgZ^QuK0(>I| z_!i(BF~GL~--rRe1^7k`@GZbMVt{V}z7Yd_3-HaCH^3Rj`82)u{f;<96KD3?5FX#`JW$Uuku-`A>N}*^h4=d9&Wj32J zpU=IV0bv-@Y&KC!<(XhDe?%*f#?mz1q_sX#O6{f9E)+Ik@5?7Y|6PK*Q!Ce!|N1Tz zGN9L4ZZi2OiWqk5oL(Q5-WPC)pw-S!ua6jZ>qJomtosFeonmJ|Ap@=+8k=4LSZDNA q^#vTl7_;dQfOTKO)kCAuTE795P4WYUiYA=^0000Px#-bqA3R9J=WlRXN;KoEt$NQ(3xV2fb0XrW-K2k;c$!`>p`Ej)vlu!u!igpeW! zNExtD)+| zwAN^?Uuv$j4)AUKHs;-;Lw|T8iBmS+0|3j(f!TCVf7m05+n=ZP4pdidjJfW>y#_zr zfp6m+Aes-XQmWCTlp>lBY@_L&0Dd^O>taN<3IHg}vevKaY!$FBMi1Zh;{b4Z-y}`} q$n(6`tLh|9F~+!#6a+yK05}7L3r#(>US;h70000l<%bzexyjG)>T(n*QUU(vO^w zZ70_6NtrA-lmAlAv@?I4w?zpm!N8}T`|qq+)%E_@+kaEEeY)l6|1Yh-#&~FpK<=uC zLcU9Hg>07j_hCZwPv5U|^F<@}tyv|My42?Wnv&ho-ZIA@&6)i7=;}H5_OaK7&*qN! z`N{mce`AM-z>K~W`3DO+o>l7Q-uAkGb=wu?4^N}nBYJf&l$So3(=7Ava^NTT{fzZj zlkyMLA7s41dclHW7lRbLgSf+Eh8Ij3G7PZ{z03=^7Zfs-Fq-f+=rtU}R5Y2rW78)I z+XOZKg7SZCKlkgL@~Yfn6=`<+%lyB0rmGi!1NuUOr>@c_I)^1bY=+n~)-(2vDxPfi q_upN+=HC14^ruo~U??nNl=oU7p)RvP@eDA$89ZJ6T-G@yGywpN)Uap( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ec7f1ccc57753d891f517ddd3c71914df99920 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}6FprVLn2y} z6C_v{Cy4Yk1sZU<9n_Fub>=KN_WIBN|Nrfo_3lWn|2%&gUqYBs;*WYgsol!wT>t;C z*PE4MEa@2tR8!9;mKxl~ebwjx-{~ie3W|%3YySS4nwWehnXUO+eNX+nd1(nLDknWI zF>LCeIo0Ri>t9FyriU3hath93`jQY{#B;2p4`Q!^C<8-DPr;MUXk8DW;}|?${an^L HB{Ts5WPwth literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..bdbf35325f54089b6c158805e5ddc9220e737c5a GIT binary patch literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@ItG2m%^ zIK5ioo9cIa-VWJ9et+|`Cd~^xf5f^^{1jOfW0Rg%Rcr~=g9ZFpt8+T%e!2Lm#h+}p z=ia`P%n+{EBeX!rd-9Uh$R-Dku0txBvEk*?3)a1U- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ba71aea082070d3c2d882a1ba2b79289f5daff35 GIT binary patch literal 399 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*QIKZ8Z>J zxvOK!WH|6YTjvzxlqi4Q)%>o;hiA*PDljl|I502?G%&CrGaH_- z*WkMSeeT9jpKP{&wwcM(@crJl+-h})$Z2d0uXnjg-mpw(D3EcNVo+rHeKuxVtKl|I zhNQeJ?u@T?{o|gq?B&M`p`ntVXFkt4Cx5}Dm+^o_-yi?Tc;<}T*V+;j*61*FO#Lp} zu`m855ond&eOK+c8gUUNIk4fwW=OjJvyj4- Date: Fri, 16 Aug 2024 17:56:30 -0600 Subject: [PATCH 14/19] So. Many. Socks. Signed-off-by: Dakota Haven --- .../Catalog/Fills/Lockers/heads.yml | 6 + .../Inventories/cargodrobe.yml | 3 + .../VendingMachines/Inventories/chapel.yml | 4 + .../VendingMachines/Inventories/engidrobe.yml | 3 + .../VendingMachines/Inventories/janidrobe.yml | 3 + .../VendingMachines/Inventories/medidrobe.yml | 3 + .../VendingMachines/Inventories/scidrobe.yml | 3 + .../VendingMachines/Inventories/secdrobe.yml | 3 + .../Entities/Clothing/Hands/miscgloves.yml | 14 - .../Floof/Entities/Clothing/Under/under.yml | 10 - .../Clothing/Uniforms/base_uniform.yml | 24 + .../Floof/Entities/Clothing/Uniforms/misc.yml | 18 +- .../Clothing/departmental_clothes.yml | 443 +++++++++++++++++ .../Floof/Loadouts/departmentalloadouts.yml | 469 ++++++++++++++++++ .../Command/captsocks.rsi/equipped-FEET.png | Bin 0 -> 656 bytes .../Command/captsocks.rsi/icon.png | Bin 0 -> 292 bytes .../Command/captsocks.rsi/meta.json | 18 + .../captthong.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 413 bytes .../Command/captthong.rsi/icon.png | Bin 0 -> 215 bytes .../Command/captthong.rsi/inhand-left.png | Bin 0 -> 371 bytes .../Command/captthong.rsi/inhand-right.png | Bin 0 -> 399 bytes .../Command/captthong.rsi/meta.json | 26 + .../Command/captwarmer.rsi/equipped-HAND.png | Bin 0 -> 569 bytes .../Command/captwarmer.rsi/icon.png | Bin 0 -> 297 bytes .../Command/captwarmer.rsi/meta.json | 18 + .../commandsocks.rsi/equipped-FEET.png | Bin 0 -> 516 bytes .../Command/commandsocks.rsi/icon.png | Bin 0 -> 302 bytes .../Command/commandsocks.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 420 bytes .../Command/commandthong.rsi/icon.png | Bin 0 -> 247 bytes .../Command/commandthong.rsi/inhand-left.png | Bin 0 -> 272 bytes .../Command/commandthong.rsi/inhand-right.png | Bin 0 -> 269 bytes .../Command/commandthong.rsi/meta.json | 26 + .../commandwarmer.rsi/equipped-HAND.png | Bin 0 -> 538 bytes .../Command/commandwarmer.rsi/icon.png | Bin 0 -> 291 bytes .../Command/commandwarmer.rsi/meta.json | 18 + .../engisocks.rsi/equipped-FEET.png | Bin 0 -> 531 bytes .../Engineering/engisocks.rsi/icon.png | Bin 0 -> 317 bytes .../Engineering/engisocks.rsi/meta.json | 18 + .../engithong.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 390 bytes .../Engineering/engithong.rsi/icon.png | Bin 0 -> 260 bytes .../Engineering/engithong.rsi/inhand-left.png | Bin 0 -> 270 bytes .../engithong.rsi/inhand-right.png | Bin 0 -> 269 bytes .../Engineering/engithong.rsi/meta.json | 26 + .../engiwarmer.rsi/equipped-HAND.png | Bin 0 -> 502 bytes .../Engineering/engiwarmer.rsi/icon.png | Bin 0 -> 302 bytes .../Engineering/engiwarmer.rsi/meta.json | 18 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 584 bytes .../Epistemics/chaplainmantle.rsi/icon.png | Bin 0 -> 326 bytes .../Epistemics/chaplainmantle.rsi/meta.json | 18 + .../equipped-HELMET.png | Bin 0 -> 647 bytes .../chaplainmantlehood.rsi/icon.png | Bin 0 -> 347 bytes .../chaplainmantlehood.rsi/meta.json | 18 + .../chaplainsocks.rsi/equipped-FEET.png | Bin 0 -> 498 bytes .../Epistemics/chaplainsocks.rsi/icon.png | Bin 0 -> 304 bytes .../Epistemics/chaplainsocks.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 431 bytes .../Epistemics/chaplainthong.rsi/icon.png | Bin 0 -> 272 bytes .../chaplainthong.rsi/inhand-left.png | Bin 0 -> 371 bytes .../chaplainthong.rsi/inhand-right.png | Bin 0 -> 399 bytes .../Epistemics/chaplainthong.rsi/meta.json | 26 + .../chaplainwarmer.rsi/equipped-HAND.png | Bin 0 -> 594 bytes .../Epistemics/chaplainwarmer.rsi/icon.png | Bin 0 -> 349 bytes .../Epistemics/chaplainwarmer.rsi/meta.json | 18 + .../Epistemics/episocks.rsi/equipped-FEET.png | Bin 0 -> 636 bytes .../Epistemics/episocks.rsi/icon.png | Bin 0 -> 375 bytes .../Epistemics/episocks.rsi/meta.json | 18 + .../epithong.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 367 bytes .../Epistemics/epithong.rsi/icon.png | Bin 0 -> 229 bytes .../Epistemics/epithong.rsi/inhand-left.png | Bin 0 -> 271 bytes .../Epistemics/epithong.rsi/inhand-right.png | Bin 0 -> 268 bytes .../Epistemics/epithong.rsi/meta.json | 26 + .../epiwarmer.rsi/equipped-HAND.png | Bin 0 -> 518 bytes .../Epistemics/epiwarmer.rsi/icon.png | Bin 0 -> 296 bytes .../Epistemics/epiwarmer.rsi/meta.json | 18 + .../Logistics/logisocks.rsi/equipped-FEET.png | Bin 0 -> 585 bytes .../Logistics/logisocks.rsi/icon.png | Bin 0 -> 337 bytes .../Logistics/logisocks.rsi/meta.json | 18 + .../logithong.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 419 bytes .../Logistics/logithong.rsi/icon.png | Bin 0 -> 259 bytes .../Logistics/logithong.rsi/inhand-left.png | Bin 0 -> 274 bytes .../Logistics/logithong.rsi/inhand-right.png | Bin 0 -> 272 bytes .../Logistics/logithong.rsi/meta.json | 26 + .../logiwarmer.rsi/equipped-HAND.png | Bin 0 -> 548 bytes .../Logistics/logiwarmer.rsi/icon.png | Bin 0 -> 322 bytes .../Logistics/logiwarmer.rsi/meta.json | 18 + .../medicalsocks.rsi/equipped-FEET.png | Bin 0 -> 603 bytes .../Medical/medicalsocks.rsi/icon.png | Bin 0 -> 337 bytes .../Medical/medicalsocks.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 375 bytes .../Medical/medicalthong.rsi/icon.png | Bin 0 -> 239 bytes .../Medical/medicalthong.rsi/inhand-left.png | Bin 0 -> 271 bytes .../Medical/medicalthong.rsi/inhand-right.png | Bin 0 -> 268 bytes .../Medical/medicalthong.rsi/meta.json | 26 + .../medicalwarmer.rsi/equipped-HAND.png | Bin 0 -> 510 bytes .../Medical/medicalwarmer.rsi/icon.png | Bin 0 -> 277 bytes .../Medical/medicalwarmer.rsi/meta.json | 18 + .../Security/secsocks.rsi/equipped-FEET.png | Bin 0 -> 695 bytes .../Security/secsocks.rsi/icon.png | Bin 0 -> 391 bytes .../Security/secsocks.rsi/meta.json | 18 + .../secthong.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 474 bytes .../Security/secthong.rsi/icon.png | Bin 0 -> 259 bytes .../Security/secthong.rsi/inhand-left.png | Bin 0 -> 371 bytes .../Security/secthong.rsi/inhand-right.png | Bin 0 -> 399 bytes .../Security/secthong.rsi/meta.json | 26 + .../Security/secwarmer.rsi/equipped-HAND.png | Bin 0 -> 694 bytes .../Security/secwarmer.rsi/icon.png | Bin 0 -> 396 bytes .../Security/secwarmer.rsi/meta.json | 18 + .../janitorsocks.rsi/equipped-FEET.png | Bin 0 -> 522 bytes .../Service/janitorsocks.rsi/icon.png | Bin 0 -> 303 bytes .../Service/janitorsocks.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 344 bytes .../Service/janitorthong.rsi/icon.png | Bin 0 -> 230 bytes .../Service/janitorthong.rsi/inhand-left.png | Bin 0 -> 272 bytes .../Service/janitorthong.rsi/inhand-right.png | Bin 0 -> 270 bytes .../Service/janitorthong.rsi/meta.json | 26 + .../janitorwarmer.rsi/equipped-HAND.png | Bin 0 -> 481 bytes .../Service/janitorwarmer.rsi/icon.png | Bin 0 -> 279 bytes .../Service/janitorwarmer.rsi/meta.json | 18 + .../servicesocks.rsi/equipped-FEET.png | Bin 0 -> 698 bytes .../Service/servicesocks.rsi/icon.png | Bin 0 -> 380 bytes .../Service/servicesocks.rsi/meta.json | 18 + .../equipped-INNERCLOTHING.png | Bin 0 -> 390 bytes .../Service/servicethong.rsi/icon.png | Bin 0 -> 243 bytes .../Service/servicethong.rsi/inhand-left.png | Bin 0 -> 269 bytes .../Service/servicethong.rsi/inhand-right.png | Bin 0 -> 267 bytes .../Service/servicethong.rsi/meta.json | 26 + .../servicewarmer.rsi/equipped-HAND.png | Bin 0 -> 617 bytes .../Service/servicewarmer.rsi/icon.png | Bin 0 -> 361 bytes .../Service/servicewarmer.rsi/meta.json | 18 + .../Clothing/Uniforms/beethong.rsi/icon.png | Bin 238 -> 237 bytes .../Clothing/Uniforms/captthong.rsi/icon.png | Bin 215 -> 251 bytes .../Uniforms/captthong.rsi/inhand-left.png | Bin 371 -> 275 bytes .../Uniforms/captthong.rsi/inhand-right.png | Bin 399 -> 273 bytes .../Clothing/Uniforms/coderthong.rsi/icon.png | Bin 247 -> 246 bytes .../Uniforms/codervalidthong.rsi/icon.png | Bin 241 -> 241 bytes .../equipped-OUTERCLOTHING.png | Bin 0 -> 384 bytes .../Uniforms/loinclothblack.rsi/meta.json | 4 + .../equipped-OUTERCLOTHING.png | Bin 0 -> 374 bytes .../Uniforms/loinclothwhite.rsi/meta.json | 4 + .../Clothing/Uniforms/plainthong.rsi/icon.png | Bin 227 -> 227 bytes .../reotasuit.rsi/equipped-INNERCLOTHING.png | Bin 0 -> 1364 bytes .../Clothing/Uniforms/reotasuit.rsi/icon.png | Bin 0 -> 486 bytes .../Uniforms/reotasuit.rsi/inhand-left.png | Bin 0 -> 706 bytes .../Uniforms/reotasuit.rsi/inhand-right.png | Bin 0 -> 715 bytes .../Clothing/Uniforms/reotasuit.rsi/meta.json | 26 + .../Uniforms/stripethongpurple.rsi/icon.png | Bin 237 -> 237 bytes .../Uniforms/stripethongrainbow.rsi/icon.png | Bin 253 -> 252 bytes .../Uniforms/stripethongwhite.rsi/icon.png | Bin 227 -> 228 bytes 149 files changed, 1663 insertions(+), 33 deletions(-) create mode 100644 Resources/Prototypes/Floof/Entities/Clothing/Uniforms/base_uniform.yml create mode 100644 Resources/Prototypes/Floof/Entities/Clothing/departmental_clothes.yml create mode 100644 Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captsocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captsocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captsocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/captwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logiwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logiwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Logistics/logiwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Medical/medicalwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secsocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secsocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secsocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Security/secwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorsocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorsocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorsocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicewarmer.rsi/equipped-HAND.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicewarmer.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Departmental/Service/servicewarmer.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 4db37d5f7a8..5b937516c6f 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -63,6 +63,9 @@ contents: - id: ClothingOuterArmorCaptainCarapace - id: ClothingLongcoatCap # Floofstation + - id: ClothingHandsCaptainWarmers # Floofstation + - id: ClothingUnderSocksCaptain # Floofstation + - id: ClothingUniformCaptainThong # Floofstation - id: NukeDisk - id: PinpointerNuclear # - id: CaptainIDCard # DeltaV - Replaced by the spare ID system @@ -122,6 +125,9 @@ contents: - id: HoPIDCard - id: ClothingLongcoatHoP # Floofstation + - id: ClothingHandsCommandWarmers # Floofstation + - id: ClothingUnderSocksCommand # Floofstation + - id: ClothingUniformCommandThong # Floofstation - id: ClothingHeadsetAltService # DeltaV - HoP is now a service role, replaces their all channels headset. - id: BoxPDA - id: BoxID diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml index 82e53018c41..b611fa56026 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml @@ -16,3 +16,6 @@ ClothingNeckScarfStripedBrown: 3 ClothingShoesBootsWinterCargo: 2 ClothingNeckCollarLogi: 1 # Floofstation - Collar addition + ClothingHandsLogisWarmers: 1 # Floofstation + ClothingUnderSocksLogis: 1 # Floofstation + ClothingUniformLogisThong: 1 # Floofstation diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml index 6f1b813a8f5..437f2011e76 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml @@ -16,6 +16,10 @@ ClothingHeadHatWitch1: 1 ClothingOuterPlagueSuit: 1 ClothingMaskPlague: 1 + ClothingHandsChaplainWarmers: 1 # Floofstation + ClothingUnderSocksChaplain: 1 # Floofstation + ClothingUniformChaplainThong: 1 # Floofstation + ClothingOuterEpiChaplainMantle: 1 # Floofstation #ClothingHeadsetService: 2 # Delta-V - Chaplain is no longer service dept BoxCandle: 2 BoxCandleSmall: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml index a6b77477d3e..310905f1863 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/engidrobe.yml @@ -17,3 +17,6 @@ ClothingNeckScarfStripedOrange: 3 ClothingShoesBootsWinterEngi: 2 ClothingNeckCollarEngi: 1 # Floofstation - Collar addition + ClothingHandsEngiWarmers: 1 # Floofstation + ClothingUnderSocksEngi: 1 # Floofstation + ClothingUniformEngiThong: 1 # Floofstation diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml index a1c15cf9b09..75de610b60e 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/janidrobe.yml @@ -13,6 +13,9 @@ ClothingShoesBootsWinterJani: 2 #Delta V: Add departmental winter boots ClothingUniformJumpskirtJanimaid: 2 # Delta V: the maiden outfits no longer require emagging. ClothingUniformJumpskirtJanimaidmini: 1 + ClothingHandsJanitorWarmers: 1 # Floofstation + ClothingUnderSocksJanitor: 1 # Floofstation + ClothingUniformJanitorThong: 1 # Floofstation emaggedInventory: # Delta V: tactical maid outfit set is now the emagg reward. ClothingHandsTacticalMaidGloves: 1 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml index d269645ad9a..a01102a7e76 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml @@ -23,6 +23,9 @@ ClothingHeadHatSurgcapPurple: 4 ClothingShoesBootsWinterMed: 2 ClothingNeckCollarMed: 1 # Floofstation - Collar addition + ClothingHandsMedicWarmers: 1 # Floofstation + ClothingUnderSocksMedic: 1 # Floofstation + ClothingUniformMedicThong: 1 # Floofstation contrabandInventory: #DeltaV UniformScrubsColorCybersun: 1 #DeltaV ClothingHeadHatSurgcapCybersun: 1 #DeltaV diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml index 426288ce044..d4caa01afc8 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/scidrobe.yml @@ -15,5 +15,8 @@ ClothingOuterWinterSci: 2 ClothingNeckScarfStripedPurple: 3 ClothingNeckCollarEpi: 1 # Floofstation - Collar addition + ClothingHandsEpiWarmers: 1 # Floofstation + ClothingUnderSocksEpi: 1 # Floofstation + ClothingUniformEpiThong: 1 # Floofstation ClothingHeadTinfoil: 2 # Nyanotrasen - Tinfoil hats for Epistemics ClothingShoesBootsWinterSci: 2 diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml index 685feb15736..88410e5f99f 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/secdrobe.yml @@ -24,6 +24,9 @@ ClothingNeckScarfStripedRed: 3 ClothingEyesBlindfold: 1 ClothingNeckCollarSec: 1 # Floofstation - Collar addition + ClothingHandsSecurityWarmers: 1 # Floofstation + ClothingUnderSocksSecurity: 1 # Floofstation + ClothingUniformSecurityThong: 1 # Floofstation ClothingShoesBootsCombat: 1 ClothingShoesBootsWinterSec: 2 ClothingShoesBootsCowboyBlack: 1 diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml index 7f5c032d2c5..a4a74c3d754 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml @@ -133,17 +133,3 @@ fiberColor: fibers-blue - type: FingerprintMask -- type: entity - parent: ClothingHandsBase - id: ClothingHandsCaptainWarmers - name: captains arm-warmers - description: A pair of rather nice arm-warmers - components: - - type: Sprite - sprite: Floof/Clothing/Under/Gloves/captwarmer.rsi - - type: Clothing - sprite: Floof/Clothing/Under/Gloves/captwarmer.rsi - - type: Fiber - fiberMaterial: fibers-durathread - fiberColor: fibers-regal-blue - - type: FingerprintMask diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml index 443ab81b15c..3c4ce322175 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Under/under.yml @@ -75,13 +75,3 @@ - type: Clothing sprite: Floof/Clothing/Under/Socks/sexcompblueboots.rsi -- type: entity - parent: ClothingShoesBase - id: ClothingUnderSocksCaptain - name: captains thigh-high socks - description: Just a plain pair of thigh-high socks. - components: - - type: Sprite - sprite: Floof/Clothing/Under/Socks/captsocks.rsi - - type: Clothing - sprite: Floof/Clothing/Under/Socks/captsocks.rsi diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/base_uniform.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/base_uniform.yml new file mode 100644 index 00000000000..9b494e2a90c --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/base_uniform.yml @@ -0,0 +1,24 @@ +- type: entity + abstract: true + parent: ClothingUniformBase + id: ClothingUniformBaseSwitch + components: + - type: Clothing + slots: [innerclothing, outerClothing] + femaleMask: UniformTop + - type: Tag + tags: + - ClothMade # Delta-V - allows moths to eat this + +- type: entity + abstract: true + parent: ClothingUniformBase + id: ClothingUniformSkirtBaseSwitch + components: + - type: Clothing + slots: [innerclothing, outerClothing] + femaleMask: UniformTop + - type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts + tags: + - Skirt + - ClothMade # Delta-V - allows moths to eat this diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml index 65c11da772e..044db308312 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -1,5 +1,5 @@ - type: entity - parent: ClothingUniformSkirtBase + parent: ClothingUniformBase id: ClothingUniformLoinCloth name: loin cloth description: A piece of cloth wrapped around the waist. @@ -14,7 +14,7 @@ unequipDelay: 0 - type: entity - parent: ClothingUniformBase + parent: ClothingUniformBaseSwitch id: ClothingUniformLoinClothBlack name: black loin-cloth description: A piece of cloth wrapped around the waist. @@ -25,7 +25,7 @@ sprite: Floof/Clothing/Uniforms/loinclothblack.rsi - type: entity - parent: ClothingUniformBase + parent: ClothingUniformBaseSwitch id: ClothingUniformLoinClothWhite name: white loin-cloth description: A piece of cloth wrapped around the waist. @@ -134,14 +134,14 @@ - type: Clothing sprite: Floof/Clothing/Uniforms/sexcompblue.rsi - - type: entity parent: ClothingUniformBase - id: ClothingUniformCaptainThong - name: captains thong - description: Is this even considered a piece of clothing? + id: ClothingUniforReotaSuit + name: casual suit + description: A rather casual looking suit components: - type: Sprite - sprite: Floof/Clothing/Uniforms/captthong.rsi + sprite: Floof/Clothing/Uniforms/reotasuit.rsi - type: Clothing - sprite: Floof/Clothing/Uniforms/captthong.rsi + sprite: Floof/Clothing/Uniforms/reotasuit.rsi + diff --git a/Resources/Prototypes/Floof/Entities/Clothing/departmental_clothes.yml b/Resources/Prototypes/Floof/Entities/Clothing/departmental_clothes.yml new file mode 100644 index 00000000000..2b333d70220 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Clothing/departmental_clothes.yml @@ -0,0 +1,443 @@ +#Command Outfits +# +#Captain + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsCaptainWarmers + name: captain's arm-warmers + description: A pair of rather nice arm-warmers, styled for a captain. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Command/captwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Command/captwarmer.rsi + - type: Fiber + fiberMaterial: fibers-durathread + fiberColor: fibers-regal-blue + - type: FingerprintMask + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksCaptain + name: captain's thigh-high socks + description: A pair of thigh-high socks, styled for a captain. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Command/captsocks.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Command/captsocks.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformCaptainThong + name: captain's thong + description: Styled for a captain, but is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Command/captthong.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Command/captthong.rsi + +#General Command + +- type: entity + parent: ClothingHandsBase + id: ClothingHandsCommandWarmers + name: command's arm-warmers + description: A pair of rather nice arm-warmers, styled for command roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Command/commandwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Command/commandwarmer.rsi + - type: Fiber + fiberMaterial: fibers-durathread + fiberColor: fibers-blue + - type: FingerprintMask + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksCommand + name: command's thigh-high socks + description: A pair of thigh-high socks, styled for command roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Command/commandsocks.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Command/commandsocks.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformCommandThong + name: command's thong + description: Styled for a commanding officer, but is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Command/commandthong.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Command/commandthong.rsi + +#Engineering Outfits +# +#General Engineering +- type: entity + parent: ClothingHandsBase + id: ClothingHandsEngiWarmers + name: engineering arm-warmers + description: A pair of rather nice arm-warmers, styled for Engineering roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Engineering/engiwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Engineering/engiwarmer.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-yellow-and-orange + - type: FingerprintMask + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksEngi + name: engineering thigh-high socks + description: A pair of thigh-high socks, styled for Engineering roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Engineering/engisocks.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Engineering/engisocks.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformEngiThong + name: engineering thong + description: Styled for a engineering, but is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Engineering/engithong.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Engineering/engithong.rsi + + +#Epistemics Outfits +# +#General Epistemics +- type: entity + parent: ClothingHandsBase + id: ClothingHandsEpiWarmers + name: epistemics arm-warmers + description: A pair of rather nice arm-warmers, styled for Epistemic roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-white-and-purple + - type: FingerprintMask + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksEpi + name: epistemics thigh-high socks + description: A pair of thigh-high socks, styled for Epistemic roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Epistemics/episocks.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Epistemics/episocks.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformEpiThong + name: epistemics thong + description: Styled for a Epistemics, but is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Epistemics/epithong.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Epistemics/epithong.rsi + +#Chaplain +- type: entity + parent: ClothingHandsBase + id: ClothingHandsChaplainWarmers + name: chaplain arm-warmers + description: A pair of rather nice arm-warmers, oddly, styled for a Chaplain. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-black + - type: FingerprintMask + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksChaplain + name: chaplain thigh-high socks + description: A pair of thigh-high socks, oddly, styled for a Chaplain. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformChaplainThong + name: chaplain thong + description: Oddly, styled for a Chaplain, but is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi + +- type: entity + parent: ClothingOuterWinterCoatToggleable + id: ClothingOuterEpiChaplainMantle + name: chaplain mantle + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi + - type: ToggleableClothing + clothingPrototype: ClothingHeadHatHoodEpiChaplainHood + +- type: entity + parent: ClothingHeadHatHoodWinterBase + id: ClothingHeadHatHoodEpiChaplainHood + noSpawn: true + name: chaplain mantle hood + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi + +#Logistics Outfits +# +#General Logistics +- type: entity + parent: ClothingHandsBase + id: ClothingHandsLogisWarmers + name: logistics arm-warmers + description: A pair of rather nice arm-warmers, styled for Logistic roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Logistics/logiwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Logistics/logiwarmer.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-brown-and-yellow + - type: FingerprintMask + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksLogis + name: logistics thigh-high socks + description: A pair of thigh-high socks, styled for Logistic roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Logistics/logisocks.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Logistics/logisocks.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformLogisThong + name: logistics thong + description: Styled for a Logistics, but is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Logistics/logithong.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Logistics/logithong.rsi + +#Medical Outfits +# +#General Medical +- type: entity + parent: ClothingHandsBase + id: ClothingHandsMedicWarmers + name: medical arm-warmers + description: A pair of rather nice arm-warmers, styled for Medic roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Medical/medicalwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Medical/medicalwarmer.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-white-and-blue + - type: FingerprintMask + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksMedic + name: medical thigh-high socks + description: A pair of thigh-high socks, styled for Medic roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Medical/medicalsocks.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Medical/medicalsocks.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformMedicThong + name: medical thong + description: Styled for a Medics, but is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Medical/medicalthong.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Medical/medicalthong.rsi + +#Security Outfits +# +#General Security +- type: entity + parent: ClothingHandsBase + id: ClothingHandsSecurityWarmers + name: security arm-warmers + description: A pair of rather nice arm-warmers, styled for Security roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Security/secwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Security/secwarmer.rsi + - type: Fiber + fiberMaterial: fibers-durathread + fiberColor: fibers-black-and-red + - type: FingerprintMask + - type: Armor + modifiers: + coefficients: + Blunt: 0.1 + Slash: 0.1 + Piercing: 0.1 + Heat: 0.3 + - type: GroupExamine + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksSecurity + name: security thigh-high socks + description: A pair of thigh-high socks, styled for Security roles. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Security/secsocks.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Security/secsocks.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.1 + Slash: 0.1 + Piercing: 0.1 + Heat: 0.3 + - type: GroupExamine + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformSecurityThong + name: security thong + description: Styled for a Security, but is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Security/secthong.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Security/secthong.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.1 + Slash: 0.1 + Piercing: 0.1 + Heat: 0.3 + - type: GroupExamine + +#Service Outfits +# +#General Service +- type: entity + parent: ClothingHandsBase + id: ClothingHandsServiceWarmers + name: service arm-warmers + description: A pair of rather nice arm-warmers, styled for Service workers. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Service/servicewarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Service/servicewarmer.rsi + - type: Fiber + fiberMaterial: fibers-synthetic + fiberColor: fibers-grey-and-green + - type: FingerprintMask + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksService + name: service thigh-high socks + description: A pair of thigh-high socks, styled for Service workers. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Service/servicesocks.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Service/servicesocks.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformServiceThong + name: service thong + description: Styled for a Service workers, but is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Service/servicethong.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Service/servicethong.rsi + +#Janitorial +- type: entity + parent: ClothingHandsBase + id: ClothingHandsJanitorWarmers + name: rubber arm-warmers + description: A pair of rather nice arm-warmers, styled for Janitorial. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Service/janitorwarmer.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Service/janitorwarmer.rsi + - type: Fiber + fiberMaterial: fibers-rubber + fiberColor: fibers-yellow + - type: FingerprintMask + +- type: entity + parent: ClothingShoesBase + id: ClothingUnderSocksJanitor + name: rubber thigh-high socks + description: A pair of thigh-high socks, styled for Janitorial. + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Service/janitorsocks.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Service/janitorsocks.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJanitorThong + name: rubber thong + description: Styled for a Janitorial, but is this even considered a piece of clothing? + components: + - type: Sprite + sprite: Floof/Clothing/Departmental/Service/janitorthong.rsi + - type: Clothing + sprite: Floof/Clothing/Departmental/Service/janitorthong.rsi diff --git a/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml b/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml new file mode 100644 index 00000000000..198da9ad7a5 --- /dev/null +++ b/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml @@ -0,0 +1,469 @@ +#Command Outfits +# +#Captain +- type: loadout + id: LoadoutClothingHandsCaptainWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsCaptainWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - Captain + +- type: loadout + id: LoadoutClothingUnderSocksCaptain + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksCaptain + requirements: + - !type:CharacterJobRequirement + jobs: + - Captain + +- type: loadout + id: LoadoutClothingUniformCaptainThong + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUniformCaptainThong + requirements: + - !type:CharacterJobRequirement + jobs: + - Captain + +#General Command + +- type: loadout + id: LoadoutClothingHandsCommandWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsCommandWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - Captain + - ChiefEngineer + - ChiefMedicalOfficer + - HeadOfPersonnel + - HeadOfSecurity + - Quartermaster + - ResearchDirector + +- type: loadout + id: LoadoutClothingUnderSocksCommand + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksCommand + requirements: + - !type:CharacterJobRequirement + jobs: + - Captain + - ChiefEngineer + - ChiefMedicalOfficer + - HeadOfPersonnel + - HeadOfSecurity + - Quartermaster + - ResearchDirector + +- type: loadout + id: LoadoutClothingUniformCommandThong + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUniformCommandThong + requirements: + - !type:CharacterJobRequirement + jobs: + - Captain + - ChiefEngineer + - ChiefMedicalOfficer + - HeadOfPersonnel + - HeadOfSecurity + - Quartermaster + - ResearchDirector + +#Engineering Outfits +# +#General Engineering + +- type: loadout + id: LoadoutClothingHandsEngiWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsEngiWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - StationEngineer + - AtmosphericTechnician + - ChiefEngineer + +- type: loadout + id: LoadoutClothingUnderSocksEngi + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksEngi + requirements: + - !type:CharacterJobRequirement + jobs: + - StationEngineer + - AtmosphericTechnician + - ChiefEngineer + +- type: loadout + id: LoadoutClothingUniformEngiThong + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUniformEngiThong + requirements: + - !type:CharacterJobRequirement + jobs: + - StationEngineer + - AtmosphericTechnician + - ChiefEngineer + +#Epistemics Outfits +# +#General Epistemics + +- type: loadout + id: LoadoutClothingHandsEpiWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsEpiWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - Scientist + - ResearchAssistant + - ResearchDirector + +- type: loadout + id: LoadoutClothingUnderSocksEpi + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksEpi + requirements: + - !type:CharacterJobRequirement + jobs: + - Scientist + - ResearchAssistant + - ResearchDirector + + +- type: loadout + id: LoadoutClothingUniformEpiThong + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUniformEpiThong + requirements: + - !type:CharacterJobRequirement + jobs: + - Scientist + - ResearchAssistant + - ResearchDirector + +#Chaplain + +- type: loadout + id: LoadoutClothingHandChaplainWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsChaplainWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - Chaplain + +- type: loadout + id: LoadoutClothingUnderSocksChaplain + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksChaplain + requirements: + - !type:CharacterJobRequirement + jobs: + - Chaplain + +- type: loadout + id: LoadoutClothingUniformChaplainThong + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUniformChaplainThong + requirements: + - !type:CharacterJobRequirement + jobs: + - Chaplain + +- type: loadout + id: LoadoutClothingChaplainEpiMantle + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingOuterEpiChaplainMantle + requirements: + - !type:CharacterJobRequirement + jobs: + - Chaplain + +#Logistics Outfits +# +#General Logistics +- type: loadout + id: LoadoutClothingHandsLogisWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsLogisWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - CargoTechnician + +- type: loadout + id: LoadoutClothingUnderSocksLogis + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksLogis + requirements: + - !type:CharacterJobRequirement + jobs: + - CargoTechnician + +- type: loadout + id: LoadoutClothingUniformLogisThong + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUniformLogisThong + requirements: + - !type:CharacterJobRequirement + jobs: + - CargoTechnician + +#Medical Outfits +# +#General Medical +- type: loadout + id: LoadoutClothingHandsMedicWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsMedicWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - MedicalDoctor + - Paramedic + - ChiefMedicalOfficer + - MedicalIntern + - Chemist + +- type: loadout + id: LoadoutClothingUnderSocksMedic + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksMedic + requirements: + - !type:CharacterJobRequirement + jobs: + - MedicalDoctor + - Paramedic + - ChiefMedicalOfficer + - MedicalIntern + - Chemist + +- type: loadout + id: LoadoutClothingUniformMedicThong + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUniformMedicThong + requirements: + - !type:CharacterJobRequirement + jobs: + - MedicalDoctor + - Paramedic + - ChiefMedicalOfficer + - MedicalIntern + - Chemist + +#Security Outfits +# +#General Security +- type: loadout + id: LoadoutClothingHandsSecurityWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsSecurityWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - SecurityOfficer + - SecurityCadet + - Warden + - Detective + - HeadOfSecurity + +- type: loadout + id: LoadoutClothingUnderSocksSecurity + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksSecurity + requirements: + - !type:CharacterJobRequirement + jobs: + - SecurityOfficer + - SecurityCadet + - Warden + - Detective + - HeadOfSecurity + +- type: loadout + id: LoadoutClothingUniformSecurityThong + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUniformSecurityThong + requirements: + - !type:CharacterJobRequirement + jobs: + - SecurityOfficer + - SecurityCadet + - Warden + - Detective + - HeadOfSecurity + +#Service Outfits +# +#General Service +- type: loadout + id: LoadoutClothingHandsServiceWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsServiceWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - Bartender + - Botanist + - Reporter + - Musician + - Chef + - ServiceWorker + +- type: loadout + id: LoadoutClothingUnderSocksService + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksService + requirements: + - !type:CharacterJobRequirement + jobs: + - Bartender + - Botanist + - Reporter + - Musician + - Chef + - ServiceWorker + +- type: loadout + id: LoadoutClothingUniformServiceThong + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUniformServiceThong + requirements: + - !type:CharacterJobRequirement + jobs: + - Bartender + - Botanist + - Reporter + - Musician + - Chef + - ServiceWorker + +#Janitorial +- type: loadout + id: LoadoutClothingHandsJanitorWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsJanitorWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - Janitor + +- type: loadout + id: LoadoutClothingUnderSocksJanitor + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksJanitor + requirements: + - !type:CharacterJobRequirement + jobs: + - Janitor + +- type: loadout + id: LoadoutClothingUniformJanitorThong + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUniformJanitorThong + requirements: + - !type:CharacterJobRequirement + jobs: + - Janitor diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/captsocks.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Departmental/Command/captsocks.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..b5a37513713b3599ffb7c10af17fa5947b91ffec GIT binary patch literal 656 zcmV;B0&o3^P)Px%N=ZaPRCt{2n!Rq~Koo^Phzq1~M{gHsn^6)ekto>**gEAFd5$2ZNI?-PZ;@x< z0Z5s`C_}Pw?JmYPm&q0y`xR;*Lgh5JsiekiE}{^1VIo4K@bE%5ClOG z1VIqK3^kicS(X71wA$J0@t4VC?a)|h>UMCcU#r>4sJn{LTBEi8aI7lIuJ3HXXCrW# zJnYsvK3g$L#`K#@0D7GzKfeFs`0N{_q*_0#sPB9RztA{_b1hBdiPvTJ7w9cFyFk0YI9jTle$p$z6l{ z*}1a_oBCR7lu`gZ-K-dP*V2dGI!`w%0F+W_t)1#y?*L;Aqht)gbUNL-mtT*PF~%6% zC7pP^ZgBBTf3N_cKUff4JRh8AgVQ1SKOu*pC1QYY0lpCfd<*c67~orgZ^QuK0(>I| z_!i(BF~GL~--rRe1^7k`@GZbMVt{V}z7Yd_3-HaCH^3Rj`82)u{f;<96KD3?5FX#`JW$Uuku-`A>N}*^h4=d9&Wj32J zpU=IV0bv-@Y&KC!<(XhDe?%*f#?mz1q_sX#O6{f9E)+Ik@5?7Y|6PK*Q!Ce!|N1Tz zGN9L4ZZi2OiWqk5oL(Q5-WPC)pw-S!ua6jZ>qJomtosFeonmJ|Ap@=+8k=4LSZDNA q^#vTl7_;dQfOTKO)kCAuTE795P4WYUiYA=^0000Px#-bqA3R9J=WlRXN;KoEt$NQ(3xV2fb0XrW-K2k;c$!`>p`Ej)vlu!u!igpeW! zNExtD)+| zwAN^?Uuv$j4)AUKHs;-;Lw|T8iBmS+0|3j(f!TCVf7m05+n=ZP4pdidjJfW>y#_zr zfp6m+Aes-XQmWCTlp>lBY@_L&0Dd^O>taN<3IHg}vevKaY!$FBMi1Zh;{b4Z-y}`} q$n(6`tLh|9F~+!#6a+yK05}7L3r#(>US;h70000l<%bzexyjG)>T(n*QUU(vO^w zZ70_6NtrA-lmAlAv@?I4w?zpm!N8}T`|qq+)%E_@+kaEEeY)l6|1Yh-#&~FpK<=uC zLcU9Hg>07j_hCZwPv5U|^F<@}tyv|My42?Wnv&ho-ZIA@&6)i7=;}H5_OaK7&*qN! z`N{mce`AM-z>K~W`3DO+o>l7Q-uAkGb=wu?4^N}nBYJf&l$So3(=7Ava^NTT{fzZj zlkyMLA7s41dclHW7lRbLgSf+Eh8Ij3G7PZ{z03=^7Zfs-Fq-f+=rtU}R5Y2rW78)I z+XOZKg7SZCKlkgL@~Yfn6=`<+%lyB0rmGi!1NuUOr>@c_I)^1bY=+n~)-(2vDxPfi q_upN+=HC14^ruo~U??nNl=oU7p)RvP@eDA$89ZJ6T-G@yGywpN)Uap( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ec7f1ccc57753d891f517ddd3c71914df99920 GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}6FprVLn2y} z6C_v{Cy4Yk1sZU<9n_Fub>=KN_WIBN|Nrfo_3lWn|2%&gUqYBs;*WYgsol!wT>t;C z*PE4MEa@2tR8!9;mKxl~ebwjx-{~ie3W|%3YySS4nwWehnXUO+eNX+nd1(nLDknWI zF>LCeIo0Ri>t9FyriU3hath93`jQY{#B;2p4`Q!^C<8-DPr;MUXk8DW;}|?${an^L HB{Ts5WPwth literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..bdbf35325f54089b6c158805e5ddc9220e737c5a GIT binary patch literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@ItG2m%^ zIK5ioo9cIa-VWJ9et+|`Cd~^xf5f^^{1jOfW0Rg%Rcr~=g9ZFpt8+T%e!2Lm#h+}p z=ia`P%n+{EBeX!rd-9Uh$R-Dku0txBvEk*?3)a1U- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ba71aea082070d3c2d882a1ba2b79289f5daff35 GIT binary patch literal 399 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*QIKZ8Z>J zxvOK!WH|6YTjvzxlqi4Q)%>o;hiA*PDljl|I502?G%&CrGaH_- z*WkMSeeT9jpKP{&wwcM(@crJl+-h})$Z2d0uXnjg-mpw(D3EcNVo+rHeKuxVtKl|I zhNQeJ?u@T?{o|gq?B&M`p`ntVXFkt4Cx5}Dm+^o_-yi?Tc;<}T*V+;j*61*FO#Lp} zu`m855ond&eOK+c8gUUNIk4fwW=OjJvyj4-=G`P)Px$^GQTORCt{2+CNJpK^O+`$E=kbuvo;(1Qr4^7&#$W9@>gvAy_EdSojevto;mD zR$e8D-L-<{A*WnqKmrk_6G>q)c5y9a;}X~1c{MTdcz#tN^Zv=OGb!E$h=_=Yh=_>Z z@WNVDUEYekuom@W{h;d?@{%c~T=Kl3l)`5>p}W2p*1ohp>WA}D^mikwAI^&seKc+m z^+&V5{IUN8r91%B0RA{PuzorXoB~=uImZmDe&!Jyq*B$zK7$S__xEzzb_oO2Jy|k~Y`Muc=Ob-}jwjeBbZXkK?ms9)X?G4VHe6q29Q| z=J7;svUc+V8o<%oJ*t&S{62rgu2b8+sSf~J>z>sI@bXBH&n}2Aq4C*;p8gFEvOW&ph}jXSLWbB`50!r|g-6i;cbwP>E548;*h z_NBEJ9Ra8Dc$!wLl{&MR4l*UuawmVhF-CkZi8i2lb}|yr-h&`Wo!Q5CL_ehEPQDKi z1c5lG=neq#XZFSzaTBi6a`*gw02jkHe;>Afh=_=Y=sS1@s&3|F=K4^`00000NkvXX Hu0mjf=vxQk literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/captwarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Command/captwarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..63b61d20c4cb59fd524eae464c84f5460353302e GIT binary patch literal 297 zcmV+^0oMMBP)Px#<4Ht8R9J=W)3FM|Fc1ddU*qJ`N!%<1q;k;W5FEu>oE;QheFUGt$LQqd;^qT5 zintUCBDjll+%!&#AZ=2??Y=3H%W=tF0LB<&j9Cb&OgNYtA(i<@eA$+ah+Oh~AtJaI zktvBg#vH~bi93Z76**VQ+iWi$AQAvt0Cvs=jMgn+4W#MA8k^e!-}m2ZA(aV&zF!Z*LiT9}W;< zeNg=J*#m`=^Km8F)0(=PypQ;nf7IugyDDQ@Q@!JzQsLbkU0kuZd|%Gn`{2O?wd*G@ z*ab^XzH|NHWkX+!_I~NO2eyHsf1b}5XkcJbU|{5MU|_<+GI+WQ>|oeO0|F#RO8RoMqzcDcrXDYC-I&`U&xoE}$QIo%nN0h3{uK21y__M6LZ&i3hgp2>T z+b>z>#BJj)eW2~o(8W-*j^!oS1`mdE|9w84i+*J0b!zH-l{F~MIQSr@q5n<(t$!i& U|M2GN17ncE)78&qol`;+0J@~jAOHXW literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..64ce4fda9aedda946b28e72bfa1c8a52312a4ff1 GIT binary patch literal 302 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%10+*^AZ|v+{u;6Le@{L#=aj+ zGUnNDR&h;!%itXCafNfwp=ql&2?dIOov)oCt8h%KN^+9lck>5z%%`#i4si$Y7dFR4 vyinQ0$PggEwVHj_y^1bQg$4$unpd1spPwA8){A@%^aO*atDnm{r-UW|b{lb& literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/meta.json new file mode 100644 index 00000000000..bbd45032fef --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..42e9f6a57e57d7eda2ea4696ac1feae3928a50d2 GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*T4QJ?tQI z{Nwj0N=c0U4n_>Sn3T0+xxR;`HAt>7Vm{OGBKCq}OK=2_gHe-shsGj#?jssM&If+j zd+plabMkj>#oxzF`uqGL&|)m$!{O5lC(Jta+fIJZ4bD&Xdzp7RE&KOl<)>=d#$8;y zDz(BO@IIT)TTurGj5xSY^vOlQkHmpee=zA8~6R#o89ny>8tbMr^UQ4-`?zQ zzq@kflTWAme)l{6Z0>q+EcW}P|B;N+4{v-F$6_~%P=m30#}%>pTGdlz1Hv5*Z$C~> z>nn3in!RjS-fazz*vP`Xjweg~zCM<}TPnRW^xo8~Tg|!@;3gdC{K#85)nY=T408ZT N(9_k=Wt~$(698GJo_GKN literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..10a9c4378b658f712f211d842dc555e89993e06c GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%5mtNZp@f44_IJX=um zJcKR#drq6OV6^0#z5a%mOnD7%wf?oQdd$$gwT=1kf9KT_>?(q0#zz0v|NTF|&_ucq g$#^$e2Tlftd%i6P=T4JZ19T08r>mdKI;Vst0M4jcp8x;= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..1a8221a109600ed0be709adb10278ce3d5adebc0 GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@s5*P*xm^8O<_*FLF~-VDtGL3S z*RlnKN*%~#xVp5THN%>@%s;nV07EB2pkW!q>iTvNzrg0eDP1OpY9MnhW1Q^<@d+D^ R#m<6cJYD@<);T3K0RZ`4N0$Hq literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Departmental/Command/commandwarmer.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..3f2c96c79bd6e4df2fb647dd9bef058389e4a9da GIT binary patch literal 538 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@ z|M1^+;abHDKWiIr)i^gb_I3qtaj$D$5~Xx#>5+Yo7v+2x<$7|Oy-16HaF&ZV*Rg8W zy#U)+vU{&9{V%tBKd-ocPWAoPY!{Yp8y-du2L>jA1_l-d1_)C@>wvyTQZDo3gUm~= z8`=A<=-F;N-|C-rLxB;)D<+fsJ5Je4-buc++ccQ5BzoVL?%JGXK_{kaRqVdezjs2) zPPMsivgL~fKb_^-)H+WpG45w_sl)QXpWc?Ln00*|M~yl{;&hn zu|W17tAs0zi}@r<53FEj+siC*cF%v~*Efy->@At_@c+uSJuJK`p|*DH2Y8Yb5)^JS z9(i@}Wy9j=v;W?IwmkblN9$C=^YB9-()}crHy%7S>C)H#7naGj?Oh*lY>{i2y5XDM zQI9|lnOj#5CwzS+dXdjUP3_zLbL(3+2{`ckEoz<;6=?86#^Jk5$D9QnTV?JF9#Oe- eaZ&-?Jq*WxoIh9*!~G8Eat2RVKbLh*2~7Y7tatbT literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/meta.json new file mode 100644 index 00000000000..f6904e7bf3e --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..2b757899a3b304378e2ac67a3491fc252d2eacc6 GIT binary patch literal 531 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@uG4#-Kfj^jlcaV zDO_(drKvhQrnNNif4;1M)ata@Nh1BqSFNrciA~N<@2-||33|bI!1eDNhJ_pX{V#o8 zx+LvydV}MVFFUze+`qnLuxj8t!6s1N`}NemRdK1w4JY6DZvMV9Ywjb#n5*YmHZ0l` zmSKD2dx7h|J*$7sWK_}Q6zo^_^kUAb3R7uV{p$@2BQDo6FeLo;+IMt%+oe4l=UkOH zswmP^IH~Y-w(Ao%54K5@weR1w$O&g#|7P_si&)8Na(oXWUz(WhyAa6Gb;5!D0%M7T zAw%W=*3bL)sK|;Q(Ek1Fg}>;Q>BYYnooCHC`af!M+>*&*|Mc!u%L{CI{j#yux#Zxf j_3uMXUb$AkWwv9il1P~UxoF)EkmEdE{an^LB{Ts5dYjZ) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a4c217ca26c8ff475cf1cbd19ef663d2389725ac GIT binary patch literal 317 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%w`X5b)rpiZqydgWp*b4efOy3F!Z*Lj$H5o{> zJ^a^RkSw~VarQ@+c?S+^TkP6sS;flk_kgo!w)ur!n<_izAJkC0)#B8xw&(s0p?zOG zgW0rJWwpsL0&TYD=+@^tlcS?83{1OR^^i9P@T literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a9aef799a583433440b63929330496be03911c3d GIT binary patch literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%qLj=In6m3`)^@x3rl{}W#!l=x$&W=yV|kleub&e1a=C9R~75vUp+9B`J2K33Of6zcng`+>28%M`~M zC%(%*sN-=cZ^*JukaW1Jc0=lb0t>o6Bz}UT!_lRhAOW4ftaSzE3mhe`c&M4Ran}hMK;6*KecA#o>ppf{iqwMbA?Uf8=OlLl_rHP(9 z_nSvywMoNehE3k`+yQ0mIrnbyDWYpb=7%zh-RENjiae-kXx-1ja0keq!dAgB=>g+} Sv$oN>Ahn*ZelF{r5}E)$bV#lM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..e9a4b5a088d3e9b6d153bd694125d4aa931cecb2 GIT binary patch literal 502 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*ML1V|Elc z_Ay_Whl!Dw(>Fjg*OcEuAcBSMsPzY~?_7HhYv$-KTB+)IxHDKqRWYE^fv?R>)$+x= z(p$pc<@av4{=R$XUf*X;GgqD!1lo=QR&*%wU$d86QBfK8|JI>ZoWaMd&ri4d7vJzR zWzr;JkDbd-e*MpOqRCfo>1E-Sb3FIn{voZI-}Lp{(w|>XWhvxj{$0T}qi)~I>W^}B z50qTl`0n1qY}OZVH0$Plyl_W5;rky2u0*R>H?IF}zoY%2NT4;~$-y!?mFrv)E@y&& zT>O5IIqCZM+ssk>IrVHWUXhMenfU3R*%mu?MHDxpaTXYL+5C}ubMgQ8j?zzFY#*|! zE19pH)s{A4#?}WC^mO%eS?83{ F1OPdN#xei^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..540fd9225283ed49eff5e2c7877b1bc6e85d40fe GIT binary patch literal 302 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%UwPc&sz3vCyL5~5!v?lH4yT+F4hSnw q>hIVpb6C)&<{Ajv*Dd-rh3wVs;c^ zdr%)~xIkb7H;3Mm6P#;w_Bd?W>hYdc$HcuuvxxDx$hKMB5lcR?XfkPYykv1qJes=Z zo`!JQOwVs?z5Zn$N^!n7JHPCt!@m;}&AxJij2sROOacuIED8*aHg2o08ZlhRFqyV4 zHIj`XLPu<3*k-A(dl@IG7&1(FzO(jy;*RFWr^~JTA4@PySeE&eBkF7OyM~`TlKb@H z-u`*{PlR2)yv$D4^y0g-SKcvf|5tLQ#hQPuJj;iV6?xnE^A`bC-r5^!BB`?Mw*T9h zb=iz3zI)$Yv{R}f`o*`b({p0$^-LGBK4{v#e)Sc8rU|UOTT}F|Z)NB@aF;jmzhnt_ zrv9C^dv|Z|&$HjkFxfHbUfjHmUi|+*$tXN{_u5UiWmSZYe-p?bNM1r`E-3g@=HRrr zeJhhtp^WnRV(E|zJRUo2|EziWP2`gE2W16oh20ZUXYzVwu&Xq@pU`q;id@PH*OXKL zs^irc2w2r@;!w0?%x~CqRP-sENt?fzVv6z}MwQmUZ!@imnCwhzszMomXgjkm=)1l9 v)$t`k4OYnpr8a6doI;QghB{|9?*~>@Ded{9&KFh!QvrjgtDnm{r-UW|X)fO| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..7afd8f445e468119574c7d60d047be5ef6afd9b5 GIT binary patch literal 326 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%4ZLn00*|M~yl{;&hn zu|W17tAs0zi}@r<53FGJC~RnHIa1FC1Z8DqJUi#x*BcoC!JdkbO%v7lCQP6H|NMai z2R?j%AHUOd+Q4(^mf7uJw!Mx&5t2rxl)WmON*F z?fCHpBBk9E(*i%d_IXurHu+``NL6^(uA@7)I{({We$?4QUd`W_{eVtOF!Z*LiTA9fI7 z{~*53P(b6T;)8;K7Z216%BJi2$(9H@%9I3c_{*_&!DK$Aj&8oWF4o&RBa>B(KXaxnkaQ z%YW+`w_N*E@+vs>_0g9mr(<%z%=!M@HZE$n-?O{FL*wi@T?KqTE-P3XvPtZCA=5-r zMPY~UiOtilty|7z{u!upU5;HBv&Pa%i+J5+j(=hZZ|_>w8y8fuJMKYL_M|h`XN}&+ zAK6*bklVpDLuFs}5C7MbI5vye3m+)3SaLDLM081nPSMJcMfJQ5{EEPU#RJ6nAFMym ze#W?c<~jByIJn@t)Dv|6YOHCBmm}{-YnIaO|>C?aGfxsb{y=Phr l$O8vfFuTbbykdxAU@+0ScyNk;A1L@3JYD@<);T3K0RRrvljHyZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi/meta.json new file mode 100644 index 00000000000..e5c7e8bcc30 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..29d07b0dcb090b0fa70ccd4d313529d301c296b1 GIT binary patch literal 498 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*N(99SIOQ z_EFzwMnmc~xc0N5A8oE-WOXd7$gZbyDAFp^Xyn2J!*X?X4Hu-cP zbt;WLT|M98xzns=v(BbzoxUWK@ZwiA+EuYg%*($6i_pP@-%b@e>GNU2Gq-jU5 zhc@PR+qA7Y+rWt>h=})xf8ZlgfnQf zoc^_!QDtTAdeirJe1Esq{g1x#+*<&bdx7F+>%Yy3`!)A!zhuqV{S2CUVuHLEe6nho+X)#vjpBMT>H?Z8~!L>{N7f09beN8)lJMcLzf2V8vsN}d}nBPW@Nj;tl@|FVdQ&MBb@0HM8dg8%>k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/meta.json new file mode 100644 index 00000000000..bbd45032fef --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..7249693b448a94b9d56799003bd5bbbcdf994b87 GIT binary patch literal 431 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*SRh9WszO z_L0S^vWcg)srmQ^rguv3;v8+8_^iQKBxYbcwBv6??^-?OOIP z)FQS$Gu!M^b@_^=L*#zFZ!*u9J9MZXFyz4E03@LU;tcopPAd!4+cft~L%za}Q#m{V zrOMJmihao^H@$gj>oh@J>HEX=2Y#$jdc8~Dv+T~QzYmxEDqg+%*tg5GA1r?_Xu%3K c?Lqx(wo|WjCUk7BH~4ZkqkdE{WjW&vItG2m%^ zIK5ioo9cIa-VWJ9et+|`Cd~^xf5f^^{1jOfW0Rg%Rcr~=g9ZFpt8+T%e!2Lm#h+}p z=ia`P%n+{EBeX!rd-9Uh$R-Dku0txBvEk*?3)a1U- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ba71aea082070d3c2d882a1ba2b79289f5daff35 GIT binary patch literal 399 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*QIKZ8Z>J zxvOK!WH|6YTjvzxlqi4Q)%>o;hiA*PDljl|I502?G%&CrGaH_- z*WkMSeeT9jpKP{&wwcM(@crJl+-h})$Z2d0uXnjg-mpw(D3EcNVo+rHeKuxVtKl|I zhNQeJ?u@T?{o|gq?B&M`p`ntVXFkt4Cx5}Dm+^o_-yi?Tc;<}T*V+;j*61*FO#Lp} zu`m855ond&eOK+c8gUUNIk4fwW=OjJvyj4--w@HABVZl~60hVCls(I-$#~B$kmVPMP+jXe!xRlcB zU&4(0Znvww*s`H?-GV8bs%8gyDYqPW-P#bYlf1MfpLas&-%f_Jv$9w9+O!B5=R0V& zR;4!FJ-yJ>A?)k_H;jo&YfTxB*flXcu;}}G?Em6Aod$!dz4xy0{@7>lHABQ<*4Jd_ zGq+kMF?p=6dvkulTUno9#xufd|8ZdY0Le2P4h<(J1W8>l74(aH)U#?+M}f?;t;Y&1 zwn#0CV7{WwJjZtJS=(=3Mu!A%UA?Eis<);J*S60W=X&rsmECc9>$mFb zSu**xOmcoKeeX9+P=D}^!(vC^%ecmmaspS`Ywnw8er;QE=kenYSE>)>x2%|0dX3?s zMa{JK`O*m!{T$L56qy=YUomce*KY5G6x^q!?0+6sn7>4YIR}^?7(8A5T-G@yGywqK C(C+a7 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6f8f0e660c057d74dfca16bb5e2acc66b085cc03 GIT binary patch literal 349 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%y~PuSF8UKdS`EwFdH|UvAC7*H?a~`d{*tGtXSut+8|EchVI&~R;+z#ajGl?FV;jPsr^ZIovXkv$aE r@Fr^N+{Rnk8ukkrSQHxeGwxw9tv`9t{!vaI(9aB>u6{1-oD!MF!Z*T4Qb21cR z`>>vQwXy2Og|l7=Pnglozo74oPv0&FCjLU-go_tX&J3(&$ndFP@}0sceCo}sfa$kq zYcsZZSIhpf`k4O1uU z5-7rR;OYFm(+ti%(O&vthH-sv!|u7AzDxz%jXe*?1d7kEz7VBc`9@YTQgK3``mXpfCNwUqTtk0<|ef!X0+j_XdCA6wGCIK1KK zS$%Bo>(|_IXubD(0*4VpR ze^Y_E_=7BlPj_9PuoZ+~y1Dw55@XHP3ET^G*|wS5HcSyZCQ+iD@3`(r_X@>w_8pF` zZ??EylzpJ)e5b%AQ8qw)qc5A_1uj uxpD{YGwo2?)Y>99apv*z54RuGGndThpZ~#)wE&oM7(8A5T-G@yGywpHUja@4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..26a9bdec3b9f024a3fbb9cf23df0fe02eb7dfa7f GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%*9 z_{aAgZ(eGjRP1U{&u|ixYfxAn=n>-i!g)%I))UQ=r>*P_yq@zJSVY~O{F4QnGo=+Q zEl%VbY|i@M@iXPwbkWeK_R}Q}Ft8akF!FqmcF<~_ch{2P)h@NuMw+LCCaW+$D7qh< zsdtd!UUjX-oPsYq4hCO-Fh}_P-n`?6o9CLB<k2RF0HqEfr`{K}4wm|y$g~tB!gH{*P zAE-NQ;Q5j$?S3)nz@pstf_0)Fw*D|W5HFz3+~EKD{kczfXV)GDJ95LRD)w*hz8qvq SJueRoGzL#sKbLh*2~7a*rJ6nf literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/meta.json new file mode 100644 index 00000000000..bbd45032fef --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..e2261ef4d8a82743fde0a8438f287a2857b8af9c GIT binary patch literal 367 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@FJO~(N-tnp{=uM4GiO6tV|r@34QFM-!+P(am`|)8jk9L{DHZ`5 zfd#Zp4%#HKc$(e(*;0QehaZSrU$&{YPxkw{%EIk;ik*3;F`Wt~$(69BOrN_GGM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..b2d7472491e5ff52d3f6594f768bc326d87761b3 GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@7Fi*Ar-gY-nz(pK!JnR z;m)FW_H*(a+XZGz^)sG0T`M4zF;mh!oEfMT9VG01Ch_yjy??j(5BN1$y1BW8u&#Ue zUD6>mgJC&iNV}cbgIkgtsH%xdeDMj} S>K|o+)Ox!5xvXTw_Oj$3pWD_m*B*DPG{R{=&%s{ZDh=)XGXZYcieQ z_D1Z}-pFf{>muqOcy@A}vlL@ypy37vBF< zvS+MekjiE}@LSwwD=(WtYTbKVg<#bpPiyuGD}#zWo8L1AKmE>hBBYZm|K9F`rtBw^ z*qCP+)jv1P=$UwY>&wz5xmWz&eXqLm?M$4W#;D3r7 z6T`KrkkG5E6^tbka&Bs;Y*95~5=d}sm|tsgZSkyvwYxthPP2Vr?j(41UAxC-CXqnh z+lR9*JYi?vv&Oz~>y9J8KOX*?kr>wCGxbv6)3SO)TZRv@_3Q#qBx5=xjOF55kOJ(S b={|-XM}+5pyOOE_j6()bS3j3^P6}3|Ln02py|R&)$&iQj z!h6OS`nu5ylUXw|XE1B>II28burRezU?c0=%f=1sAF5~x?U>APa^>6k>PPujYVE5$ z!N6wFz{r!(FrR%*=K9q)*`EIvRKFXj`{C}d=?!x>8yPb!=vYv^PAbA>OL5){cH_$# z4&E1**ZybJP-3|7ho%44O9lo34aHUKnV3|2UoD^8=)h?nGkbeNAM2uD9~&48Bc3fg nJzwxPxB1!Lzb#;^E-+u1b?%_Zt7RHM=QDV^`njxgN@xNABol8z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi/meta.json new file mode 100644 index 00000000000..f6904e7bf3e --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HAND", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..3159a29d8b655e0c65a054cd8a1fb95d3345cddf GIT binary patch literal 585 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@D}s-FaWud-CV6(~G4h1$%3@{;$zt5@=vxQD9)?aA3f~oHjpfv*7(dkJ&4JOGS&T zmzF-+`O&ud;fYCH+JW}w4rhx6TLhPV766K5nM$vUDtusNrdFrG7f|;13`5lZ>hgw< z`7L?&UCbr7%wDydS?!$}A^zgmY=%$Q&hr#h-U|`7zag>U+0Keu`DuI#q5A{a861|I zcQdQ3pZS7;p>X%>jTf#Tu~M*Xe$6zaf_+M)eK`AzuxL?*o3n)Y^#kpN9d`X##Sp|X z>8mmGlIQ;CZ|%CT@_hfAUw_m+u=xeYDoUN2P_=L@gCq?7K(xbCpxEV1p?%_gTK zC4Ll{Z9JIEovM0#}%!G^P16H-+_Xfj@ZXfekq z&4iJmV^S33mw6jmzL+yOoc$eo{)Y66MemqjEdHta;O7Us1LhqE85k}sewX$)uXkS( glRyIli$oCr_up?0E;(ql73fa}Pgg&ebxsLQ04n~4-v9sr literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/meta.json new file mode 100644 index 00000000000..bbd45032fef --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..9057e8950fcd5999c8865b2040fedd96135e55bc GIT binary patch literal 419 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*OkoJLn*D z{NsOD*BcQ>6kaAh5IkenpCG#af#ja12-~K!Zv-WDgqkC6bgY=O@}!`8Xu0W+f6JcT zdQ$%V|Ll6^ zt*G*h?*8Mak2dYN!@KQYkX=PY&8&ax?V9%8|EcrqCpQ*Hpa?l^N-5QOxBB);z8|bj ztIzc_o)M1xY~|hJw|L$2*K4cHo?!iC+KWB84VKi MboFyt=akR{06syTe*gdg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..dd4775fbac9e4fc6e6a361cb94481eaef135b699 GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%|5dsHX8hX5gLHrrNxc@xNV`#8sU}(6+ YAYSPxK4CrUVOfxrr>mdKI;Vst0I7OW0ssI2 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ba73e5d295d46e9827fd75d01951db84558960fd GIT binary patch literal 272 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@1`(mA(vAMrW~%H(}u%@do>{E=~v>>Qa|7I$^_ba@9B@xpJcGBPZd1pzU6yOm?S z<^)+CG4q{VQ1CzB@AK0AD)HR$i>4e>b9Z835@=vxQD9)?aDXrkjx3P~WsXa~?|Hi= z_W194>tFwfoDF35 z7;3s@RcklD+jC>fs-%{@cFxG8jg#ii(zwR3%U3le(p0Xtq^`zg{#HvyoiHKw+L@TaxcAP%_oh@RyumJCZIPPmJ*>mdKI;Vst E0K9_Hvj6}9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logiwarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logiwarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5546dbde1d46e2e7fe3a8f9221e7c5f8a69a0373 GIT binary patch literal 322 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%y3$m{}}uc79^rccJ?KU-h4S4U(TepN|I_yJ&GkBM{7Oow-TFfsa+))`!HFLaKE6#Eb(V=9&s^z`1h-)(#-4I-ELL^<+{gQ6M`Q3X79-{ zn-HYtrCF@Wa&C95#?nRM4O4`ovU9XPwhFwcI+o8eLHC-P{I@K|O-H4EZV=}^aBMyE zhtB&F3=E$V&u8A=K1uhQ#(Y;+4%z#wnNAhm@mx@I&x^ICr{2I}>y_6+EA)CLUf-Wq z75nGaB@V8H{aeEJ>oNWob9&Ea_*kBYf#Gw`lcw9Y*WaBr>on01ILFH+pl$b`g%h7o zS$@=p{Qh#FeEq(&N9yNsGyFNHR>2rj{mJ1^F{5Gehjk3Mmw$eFyj5ah(Fe8-x-UKV z7l$;w%-VffFQ50p!^cNr@6W4~V^whBThp+g;l{$P$L>B3&Xzx9qJQS^*{#;v0nbWe zfXZ*5%1hY)Z*tx99Slw!<+;M1pBITTRQow(zkT;x@31~^XWD$O^>beX69$8)tDnm{ Hr-UW|a+~q_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..53e55e380c1cbb74c2e2d8ef74750d8a257e7c52 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%xsv=94s+?QlxJ)uyW4m~!^a>YVsX>;Gr3 zUbFSb^8hA+1_l-d21Xf1gJKQ2HpbG})ypz-<~?87))8XjkZM)E>kb3M>Cb&((_h_= zxx&)HvA*(H@+=3Ju946j#gXLx<>kH~}kUG{&)4lFNtV)}-S!D0334Lj>U|I7c-ajK+XtJl6H gMh*uCrW?lh6oj4~RM)z%2J|O`r>mdKI;Vst0IxfQ{Qv*} literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/meta.json new file mode 100644 index 00000000000..bbd45032fef --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..06f025f614a9b42a431746378d66da1cbdafa2ad GIT binary patch literal 375 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*MLXJY*np z?4$TWz9$7oH#?X+B+Xbj&2htA#^#h}ordLo+|~+mTp|xMK1s3s_uqE?_oevBAxBoO z`co_ev%)O}YZ$u{%T z>E*wk-#e{)Y|+0rwhOH1#`AxBJ$3coviTfKf4I(mu+9F}!rLMBm8Wgnf&L=^YUV~A ze>Axy`fNkI!ijA>#{Q P5lGC_)z4*}Q$iB}(?^0@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2140cc984319a8e713251763197b508ea9c4a4a6 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%J*7z z^EMfYc>Yh@QT<+yd8OTQ3*MBx-7MEF?t1qZItV5H_)_{mJdMq;FYPe0!7G^CwlFgs Yx?O#6k@_rWpeqOV literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..547c76b04331aa0be086f045b9c314d702a4c858 GIT binary patch literal 271 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@k*3;F`Wt~$(69BOrN_GGM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..b2d7472491e5ff52d3f6594f768bc326d87761b3 GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@7Fi*Ar-gY-nz(pK!JnR z;m)FW_H*(a+XZGz^)sG0T`M4zF;mh!oEfMT9VG01Ch_yjy??j(5BN1$y1BW8u&#Ue zUD6>mgJC&iNV}cbgIkgtsH%xdeDMj} S>K|o+)Ox!5xvXF!Z*LlUF*}MJ z`qB>48IZ7wJ)T-m>U=d#DEGNKL2YTkWKI-bw+;a>YD z9aT?nW8OL0u?3l8Z0D|i4xN^2bV%=0Ia9}9#g(7GO{`aT$g+HH#kTvz{gq79(k5Nm z$x?qTZFPg)=j~w!N@D&>-A}x~(6IhB*9&X==?S;*FZgcf(Y3E7>G>ONdwxX}hoEs1 zaOnX0q~}sCJChgawVpj!H+%YyW@wl506b@|{g10~3cr z0|V1PxeMR&t8LF!Z*QH?yX+vq z_91^MiVe?|B?~9-1CFbd8nYj>XsBHJmU5kQ z$EW?Jd^OdblOkrF)VEId-t3g!`@fQtNuYs&MS+2l!+`+{^WWZ_(_VV-zRN#8{ImMv z+me#iSH0G89txP@WhPs{H7apmL`Yw}goCEIV?nD1mtf1n4Z7amnFqI3f7sJm*s$xd zIFp5#)BG>rK2*s)eEo_4+!nFpPA}?y%k}LNS{{DCVA)nf2H}sz%zJ7KFU>PQnDK>6 zT>N?cUuJgpc8UJ`Kx6ao_h!2rh}xSsNZDNt6milN5BwtQ_&}ZW#x`b6`GcR;CR}PV z{~Kf7u=2-F#yjcfO9g%eoMLTQa_`Zu9{bI??34ZFv)MuV9d_MJQJs+IrzZ8_-#_6k zx8I)mar&vy^y%?jN6)iPSZ93yyRmSAO!`{8*Z)2?A7t3~K7CrlV~ZJQ(^>_Jm>D8& z*L}48zV7|2egBVtt^fO5YJc57k4N@5YCGosw)T|Q5Ss7bggX#HL3?NKrQ)gwWnuSI z9?gEv)KIj!;}XNi8E2kYtm%~TVqB8`iJ@mc_lZ*vmuzQe$bQZ$b(b+vM5*rXHNF+I zoK+hh7IeHU*%jKb$}%LYX=BYzwh++;eKKCmM=mEY^qLYAX9X8WNB|8RBvx=!KdMT0003J zNklTF$ zDN!m^1X3cFyV1Vk)7@_qGvhyt1Rwwb2tWV=_zS>j-8N_09_|-+G#-sONs_k5hd_e@ ztj*#53NZ%w5XflFN@*A~fpgWcfEf{AOm=bg9`W+|fjKkHh&bEY#`##`a`lQi^DuzZ zlY*VAP!wlaE*IY>Fr6NwEU#g0j+@((dI#A31CBAk+8i;y!TY)e7?VP&9XMA(DGm4h z)IT6UJYw%_SepYtyYD6!&6zPNs>g@^0o|}|0(8UKE1I(zF^})(f&jJ7d002ovPDHLkV1ka%oh<+W literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Security/secsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Security/secsocks.rsi/meta.json new file mode 100644 index 00000000000..bbd45032fef --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Security/secsocks.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..df6cdf3084fcff292cb0052678a480674e337da8 GIT binary patch literal 474 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*T4QIvgN! z{A009kjVcfM`nu`1T5TP$#Lo6qX!B%4yp^(XdF~82q-9+U?p zJ%1|SWSR;`)}&?5FTbwidM>_?`PQm3;+*LR$8n`oVZsBx Q(%m3IPgg&ebxsLQ0NQ`EnE(I) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..66bf80aa2e47284c25f86afbd13b693b7a81736f GIT binary patch literal 259 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%;GnPDbVdSC^!o2ItG2m%^ zIK5ioo9cIa-VWJ9et+|`Cd~^xf5f^^{1jOfW0Rg%Rcr~=g9ZFpt8+T%e!2Lm#h+}p z=ia`P%n+{EBeX!rd-9Uh$R-Dku0txBvEk*?3)a1U- literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ba71aea082070d3c2d882a1ba2b79289f5daff35 GIT binary patch literal 399 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*QIKZ8Z>J zxvOK!WH|6YTjvzxlqi4Q)%>o;hiA*PDljl|I502?G%&CrGaH_- z*WkMSeeT9jpKP{&wwcM(@crJl+-h})$Z2d0uXnjg-mpw(D3EcNVo+rHeKuxVtKl|I zhNQeJ?u@T?{o|gq?B&M`p`ntVXFkt4Cx5}Dm+^o_-yi?Tc;<}T*V+;j*61*FO#Lp} zu`m855ond&eOK+c8gUUNIk4fwW=OjJvyj4-F!Z*OkQyBr|G z_P}0fdu-FjlmG%Fc4N(iMsQI+@=z_W)%xry;$i^xPl$H`W$d`J44AG7w9 zNKR00Tk^3~#ysf1@$K(2^>%jGFRk^^ES$R7iGfL=fq_MVfsw-j!i*4VTc@wbk-quV zF4oZX`c<}9Uxzc<@)qmdW3ibMrVI{M|Cc+)OD0FQ}NyXY6a@&0p_OW3kEKQOKTS{l8Uq zf(ob1@z%^)3=QV_@#}RL+r zTg6#(HVIFeX#d%4#V3WzcRSbo`6H-=@G+9-5lrvH7fM%VTJbDqyKG`C8#-0+uAe`f zV}rpQrLHuuc8!^gcb-kWvPHUM(fp3b9G;UziarIqNbJ&U6<85wy2O;vU47~yMg|?B zmc$Lg3~h;eS#_>X#lU;kL{@0%a1bztu8_Dh@I#4r~m yH^jbbxWo{|!eDL6^7-0fc|}C5HmsJaXVh-7pD)AVa1EH|7(8A5T-G@yGywn-&<->J literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Security/secwarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Security/secwarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc8d9e934dd2bea9b550ef521d3f7bfda17394a GIT binary patch literal 396 zcmV;70dxL|P)YAX9X8WNB|8RBvx=!KdMT0003O zNkl`Y*0{}qV|Bz>5X+V3EG(ALFmUw!86uzL!XuE(!)O?0~o*n27CiGK+?fy6A5Ji0000peoo3(OY}uv0cf+#viN8a`iZ&w2l@mNl0lLTBms?XPNH z6n%bYS#G(N;a8nq373LrW>D+y|1srfc_*ITT`&LPv+TdBy1StfK5oi)qMFm~;_GzJBc1EGQSj1FA?%@&#-5ZLR+&DUHHs+l>mG0$F~cJi6`hMC{8uC=hYB?!+>h`G8T!Se87Ge;Kne~deq-#hr8 z`TL#DRi93)vl%on@+2@YUt!!4a_ZStsb$7fkH(aktf^YmdCHwJkfV}s_g?^WY?pV%nbk1zu7h5VhEMy+mtonC6nvo&! xg|pf1tmoag7Q8RiTV2loMnw7m1DnAC(fcRw9aKlrD-)nEK`|J4m2KT-#KLUbw#aU1Nt*+bnctY}SKTW;WQ_Q!Q>|1u_)7kBB=I>$O z!*=oa!|dyKj4=9(<8*rgk9vcR2Z_k{E7T%8H)!tU#WO!9Q~b6Mw<&;$Sm5pt&h literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..be1e978231508328567c071bf824f24f3b33d1e8 GIT binary patch literal 230 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%`hYEcab U`)(;E04-zopr06^zP*Z=?k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..ac9f1c546cb5b661c806846e14f103bd638c6b5f GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@s2Ck2?3*{S^zPL9x9kb(2aGov=85k}|Jz(W9 V7oWg<-e@97#?#f$Wt~$(69E4MN`wFa literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf8b441d4ee5b163242279b6a9347d34b685c0b GIT binary patch literal 481 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*T6+I&2_t z;N$M2b9ZTbYqsulR-CZb|FNClUz2-WZTp-TOwqeGZ)M~Z$HMk2S0;VEsQ7<&j`Hg@ z@|#pFO3$4%ZD#^ni3|*co!8s*ZaeQc-Kr;d{_g!ZzST4F?A`Tt^8RgMM{M-UGrqs- zvE2WEUR!{2y@10Thim)3%l~BLVBB!+e!HKepkVSR#wlmyx3QV5J+V=EC$GdA$GcbT zZc7Ci{5Lvqu3T&{hv{0L{8%f8hkp*ilK_WGA4r4Wymdzk3*$Qmkjs zK6O>rk%Qt+ZrYzdN`|{c@=l2Qep)h^SFj}H(weg=;`X`vd$@?2>{gxxxfGb literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..224c1cee5d026abf32eef875eda16b8d2cc83e0e GIT binary patch literal 279 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%|FyabZ^ZQ_Bve8; zrGGp!dtA@Sx#FL2i>%`m<_^P-m|EwF!Z*OhPmP(X3 z{_(xw7d`Q{6&))}Ch159y@*K?v*u{jTe!IRSl>U+rOC(7$##1yURW5L^g<@1O=n?n zX0q$fSu?Dc#;~sz6mFKgxAnq(>wB`_tKS_yefr>M2}gks_WI5YOacuIED8*a91fVw zhTGvQw;0#$xcsu9=+n&`x2hykHsAbc+Hzo>o6y`5&8^3RE3YLumc|K%U^%9#&r(fM;$?|pn-4^P6B z_m%f}8MIUOl^s~b(D#_(Lf-b{tUmGGLJ2p2GR+WQ5Twm6qi&#^oyNHD`N74GD$gC3 zhVeB$X1ON&bKdhrof-DxAc0FeMOI64e?K5!_hvqGdWivJN}2DvnEt%iNh>)5pPlDr zm~j8ZL%APYZs%T;Q$NNUQz!Mnf^TN**OF*{pvhKFgwPRw`eXDzKynQ({i$G>&Lnf?V~yy3q+<@We~{Cbmh z_4?l*nR=owO6dWxs1$zpRd5n9acp450%4KlMrMe{RTc__Rn`|3HfSxBPbv zFY`7sJYthjln^}2dS~0Rbk-#H8E;N9t88z7AMq{bz?wHDdaMrrUs!3qX$Z?`DA7B5 zp8s%S>({+J3}-io=`j54m0@^ZD&A1-f9ArE{fsC7G|qnz8+a6$?if5>{an^LB{Ts5 DJw_um literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..12039036e1bc5bb5ff6973b1b799f9dec45a05d2 GIT binary patch literal 380 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%`ygP8M3?Mwx9lB^W^8N)a?x>-g7G61V{d6R#>vcDz2!w^7bR{3|Z@? zA`Hi7NPXCQ-Opi`YTs`@r&IBaQ@0lEx~aw9%aA#3$G?R6djo>}R`sXOZ~V=r=3pVV zXX>=4kG2{vGGs`oFj+7sL?Zdc+|sNAukxCMx(ak=*y}R<6MGQ9k-egUeT&owJ~gqA V2RHpsiUNilgQu&X%Q~loCIC5vnGOH| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/meta.json new file mode 100644 index 00000000000..bbd45032fef --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..c6db5254ab2e17fba779fcefddf9c9d31391de58 GIT binary patch literal 390 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*Lm%F*=GI z`)JOps3^r=$guii&T^r-mv~doE95P>(&@GQVg!4EK<@;BuH~0HeACL)+#mj*y8Ed4 z@6)qyCiSd3Wq%xKCl=sPwrIuj%w6WL_jfPr`FBUyAg-sxGE(yP^L>wZ@4q0{F?pZa zZQe?mo{-&I(=Uf^+dP-kbldxXRjbvuf4;kN{|89{_1dY)u1h}i{Q5YbW8DwG_Jo_& z_t*}K&Ifvy0Jx!gWot#`-8i)e;vD;|ikVaHo@jHCILE$gUS7}JTYH#(=;+T{vu@4S fLJlUlNi`?AxvyAE(3G}y2Z?#Q`njxgN@xNAUzdi~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..daf484fd0f18aae02aa0b9911aa35e19eea3fc39 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%8<(70bQ;1dW>AC-v zt`!n>vWY1Pn}44F@bj#Ao9x_b$(OU(Y);MnZyb}5nqct5ciU4Db*G|7H73%1NM^gq cHt;e0-r9WdN!i>RK$kFhy85}Sb4q9e0I>^Np#T5? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..bb249c504e0e93ca321285680634c952c53f6a5a GIT binary patch literal 269 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@gnp|vd$@?2>^ssO)~%h literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Departmental/Service/servicewarmer.rsi/equipped-HAND.png b/Resources/Textures/Floof/Clothing/Departmental/Service/servicewarmer.rsi/equipped-HAND.png new file mode 100644 index 0000000000000000000000000000000000000000..507f508961a2622b62029d2c9125f0fbc6eb34af GIT binary patch literal 617 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@E=~8hiIbXoe`3sxeYZ1W|1&J%F)g5{lH`;e>l(4#; zYPGgKBF4Qu{NVfdYG=;ne>2`MD_%D{$SZNCvMU3VKm!Ad0s|w51BA)Jaa*s4t;EWI z1K7+Ti@Sa;GA3QF1d_zb;^UcpK8@wR6g~y7QAvz z-IH?R_17(VN49Z$aWLjD@Beo5@f8NoC-YY@m6R9Vdi`voy@&$`qrX?mH=daJX3pY; zHF05o+4P6b{?bp(9nW}f+&IU? z(6(+)1$&sTFvEwhx90xj>9DSUaeqOuz7|82xzSnE&!^6dE24V{$!{R0fCSJp(d@5( z)cPINk`&&$YEnnk;zf6+wNH(0?cbfhwrq}>gVo$)&nB7{KQ}-1p}J$fxgJ}y;~s`O z)-$($_Z$6r&mpv$!MN#K`4v%xmWC-t|F}LdGO)~Je)?%)mRWvsBj>E!_5T=;@PGI( z!;uxK&ii2d;r4Yd`+qO~8%8JuOD1H5V4RD b`Ivuyugd&Ab?vIaWWwO->gTe~DWM4fd+77s literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/servicewarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Departmental/Service/servicewarmer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..071fa3c0e20af3698b02cbce820e16aa04758574 GIT binary patch literal 361 zcmV-v0ha!WP)YAX9X8WNB|8RBvx=!KdMT0002= zNkl76n}1jRl}thW3DR z(wD=NE&!j6Pfp+0EGYU0qp^hU;%iMVI6OVmIJHNz$nhi%CFzSF&2aGyk d)B!`<0RWJQg29N)pp*ar002ovPDHLkV1i^=IEDZK delta 124 zcmV-?0E7SS0qy~iU;%lNVI6Qr9Wd&EQ3sIZfbZM>GjMt_;*x%`T=c(0QjV|1yqd!%+u} eI$+cRlmGx+V1mI!S=Jl?0000q9iy!t)x7$D3!rEHK(|;SRuHi zG$k`%AtXOP=iu^(H9%!;o-U3d5r>oi{Qqx%*n#O-AbXEh!WG8Fd=jMxRxr0sVcsQF z@_)MSjx!$XY)YLT)SRhjJFME{(tTNpYuy>+|L^y^Op9ooJ$v@U*VotcNGHn~zfhT* zvLst7A<*pa`lU;c7QDS>+GbzwZ_MYR6jH|Zv%dVk)Uk^>7Oxr*HeKRlVCWNQI@tYD RGZx^prw85kHQdb&7GAH-q>Q3i&Ro`NTx(YhW$*D-jy`njxgN@xNAmJCo* diff --git a/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/inhand-left.png index bdbf35325f54089b6c158805e5ddc9220e737c5a..13c746ee51709be3e158a8218c42ec535e2ca84f 100644 GIT binary patch delta 150 zcmV;H0BQg80+RxeU@o3XL_t(|+U?rG4S+BR06@Bsn>d5BIfI+HP<{FGp-uWhjsY6D z2PJ{ldymS|k&zTBc*e4B{XF)TrKpj70el6Bh{%F4lJ6_P{TP7i0NHxLG=Qv4urz={ z2$7K%k)Q=Fz(jzIOH%*<005Z!3;f}30Dw6F0D#f}7oyP@kbcJS{Qv*}07*qoM6N<$ Ef~4<4!!08P`FB#q;EAHaKWlGOKoFf*X* zI+OHQ!~U89-g^rP;7Ze?1Yi*YkO&XL%)>E00000NkvXXu0mjfMhbP0l+XkKrF1xl delta 313 zcmbQp)XzL2zMfIa)5S5Q;?~<+Cwp5B1XwPtayTGyW>US$n`{N!xoTg7#{4> z+b7nb^3Kd-5_`cpNzXfPRaE&O>@}aXUEA`c5p#<`&y%-iUY{6zFW;E_&Epe;|7nR` g%q$8G<;;H=Ha1I5ICnACmH`MnUHx3vIVCg!0H`l`r~m)} diff --git a/Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/coderthong.rsi/icon.png index a248c12a1ef8e2a1f2cd3f2bdd5e308347b1a345..8d4bd07e769e68766c33b31567b3c0c116e1577d 100644 GIT binary patch delta 132 zcmV-~0DJ%U0rmlqU;%-VVI6pelmjkZIQL)Az=)Atd8&lK?xgwuUFRiYSaPFg_kWER zS4O%-!KDl5{`2q&Fv!TrKrFv@g@II`Q=A5NC(ZvaD<#A5_}LQ%Y#~CIL`Y7Yk7mPB m2aGyk)B&Ro7B71HJbVHSGBPp{%dcHwAl2s-r-9u`^Z(0A$uK;A_Jjdjh|nbw nk`w2n*>KbWqYfB#06G8wLfC=9Ib@=Q00000NkvXXu0mjfDxy0k diff --git a/Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/icon.png index 47ca60df4bfd887b1437ffa9548957eee40a4476..0820047f4f6b3f2d5b23a2956ecba3e516e9db86 100644 GIT binary patch delta 144 zcmey!_>pl!X1y&}g8>iQg_M;G(qGJTJ=)#rE~u~e>eAly6$`xgG=(kYia(Z8`7=3m z>6C*E5b!~}p<_jHU-IjIp9Q+wveRase-xLlv-Z@V=lFRzcS-{#K6gMz)I=390J@5Y?pa3U>r>mdKI;Vst08kq~3jhEB delta 144 zcmey!_>pl!X1y+7g8>iQg=;-6a})QmafmC+v=$gL&G!$B8bg=d#Wzp$Pz3>NxrU diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..0d14beea01b32ed1778e44d3dbd10b1c3306ab9e GIT binary patch literal 384 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*Lh2H5mxB zK6DrM7nIfrDipL?7uV8t$mE&Gvd+1!#v(^jxc_cX)`F!Z*Lj$wI~R* zK2+y@s8e?A_xy$%m10iJw{tgkwp#dX{C8Qh`*@9HkK43+yYIzt1C7T5V#3eueE)l2 z&%OF6<4^hi2SQK0d6xc^KeusCalfHf%YtjOvetgesB`;g;K1Q%=yo;gYE&`%hEwuv z9-6i5y*1x4g#A3sFlkCqkf!UTJB({S%>>!e(EebuYlV6K-1El;u-FL_DpX|VCSUobC^z>f)syeRC#IM!O8GIm0=GT c^N0Aaj7J_b&W{)FNCU}wy85}Sb4q9e00HcSrT_o{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json index ef52845d5fa..0fb71d5a706 100644 --- a/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json @@ -13,6 +13,10 @@ { "name": "equipped-INNERCLOTHING", "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 }, { "name": "inhand-left", diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/icon.png index 7fcff5579aea108cf425cac8b447c471a89e648b..2b875eb6a5d0b116c1c218fd21ef7239f325ecfb 100644 GIT binary patch delta 129 zcmaFN_?U4*X4P)q0|p!{7Zw*TQ!o|%eg5I8(iuv5Cs;B)RManB47wvMf6`}-j$#7? z6Nf@WLpcXTN&%epCCu;U?bhn!_;N4xq+rzopr0N;N!f&c&j delta 129 zcmaFN_?U4*W|g+k0Rs+}3rCkMUm!L0_k3lpSig%BS=m}%*20@3j_iA=JhOAEDvN*v z10#gk!#E>y*Y1$t`+Xj0E)j~0Yn-`sRZ=$Z^En+HA&2bmI=r_n50w#=NIo%1c}?Hk fd=H?$JFl6JUTitI@!P+*3_#%N>gTe~DWM4fP&GA4 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..7be4089034339b5bb9c7915bbcfad8c63474cc61 GIT binary patch literal 1364 zcmV-a1*`grP)YAX9X8WNB|8RBvx=!KdMT000Ev zNklK7cbmiuXQ&_dbd+mi2+G~ zwEnXJ*7IvLr{n+tl}4qn&|~{X*}PNZu?SlKSpe(#HM*2t#L?9;rczT60$jE(u`oH0 z{p!I;5uEz|=o%X0l01+PQvXQ+r+C-UP-#>k2tpr%w|UF5kW+GqOY+DN{72r~upgjn zXn|+KvjB2R4wXg)0GAQ0N_6roaUWv zCq{vAUwtAHC`kozNp=CchK5GF0o~LC*MAa#hy=Q+_Z{uHB;)An7z>m0?qBB=aX#n$ z-b(=d^}VyeI|H1fAGH3X0E=pYewbUr-<5qF)DHUq0JzONgK+@--y0U-zWV7z8kwXr z08no?(Cjn=*AM(Vz_}pZckv197U->?PNXp=jScL(HEvyiP=5${ugK0dVAy-`FaU|M z1Vll+cYo*r9LG^bQIO4Mp{go={B{#xe6xjGt%ho~ibkUWN@-{SnM{TPKsK92wOV!a z-tBt59v;Bz>MBhn67IIH>mY=<+nT1KTrP(OP%4$EVHn;60`K@GNeWy)5J0I^qOvTz z%^QXRNs?TIC;)h#N3Yid09cjpE=PcJn;XgAfuKfGCR4_5bhr zgb4x3|aL zmtzk_82|%d01SWuFaQR?02lxRU;qqY)Bu}>4XWuHOsj`f`~v{PFHU%AI143O-G3ko zF~~#?JeI%!E7NbN-qXQzcMl_pC}CxK8Q=fDKy7MabKzq*_xAXY$Pv8FZ_Iz>=C_W11J4P8UdIIjSebr9i?gc$fR@(6(d7vi zrt+|C3#ZrTFM1CcBo@^Iotv0}zzgmeQgR9auzj`@XchzpSX2ujB0>3V2LMp|59G3S zg`anSi3H%Yl~3tZY7zkY#-W=!4r+(t0?cHlk&;s=pY32eokKb??(QG;(wL{32Y_bh z1{ci=O0%nIX)T=BFTw>dtsXK-1@(3V`H4C3Jm*for~z793${&ha((KKNfct?132&A z0U$py=gxwt0h*l~oLrv*fIFs80gAILR5uOeC+7O{vNQ%Fl1Kq`Q-@~U_U${lJ_Qja zY@h9h2cV|ZfxL4XL+` z!vg^BUPXJuSu=2Ra}%ieFi|WP>G=5FHK)_*^zCzAn}-Gf+%1yeIL<|gviZjlhG~B2 z{|1Z2B8|mjuhRTO2)$l!s4*~rmjalkiEg+1Dgg0#9HJ<`9)KiC=ytn9oqMAIpp+t! zNWd_R*8xZ-lV~=ZuL__j3fk><^Z?#%!!WSFzaJ^U($W%@B&jbK8Nhq}OppP*WAQIo W*qpt4l0>oq0000@P)YAX9X8WNB|8RBvx=!KdMT0004T zNklZ-YQqb4A9Q5lOl zU5!K`jZI=osk4!DoZ zj^KqJG)>DOcEgh-fiMN?x=|QW2p~)WFZ2N5AOHZ={F4FsZ~(|3g$h@-8buKY0sM+X ze#*>l>$-vEW`%CElRniEsd>BWjt2Ct9^HrmUcDLS!6E|ykcI=u0P^e3`W;Z$O(9hH zF<0;;fC|jlr2-gZWSS;y+lFOXczl@P?tY3O2;loZ!Y~98l?NCOhty~^(ppLh&Uso# zQ3Tg@%L6!$Lxy3b;c*;8*Yy-}F@Tg3+wC^(*J?Fz&MyyeU6(nILlxkE0d{Kz$oHzh c;y(rW0_4-E&<9Suv;Y7A07*qoM6N<$g5%xDwEzGB literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..c4cc60dcb3e47d5483bf623ef16266fd90407181 GIT binary patch literal 706 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5he4R}c>anMprCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I10n0!55978H@y}fxq`*MH? z`-k_cw$LYrCiRt)o$*Z^SR{xPW|UKJEj+K2sEgjKE_|}zjtih&?0=kH8r~62WOtN z=$i=JH+6TDBb(BGi2_akxO;Al|L<>;SQ!%jHnK zQQ4Tr7O?ti%c4K~)-Ars(dxvwN#}5B?2Kh6&qxKs|$UZ84p1Y4>pS8V# zg`LIc^OttAJ+Nzk{a5BW+i~`vOcJ}CT`tc5y5I2rQ|1M6>$w>UWYXtwH!mdKI;Vst0BcDcDgXcg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..cead6d9649a006e58e3092faca602271318cfa86 GIT binary patch literal 715 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5he4R}c>anMprCY# zYeY$Kep*R+Vo@rCb81d;WwAnVNoh)EzCuWTe$K(=4{I10n8G|=978H@y}cQqeK|nl z_{aPeW?P)R6PGgHyux+sT&@z=QSHPt+6TWs?*7=yk=*f%?N(Iu^52(BH?5GqI8ATf zwwE8Bf>v$4y!3(5XPa9XF#VUC~t zSR-b|U)dPZ6E9sg@A&I$vo9#JoV6BB$W0ApzR_o!_2B&4a5E=%0h9ME2QK|tbnf}O zjeiTlS$s}F_D#_MfU3L22vq>{$OmpPk6{hAjKAzY8 z_D0E7!|Q8pqQ9A0&oArUT=y;gWc4GxgjAhB;-`NUMwB-yR4!+dXj^DJlV@j4->=K< zHWfk3qSijL;EQ^Fff3|^1ra*0Tpk_&eC1_H$MMHAmUX_~b>;O}klb%~hNU8h9||XfyCG_A+KRjKmi~;{YOndZn_KJOvA}ejJ${Xt6FmJhQc0OBw zG3$q=zo%ZiSeH>Z;a@Pr)$kpA^B3;~^0zSD%A5W0!}IL8EAg((3qrIq8}hbW&ywb0 zGm+}eU=ZPAo$I&!qaa%|qeBV9F~ORK&wG9xU^tmFDQ>;EFT+m>AqK`D>t9(<@2Z_| Ud}YN(U_xZ@boFyt=akR{0A=hx*8l(j literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/meta.json new file mode 100644 index 00000000000..ef52845d5fa --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Uniforms/reotasuit.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprited by Dakota Haven", + "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/Floof/Clothing/Uniforms/stripethongpurple.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/stripethongpurple.rsi/icon.png index c4c26636d55bbf9f62026d3c7905db601f0451a9..a59972e2e73bb9ddd95e301e7511a84e5b945ebe 100644 GIT binary patch delta 89 zcmaFM_?B_P>>vkDhfv$4N49?TS2HNPxZU{E=7&t00000NkvXXu0mjf5IrHz diff --git a/Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/icon.png index 805bd054665e5101446a57a1b9b672ea2297dcab..c06c4e77e23d65b8ea0a63b44b7633495f69d0bb 100644 GIT binary patch delta 138 zcmV;50CoTU0sH}wU;&4bVI6*klmql;ul;{1HJFiHd8&kfp5fa6m(F8af=iqxQBbb8 z_P?+!HvspKiFC^;N(1Xn^8WM4iZFb6{DvX$%p}GENrW028vk$H sxWPD@4M!a?>VQ!Pj5=V{0YlmW04ZmL!I3+1;{X5v07*qoM6N<$f_wcx^8f$< delta 139 zcmV;60CfNS0sR4xU;&7cVI6-)9Wd&EQ3sIX0KM63|6fWCW+YdhDj}d}xc2|0^O%<4 z5~oQNl?A= z-S5J3uf~aikww6PfpI_6jL0q5RDSPY!u(EdYuL=S_C`#`+@VLqxV{-)s6Kx6$@cOG sK0M{_YCk8bo;foo-2<%ez;gz6-QO(-UkJTpV*mnAS3g#lbxsLQ0NrdjS^xk5 delta 139 zcmaFD_?U4*LVcd6i(^Q{;kTC+r4A@?us(1vT)shY$Nx+Y6MsW)ZSQ3-?`;3n5%iB; zV`itlH-|z40~3Up!8jvw*X}jnw)-e31%*C+`CDDvVDp--k2F}*-)F2%H2e8ldWW#G p(uPSjrv=x&nR9;vP@}|aruUUC2Y==?K4Aa?Pgg$|mUT`EO#m<=I}-o^ From 92c4d5f0dd1c27d3f7a01f771049798a0963fca9 Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Sat, 17 Aug 2024 11:20:20 -0600 Subject: [PATCH 15/19] Signed-off-by: Dakota Haven --- .../Entities/Structures/Machines/lathe.yml | 44 ++++ .../Floof/Loadouts/departmentalloadouts.yml | 57 +++++ .../Prototypes/Floof/Loadouts/sockect.yml | 71 ++++++ .../Floof/Recipes/Lathes/sockoutfits.yml | 89 +++++++ .../Floof/Recipes/Lathes/uniformssocksect.yml | 231 ++++++++++++++++++ 5 files changed, 492 insertions(+) create mode 100644 Resources/Prototypes/Floof/Loadouts/sockect.yml create mode 100644 Resources/Prototypes/Floof/Recipes/Lathes/sockoutfits.yml create mode 100644 Resources/Prototypes/Floof/Recipes/Lathes/uniformssocksect.yml diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 46251740b22..a42fb14d31f 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1144,6 +1144,50 @@ - CarpetWhite # Floofstation - Collars - ClothingNeckCollarCmd + # Floofstation - Socks, Armwarmers ect + - ClothingHandsPlainWarmers + - ClothingUnderSocksPlain + - ClothingUniformThongPlain + - ClothingHandsStripeRainbowWarmers + - ClothingUnderSocksStripedRainbow + - ClothingUniformStripedThongRainbow + - ClothingHandsStripePurpleWarmers + - ClothingUnderSocksStripedPurple + - ClothingUniformStripedThongPurple + - ClothingHandsStripeWhiteWarmers + - ClothingUnderSocksStripedWhite + - ClothingUniformStripedThongWhite + # Floofstation - Department Socks, Armwarmers ect + - ClothingHandsCaptainWarmers + - ClothingUnderSocksCaptain + - ClothingUniformCaptainThong + - ClothingHandsCommandWarmers + - ClothingUnderSocksCommand + - ClothingUniformCommandThong + - ClothingHandsEngiWarmers + - ClothingUnderSocksEngi + - ClothingUniformEngiThong + - ClothingHandsEpiWarmers + - ClothingUnderSocksEpi + - ClothingUniformEpiThong + - ClothingHandsChaplainWarmers + - ClothingUnderSocksChaplain + - ClothingUniformChaplainThong + - ClothingHandsLogisWarmers + - ClothingUnderSocksLogis + - ClothingUniformLogisThong + - ClothingHandsMedicWarmers + - ClothingUnderSocksMedic + - ClothingUniformMedicThong + - ClothingHandsSecurityWarmers + - ClothingUnderSocksSecurity + - ClothingUniformSecurityThong + - ClothingHandsServiceWarmers + - ClothingUnderSocksService + - ClothingUniformServiceThong + - ClothingHandsJanitorWarmers + - ClothingUnderSocksJanitor + - ClothingUniformJanitorThong - type: EmagLatheRecipes emagStaticRecipes: - ClothingHeadHatCentcomcap diff --git a/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml b/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml index 198da9ad7a5..9c47dcc57f5 100644 --- a/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml +++ b/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml @@ -139,6 +139,8 @@ - AtmosphericTechnician - ChiefEngineer +#TO BE ADDED - ChiefEngineer + #Epistemics Outfits # #General Epistemics @@ -236,6 +238,8 @@ jobs: - Chaplain +#TO BE ADDED - ResearchDirector + #Logistics Outfits # #General Logistics @@ -275,6 +279,8 @@ jobs: - CargoTechnician +#TO BE ADDED - Quartermaster + #Medical Outfits # #General Medical @@ -326,6 +332,9 @@ - MedicalIntern - Chemist +#TO BE ADDED - Chemist +#TO BE ADDED - ChiefMedicalOfficer + #Security Outfits # #General Security @@ -377,6 +386,9 @@ - Detective - HeadOfSecurity +#TO BE ADDED - Detective +#TO BE ADDED - HeadOfSecurity + #Service Outfits # #General Service @@ -431,6 +443,10 @@ - Chef - ServiceWorker +#TO BE ADDED - Bartender +#TO BE ADDED - Chef +#TO BE ADDED - Musician + #Janitorial - type: loadout id: LoadoutClothingHandsJanitorWarmers @@ -467,3 +483,44 @@ - !type:CharacterJobRequirement jobs: - Janitor + +# Misc +# Mime + +- type: loadout + id: LoadoutClothingHandsStripeWhiteWarmers + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingHandsStripeWhiteWarmers + requirements: + - !type:CharacterJobRequirement + jobs: + - Mime + +- type: loadout + id: LoadoutClothingUnderSocksStripedWhite + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingUnderSocksStripedWhite + requirements: + - !type:CharacterJobRequirement + jobs: + - Mime + +- type: loadout + id: LoadoutClothingUniformStripedThongWhite + category: Jobs + cost: 2 + exclusive: true + items: + - ClothingClothingUniformStripedThongWhite + requirements: + - !type:CharacterJobRequirement + jobs: + - Mime + +#TO BE ADDED - Clown diff --git a/Resources/Prototypes/Floof/Loadouts/sockect.yml b/Resources/Prototypes/Floof/Loadouts/sockect.yml new file mode 100644 index 00000000000..f2c7fcde1aa --- /dev/null +++ b/Resources/Prototypes/Floof/Loadouts/sockect.yml @@ -0,0 +1,71 @@ +#Plain Outfit +- type: loadout + id: LoadoutClothingHandsPlainWarmers + category: Hands + cost: 1 + exclusive: true + items: + - ClothingHandsPlainWarmers + +- type: loadout + id: LoadoutClothingUnderSocksPlain + category: Shoes + cost: 1 + exclusive: true + items: + - ClothingUnderSocksPlain + +- type: loadout + id: LoadoutClothingUniformThongPlain + category: Uniform + exclusive: true + items: + - ClothingUniformThongPlain + +#Striped Purple Outfit +- type: loadout + id: LoadoutClothingHandsStripePurpleWarmers + category: Hands + cost: 1 + exclusive: true + items: + - ClothingHandsStripePurpleWarmers + +- type: loadout + id: LoadoutClothingUnderSocksStripedPurple + category: Shoes + cost: 1 + exclusive: true + items: + - ClothingUnderSocksStripedPurple + +- type: loadout + id: LoadoutClothingUniformStripedThongPurple + category: Uniform + exclusive: true + items: + - ClothingUniformStripedThongPurple + +#Striped Purple Outfit +- type: loadout + id: LoadoutClothingHandsStripeRainbowWarmers + category: Hands + cost: 1 + exclusive: true + items: + - ClothingHandsStripeRainbowWarmers + +- type: loadout + id: LoadoutClothingUnderSocksStripedRainbow + category: Shoes + cost: 1 + exclusive: true + items: + - ClothingUnderSocksStripedRainbow + +- type: loadout + id: LoadoutClothingUniformStripedThongRainbow + category: Uniform + exclusive: true + items: + - ClothingUniformStripedThongRainbow diff --git a/Resources/Prototypes/Floof/Recipes/Lathes/sockoutfits.yml b/Resources/Prototypes/Floof/Recipes/Lathes/sockoutfits.yml new file mode 100644 index 00000000000..aa4bc5d0b07 --- /dev/null +++ b/Resources/Prototypes/Floof/Recipes/Lathes/sockoutfits.yml @@ -0,0 +1,89 @@ +#Arm-Warmers + +- type: latheRecipe + id: ClothingHandsPlainWarmers + result: ClothingHandsPlainWarmers + completetime: 2 + materials: + Cloth: 200 + +- type: latheRecipe + id: ClothingHandsStripeRainbowWarmers + result: ClothingHandsStripeRainbowWarmers + completetime: 2 + materials: + Cloth: 200 + +- type: latheRecipe + id: ClothingHandsStripePurpleWarmers + result: ClothingHandsStripePurpleWarmers + completetime: 2 + materials: + Cloth: 200 + +- type: latheRecipe + id: ClothingHandsStripeWhiteWarmers + result: ClothingHandsStripeWhiteWarmers + completetime: 2 + materials: + Cloth: 200 + +#Socks + +- type: latheRecipe + id: ClothingUnderSocksPlain + result: ClothingUnderSocksPlain + completetime: 2 + materials: + Cloth: 200 + +- type: latheRecipe + id: ClothingUnderSocksStripedRainbow + result: ClothingUnderSocksStripedRainbow + completetime: 2 + materials: + Cloth: 200 + +- type: latheRecipe + id: ClothingUnderSocksStripedPurple + result: ClothingUnderSocksStripedPurple + completetime: 2 + materials: + Cloth: 200 + +- type: latheRecipe + id: ClothingUnderSocksStripedWhite + result: ClothingUnderSocksStripedWhite + completetime: 2 + materials: + Cloth: 200 + +#Thongs + +- type: latheRecipe + id: ClothingUniformThongPlain + result: ClothingUniformThongPlain + completetime: 2 + materials: + Cloth: 200 + +- type: latheRecipe + id: ClothingUniformStripedThongRainbow + result: ClothingUniformStripedThongRainbow + completetime: 2 + materials: + Cloth: 200 + +- type: latheRecipe + id: ClothingUniformStripedThongPurple + result: ClothingUniformStripedThongPurple + completetime: 2 + materials: + Cloth: 200 + +- type: latheRecipe + id: ClothingUniformStripedThongWhite + result: ClothingUniformStripedThongWhite + completetime: 2 + materials: + Cloth: 200 diff --git a/Resources/Prototypes/Floof/Recipes/Lathes/uniformssocksect.yml b/Resources/Prototypes/Floof/Recipes/Lathes/uniformssocksect.yml new file mode 100644 index 00000000000..5b21d142033 --- /dev/null +++ b/Resources/Prototypes/Floof/Recipes/Lathes/uniformssocksect.yml @@ -0,0 +1,231 @@ +#Captain + +- type: latheRecipe + id: ClothingHandsCaptainWarmers + result: ClothingHandsCaptainWarmers + completetime: 2 + materials: + Cloth: 300 + Durathread: 100 + +- type: latheRecipe + id: ClothingUnderSocksCaptain + result: ClothingUnderSocksCaptain + completetime: 2 + materials: + Cloth: 300 + Durathread: 100 + +- type: latheRecipe + id: ClothingUniformCaptainThong + result: ClothingUniformCaptainThong + completetime: 2 + materials: + Cloth: 100 + Durathread: 100 + +#Command + +- type: latheRecipe + id: ClothingHandsCommandWarmers + result: ClothingHandsCommandWarmers + completetime: 2 + materials: + Cloth: 300 + Durathread: 100 + +- type: latheRecipe + id: ClothingUnderSocksCommand + result: ClothingUnderSocksCommand + completetime: 2 + materials: + Cloth: 300 + Durathread: 100 + +- type: latheRecipe + id: ClothingUniformCommandThong + result: ClothingUniformCommandThong + completetime: 2 + materials: + Cloth: 100 + Durathread: 100 + +#Engineering + +- type: latheRecipe + id: ClothingHandsEngiWarmers + result: ClothingHandsEngiWarmers + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUnderSocksEngi + result: ClothingUnderSocksEngi + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUniformEngiThong + result: ClothingUniformEngiThong + completetime: 2 + materials: + Cloth: 100 + +#Epistemics +- type: latheRecipe + id: ClothingHandsEpiWarmers + result: ClothingHandsEpiWarmers + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUnderSocksEpi + result: ClothingUnderSocksEpi + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUniformEpiThong + result: ClothingUniformEpiThong + completetime: 2 + materials: + Cloth: 100 + +#Chaplain +- type: latheRecipe + id: ClothingHandsChaplainWarmers + result: ClothingHandsChaplainWarmers + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUnderSocksChaplain + result: ClothingUnderSocksChaplain + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUniformChaplainThong + result: ClothingUniformChaplainThong + completetime: 2 + materials: + Cloth: 100 + +#Logistics +- type: latheRecipe + id: ClothingHandsLogisWarmers + result: ClothingHandsLogisWarmers + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUnderSocksLogis + result: ClothingUnderSocksLogis + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUniformLogisThong + result: ClothingUniformLogisThong + completetime: 2 + materials: + Cloth: 100 + +#Medical +- type: latheRecipe + id: ClothingHandsMedicWarmers + result: ClothingHandsMedicWarmers + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUnderSocksMedic + result: ClothingUnderSocksMedic + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUniformMedicThong + result: ClothingUniformMedicThong + completetime: 2 + materials: + Cloth: 100 + +#Security +- type: latheRecipe + id: ClothingHandsSecurityWarmers + result: ClothingHandsSecurityWarmers + completetime: 2 + materials: + Cloth: 200 + Durathread: 100 + +- type: latheRecipe + id: ClothingUnderSocksSecurity + result: ClothingUnderSocksSecurity + completetime: 2 + materials: + Cloth: 200 + Durathread: 100 + +- type: latheRecipe + id: ClothingUniformSecurityThong + result: ClothingUniformSecurityThong + completetime: 2 + materials: + Cloth: 100 + Durathread: 50 + +#Service +- type: latheRecipe + id: ClothingHandsServiceWarmers + result: ClothingHandsServiceWarmers + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUnderSocksService + result: ClothingUnderSocksService + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUniformServiceThong + result: ClothingUniformServiceThong + completetime: 2 + materials: + Cloth: 100 + +#Janitor +- type: latheRecipe + id: ClothingHandsJanitorWarmers + result: ClothingHandsJanitorWarmers + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUnderSocksJanitor + result: ClothingUnderSocksJanitor + completetime: 2 + materials: + Cloth: 300 + +- type: latheRecipe + id: ClothingUniformJanitorThong + result: ClothingUniformJanitorThong + completetime: 2 + materials: + Cloth: 100 From 6210c0b42c3406cf0175b11947e4ff1c2792ecd0 Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Sat, 17 Aug 2024 13:48:50 -0600 Subject: [PATCH 16/19] - Fixed Meta file Copyright - Removed added locker inventory - Added the Skirt tag to loincloths - Renamed uniform and hood to make it generic Signed-off-by: Dakota Haven --- .../Catalog/Fills/Lockers/heads.yml | 6 ---- .../Floof/Entities/Clothing/Head/misc.yml | 2 +- .../Clothing/OuterClothing/MiscOuterwear.yml | 2 +- .../Floof/Entities/Clothing/Uniforms/misc.yml | 11 ++++++++ .../Floof/Loadouts/departmentalloadouts.yml | 2 ++ .../Command/captsocks.rsi/meta.json | 2 +- .../Command/captthong.rsi/meta.json | 2 +- .../Command/captwarmer.rsi/meta.json | 2 +- .../Command/commandsocks.rsi/meta.json | 2 +- .../Command/commandthong.rsi/meta.json | 2 +- .../Command/commandwarmer.rsi/meta.json | 2 +- .../Engineering/engisocks.rsi/meta.json | 2 +- .../Engineering/engithong.rsi/meta.json | 2 +- .../Engineering/engiwarmer.rsi/meta.json | 2 +- .../Epistemics/chaplainmantle.rsi/meta.json | 2 +- .../chaplainmantlehood.rsi/meta.json | 2 +- .../Epistemics/chaplainsocks.rsi/meta.json | 2 +- .../Epistemics/chaplainthong.rsi/meta.json | 2 +- .../Epistemics/chaplainwarmer.rsi/meta.json | 2 +- .../Epistemics/episocks.rsi/meta.json | 2 +- .../Epistemics/epithong.rsi/meta.json | 2 +- .../Epistemics/epiwarmer.rsi/meta.json | 2 +- .../Logistics/logisocks.rsi/meta.json | 2 +- .../Logistics/logithong.rsi/meta.json | 2 +- .../Logistics/logiwarmer.rsi/meta.json | 2 +- .../Medical/medicalsocks.rsi/meta.json | 2 +- .../Medical/medicalthong.rsi/meta.json | 2 +- .../Medical/medicalwarmer.rsi/meta.json | 2 +- .../Security/secsocks.rsi/meta.json | 2 +- .../Security/secthong.rsi/meta.json | 2 +- .../Security/secwarmer.rsi/meta.json | 2 +- .../Service/janitorsocks.rsi/meta.json | 2 +- .../Service/janitorthong.rsi/meta.json | 2 +- .../Service/janitorwarmer.rsi/meta.json | 2 +- .../Service/servicesocks.rsi/meta.json | 2 +- .../Service/servicethong.rsi/meta.json | 2 +- .../Service/servicewarmer.rsi/meta.json | 2 +- .../hoodmarshoodie.rsi/equipped-HELMET.png | Bin 1036 -> 994 bytes .../Head/hoodmarshoodie.rsi/meta.json | 2 +- .../Head/sexcompcirclet.rsi/meta.json | 2 +- .../Misc/beltedouterwear.rsi/meta.json | 2 +- .../Misc/marshoodie.rsi/meta.json | 2 +- .../Misc/sexcompbeltbronze.rsi/meta.json | 2 +- .../Misc/sexcompbeltgold.rsi/meta.json | 2 +- .../Misc/sexcompbeltsilver.rsi/meta.json | 2 +- .../equipped-OUTERCLOTHING.png | Bin 0 -> 1221 bytes .../Misc/transparentouterwear.rsi/icon.png | Bin 0 -> 542 bytes .../Misc/transparentouterwear.rsi}/meta.json | 6 ++-- .../Under/Gloves/beewarmer.rsi/meta.json | 2 +- .../Gloves/captwarmer.rsi/equipped-HAND.png | Bin 569 -> 0 bytes .../Under/Gloves/captwarmer.rsi/icon.png | Bin 297 -> 0 bytes .../Under/Gloves/captwarmer.rsi/meta.json | 18 ------------ .../Gloves/codervalidwarmer.rsi/meta.json | 2 +- .../Under/Gloves/coderwarmer.rsi/meta.json | 2 +- .../Gloves/sexcompbluegloves.rsi/meta.json | 2 +- .../Gloves/sexcompredgloves.rsi/meta.json | 2 +- .../Gloves/stripewarmerpurple.rsi/meta.json | 2 +- .../Gloves/stripewarmerrainbow.rsi/meta.json | 2 +- .../Gloves/stripewarmerwhite.rsi/meta.json | 2 +- .../Socks/captsocks.rsi/equipped-FEET.png | Bin 656 -> 0 bytes .../Under/Socks/captsocks.rsi/icon.png | Bin 292 -> 0 bytes .../Under/Socks/captsocks.rsi/meta.json | 18 ------------ .../Under/Socks/plainsocks.rsi/meta.json | 2 +- .../Socks/sexcompblueboots.rsi/meta.json | 2 +- .../Under/Socks/sexcompredboots.rsi/meta.json | 2 +- .../Socks/stripesockspurple.rsi/meta.json | 2 +- .../Socks/stripesocksrainbow.rsi/meta.json | 2 +- .../Socks/stripesockswhite.rsi/meta.json | 2 +- .../Clothing/Uniforms/beethong.rsi/icon.png | Bin 237 -> 238 bytes .../Clothing/Uniforms/beethong.rsi/meta.json | 2 +- .../captthong.rsi/equipped-INNERCLOTHING.png | Bin 413 -> 0 bytes .../Clothing/Uniforms/captthong.rsi/icon.png | Bin 251 -> 0 bytes .../Uniforms/captthong.rsi/inhand-left.png | Bin 275 -> 0 bytes .../Uniforms/captthong.rsi/inhand-right.png | Bin 273 -> 0 bytes .../Clothing/Uniforms/coderthong.rsi/icon.png | Bin 246 -> 247 bytes .../Uniforms/coderthong.rsi/meta.json | 2 +- .../Uniforms/codervalidthong.rsi/icon.png | Bin 241 -> 241 bytes .../Uniforms/codervalidthong.rsi/meta.json | 2 +- .../Uniforms/loinclothblack.rsi/meta.json | 6 +--- .../Uniforms/loinclothwhite.rsi/meta.json | 6 +--- .../Clothing/Uniforms/plainthong.rsi/icon.png | Bin 227 -> 227 bytes .../Uniforms/plainthong.rsi/meta.json | 2 +- .../equipped-INNERCLOTHING.png | Bin 437 -> 0 bytes .../Uniforms/plainthongbra.rsi/icon.png | Bin 263 -> 0 bytes .../plainthongbra.rsi/inhand-left.png | Bin 371 -> 0 bytes .../plainthongbra.rsi/inhand-right.png | Bin 399 -> 0 bytes .../Uniforms/plainthongbra.rsi/meta.json | 26 ------------------ .../Clothing/Uniforms/reotasuit.rsi/meta.json | 2 +- .../Uniforms/sexcompblue.rsi/meta.json | 2 +- .../Uniforms/sexcompred.rsi/meta.json | 2 +- .../Uniforms/stripethongpurple.rsi/icon.png | Bin 237 -> 237 bytes .../Uniforms/stripethongpurple.rsi/meta.json | 2 +- .../Uniforms/stripethongrainbow.rsi/icon.png | Bin 252 -> 253 bytes .../Uniforms/stripethongrainbow.rsi/meta.json | 2 +- .../Uniforms/stripethongwhite.rsi/icon.png | Bin 228 -> 227 bytes .../Uniforms/stripethongwhite.rsi/meta.json | 2 +- 96 files changed, 83 insertions(+), 146 deletions(-) create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/transparentouterwear.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/Floof/Clothing/OuterClothing/Misc/transparentouterwear.rsi/icon.png rename Resources/Textures/Floof/Clothing/{Uniforms/captthong.rsi => OuterClothing/Misc/transparentouterwear.rsi}/meta.json (72%) delete mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/equipped-HAND.png delete mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/icon.png delete mode 100644 Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/meta.json delete mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/captsocks.rsi/equipped-FEET.png delete mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/captsocks.rsi/icon.png delete mode 100644 Resources/Textures/Floof/Clothing/Under/Socks/captsocks.rsi/meta.json delete mode 100644 Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/equipped-INNERCLOTHING.png delete mode 100644 Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/icon.png delete mode 100644 Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/inhand-left.png delete mode 100644 Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/inhand-right.png delete mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/equipped-INNERCLOTHING.png delete mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/icon.png delete mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-left.png delete mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-right.png delete mode 100644 Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 5b937516c6f..4db37d5f7a8 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -63,9 +63,6 @@ contents: - id: ClothingOuterArmorCaptainCarapace - id: ClothingLongcoatCap # Floofstation - - id: ClothingHandsCaptainWarmers # Floofstation - - id: ClothingUnderSocksCaptain # Floofstation - - id: ClothingUniformCaptainThong # Floofstation - id: NukeDisk - id: PinpointerNuclear # - id: CaptainIDCard # DeltaV - Replaced by the spare ID system @@ -125,9 +122,6 @@ contents: - id: HoPIDCard - id: ClothingLongcoatHoP # Floofstation - - id: ClothingHandsCommandWarmers # Floofstation - - id: ClothingUnderSocksCommand # Floofstation - - id: ClothingUniformCommandThong # Floofstation - id: ClothingHeadsetAltService # DeltaV - HoP is now a service role, replaces their all channels headset. - id: BoxPDA - id: BoxID diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml index 6c5822a89df..13416d334cf 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Head/misc.yml @@ -35,7 +35,7 @@ parent: ClothingHeadHatHoodWinterBase id: ClothingHeadHatHoodMarsHoodieHood noSpawn: true - name: mars hoodie hood + name: pink hoodie hood components: - type: Sprite sprite: Floof/Clothing/Head/hoodmarshoodie.rsi diff --git a/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml b/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml index c6da36e2c3a..695c78b167a 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/OuterClothing/MiscOuterwear.yml @@ -45,7 +45,7 @@ - type: entity parent: ClothingOuterWinterCoatToggleable id: ClothingOuterMarsHoodie - name: mars pink hoodie + name: pink hoodie components: - type: Sprite sprite: Floof/Clothing/OuterClothing/Misc/marshoodie.rsi diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml index 044db308312..118be1b2ddd 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Uniforms/misc.yml @@ -12,6 +12,9 @@ sprite: Floof/Clothing/Uniforms/loincloth.rsi equipDelay: 0 unequipDelay: 0 + - type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts + tags: + - Skirt - type: entity parent: ClothingUniformBaseSwitch @@ -23,6 +26,10 @@ sprite: Floof/Clothing/Uniforms/loinclothblack.rsi - type: Clothing sprite: Floof/Clothing/Uniforms/loinclothblack.rsi + unequipDelay: 0 + - type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts + tags: + - Skirt - type: entity parent: ClothingUniformBaseSwitch @@ -34,6 +41,10 @@ sprite: Floof/Clothing/Uniforms/loinclothwhite.rsi - type: Clothing sprite: Floof/Clothing/Uniforms/loinclothwhite.rsi + unequipDelay: 0 + - type: Tag #DeltaV, needed for species with nonhuman legs/can only wear skirts + tags: + - Skirt - type: entity parent: ClothingUniformBase diff --git a/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml b/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml index 9c47dcc57f5..1476918de0f 100644 --- a/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml +++ b/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml @@ -280,6 +280,7 @@ - CargoTechnician #TO BE ADDED - Quartermaster +#TO BE ADDED - Courier #Medical Outfits # @@ -334,6 +335,7 @@ #TO BE ADDED - Chemist #TO BE ADDED - ChiefMedicalOfficer +#TO BE ADDED - Paramedic #Security Outfits # diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/captsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Command/captsocks.rsi/meta.json index bbd45032fef..2de704c3dc9 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Command/captsocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Command/captsocks.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Command/captthong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/captwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Command/captwarmer.rsi/meta.json index f6904e7bf3e..bdafa708837 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Command/captwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Command/captwarmer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/meta.json index bbd45032fef..2de704c3dc9 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Command/commandsocks.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Command/commandthong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/meta.json index f6904e7bf3e..bdafa708837 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Command/commandwarmer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/meta.json index bbd45032fef..2de704c3dc9 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engisocks.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engithong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/meta.json index f6904e7bf3e..bdafa708837 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Engineering/engiwarmer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi/meta.json index f94ad5acfdc..395a75355e0 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantle.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi/meta.json index e5c7e8bcc30..4415b3c3a12 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainmantlehood.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/meta.json index bbd45032fef..2de704c3dc9 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainsocks.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainthong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi/meta.json index f6904e7bf3e..bdafa708837 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/chaplainwarmer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/meta.json index bbd45032fef..2de704c3dc9 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/episocks.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epithong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi/meta.json index f6904e7bf3e..bdafa708837 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Epistemics/epiwarmer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/meta.json index bbd45032fef..2de704c3dc9 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logisocks.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logithong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logiwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logiwarmer.rsi/meta.json index f6904e7bf3e..bdafa708837 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Logistics/logiwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Logistics/logiwarmer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/meta.json index bbd45032fef..2de704c3dc9 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalsocks.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalthong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalwarmer.rsi/meta.json index f6904e7bf3e..bdafa708837 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Medical/medicalwarmer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Security/secsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Security/secsocks.rsi/meta.json index bbd45032fef..2de704c3dc9 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Security/secsocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Security/secsocks.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Security/secthong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Security/secwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Security/secwarmer.rsi/meta.json index f6904e7bf3e..bdafa708837 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Security/secwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Security/secwarmer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/janitorsocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorsocks.rsi/meta.json index bbd45032fef..2de704c3dc9 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Service/janitorsocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorsocks.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorthong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/meta.json index f6904e7bf3e..bdafa708837 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Service/janitorwarmer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/meta.json index bbd45032fef..2de704c3dc9 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Service/servicesocks.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Service/servicethong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Departmental/Service/servicewarmer.rsi/meta.json b/Resources/Textures/Floof/Clothing/Departmental/Service/servicewarmer.rsi/meta.json index f6904e7bf3e..bdafa708837 100644 --- a/Resources/Textures/Floof/Clothing/Departmental/Service/servicewarmer.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Departmental/Service/servicewarmer.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/equipped-HELMET.png b/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/equipped-HELMET.png index 5382dfba01f7e2be9420b01c662621ed3466c3c1..9ea288046176db428ef87de5d1dd10ad62cf0495 100644 GIT binary patch delta 972 zcmV;-12g=L2;v8jB!2;OQb$4nuFf3k000A=NklA#+_seJR9f@^F zKmiSks3?&l(S%f-f`kx7(oi9aSfJ!26kin~T_TW9R8*;uk{l>HC5@>f{(z)HNNH$j zXs{yU+}F<2Ddv|Bv-~9Z}?8xteoOqm13K za;|V+$EAIFT|Cdj^E|>Z1R%Ka?nr#4ipeRN2Jc+i5WTsJ-rNOX@VRqkW89P(@W*HO zB#I(D&m*ocD6yGQVbh9N%lCbdg2V?Dyx;8D+l^-Ms0(c=BzxMlcwARFH z?<<&52840t(0>7jH z&3rSoeEyPLfAhor4Nxs2-AZUay3N|dyTkZJAA^(a1pfuhY$y0%!x>;(fNh)swguS6 z8DLw0ZGW5rwguS68DLw0ZJYtN1=z+JU|WD~oB_54*v1)PTYznx0k#F$#+#&(Znk85 zdmG>P0od8u;j3R-BY#WJlI8Q4kU)hgl5CFA(U88E2B$8k&)MU=~B z%H^_YH^*iWH;N+SI3Cevf{_93#=0b06V_w=YJXmsNRot7>EvfpsZ<))D*b9mSdYoN zd$b$tMkW+i{`AxDWnr<-;v28#<>_F5_N+d6aAN5Xu=en-T7B|h|3u(H#pm>EFEL*~ zMZ57`VG{})5Y?&#^K+2y*Z4c=ytos zqfMD%?7o)#q>#TkQH;U{=-mYU^f@%nD)q@*D&0yDkztwI20;)2{TC-1XBAi9R=dBp zNp)JdkHQX+{gS9uXZDWwj3TjZorN<|?eBQHr-R{NWwwJ8S^k&$D-)pst+->;q2 uaa3%F!{Kl^91e%W;cz${4u`{WAb$c&%Bpor*h`E60000JD+HI6 zrex+TgyiSv99;gehJk^3x~Gd{NX4zUx6XG9$@?-K?Y=_v+;21?z&mmP*z0M}6ZD5ZKcZ#KQmYz`L~a z&6{VQ*)#dcSA(}vZ+6|)F+REQe6@F*!TZmZ^S__8wwZi6>a#-s90nPd1sjXr_dlC= zwm0k2>dmKb8SwBNKCms9Va>6RcRUzwJztk~ypUnTUT2p&@dg8)nKl1g&j^~u?O()u znBl$5X?O}}s5ro+8#PWAe`x0JdTEfj1! z-Egeyp7zznRl&Et)i<$LR4Dxn*tF2RK_)@u0KZ~@bNr5@jA zyMcSbuNBeJ&exkl7&o0`kkXdA?!~Z%X$#YfY=h4m?zw7C)phuNCv@+1xq5ld2B`zd zlLd~P6nnuh)bmwu-~04v=B%l!@?b_6cFX!D9w(`~Xc{P2X*!9!c0#=87y>xN<4aXhEU&}gzx_*_*^Y3MFp3fYX zKK*N+&JfC zgps4E;d`E$acEG_)-)tFszwP{%wrr!^rvoRN)q9wV`apNE%!OjA2(bij1s z?dD1KN3Wf=pShz#E4Ja^A>P=6{O?b@)z+vp9DHUbUiTwMhk^V2oP%?}?47&e(r)$3tUKgWW&wTzwEc)I$ztaD0e0s!u>(-i;! diff --git a/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/meta.json b/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/meta.json index e5c7e8bcc30..4415b3c3a12 100644 --- a/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Head/hoodmarshoodie.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/meta.json b/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/meta.json index e5c7e8bcc30..4415b3c3a12 100644 --- a/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Head/sexcompcirclet.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/meta.json b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/meta.json index af8d1329fc8..1063f482890 100644 --- a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/beltedouterwear.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/meta.json b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/meta.json index af8d1329fc8..1063f482890 100644 --- a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/marshoodie.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/meta.json b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/meta.json index af8d1329fc8..1063f482890 100644 --- a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltbronze.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/meta.json b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/meta.json index af8d1329fc8..1063f482890 100644 --- a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltgold.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/meta.json b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/meta.json index af8d1329fc8..1063f482890 100644 --- a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/sexcompbeltsilver.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/transparentouterwear.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/transparentouterwear.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..e10b779a7a82bbf5c01e38af526cc9fc6e30967e GIT binary patch literal 1221 zcmV;$1UmbPP)YAX9X8WNB|8RBvx=!KdMT000C~ zNklc4l0II+d~E`dDA z%>3S$dGoy)E*g!(V-Ai1FaQR?02lxRU;qr@{}zAk0!9HqE(gdEz?d)q&zpBBmn(te zWFV7qAmae!3J#JL0I6wmBkh5U-hEUgsUagP*>Uk*=o?%ri@q!`FO!Oj3VHw|BO}<}-rjKA-~r(I%E}5UD=VW0FgZDi z&CSh{0Mpacq_MG)9zah|5BB%>Uk8ZA{QNwrsi~m`Fg7-Zt*xyNsp~^SL!`5_lO8}< zR~HTr4oY?a5sA@gqy}KO+tFk)NzOqQi-lONR(b#yiv_J#t7HaDO-+%erY33tGcz+- zUtcc?(A(Qf`uh5)&jGhhf&c(8J3CA2>guQgEG;czWo4yg2HI>kVm6y;J_WAafg9m; zI!SqXIW>Uw^>r*NDw52Axw$z~TU$#H;Kd6kK7Cp)nE`IMo5cGZjwg0^cQHFVTeAJN zwKY;wQbG>^0N{_^J^Um)>&83~4j&VhDuwz=@a*gylagdN+84bd5%dDxmEc9}@10|M z*1w%N4n;`{&ru)zrHEbzh=hPB`McEvcP@r}JAk?zXo!TsrR1SF(Z$ePA7JzhKqd!B z&q`o1#L8g?zyKHk17H9QfB`T72EYIq00UqE41fVJ00!^~0S*G^czOb$)ys_kg+c7R z2_cts2HAP3#)M{o=eGcIoD7u8WKi+Rkd~oH2#EjBb38pgg~&-5jw50C%<%Dpz7#Em z4;vN1!y{gks-}t%I*1~l#$DbV`R<|TfYJ}2tHEHyg>2y>x z;OOWG)oOJt1MYGt;@$vECKKB2_85TI>vie%db$9?5UMqN3}AG0l(e1K@VM@%r}n`1m-sw6r(?VAb#UyR=#@ zRe*!QIi_X)voX8&%ddRN7oT70kJIVIc+M!q1+cxnjk&qGSAKk9VF9bFs~Z4d!sGGq zd3kwMC&7RSm??k*09N1n4_z7B)GOc{8yi?ySV#vT7!0CDqcPshj7>Bc3LN`^Ba)s; zcO9^|1DKTq4squ_5pr&xOcg~D<2kH(Z?(X_KZ5C6WkObhzTW|LpTfPg#fl*YzyKHk j17H9QfB`Uo#~ObFZl!Xck}b$M00000NkvXXu0mjfYL6Gl literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/transparentouterwear.rsi/icon.png b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/transparentouterwear.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..93ce309a0ec9163b42b95e7ac9b7fab13b2748c2 GIT binary patch literal 542 zcmV+(0^$9MP)YAX9X8WNB|8RBvx=!KdMT00050 zNkl zfd3Bga&aZ(^V>vGPA(V8MdVu|TU%(~l}}Oy+`soQoH%)G1_!Z#b>z^256jETaiLI1 zQUg>fS3I<4!%Me6}-bKe8a{0`T4k5ET#t- z9v%*3V`B?Ak4soY5j${Wc6K)I?d?quFf=q2#>dC+q7yZ&VJEg=C4>+sNs=C5WMm|a zj*i~M;b!+s*n_WFotm182L=XG-+?Ml;~DN?KictPdV2b7UteFEzn~Jz=G`P)Px$^GQTORCt{2+CNJpK^O+`$E=kbuvo;(1Qr4^7&#$W9@>gvAy_EdSojevto;mD zR$e8D-L-<{A*WnqKmrk_6G>q)c5y9a;}X~1c{MTdcz#tN^Zv=OGb!E$h=_=Yh=_>Z z@WNVDUEYekuom@W{h;d?@{%c~T=Kl3l)`5>p}W2p*1ohp>WA}D^mikwAI^&seKc+m z^+&V5{IUN8r91%B0RA{PuzorXoB~=uImZmDe&!Jyq*B$zK7$S__xEzzb_oO2Jy|k~Y`Muc=Ob-}jwjeBbZXkK?ms9)X?G4VHe6q29Q| z=J7;svUc+V8o<%oJ*t&S{62rgu2b8+sSf~J>z>sI@bXBH&n}2Aq4C*;p8gFEvOW&ph}jXSLWbB`50!r|g-6i;cbwP>E548;*h z_NBEJ9Ra8Dc$!wLl{&MR4l*UuawmVhF-CkZi8i2lb}|yr-h&`Wo!Q5CL_ehEPQDKi z1c5lG=neq#XZFSzaTBi6a`*gw02jkHe;>Afh=_=Y=sS1@s&3|F=K4^`00000NkvXX Hu0mjf=vxQk diff --git a/Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/icon.png b/Resources/Textures/Floof/Clothing/Under/Gloves/captwarmer.rsi/icon.png deleted file mode 100644 index 63b61d20c4cb59fd524eae464c84f5460353302e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 297 zcmV+^0oMMBP)Px#<4Ht8R9J=W)3FM|Fc1ddU*qJ`N!%<1q;k;W5FEu>oE;QheFUGt$LQqd;^qT5 zintUCBDjll+%!&#AZ=2??Y=3H%W=tF0LB<&j9Cb&OgNYtA(i<@eA$+ah+Oh~AtJaI zktvBg#vH~bi93Z76**VQ+iWi$AQAvt0Cvs=jMgn+4W#MA8k^e!-}m2ZA(aV&zPx%N=ZaPRCt{2n!Rq~Koo^Phzq1~M{gHsn^6)ekto>**gEAFd5$2ZNI?-PZ;@x< z0Z5s`C_}Pw?JmYPm&q0y`xR;*Lgh5JsiekiE}{^1VIo4K@bE%5ClOG z1VIqK3^kicS(X71wA$J0@t4VC?a)|h>UMCcU#r>4sJn{LTBEi8aI7lIuJ3HXXCrW# zJnYsvK3g$L#`K#@0D7GzKfeFs`0N{_q*_0#sPB9RztA{_b1hBdiPvTJ7w9cFyFk0YI9jTle$p$z6l{ z*}1a_oBCR7lu`gZ-K-dP*V2dGI!`w%0F+W_t)1#y?*L;Aqht)gbUNL-mtT*PF~%6% zC7pP^ZgBBTf3N_cKUff4JRh8AgVQ1SKOu*pC1QYY0lpCfd<*c67~orgZ^QuK0(>I| z_!i(BF~GL~--rRe1^7k`@GZbMVt{V}z7Yd_3-HaCH^3Rj`82)u{f;<96KD3?5FX#`JW$Uuku-`A>N}*^h4=d9&Wj32J zpU=IV0bv-@Y&KC!<(XhDe?%*f#?mz1q_sX#O6{f9E)+Ik@5?7Y|6PK*Q!Ce!|N1Tz zGN9L4ZZi2OiWqk5oL(Q5-WPC)pw-S!ua6jZ>qJomtosFeonmJ|Ap@=+8k=4LSZDNA q^#vTl7_;dQfOTKO)kCAuTE795P4WYUiYA=^0000Px#-bqA3R9J=WlRXN;KoEt$NQ(3xV2fb0XrW-K2k;c$!`>p`Ej)vlu!u!igpeW! zNExtD)+| zwAN^?Uuv$j4)AUKHs;-;Lw|T8iBmS+0|3j(f!TCVf7m05+n=ZP4pdidjJfW>y#_zr zfp6m+Aes-XQmWCTlp>lBY@_L&0Dd^O>taN<3IHg}vevKaY!$FBMi1Zh;{b4Z-y}`} q$n(6`tLh|9F~+!#6a+yK05}7L3r#(>US;h70000GjMt_;*x%`T=c(0QjV|1yqd!%+u} eI$+cRlmGx+V1mI!S=Jl?00000EGYU0qp^hU;%iMVI6OVmIJHNz$nhi%CFzSF&2aGyk d)B!`<0RWJQg29N)pp*ar002ovPDHLkV1i^=IEDZK diff --git a/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Uniforms/beethong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/equipped-INNERCLOTHING.png deleted file mode 100644 index 20617957050faf106dd062a813d7a333d52208ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 413 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z!#!ObLn`LH zy=mxmBteAb!F1nUa}qgKVj~VJZT!qr-N4axeM8s<>l<%bzexyjG)>T(n*QUU(vO^w zZ70_6NtrA-lmAlAv@?I4w?zpm!N8}T`|qq+)%E_@+kaEEeY)l6|1Yh-#&~FpK<=uC zLcU9Hg>07j_hCZwPv5U|^F<@}tyv|My42?Wnv&ho-ZIA@&6)i7=;}H5_OaK7&*qN! z`N{mce`AM-z>K~W`3DO+o>l7Q-uAkGb=wu?4^N}nBYJf&l$So3(=7Ava^NTT{fzZj zlkyMLA7s41dclHW7lRbLgSf+Eh8Ij3G7PZ{z03=^7Zfs-Fq-f+=rtU}R5Y2rW78)I z+XOZKg7SZCKlkgL@~Yfn6=`<+%lyB0rmGi!1NuUOr>@c_I)^1bY=+n~)-(2vDxPfi q_upN+=HC14^ruo~U??nNl=oU7p)RvP@eDA$89ZJ6T-G@yGywpN)Uap( diff --git a/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/captthong.rsi/icon.png deleted file mode 100644 index 1f8c869b19ad9561ae9ecc578d7fafe4d5278a52..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oArNM~bhqvgP*A$W zHKHUqKdq!Zu_%?nIW?!avREOwq%ugG$9@LzvXFIIg+GbzwZ_MYR6jH|Zv%dVk l)Uk^>7Oxr*7G2_FVCWNQI@tYDi{{Oi&9ip|)c*Xm(D#>PAEVR`cGbpf)%~X~0ySWOiesDd{@Q$-wsghB8payd zj*b&e29w@vANVWL@QUGP)d7=+HNG268XP$=bRq-}xHR;52ZQ)CesTYKn8(my$-vNX ai9vkPMezxB$3FZ8NqM^ZxvXB71HJbVHSGBPp{%dcHwAl2s-r-9u`^Z(0A$uK;A_Jjdjh|nbw nk`w2n*>KbWqYfB#06G8wLfC=9Ib@=Q00000NkvXXu0mjfDxy0k delta 132 zcmV-~0DJ%U0rmlqU;%-VVI6pelmjkZIQL)Az=)Atd8&lK?xgwuUFRiYSaPFg_kWER zS4O%-!KDl5{`2q&Fv!TrKrFv@g@II`Q=A5NC(ZvaD<#A5_}LQ%Y#~CIL`Y7Yk7mPB m2aGyk)B&Ro7pl!X1y+7g8>iQg=;-6a})QmafmC+v=$gL&G!$B8bg=d#Wzp$Pz3>NxrU delta 144 zcmey!_>pl!X1y&}g8>iQg_M;G(qGJTJ=)#rE~u~e>eAly6$`xgG=(kYia(Z8`7=3m z>6C*E5b!~}p<_jHU-IjIp9Q+wveRase-xLlv-Z@V=lFRzcS-{#K6gMz)I=390J@5Y?pa3U>r>mdKI;Vst08kq~3jhEB diff --git a/Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Uniforms/codervalidthong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json index 0fb71d5a706..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 @@ -13,10 +13,6 @@ { "name": "equipped-INNERCLOTHING", "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 }, { "name": "inhand-left", diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json index 0fb71d5a706..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 @@ -13,10 +13,6 @@ { "name": "equipped-INNERCLOTHING", "directions": 4 - }, - { - "name": "equipped-OUTERCLOTHING", - "directions": 4 }, { "name": "inhand-left", diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/icon.png index 2b875eb6a5d0b116c1c218fd21ef7239f325ecfb..7fcff5579aea108cf425cac8b447c471a89e648b 100644 GIT binary patch delta 129 zcmaFN_?U4*W|g+k0Rs+}3rCkMUm!L0_k3lpSig%BS=m}%*20@3j_iA=JhOAEDvN*v z10#gk!#E>y*Y1$t`+Xj0E)j~0Yn-`sRZ=$Z^En+HA&2bmI=r_n50w#=NIo%1c}?Hk fd=H?$JFl6JUTitI@!P+*3_#%N>gTe~DWM4fP&GA4 delta 129 zcmaFN_?U4*X4P)q0|p!{7Zw*TQ!o|%eg5I8(iuv5Cs;B)RManB47wvMf6`}-j$#7? z6Nf@WLpcXTN&%epCCu;U?bhn!_;N4xq+rzopr0N;N!f&c&j diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Uniforms/plainthong.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/equipped-INNERCLOTHING.png deleted file mode 100644 index 84b256636a8bc366e827e2526ecbb8f0ae2ae570..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 437 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*N%(H5mvr zJY0G)_=p?#syj_y{i{W{FIaTp*c_+XTQ4QfNK84j>Bo=l&1sYKZ{(;g3<&-CTmxtg z3`j_(MrPgKcJ#*gYl(B^8|DbTQ2#vZkIc`_jKALRVO;YmeX0Y8}b zU(Z>~H1}j**ZRN2^+GkbjeFfLnBAzf@}o-2olgp9T&>vm%jZH8&t&fe&z61*k+=7* zRy#&Kn-jyN*m8aIan{aKzsY(RWJ6-FZ)OS!T{`W?7Du4XJ%M}kJJuG>`m0cQ zIEw>`{$@$avGQ~3hD1KUfj zH}!p$TXgBA{=7zs#rs_hW+^Te$&)-ZN%)MZN&^GawI~K3j=cv>KDA~7UB}?*>gTe~ HDWM4feMDr{ diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-left.png deleted file mode 100644 index bdbf35325f54089b6c158805e5ddc9220e737c5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 371 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@ItG2m%^ zIK5ioo9cIa-VWJ9et+|`Cd~^xf5f^^{1jOfW0Rg%Rcr~=g9ZFpt8+T%e!2Lm#h+}p z=ia`P%n+{EBeX!rd-9Uh$R-Dku0txBvEk*?3)a1U- diff --git a/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Uniforms/plainthongbra.rsi/inhand-right.png deleted file mode 100644 index ba71aea082070d3c2d882a1ba2b79289f5daff35..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 399 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5`$3q|f;CtLC@5Xx z8c`CQpH@F!Z*QIKZ8Z>J zxvOK!WH|6YTjvzxlqi4Q)%>o;hiA*PDljl|I502?G%&CrGaH_- z*WkMSeeT9jpKP{&wwcM(@crJl+-h})$Z2d0uXnjg-mpw(D3EcNVo+rHeKuxVtKl|I zhNQeJ?u@T?{o|gq?B&M`p`ntVXFkt4Cx5}Dm+^o_-yi?Tc;<}T*V+;j*61*FO#Lp} zu`m855ond&eOK+c8gUUNIk4fwW=OjJvyj4-=7&t00000NkvXXu0mjf5IrHz delta 89 zcmaFM_?B_P>>vkDhfv$4N49?TS2HNPxZU{EspKiFC^;N(1Xn^8WM4iZFb6{DvX$%p}GENrW028vk$H sxWPD@4M!a?>VQ!Pj5=V{0YlmW04ZmL!I3+1;{X5v07*qoM6N<$f_wcx^8f$< diff --git a/Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Uniforms/stripethongrainbow.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/icon.png b/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/icon.png index 9ca60579f648a854b0a36d75417a6cef501446e7..d6c2b5baa6372cfb4deb13e1904224c19cc8f0bb 100644 GIT binary patch delta 139 zcmaFD_?U4*LVcd6i(^Q{;kTC+r4A@?us(1vT)shY$Nx+Y6MsW)ZSQ3-?`;3n5%iB; zV`itlH-|z40~3Up!8jvw*X}jnw)-e31%*C+`CDDvVDp--k2F}*-)F2%H2e8ldWW#G p(uPSjrv=x&nR9;vP@}|aruUUC2Y==?K4Aa?Pgg$|mUT`EO#m<=I}-o^ delta 140 zcmaFN_=IsnLVdoci(^Q{;kTEyg&GWaST6KxF7H@<;;(?A= z-S5J3uf~aikww6PfpI_6jL0q5RDSPY!u(EdYuL=S_C`#`+@VLqxV{-)s6Kx6$@cOG sK0M{_YCk8bo;foo-2<%ez;gz6-QO(-UkJTpV*mnAS3g#lbxsLQ0NrdjS^xk5 diff --git a/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/meta.json index ef52845d5fa..a32446e05b1 100644 --- a/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Uniforms/stripethongwhite.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Sprited by Dakota Haven", + "copyright": "Sprited by Dakota Haven - DiscordID '56038550335922176'", "size": { "x": 32, "y": 32 From 5c20bc39a022ed353ab0e44de807cd7ad4b54508 Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Sat, 17 Aug 2024 14:22:53 -0600 Subject: [PATCH 17/19] Fixes -Fixed the RSI error due to a Metafile inconsistency. Signed-off-by: Dakota Haven --- .../OuterClothing/Misc/transparentouterwear.rsi/meta.json | 8 -------- .../Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json | 4 ++++ .../Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json | 4 ++++ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/transparentouterwear.rsi/meta.json b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/transparentouterwear.rsi/meta.json index 1063f482890..395a75355e0 100644 --- a/Resources/Textures/Floof/Clothing/OuterClothing/Misc/transparentouterwear.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/OuterClothing/Misc/transparentouterwear.rsi/meta.json @@ -13,14 +13,6 @@ { "name": "equipped-OUTERCLOTHING", "directions": 4 - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 } ] } \ No newline at end of file diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json index a32446e05b1..73b61e293fe 100644 --- a/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Uniforms/loinclothblack.rsi/meta.json @@ -21,6 +21,10 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 } ] } diff --git a/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json index a32446e05b1..73b61e293fe 100644 --- a/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Uniforms/loinclothwhite.rsi/meta.json @@ -21,6 +21,10 @@ { "name": "inhand-right", "directions": 4 + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 } ] } From be97fc444185870df8a83f108b2c71399c1c6312 Mon Sep 17 00:00:00 2001 From: Dakota Haven Date: Sat, 17 Aug 2024 17:29:36 -0600 Subject: [PATCH 18/19] Fixes -Fixed a code error typo Signed-off-by: Dakota Haven --- Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml b/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml index 1476918de0f..c9f438f2eaa 100644 --- a/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml +++ b/Resources/Prototypes/Floof/Loadouts/departmentalloadouts.yml @@ -519,7 +519,7 @@ cost: 2 exclusive: true items: - - ClothingClothingUniformStripedThongWhite + - ClothingUniformStripedThongWhite requirements: - !type:CharacterJobRequirement jobs: From 60b457d005ffe7005da67c379ef90007a4aa29d9 Mon Sep 17 00:00:00 2001 From: DakoDemon <62726358+DakoDemon@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:50:16 -0600 Subject: [PATCH 19/19] Update miscgloves.yml Fixed some fiber type errors --- .../Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml index a4a74c3d754..a62a27e6ef3 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Hands/miscgloves.yml @@ -69,7 +69,7 @@ - type: Clothing sprite: Floof/Clothing/Under/Gloves/stripewarmerwhite.rsi - type: Fiber - fiberMaterial: fibers-cotton + fiberMaterial: fibers-synthetic fiberColor: fibers-white - type: FingerprintMask @@ -84,7 +84,7 @@ - type: Clothing sprite: Floof/Clothing/Under/Gloves/stripewarmerpurple.rsi - type: Fiber - fiberMaterial: fibers-cotton + fiberMaterial: fibers-synthetic fiberColor: fibers-purple - type: FingerprintMask @@ -99,7 +99,7 @@ - type: Clothing sprite: Floof/Clothing/Under/Gloves/stripewarmerrainbow.rsi - type: Fiber - fiberMaterial: fibers-cotton + fiberMaterial: fibers-synthetic fiberColor: fibers-colorful - type: FingerprintMask