From 4bf92531467c7e32447f0b0864ecda5c691459a6 Mon Sep 17 00:00:00 2001 From: VividPups <68whiskty@gmail.com> Date: Tue, 5 Nov 2024 18:53:16 -0600 Subject: [PATCH 1/7] The SESWC Combat boots Adds new combat boots to Sec --- .../Entities/Structures/Machines/lathe.yml | 1 + .../Floof/Entities/Clothing/Shoes/Combatmags.yml | 14 ++++++++++++++ .../Prototypes/Floof/Recipes/Lathes/security.yml | 9 +++++++++ Resources/Prototypes/Research/arsenal.yml | 1 + 4 files changed, 25 insertions(+) create mode 100644 Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 138c319e5c1..3722a954bbe 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -905,6 +905,7 @@ - MagazineBoxSpecialIncendiary - MagazineBoxSpecialUranium - MagazineBoxSpecialMindbreaker + - ClothingShoesBootsMagCom #Floof - type: MaterialStorage whitelist: tags: diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml new file mode 100644 index 00000000000..7a435584f47 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml @@ -0,0 +1,14 @@ +- type: entity + parent: ClothingShoesBootsMagAdv + id: ClothingShoesBootsMagCom + name: Combat magboots + description: Made by SESWC. These State-of-the-art magnetic boots that do not slow down their wearer with built in armor for extra protection + components: + - type: Item + - type: Armor + modifiers: + coefficients: + Blunt: 0.95 + Slash: 0.95 + Piercing: 0.95 + Heat: 0.95 diff --git a/Resources/Prototypes/Floof/Recipes/Lathes/security.yml b/Resources/Prototypes/Floof/Recipes/Lathes/security.yml index 5713d0c3b57..34e05950be4 100644 --- a/Resources/Prototypes/Floof/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Floof/Recipes/Lathes/security.yml @@ -13,3 +13,12 @@ completetime: 5 materials: Steel: 210 + +- type: latheRecipe + id: ClothingShoesBootsMagCom + result: ClothingShoesBootsMagCom + completetime: 5 + materials: + Steel: 500 + Silver: 250 + Gold: 100 diff --git a/Resources/Prototypes/Research/arsenal.yml b/Resources/Prototypes/Research/arsenal.yml index b519d0b3514..48ece2b006b 100644 --- a/Resources/Prototypes/Research/arsenal.yml +++ b/Resources/Prototypes/Research/arsenal.yml @@ -113,6 +113,7 @@ - TelescopicShield - HoloprojectorSecurity - WeaponDisablerSMG + - ClothingShoesBootsMagCom #Floof # Tier 2 From 80b15d62a5a1422bcfa721af69db3103eb7385f0 Mon Sep 17 00:00:00 2001 From: VividPups <68whiskty@gmail.com> Date: Wed, 6 Nov 2024 18:39:23 -0600 Subject: [PATCH 2/7] updates updates --- .../Floof/Entities/Clothing/Shoes/Combatmags.yml | 15 +++++++++------ .../Prototypes/Floof/Recipes/Lathes/security.yml | 4 ++-- Resources/Prototypes/Research/arsenal.yml | 1 - Resources/Prototypes/Research/experimental.yml | 1 + 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml index 7a435584f47..f19e9ad6425 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml @@ -1,14 +1,17 @@ - type: entity - parent: ClothingShoesBootsMagAdv + parent: ClothingShoesBootsMag id: ClothingShoesBootsMagCom name: Combat magboots - description: Made by SESWC. These State-of-the-art magnetic boots that do not slow down their wearer with built in armor for extra protection + description: Made by SESWC. These State-of-the-art magnetic boots with built in armor for extra protection components: + - type: ClothingSpeedModifier + walkModifier: 0.90 + sprintModifier: 0.85 - type: Item - type: Armor modifiers: coefficients: - Blunt: 0.95 - Slash: 0.95 - Piercing: 0.95 - Heat: 0.95 + Blunt: 0.90 + Slash: 0.90 + Piercing: 0.90 + Heat: 0.90 diff --git a/Resources/Prototypes/Floof/Recipes/Lathes/security.yml b/Resources/Prototypes/Floof/Recipes/Lathes/security.yml index 34e05950be4..09b3663d5b1 100644 --- a/Resources/Prototypes/Floof/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Floof/Recipes/Lathes/security.yml @@ -19,6 +19,6 @@ result: ClothingShoesBootsMagCom completetime: 5 materials: - Steel: 500 + Steel: 1000 + Plastic: 500 Silver: 250 - Gold: 100 diff --git a/Resources/Prototypes/Research/arsenal.yml b/Resources/Prototypes/Research/arsenal.yml index 48ece2b006b..b519d0b3514 100644 --- a/Resources/Prototypes/Research/arsenal.yml +++ b/Resources/Prototypes/Research/arsenal.yml @@ -113,7 +113,6 @@ - TelescopicShield - HoloprojectorSecurity - WeaponDisablerSMG - - ClothingShoesBootsMagCom #Floof # Tier 2 diff --git a/Resources/Prototypes/Research/experimental.yml b/Resources/Prototypes/Research/experimental.yml index 60017fc98d1..8df1bce4af4 100644 --- a/Resources/Prototypes/Research/experimental.yml +++ b/Resources/Prototypes/Research/experimental.yml @@ -69,6 +69,7 @@ cost: 7500 recipeUnlocks: - ClothingShoesBootsMagSci + - ClothingShoesBootsMagCom #Floof - type: technology id: AnomalyCoreHarnessing From fd3f438121f5e243b825b7be8bc909617b16a79d Mon Sep 17 00:00:00 2001 From: VividPups <68whiskty@gmail.com> Date: Wed, 6 Nov 2024 22:26:18 -0600 Subject: [PATCH 3/7] Updated Updated --- Resources/Prototypes/Floof/Recipes/Lathes/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Floof/Recipes/Lathes/security.yml b/Resources/Prototypes/Floof/Recipes/Lathes/security.yml index 09b3663d5b1..06da83ee941 100644 --- a/Resources/Prototypes/Floof/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Floof/Recipes/Lathes/security.yml @@ -17,7 +17,7 @@ - type: latheRecipe id: ClothingShoesBootsMagCom result: ClothingShoesBootsMagCom - completetime: 5 + completetime: 10 materials: Steel: 1000 Plastic: 500 From 7999d80208f2f33b4d6900223e3ba7ab71e3a0d8 Mon Sep 17 00:00:00 2001 From: VividPups <150621839+VividPups@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:30:41 -0600 Subject: [PATCH 4/7] Update Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml Co-authored-by: FoxxoTrystan <45297731+FoxxoTrystan@users.noreply.github.com> --- .../Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml index f19e9ad6425..66c80972a52 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml @@ -4,9 +4,6 @@ name: Combat magboots description: Made by SESWC. These State-of-the-art magnetic boots with built in armor for extra protection components: - - type: ClothingSpeedModifier - walkModifier: 0.90 - sprintModifier: 0.85 - type: Item - type: Armor modifiers: From 27765e9a269336b02caf4fde4c9fb1bad67ac330 Mon Sep 17 00:00:00 2001 From: Fansana Date: Fri, 8 Nov 2024 00:00:55 +0100 Subject: [PATCH 5/7] move sprite to floof --- .../Entities/Clothing/Shoes/Combatmags.yml | 7 +++ .../combatmagboots.rsi/equipped-FEET-vox.png | Bin 0 -> 461 bytes .../combatmagboots.rsi/equipped-FEET.png | Bin 0 -> 1053 bytes .../Boots/combatmagboots.rsi/icon-on.png | Bin 0 -> 534 bytes .../Shoes/Boots/combatmagboots.rsi/icon.png | Bin 0 -> 532 bytes .../Boots/combatmagboots.rsi/inhand-left.png | Bin 0 -> 347 bytes .../Boots/combatmagboots.rsi/inhand-right.png | Bin 0 -> 363 bytes .../Shoes/Boots/combatmagboots.rsi/meta.json | 49 ++++++++++++++++++ .../on-equipped-FEET-vox.png | Bin 0 -> 839 bytes .../combatmagboots.rsi/on-equipped-FEET.png | Bin 0 -> 1039 bytes .../combatmagboots.rsi/on-inhand-left.png | Bin 0 -> 353 bytes .../combatmagboots.rsi/on-inhand-right.png | Bin 0 -> 370 bytes 12 files changed, 56 insertions(+) create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET-vox.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/icon-on.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-equipped-FEET-vox.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-right.png diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml index 66c80972a52..c131039eb20 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml @@ -4,6 +4,13 @@ name: Combat magboots description: Made by SESWC. These State-of-the-art magnetic boots with built in armor for extra protection components: + - type: Sprite + sprite: Floof/Clothing/Shoes/Boots/magboots.rsi + layers: + - state: icon + map: [ "enum.ToggleVisuals.Layer" ] + - type: Clothing + sprite: Floof/Clothing/Shoes/Boots/magboots.rsi - type: Item - type: Armor modifiers: diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET-vox.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..66083b253d4241ff5b971ae6fc8ef049fae25f46 GIT binary patch literal 461 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%x9_(cB_VTi_uvk*T@cRIRy1M%Bbqx1rFjO!wtaLI9w_yki3#*L+ zs%E%yJMuG-;wuUA3;vG`7+eqBIRTX6Ebxdd1}ZoL!i-b3`J{mk5b|_!42f`mJMDDQ z5d|I=!$+yi|Nrl{W;!ayxi4k?E9PY;A=lq|KK?a*#sQWdPM-rHO330l-~GRh>wUt$ z{VZNC(9~^fRpXf^#iiMAqdr&L(eiS|gmat3Qv{!gGp6o&al$y4^>@tQxy<_O>J;r$ zHZ}cms$2V0d4;HcRQ`$VsWYFc*0ap4c{1PaV(`4hte@sd?d#PqKC)u}2Ya6creiE> z2|&t?``y|7x7Q~0?NsYI?ZR0%%aOzA2eW#Ra-P`1NTz8Ox2`ces3vZ1-@J$8*|Xz) z_pdPpJpyHaY>>``;#iMZhJxj!6wcLXx&ROHn8i?;iS*)SbqZ1$1Rl{mW~@%Li) k9EYtR=Jf|EtL?34SSER_aD%z;S5TmOy85}Sb4q9e0Cgj{IsgCw literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..46b1be28c99859d04db645301669f091ffd8f3a8 GIT binary patch literal 1053 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV9d>Qb`Ho)PG(@xm{>Z|*86aP zNSl1N>q;?pSr-|jjKT~@kt2bx9|SE4VckDX%{NMMt)i!3p=gW@3;V^R>krm1Sp8s? z0!Np^qi64~D+!(7>ePKjI`7=!>i5+amCOsLnQYF#b~7w6tYQ z%1*yKsC<~k)1>5-PU7Rq6QU-adG(vEu4b}M_wfna4{NQn_#|>fT70WctnbQcFP7Pu zt=9U!zq0Dug@mQm(L%H2njdWCpSAsAwl;?yfAfRa98&TR_Jn-Z_x4kMzbHR+>%H2H z`1Z@)tCqb#aFea%u63mOZ)MX{e34>%<~Wq_S*=st6mas@_c@QPXT(j8FJawXEin1_ z+wS`}1k%6XS>gK~82+3E9+AZi4BSE>%y{W;-5&-9rZ7(z$B>F!Z)a`vR(2FQ7SFd^ zm@m2dl;WJ*GHkOo#O^&ZO;SAK){>pGW{s-clE4cIy3tw6GU*RRoi zKFIrzb@lxtCsQZK-aT?x_ssXkp3R@<i|jID{w*|m@a;s2`Z1R;{Ab>+ z4&B-&`1x4r5%-^;O8>7{VxIr!??;)}Z+~r1X~>+V>sVbm@zCYR7gw%1qZ@9su`Th6 zTHlF-Wnt&~wLj^;-_QSLTF{-dcVE9|eraZ`eWuamVy8ZD8voW1=d7lE*ItI^{;`q0 zn=Y`teuY27?7#bFtjy<&Y`+&cTUqba^zWbJ?|%N3d~apF2E(+}o$}SyOFs%6ZU)Kn zeGFvE_;&x#%df}x1pg0U=nDRAWW8m5-o3B;+l-9o@izz-+Z?xgBp|$ziD%Rwto*%LJwbPM6?@dRq)Fcz)b||aw1~dp^JW_c z*^&(x*T*YN^uDlOo#E=kB`oU~)U~=W{P@a}VkB8=dF=0}4-Me~`<;}gCnWnj)X!Ju zR#u(bceeDm#h2t2I^B~~pXT3u{EDabPU_zHg|W6wP7jn`XfEhF4or3op00i_>zopr E0Np?2FaQ7m literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/icon-on.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/icon-on.png new file mode 100644 index 0000000000000000000000000000000000000000..6a94a728a6dc471eb19fb270cefbb683235e6e9a GIT binary patch literal 534 zcmV+x0_pvUP)Tf!0Fi;l}ZIkl4#dmpW`^>^ZCfF0lZt&QPbZ1`%ieb zJ9e%9=Ia6n<+5+QKmd=-CoN{%1QQGks`+D(I@hXc*rdRV@|17PKs~TEIKn_pX6s}` zB(Jsknw`FzTA&JO=MA*`4KcZrM2j`hVvRt_0|R{cA8=|jT(IU2J7?PV@7)YkZk92Eq9!fWquzXQnxG; z@%ZJM2QxF&O_Qc=GdEUXW$pstk7&}=eDUA5;dU<9O35+_Nwj#~G>Kn~uj&A?;bHcV z7hvCm=v4t<0Bxy+nl53~#NF(f&wX{*3VH@5Sz5U zwgK@5bZz6Ue|+Bx7?wDG9eG-%TJ5R>IF18|hF#6*yj=7L=-Gt-+xq@B3;{xb5FiBj Y3;W8q)Az@4|Wrz5f6o00=0N^o@&i@@F)cli)Vd5L@~mgsmWrtx##gAYHt5hcrt&*VKrkm%I@8@_WDh-X~w)FNv>EC@{=;G}P)I zfCu0KcmTkN+Y8d^bldOu^LTU=fL}K^)M_;ZL7-c=a)x1$&1QWM2Jm%5MvB_!=ig!N ze*`$dgn?}cuStm%8a9@s~*UGim|f@xxJWK zywR20>&@LYT&+OzRhi^2K>1dYOQNkwBD_BaG1#jEOpU|Ns{C*O z?~cspnTpGZL0dm4%`hE_0C`@lPR&iHQ~;K|q+#p?tV zZHPfD;0Un4T0)AJP#Wgld{$pL>Q?0CIAXBGQ~;KrJ5{*DHnfT;8qE5?_0?OtPD|GT z^9^Xln=j7(jw_&O=5cXlYqfg4uMS`s24FU9DlYSS#Tj5=6aMcQ`q$6{@Blmj58yYy Wy|+CvE#trd0000oN+oL^2wRA-$2-O=ZuTxLdJ#0Ssk{1R(49>pF*1{UH$0l6c({~< zPcP|Ax%Slm`6su}d4G?m+*$}|JP_oFB=1bp5oc-qJ*U6gcKez?^QB6i&0n>>s|<+y z6ZEuP=(W3jfO-7Uwy#c}T8G?Azn!++H~k!Y&^M*Gx%%qyM`wLKSY^ zuO#kXYvNm4`f0(NSgTz>{+-$NbJaE7>Ap!j6YJGHciB~6+F*bAb<)DMZqCciCw~8v zKf|u^jqj{;OPkN$*8d!PDQw>JS?B&fV}!VkfuW&3W9e_^(#UV@d%iH&Y<|N(<2#Ug r$3Np6bIs?A@)0Z59qNH<4_sh>JoEndnP*utK{`EM{an^LB{Ts5peLG_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..678da000f34a6388ee44bcc4a98ff59796741f91 GIT binary patch literal 363 zcmV-x0hIoUP)<{90001~q$iW~WE{saALFA&!~Auw?<$nP zTlY-2?wO}{I`Km3wcnBzKOj&3^{fvh-h*m;>9}<#owcRtS=!xNYVIGCC;!^)gPQM~ zooZD<5NNwn(ShqK3`1QW-z$2P4$r^NStWV%mnLueEtyVpC`r0HeN?A8)XR9R&2m{M z*ZwaqV=;^5pV|V^t27u%`x`e?000000001hm1KK=pb*>p z1CuiQ0rS}2ADEQ;tl#$jz^u~zS3cR^AIOqx3vm7p008ihyaP4U-}m?JGZ+8>002ov JPDHLkV1f)XqK*In literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/meta.json b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/meta.json new file mode 100644 index 00000000000..f2aa6dbc5b1 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/meta.json @@ -0,0 +1,49 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe. equipped-FEET-vox & on-equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi, and equipped-FEET-vox state modified to fix inconsistencies", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "on-equipped-FEET", + "directions": 4 + }, + { + "name": "equipped-FEET-vox", + "directions": 4 + }, + { + "name": "on-equipped-FEET-vox", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "icon-on" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-equipped-FEET-vox.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-equipped-FEET-vox.png new file mode 100644 index 0000000000000000000000000000000000000000..e9d3dffc7648f8aee1e828f0a5af406767744c84 GIT binary patch literal 839 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V1f zPZ!6KiaBp*9n2PX6gjrPVV;ghkN}IYllD7D19xYx+zZhx3#T_+@V4!!II;27!C?Ni zRs4?*#&xMx3yL(G2VdM!A!4IrvUCf(qrp#Rn>D}FW}Hp)eUmeD&b>bhb5Gt*+-EL- zJM-aQkcoxBYKqi}EMlvr$@ft>S$qeZY-$fc{+23BBXd$uS zdF4#6oiZuKmN{!m7H!q$pJ+Je`I#?Ud2ZCUEGVk|Qp+rRr}}Bf&-V`nqF2j3I-mLX z);3FFrN4{?f4CoQ@cjFyQlVav=gFm)+4~v2#h?E8dVC6NVv%?F(=ClR9op?*R@zO^ z^Ur0LvUXT1(bZC1^!sV-{5Vs?OXWiOt@H0GraApyeC4>v-yge7G9(?=UtSxf`$zVT zi>Jx`{$p!REtenO|1<7zyWjB_vJqZyMum^BBboZ>DYhdF|ljQ2E*GpQ<`94t8+( z`11`z`8v<$81Z8}_CDasWtFvCC(q|Nqxr{ahxzQG{JTCyvFY3iH(#Y**S7wN#HV9l zkM4PX(4we5|JA=!J^$CvZ2RlZL3DsGF=}{KtbX;O@APA(-~7JuNv!7;>U-RA*#9;2 zkIPd%=d3;V>;p@tYN^^+y*JhE!Xj*A0@uBYzfi1X1$oDz%x2k0KcfEjhyM8a*#r)#KNjrvBS5M#iJ8{M7)iYii u{XEOc|N3;?mE{*~wEhbR@8!Qb`Ho)PG(@xm{>Z|*86aP zNSl1N>q;?pSr-|jjKT~@kt2bx9|SE4VckDX%{NMMt)i!3p=gW@3;V^R>krm1Sp8s? z0!Np^qi64~D+!(7>ePKjI`7=!>i5+amCOsLnQYF#b~7w6tYQ z%1*yKsC<~k)1>5-PU7Rq6QU-adG(vEu4b}M_wfna4{NQn_#|>fT70WctnbQcFP7Pu zt=9U!zq0Dug@mQm(L%H2njdWCpSAsAwl;?yfAfRa98&TR_Jn-Z_x4kMzbHR+>%H2H z`1Z@)tCqb#aFea%u63mOZ)MX{e34>%<~Wq_S*=st6mas@_c@QPXT(j8FJawXEin1_ z+wS`}1k%6XS>gK~82+3E9+AZi4BSE>%y{W;-5&-9CJ#>+$B>F!Z)a@;Mufnz^@}W4 zc)VVv#CkT({itKJ-ciQ_p@T<{?sr(i<=3S9XinhtrWcPCM2^2uC@n3Xe9P0o^~gcZ zPkU$Gx)E}DR?3F^j+M1LU;mD)yHhRlE@@e&mwNQ{k{yB!i~@L3$%NA1yghecZTtN9 zK~|vFG}YfbV{+6dZ+zU@l5mlH65`6JP#5)$nO)-g%!+3;7P)aII7Af}gAG zA2rwfob_+Vi4zO9+s!+Ce^s3`+lyWI1g4zt_+rz0DlOi1)BE-7B785e6828nUGBhl z|IwuBK^iZA{rIxGUgcs^+Rv4|RxatsULA>BwX*FBOYQMIxmAw~tac;|EZetUx#6ha zJF)EU!#&*JUvwzzotXap(*1M0zZ&L;-xp^%Z185^zq*z8j~rQ1U2;UQ{f7c$&Gqx^ zc0!~Z?);glqk8_z+1=&qG!5StGfNmAFa7~i#hX3NTXn15n;*B{mOuNT%=fYJ9^)Tn z7X}sw0_gw2UAKP*hS)ONM{cfb^k7(^Ha}KxRn(s3<vmE2Lo{2$msjE)PlUd_;&dpr&}t6b zT-WNsQ1O*zNswl#W!v9R7aG7qdIx{aYgo8Lb@gP{seSife@ndKv`ORjX4j?pGcITG i?>_x~Yh7#DTjtuC3Moqu&sGK|GzL#sKbLh*2~7a~=H9jd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-left.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..b92750829f08f250cfc5a6c38306e75b8ac56f8d GIT binary patch literal 353 zcmV-n0iOPeP)S?Y5g&{%y4LzT5mkI&M<`Sdeq%~w&gTs9FUW3_g^=kBfavY#oJ)ZCa)z6$df z(28TX9fnHNRGW>4_M%8xmg(Z?UiruL8=N&?)w1QXhpt?&Gms=*o;<178R%^^(ptT) zjWzLuq&Q`p0~eMk0Eo700000NkvXXu0mjf29urL literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-right.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..48f52600afe5fe1f697a5c249693edf7c31bb101 GIT binary patch literal 370 zcmV-&0ge8NP)@5-B+7E&=J9r67VsvT8*- zWQcGMrI>17E1t00000fRU&x6Ln>3wVD}^_nJ-f*STgjYyO3# z$;a0#Mxk`{G*o?ET70tY5QTT2%c<4ez07>08D^Iybw6g@ux0000000000a;fP3 zfw4?Cy+!X2#3l9vrYU-VATIT86}><3S!wz!ABx@|NRsLZaQ_Yf0Pv5z15cgNp5dlX Q<^TWy07*qoM6N<$f^H Date: Fri, 8 Nov 2024 00:10:38 +0100 Subject: [PATCH 6/7] fix path and update sprite --- .../Floof/Entities/Clothing/Shoes/Combatmags.yml | 4 ++-- .../equipped-FEET-vox.png | Bin .../Boots/combatMagboots.rsi/equipped-FEET.png | Bin 0 -> 1210 bytes .../Shoes/Boots/combatMagboots.rsi/icon-on.png | Bin 0 -> 493 bytes .../Shoes/Boots/combatMagboots.rsi/icon.png | Bin 0 -> 491 bytes .../Boots/combatMagboots.rsi/inhand-left.png | Bin 0 -> 390 bytes .../Boots/combatMagboots.rsi/inhand-right.png | Bin 0 -> 392 bytes .../on-equipped-FEET-vox.png | Bin .../combatMagboots.rsi/on-equipped-FEET.png | Bin 0 -> 1057 bytes .../Boots/combatMagboots.rsi/on-inhand-left.png | Bin 0 -> 370 bytes .../Boots/combatMagboots.rsi/on-inhand-right.png | Bin 0 -> 389 bytes .../Boots/combatmagboots.rsi/equipped-FEET.png | Bin 1053 -> 0 bytes .../Shoes/Boots/combatmagboots.rsi/icon-on.png | Bin 534 -> 0 bytes .../Shoes/Boots/combatmagboots.rsi/icon.png | Bin 532 -> 0 bytes .../Boots/combatmagboots.rsi/inhand-left.png | Bin 347 -> 0 bytes .../Boots/combatmagboots.rsi/inhand-right.png | Bin 363 -> 0 bytes .../combatmagboots.rsi/on-equipped-FEET.png | Bin 1039 -> 0 bytes .../Boots/combatmagboots.rsi/on-inhand-left.png | Bin 353 -> 0 bytes .../Boots/combatmagboots.rsi/on-inhand-right.png | Bin 370 -> 0 bytes 19 files changed, 2 insertions(+), 2 deletions(-) rename Resources/Textures/Floof/Clothing/Shoes/Boots/{combatmagboots.rsi => combatMagboots.rsi}/equipped-FEET-vox.png (100%) create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/icon-on.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/inhand-right.png rename Resources/Textures/Floof/Clothing/Shoes/Boots/{combatmagboots.rsi => combatMagboots.rsi}/on-equipped-FEET-vox.png (100%) create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-inhand-right.png delete mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET.png delete mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/icon-on.png delete mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/icon.png delete mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/inhand-left.png delete mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/inhand-right.png delete mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-equipped-FEET.png delete mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-left.png delete mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-right.png diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml index c131039eb20..eabecb6c6ec 100644 --- a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml +++ b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml @@ -5,12 +5,12 @@ description: Made by SESWC. These State-of-the-art magnetic boots with built in armor for extra protection components: - type: Sprite - sprite: Floof/Clothing/Shoes/Boots/magboots.rsi + sprite: Floof/Clothing/Shoes/Boots/combatMagboots.rsi layers: - state: icon map: [ "enum.ToggleVisuals.Layer" ] - type: Clothing - sprite: Floof/Clothing/Shoes/Boots/magboots.rsi + sprite: Floof/Clothing/Shoes/Boots/combatMagboots.rsi - type: Item - type: Armor modifiers: diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET-vox.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/equipped-FEET-vox.png similarity index 100% rename from Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET-vox.png rename to Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/equipped-FEET-vox.png diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..9219f6fe609ba2adfcbbd2aeba9c1abbc2cd0d7f GIT binary patch literal 1210 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV9d>Qb`Ho)PG(@xm{>Z|*86aP zNSl1N>q;?pSr-|jjKT~@kt2bx9|SE4VckDX%{NMMt)i!3p=gW@3;V^R>krm1Sp8s? z0!Np^qi64~D+!(7>ePKjI`7=!>i5+amCOsLnQYF#b~7w6tYQ z%1*yKsC<~k)1>5-PU7Rq6QU-adG(vEu4b}M_wfna4{NQn_#|>fT70WctnbQcFP7Pu zt=9U!zq0Dug@mQm(L%H2njdWCpSAsAwl;?yfAfRa98&TR_Jn-Z_x4kMzbHR+>%H2H z`1Z@)tCqb#aFea%u63mOZ)MX{e34>%<~Wq_S*=st6mas@_c@QPXT(j8FJawXEin1_ z+wS`}1k%6XS>gMgfq|LB)5S5QV$R!H_Sv@`B--osikQw$FgO*bVihr&cagVU zQ&}zR-Yj!6_(izZ`1ag79?Z_PJcB)>h?sD5v+>RjBay${ zSEij-wRryNUX9&(S;mIqzNbZ;_rHJN#m2+dd@E_=gs;sC2Xf4q8P22`vp6ce))(Uj zO8i~NIPbaY*DBda&X>#Q%Uzzn{`%_=Hu>wb8=hBoF3a>#y|HcX>ipZ=YASs%dtKF6 zS#URR@zpHFzT}ofj&qfI49{f}C4iy2B}#Y8?YCO*cZwc1P-vOJegE_4;&+u*vaW(H z0tP&bKio0BDqrw~jQ9gb^s^VNBJcQ56s?%o5S#NlT*KObsr~~2TgKftuC5Q5c8TfV zU0|B8Jan~U&&QkT6Rz!$>M#8KX^U~RpcnTHzvVAVtai?8_`ScCf8+TX*MQ**3`*ye zU!tq7tlz?R=6Uf><~e!Y`}ge&o4HCTQR2~`KQas{mtD5`FXWket-;rpvDb}x-Rrtv zRu6XNUCJ=our_|7&Q#W%SDYDUv!^;uS$H$&-J5WY)A9>fxxM@u=Gp@+lNdZ*{an^L HB{Ts5q>?ay literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/icon-on.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/icon-on.png new file mode 100644 index 0000000000000000000000000000000000000000..bdc5318d1576aba1ced90414afe529c0eefe0083 GIT binary patch literal 493 zcmVPx$r%6OXR9J=Wmc4G;P!xbaS7zZ);0#v~l>sr(3`jf!3+loUbz$sNpiI05OJ5-B z8x)C^3BkewL_#z&9h*eP-bfvo&1Ph?SpdrA@>wn- zESJld3EXr#{`~F^fMT(T>$=S6b9Rr9oZ_}^Q>jz{a2$tHsr2sxH=T}eS{8<30N}bV z0Pim^ImHu+1eRq11QIXmK>p%_>eUq@g5x+$r&B&utDtE|{MT5mR%9|6QmNG04xD|2 zPenw8d_Mn2?s*=b=K-+a?}Ky0;V?9RXa}BNvu)b}`+k2Px$rAb6VR9J=Wmc42sQ51l`S;odc)WBXetSn;Th9LM17O}Ip%u`4zU&AKvkwUPw z5+z`xCWsrxX=jdR9C5bF>}GYxolPLc&Vk!}_ug|p&bh_a`u#p18J|A1dL$4DL;{fj zpohKCY&Jbz*U|N#SNHop+wGR$c|Mr3uJ?gd4d5on{)i1~bui1g<%*6TtrAFlhkUpz`UV4Fr7|Gr_%tGN~M!rL|7~q zZxgs_x4qfJ0|13W0mpHe&1P($pE<@Y%c5K^17O=W#bWW_1#a4H&oE7Lxf}qF;{fpG z{G4Mv7K>q;CV(&TrVeD!&Zt~mAR^ed&15p+TcrY;cEEp)<#I_Xl_HTyob15KNBB}i zM95~df8?&~;<_#XyWP$|Hy8{8^9Od|Kg1HN9bUlkt?hyECXLW_RI hkw7F63HoU^tg7WpS>Yv>l?)bedZ0S9f@t~JGkN!RD$Qu z+9N8={aWOtz=X2B;W~5X?|N1fE?e&40s&9v-z+TMaeen$hF^c#7p>qvQ1IhWiqXlh z={IZQL}wr0XFGp>n!5aZiR6w&dQ*2-Gn{+%HRfm8?pUq(BkR6)A9y^^Ux0<-Na2}_ zXH6xVx4(aSN`HF%9$C5kIr@jHSeq11*ql!`n;p3N>W5nSWS-t*tSdb$rFj1R*_^Xa zW3}jxS0$Saau^G4<_NXvKKpEWHEZg{7gsCmgu}EGf}D+fKm2W$fB*5vCI0^aEC{6tCrd z`p#`Ug+fujD?58le*N}o{2;fV{k{EO`3@-fV{E;;j)(2Ke| zEBDjgKfQa7_Aftv^WtmnV-hv{{U1LQYnU9i`qmZcAeH}l_t?Hy^R0W$B*4Ph9zH#R z=i9#6#5ZR(C;dNNS{7@*Id}HY8o$jqj}*%E7;d?penjnAqRFjSf*P~xGgo8oB79EIU&i}q`P2F^V0V(zx0~;cBTb>UH+qS*K=_} z1emBbweH25>iP%HdG-l&cYS9Ud-{#}+REzsgusWdqrU$;klyOH;N9Own^rf6_wSW} cp#Fq)U(4A$yl>C%1O_dGr>mdKI;Vst0Dr-pF literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-equipped-FEET-vox.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-equipped-FEET-vox.png similarity index 100% rename from Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-equipped-FEET-vox.png rename to Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-equipped-FEET-vox.png diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-equipped-FEET.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..934c155eb53efef64825a9589ef8d8037afb5ed9 GIT binary patch literal 1057 zcmV++1m63JP))=wPR0Y45CQVu)tszMfaTQz~1P9T@ zufczytKh022#O%$=I+-b63?|li_{x#&cl1}dpLOmp_FYDz3?a$OTL?#NNTfl^IG#W z5yC`iC6+ZjXDppg@$dS$r9su3gzEMGy}GM4XL<%SvjvY zz}W_L-8)$~`y(~V4p|nwoIrFAI<6tIP|51|oZ~x~UXx#R1-p9?ll$$9-`Egm_uQyW z_W%F_Z%IT!RCt{2+ObRPKpepFZy%`&9tt`H3WkzDAeq{!h0sYXPX2F>4z7;kCeqm@ z=%5IVgPm>_51K4_Q;ybG`!0EX4)6UwP?Ge1-0yN+Zn+-_A%qY@2qAImV>jawJ`^0S6m$5x^`KcG3JljS8<+zVfZ=e6Qfg(K3(qBJGMTiFj*dzI-}eD{ zetx#sUatp$)|xEKn9XJz-2?9K?pi?**!=hR_qOfn=?Q>-zmL|M>2%85+uLUMfG`Zp zcDqfMWoWGd*x%n@x>hgWZnp`;aHD%b7>1?ic}%BMwAS?d{iXbiFYkF?t^7_C(ChUG zf`FnZNYfOp_0j;e)}(1lQ4|D0U{}PZbh}-QF?Qp7d3jlCub%Tf#~4Gm+udk>A%qY@ z2qASs$wpL%@B8KM?k)gXmR0}RG1b**5BRDkpwsCz8blqPPG@bs bLR~)rFG&^hG<@0K00000NkvXXu0mjfs*M9G literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-inhand-left.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..4e754a4314d96ea74d738c0695cd5c400fe4e70b GIT binary patch literal 370 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zbv#`hLn`LH zy|vKqaDc?okM=EHU5{40%ob=nydlN=nz)3%!zQmA&I{Z(i6?L-%{XZNMbsdI5m zffrjA32>Y^^)B{OLEWoapJPk!FbYDz#QJ9^u0H(vXCG^Xj-2NtNru;7xhvpHs7AU)6KBgn}}te{k}1- zyLpG-;wJl!v|{@UySZ-MbP0 Hl+XkK(|(%# literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-inhand-right.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4a8c25be7e9e077b45cb519e6bad0137be6d3835 GIT binary patch literal 389 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z?LA!_Ln`LH zy|vNrkb}(ekL%sq_)0f>#~<#P-K{d=g7^V(gN2Jf37nhpfoYP(gQk7X@e9>_Qj=`h z+SIO{WZA;Pzw+Ui?=xqal>dw^`v0;{K?wprotIhj`{L`nVhn%(*%sbmO)#lSGMc$2 zcC-J!+5b1>d_3D7zh^G5!7+j3vG4rk87mmhe;|iv&Gn& z>)(V+RF~&`s^57oQ9^9rd*j(>KiKpua2OoBkP%~KUM$ykc&{Ae?LXSe1y^5+1YTiV za5YEBHCL>gb!$}b#~(k%`!~+b{j|QPVW#w^OgDi!YigFi)UKR2*?03R|BuY;o{I}2 zz(lRwzZYIs)jx2~v`-Me{+s!<*KfwzJMPIxq}9g8zUQw=Gi6%$o&8iqZ^OO&t}ZSv c|0a}gx4it0_it${FkBftUHx3vIVCg!05qDX(EtDd literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/equipped-FEET.png deleted file mode 100644 index 46b1be28c99859d04db645301669f091ffd8f3a8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1053 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV9d>Qb`Ho)PG(@xm{>Z|*86aP zNSl1N>q;?pSr-|jjKT~@kt2bx9|SE4VckDX%{NMMt)i!3p=gW@3;V^R>krm1Sp8s? z0!Np^qi64~D+!(7>ePKjI`7=!>i5+amCOsLnQYF#b~7w6tYQ z%1*yKsC<~k)1>5-PU7Rq6QU-adG(vEu4b}M_wfna4{NQn_#|>fT70WctnbQcFP7Pu zt=9U!zq0Dug@mQm(L%H2njdWCpSAsAwl;?yfAfRa98&TR_Jn-Z_x4kMzbHR+>%H2H z`1Z@)tCqb#aFea%u63mOZ)MX{e34>%<~Wq_S*=st6mas@_c@QPXT(j8FJawXEin1_ z+wS`}1k%6XS>gK~82+3E9+AZi4BSE>%y{W;-5&-9rZ7(z$B>F!Z)a`vR(2FQ7SFd^ zm@m2dl;WJ*GHkOo#O^&ZO;SAK){>pGW{s-clE4cIy3tw6GU*RRoi zKFIrzb@lxtCsQZK-aT?x_ssXkp3R@<i|jID{w*|m@a;s2`Z1R;{Ab>+ z4&B-&`1x4r5%-^;O8>7{VxIr!??;)}Z+~r1X~>+V>sVbm@zCYR7gw%1qZ@9su`Th6 zTHlF-Wnt&~wLj^;-_QSLTF{-dcVE9|eraZ`eWuamVy8ZD8voW1=d7lE*ItI^{;`q0 zn=Y`teuY27?7#bFtjy<&Y`+&cTUqba^zWbJ?|%N3d~apF2E(+}o$}SyOFs%6ZU)Kn zeGFvE_;&x#%df}x1pg0U=nDRAWW8m5-o3B;+l-9o@izz-+Z?xgBp|$ziD%Rwto*%LJwbPM6?@dRq)Fcz)b||aw1~dp^JW_c z*^&(x*T*YN^uDlOo#E=kB`oU~)U~=W{P@a}VkB8=dF=0}4-Me~`<;}gCnWnj)X!Ju zR#u(bceeDm#h2t2I^B~~pXT3u{EDabPU_zHg|W6wP7jn`XfEhF4or3op00i_>zopr E0Np?2FaQ7m diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/icon-on.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/icon-on.png deleted file mode 100644 index 6a94a728a6dc471eb19fb270cefbb683235e6e9a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 534 zcmV+x0_pvUP)Tf!0Fi;l}ZIkl4#dmpW`^>^ZCfF0lZt&QPbZ1`%ieb zJ9e%9=Ia6n<+5+QKmd=-CoN{%1QQGks`+D(I@hXc*rdRV@|17PKs~TEIKn_pX6s}` zB(Jsknw`FzTA&JO=MA*`4KcZrM2j`hVvRt_0|R{cA8=|jT(IU2J7?PV@7)YkZk92Eq9!fWquzXQnxG; z@%ZJM2QxF&O_Qc=GdEUXW$pstk7&}=eDUA5;dU<9O35+_Nwj#~G>Kn~uj&A?;bHcV z7hvCm=v4t<0Bxy+nl53~#NF(f&wX{*3VH@5Sz5U zwgK@5bZz6Ue|+Bx7?wDG9eG-%TJ5R>IF18|hF#6*yj=7L=-Gt-+xq@B3;{xb5FiBj Y3;W8q)Az@4|Wrz5f6o00=0N^o@&i@@F)cli)Vd5L@~mgsmWrtx##gAYHt5hcrt&*VKrkm%I@8@_WDh-X~w)FNv>EC@{=;G}P)I zfCu0KcmTkN+Y8d^bldOu^LTU=fL}K^)M_;ZL7-c=a)x1$&1QWM2Jm%5MvB_!=ig!N ze*`$dgn?}cuStm%8a9@s~*UGim|f@xxJWK zywR20>&@LYT&+OzRhi^2K>1dYOQNkwBD_BaG1#jEOpU|Ns{C*O z?~cspnTpGZL0dm4%`hE_0C`@lPR&iHQ~;K|q+#p?tV zZHPfD;0Un4T0)AJP#Wgld{$pL>Q?0CIAXBGQ~;KrJ5{*DHnfT;8qE5?_0?OtPD|GT z^9^Xln=j7(jw_&O=5cXlYqfg4uMS`s24FU9DlYSS#Tj5=6aMcQ`q$6{@Blmj58yYy Wy|+CvE#trd0000oN+oL^2wRA-$2-O=ZuTxLdJ#0Ssk{1R(49>pF*1{UH$0l6c({~< zPcP|Ax%Slm`6su}d4G?m+*$}|JP_oFB=1bp5oc-qJ*U6gcKez?^QB6i&0n>>s|<+y z6ZEuP=(W3jfO-7Uwy#c}T8G?Azn!++H~k!Y&^M*Gx%%qyM`wLKSY^ zuO#kXYvNm4`f0(NSgTz>{+-$NbJaE7>Ap!j6YJGHciB~6+F*bAb<)DMZqCciCw~8v zKf|u^jqj{;OPkN$*8d!PDQw>JS?B&fV}!VkfuW&3W9e_^(#UV@d%iH&Y<|N(<2#Ug r$3Np6bIs?A@)0Z59qNH<4_sh>JoEndnP*utK{`EM{an^LB{Ts5peLG_ diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/inhand-right.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/inhand-right.png deleted file mode 100644 index 678da000f34a6388ee44bcc4a98ff59796741f91..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 363 zcmV-x0hIoUP)<{90001~q$iW~WE{saALFA&!~Auw?<$nP zTlY-2?wO}{I`Km3wcnBzKOj&3^{fvh-h*m;>9}<#owcRtS=!xNYVIGCC;!^)gPQM~ zooZD<5NNwn(ShqK3`1QW-z$2P4$r^NStWV%mnLueEtyVpC`r0HeN?A8)XR9R&2m{M z*ZwaqV=;^5pV|V^t27u%`x`e?000000001hm1KK=pb*>p z1CuiQ0rS}2ADEQ;tl#$jz^u~zS3cR^AIOqx3vm7p008ihyaP4U-}m?JGZ+8>002ov JPDHLkV1f)XqK*In diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-equipped-FEET.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-equipped-FEET.png deleted file mode 100644 index cdc6751941328513e6631200e06f5b18c7a62cc1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1039 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEV9d>Qb`Ho)PG(@xm{>Z|*86aP zNSl1N>q;?pSr-|jjKT~@kt2bx9|SE4VckDX%{NMMt)i!3p=gW@3;V^R>krm1Sp8s? z0!Np^qi64~D+!(7>ePKjI`7=!>i5+amCOsLnQYF#b~7w6tYQ z%1*yKsC<~k)1>5-PU7Rq6QU-adG(vEu4b}M_wfna4{NQn_#|>fT70WctnbQcFP7Pu zt=9U!zq0Dug@mQm(L%H2njdWCpSAsAwl;?yfAfRa98&TR_Jn-Z_x4kMzbHR+>%H2H z`1Z@)tCqb#aFea%u63mOZ)MX{e34>%<~Wq_S*=st6mas@_c@QPXT(j8FJawXEin1_ z+wS`}1k%6XS>gK~82+3E9+AZi4BSE>%y{W;-5&-9CJ#>+$B>F!Z)a@;Mufnz^@}W4 zc)VVv#CkT({itKJ-ciQ_p@T<{?sr(i<=3S9XinhtrWcPCM2^2uC@n3Xe9P0o^~gcZ zPkU$Gx)E}DR?3F^j+M1LU;mD)yHhRlE@@e&mwNQ{k{yB!i~@L3$%NA1yghecZTtN9 zK~|vFG}YfbV{+6dZ+zU@l5mlH65`6JP#5)$nO)-g%!+3;7P)aII7Af}gAG zA2rwfob_+Vi4zO9+s!+Ce^s3`+lyWI1g4zt_+rz0DlOi1)BE-7B785e6828nUGBhl z|IwuBK^iZA{rIxGUgcs^+Rv4|RxatsULA>BwX*FBOYQMIxmAw~tac;|EZetUx#6ha zJF)EU!#&*JUvwzzotXap(*1M0zZ&L;-xp^%Z185^zq*z8j~rQ1U2;UQ{f7c$&Gqx^ zc0!~Z?);glqk8_z+1=&qG!5StGfNmAFa7~i#hX3NTXn15n;*B{mOuNT%=fYJ9^)Tn z7X}sw0_gw2UAKP*hS)ONM{cfb^k7(^Ha}KxRn(s3<vmE2Lo{2$msjE)PlUd_;&dpr&}t6b zT-WNsQ1O*zNswl#W!v9R7aG7qdIx{aYgo8Lb@gP{seSife@ndKv`ORjX4j?pGcITG i?>_x~Yh7#DTjtuC3Moqu&sGK|GzL#sKbLh*2~7a~=H9jd diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-left.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-left.png deleted file mode 100644 index b92750829f08f250cfc5a6c38306e75b8ac56f8d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 353 zcmV-n0iOPeP)S?Y5g&{%y4LzT5mkI&M<`Sdeq%~w&gTs9FUW3_g^=kBfavY#oJ)ZCa)z6$df z(28TX9fnHNRGW>4_M%8xmg(Z?UiruL8=N&?)w1QXhpt?&Gms=*o;<178R%^^(ptT) zjWzLuq&Q`p0~eMk0Eo700000NkvXXu0mjf29urL diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-right.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/on-inhand-right.png deleted file mode 100644 index 48f52600afe5fe1f697a5c249693edf7c31bb101..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370 zcmV-&0ge8NP)@5-B+7E&=J9r67VsvT8*- zWQcGMrI>17E1t00000fRU&x6Ln>3wVD}^_nJ-f*STgjYyO3# z$;a0#Mxk`{G*o?ET70tY5QTT2%c<4ez07>08D^Iybw6g@ux0000000000a;fP3 zfw4?Cy+!X2#3l9vrYU-VATIT86}><3S!wz!ABx@|NRsLZaQ_Yf0Pv5z15cgNp5dlX Q<^TWy07*qoM6N<$f^H Date: Fri, 8 Nov 2024 00:10:50 +0100 Subject: [PATCH 7/7] update copyright --- .../Boots/{combatmagboots.rsi => combatMagboots.rsi}/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Resources/Textures/Floof/Clothing/Shoes/Boots/{combatmagboots.rsi => combatMagboots.rsi}/meta.json (75%) diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/meta.json b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/meta.json similarity index 75% rename from Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/meta.json rename to Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/meta.json index f2aa6dbc5b1..f81ea97bec5 100644 --- a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatmagboots.rsi/meta.json +++ b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe. equipped-FEET-vox & on-equipped-FEET-vox state taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/31d6576ba8102135d058ef49c3cb6ecbe8db8a79/icons/mob/species/vox/shoes.dmi, and equipped-FEET-vox state modified to fix inconsistencies", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe Based and edited by SungYandy", "size": { "x": 32, "y": 32