From 6d960bcbcefc53ae07afb8085922e3cfa429f5eb Mon Sep 17 00:00:00 2001 From: ProphetCrow <120760556+ProphetCrow@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:54:34 -0600 Subject: [PATCH] secmagboots overwrite --- .../Catalog/Fills/Lockers/heads.yml | 1 + .../Catalog/Fills/Lockers/security.yml | 2 + .../Catalog/Fills/Lockers/suit_storage.yml | 4 ++ .../Entities/Structures/Machines/lathe.yml | 2 +- .../Entities/Clothing/Shoes/Combatmags.yml | 21 -------- .../Entities/Clothing/Shoes/magboots.yml | 10 ++++ .../Floof/Recipes/Lathes/security.yml | 11 ++-- .../Prototypes/Research/experimental.yml | 2 +- .../combatMagboots.rsi/equipped-FEET-vox.png | Bin 461 -> 0 bytes .../combatMagboots.rsi/equipped-FEET.png | Bin 1210 -> 0 bytes .../Boots/combatMagboots.rsi/icon-on.png | Bin 493 -> 0 bytes .../Shoes/Boots/combatMagboots.rsi/icon.png | Bin 491 -> 0 bytes .../Boots/combatMagboots.rsi/inhand-left.png | Bin 390 -> 0 bytes .../Boots/combatMagboots.rsi/inhand-right.png | Bin 392 -> 0 bytes .../Shoes/Boots/combatMagboots.rsi/meta.json | 49 ------------------ .../on-equipped-FEET-vox.png | Bin 839 -> 0 bytes .../combatMagboots.rsi/on-equipped-FEET.png | Bin 1057 -> 0 bytes .../combatMagboots.rsi/on-inhand-left.png | Bin 370 -> 0 bytes .../combatMagboots.rsi/on-inhand-right.png | Bin 389 -> 0 bytes .../magboots-security.rsi/equipped-FEET.png | Bin 0 -> 1178 bytes .../Boots/magboots-security.rsi/icon-on.png | Bin 0 -> 479 bytes .../Boots/magboots-security.rsi/icon.png | Bin 0 -> 479 bytes .../magboots-security.rsi/inhand-left.png | Bin 0 -> 364 bytes .../magboots-security.rsi/inhand-right.png | Bin 0 -> 379 bytes .../Boots/magboots-security.rsi/meta.json | 41 +++++++++++++++ .../on-equipped-FEET.png | Bin 0 -> 1019 bytes .../magboots-security.rsi/on-inhand-left.png | Bin 0 -> 364 bytes .../magboots-security.rsi/on-inhand-right.png | Bin 0 -> 379 bytes 28 files changed, 65 insertions(+), 78 deletions(-) delete mode 100644 Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml create mode 100644 Resources/Prototypes/Floof/Entities/Clothing/Shoes/magboots.yml delete mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/equipped-FEET-vox.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/meta.json delete mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/on-equipped-FEET-vox.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 create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/icon-on.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/icon.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/inhand-right.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/meta.json create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/on-equipped-FEET.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-left.png create mode 100644 Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-right.png diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 20112910922..fcd0be9133e 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -317,6 +317,7 @@ - id: ClothingLongcoatHoS # Floofstation - id: ClothingMaskNeckGaiter - id: ClothingOuterHardsuitCombatHoS # DeltaV - ClothingOuterHardsuitSecurityRed replaced in favour of head of security's advanced combat hardsuit. + - id: ClothingShoesBootsSecurityMagboots # Floofstation - id: ClothingBeltSecurityFilled - id: ClothingHeadsetAltSecurity - id: ClothingEyesGlassesSunglasses diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 918a3d4978e..09be3ad74fc 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -20,6 +20,7 @@ - id: RubberStampWarden - id: DoorRemoteArmory - id: ClothingOuterHardsuitCombatWarden # DeltaV - ClothingOuterHardsuitWarden replaced in favour of warden's riot combat hardsuit. + - id: ClothingShoesBootsSecurityMagboots # Floofstation - id: HoloprojectorSecurity - id: ClothingEyesHudSecurity - id: BoxPDAPrisoner # Delta-V @@ -155,6 +156,7 @@ - id: TrackingImplanter amount: 2 - id: ClothingOuterHardsuitCombatCorpsman + - id: ClothingShoesBootsSecurityMagboots #Floofstation - id: ClothingUniformJumpsuitBrigmedic - id: ClothingUniformJumpskirtBrigmedic - id: ClothingLongcoatBrigmedic # Floofstation diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml b/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml index 734bd485a2e..35e078c715a 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml @@ -140,6 +140,7 @@ contents: - id: OxygenTankFilled - id: ClothingOuterHardsuitCombatOfficer # DeltaV - ClothingOuterHardsuitSecurity replaced in favour of security combat hardsuit. + - id: ClothingShoesBootsSecurityMagboots # Floofstation - id: ClothingMaskBreath - type: AccessReader access: [["Security"]] @@ -199,6 +200,7 @@ - id: OxygenTankFilled - id: JetpackSecurityFilled - id: ClothingOuterHardsuitCombatHoS # DeltaV - ClothingOuterHardsuitSecurityRed replaced in favour of head of security's advanced combat hardsuit. + - id: ClothingShoesBootsSecurityMagboots # Floofstation - id: ClothingMaskGasSwat - type: AccessReader access: [["HeadOfSecurity"]] @@ -213,6 +215,7 @@ contents: - id: OxygenTankFilled - id: ClothingOuterHardsuitCombatWarden # DeltaV - ClothingOuterHardsuitWarden replaced in favour of warden's riot combat hardsuit. + - id: ClothingShoesBootsSecurityMagboots # Floofstation - id: ClothingMaskBreath - type: AccessReader access: [["Armory"]] @@ -273,6 +276,7 @@ - id: NitrogenTankFilled - id: OxygenTankFilled - id: ClothingOuterHardsuitCombatCorpsman + - id: ClothingShoesBootsSecurityMagboots # Floofstation - id: ClothingMaskBreath - type: AccessReader access: [ [ "Corpsman" ] ] diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 3722a954bbe..a242e2f6856 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -905,7 +905,7 @@ - MagazineBoxSpecialIncendiary - MagazineBoxSpecialUranium - MagazineBoxSpecialMindbreaker - - ClothingShoesBootsMagCom #Floof + - ClothingShoesBootsSecurityMagboots # Floofstation - type: MaterialStorage whitelist: tags: diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml deleted file mode 100644 index eabecb6c6ec..00000000000 --- a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/Combatmags.yml +++ /dev/null @@ -1,21 +0,0 @@ -- type: entity - parent: ClothingShoesBootsMag - id: ClothingShoesBootsMagCom - 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/combatMagboots.rsi - layers: - - state: icon - map: [ "enum.ToggleVisuals.Layer" ] - - type: Clothing - sprite: Floof/Clothing/Shoes/Boots/combatMagboots.rsi - - type: Item - - type: Armor - modifiers: - coefficients: - Blunt: 0.90 - Slash: 0.90 - Piercing: 0.90 - Heat: 0.90 diff --git a/Resources/Prototypes/Floof/Entities/Clothing/Shoes/magboots.yml b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/magboots.yml new file mode 100644 index 00000000000..67476048675 --- /dev/null +++ b/Resources/Prototypes/Floof/Entities/Clothing/Shoes/magboots.yml @@ -0,0 +1,10 @@ +- type: entity + parent: ClothingShoesBootsMag + id: ClothingShoesBootsSecurityMagboots + name: security magboots + description: Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle. These ones bear security markings. + components: + - type: Sprite + sprite: Floof/Clothing/Shoes/Boots/magboots-security.rsi + - type: Clothing + sprite: Floof/Clothing/Shoes/Boots/magboots-security.rsi diff --git a/Resources/Prototypes/Floof/Recipes/Lathes/security.yml b/Resources/Prototypes/Floof/Recipes/Lathes/security.yml index 06da83ee941..1c0b9eb9a53 100644 --- a/Resources/Prototypes/Floof/Recipes/Lathes/security.yml +++ b/Resources/Prototypes/Floof/Recipes/Lathes/security.yml @@ -15,10 +15,9 @@ Steel: 210 - type: latheRecipe - id: ClothingShoesBootsMagCom - result: ClothingShoesBootsMagCom - completetime: 10 + parent: ClothingShoesBootsMagSci + id: ClothingShoesBootsSecurityMagboots + result: ClothingShoesBootsSecurityMagboots materials: - Steel: 1000 - Plastic: 500 - Silver: 250 + Steel: 1000 + Plastic: 500 diff --git a/Resources/Prototypes/Research/experimental.yml b/Resources/Prototypes/Research/experimental.yml index 8df1bce4af4..279dd68e079 100644 --- a/Resources/Prototypes/Research/experimental.yml +++ b/Resources/Prototypes/Research/experimental.yml @@ -69,7 +69,7 @@ cost: 7500 recipeUnlocks: - ClothingShoesBootsMagSci - - ClothingShoesBootsMagCom #Floof + - ClothingShoesBootsSecurityMagboots #Floofstation - type: technology id: AnomalyCoreHarnessing 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 deleted file mode 100644 index 66083b253d4241ff5b971ae6fc8ef049fae25f46..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 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 9219f6fe609ba2adfcbbd2aeba9c1abbc2cd0d7f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 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 bdc5318d1576aba1ced90414afe529c0eefe0083..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/meta.json b/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/meta.json deleted file mode 100644 index f81ea97bec5..00000000000 --- a/Resources/Textures/Floof/Clothing/Shoes/Boots/combatMagboots.rsi/meta.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe Based and edited by SungYandy", - "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 deleted file mode 100644 index e9d3dffc7648f8aee1e828f0a5af406767744c84..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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!)=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 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 4e754a4314d96ea74d738c0695cd5c400fe4e70b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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(|(%# 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 4a8c25be7e9e077b45cb519e6bad0137be6d3835..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/equipped-FEET.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..fbac1cafca7dea77babf1fe0f197d0f225e9aef8 GIT binary patch literal 1178 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>gMgfr06Tr;B4q#hkaZY_o4WNF4vqrF-lK+kRHAbF*emX%PBwC7>W< ze^7_N9QUSV7@k!b~UfHG?U`vNzv1$+*@A`Y?*Qko4` z45mR0r3_h17%&y4J!Rd)X%%ppH@xQjlB5TH&A&cwTy!-nPi;2qd;UEeOP#}~%@I~# zo*wsixnupJe^EM5du^?3IAZKC2rqcqwtMGNr<#g-hGUit4TXI7%`j@CTqsm8de&ngWX#WtK53& z=(%^|Z{EiH?&W9LlcIfY=WCrkdMd1`P6xI$%*sp1|1Y$&M$X~+PY#oF=NG3^IlgdR;f+1HBq?Fr+rMR>pRa$ETv+Y98Hnn}shrcGi%x=h>m8UfG$cmPdbq}n&PO4AxoUv@@6;p>R z;zC|aW8?n@Wr`mt_>}mXT}Z$`|G=))2Yt-fHqTSH{*$e?l`ZXdf-U!*!i2jx82=JIbWeQ}Fx)?wHJ;VID*j@tN=F^*!S%1T*T*a9ER1jbSo=R~X*YLq^{cJ_ z8&?!2<}HqTdG4%Oi$`_yth^nI+!-3SC;yq{&%n@=-VtPfNy%cZdc)T>8r!>AUPsQj zx?W(K2h*~zEGt%VtqqILia%hoCF*QwsOV;(y+WP`*34u0C(tjV#PdhdZhO3<&VPn& X{0>#_4=Q4SWe$UPx$nMp)JR9J=WmcLE{K@f*Oh>4(QafieN2n|M!4VD%*P}=wiG#XyOg7^$tSQ(I%B%G)#k3rrC-itGfUE19-ezLY+v`mMz~NCAEgF}DYgH6QflhmI0K2D;Tv{sUL4(Tu zvE+-M+)BQ!Des&KpmKLiE*hr^fRKF6hcj|Or71?7ToAxlx6Nn$MVbMC*2kOYcg-}- z{$i0c@LH_`5K&cBP5S{b3{*{%z!XLKftUy2qEP6$>vTFz{r#PmVMsCAOoo=OW0`UX z<{rX}LZO#PCW#EHZRxsK`EMOyT~V;6sCwAOzR;*7<8;>yUGG;vFMwPx$nMp)JR9J=WmN8GlP!Pv|sEML==u;v=;-WFenBeH(0^fzOGBykj4sIs8Xo!m+ zg~ShFNE{q&qJ*M}@;Xpx84w3(r3Q+PCJy#Ly?1xL``x`88mm+){H138w0Z;(0Ym^1 z05BK!gF>OukH_OIE-V1haU2Z8KnTI8-SyeFO}Si-{Tjg5<|Z@q%idk>wlEBX?cIG} z+}fj#)pod@GUHGHr{|ab)%1>cm#+o@2ZuRCV%;D7sG}$fbXtKqL+!wEX_o7YJ&O4k zuehsX{$-*sNTDWhbkaj4?tmoVFLHL31n!Wpy)Y@m0larxyw&f0I{?spe)9aTEXx`k zesc#NbRB>dRYeuz6Tmc4h46tXit-8Z6M&MY_1$wOlc8R#(KJn8OfH+HDJ5;oKY{No zVIV+B)B5R+4OWKTHl_4B|7r(VQWVdjPPDfz z%j>@5H~`#C89z*U0yn99o literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/inhand-left.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..65062eb19614183b18723be0fff6c47e72eaf01d GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z)jVAsLn`LH zy|vNnu!GF;kMkc*^LraI;TMyWRhymDc0I|KM@u&UFgVxLJ$rH`XS-I1$lM|qrL0XH z%k++EHaBlEEN{K=K7E&TU3tNu?Y}*N#sh(L+UctY+mA0_s^S_hF6F;$(vt5f>t1U_ zy*#(9weEj9f6;->7k&9<5O>Q7Gmq$~dM*C(w%e3GT7X~CPX-&H&#rB+8( ze=pxvGfRK(=FEM3uZ0b`nu^K|E<8TGc9Y38dzn|iUnl4O+*Ot%C)SpD^L5$Or#oxz zhj0C6C9A47?YYH&`7n6}L$^-D{of{i*%`4ygDchh+1gAwhzo(_kJ+2+8nU~#H!D$joeEdJ;+>B|fM z(nl8D->;l3|GfTLuATK=pR(=mMQrb6naq2UQ13kH3irF!zI#<%KRv(q?82r=dHJ!E zMA+6{+E`e*aPjQSx7rIl{`rdbIr&d) XYkW@CyUU1y0+qqj)z4*}Q$iB}*@Uz9 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/meta.json b/Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/meta.json new file mode 100644 index 00000000000..70f56f2df64 --- /dev/null +++ b/Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/meta.json @@ -0,0 +1,41 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Engineering Magboots from tgstation at commit https://github.com/tgstation/tgstation/commit/7e4e9d432d88981fb9bb463970c5b98ce85c0abe , edited by ProphetCrow (Github)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "on-equipped-FEET", + "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/magboots-security.rsi/on-equipped-FEET.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/on-equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..323b1a5fa43850c41b505017eff143459603d520 GIT binary patch literal 1019 zcmV)=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_Nl8RORCt{2+P!PrKo|z_$EL*?Ti_45P-5tmK(iVBnF=O&k^iuc>5?%J z$dEZxz+^ClPDQjO#gPfv(rNIJm_XFQm9QI2xl>(3>GNA8S?BwBIix`kKtx1DL_|bH zL_|bH^qua3+aAkwL9H-{HN*U+4%W_ z7Pmb=JCPp$l}saRZ$I38Z^YMMzkG%t1OPBQzAj<@K7eqQMQC@rVXd(N01)FL@&yfk z@I4;C{`MUJAZpX@bVJ!9*FRI zT?a5kUDsznIu7b@nyBkK#CQnt=>sg!Q=Wv3-xs&Fy#vQ_u(iFD+U_M%JD_)Yk*jJ2 z_;ZW9`Ek2&1OVUjP}K@6e+HbNo#dXTllZ#dzec}*{p=i=Js(t_0a699Z96QL%a|`h zrM|Inj22%imtos>nAlkc(fCmjTCLrM@msB30JFubjxSY!Vxv9rHc zwLE;!gFkW+2m$xbN3qgWTj2}tA9HXA0|Y_<0KVOf7Vbyafe>&91KdBZ{3S$0L_|bH zL_|bHL`3xO%k&9lU73K?IV9v2RQr+sIy`S3nSeBDc?DI{`G6#UI}?yZCa)kP(+*fy zCLm2xUO`o+9k47D;E&uaU1j2rTqNZcRAnl_vP^(s7_dxprMZA*EYl1P!$4AAK~<&# pBxM4EhhnBls0bd4sd)ueKLHFXAe@v;QO*DW002ovPDHLkV1j$!)QkWC literal 0 HcmV?d00001 diff --git a/Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-left.png b/Resources/Textures/Floof/Clothing/Shoes/Boots/magboots-security.rsi/on-inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..2167a4ea553407401158cb22e28603eb1d7f74a3 GIT binary patch literal 364 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z)jVAsLn`LH zy|vNnu!GF;kMkc*+qK0)WQm=VRol5o7uI@jd-ROCBmc2VtPIQYXOcQpd&zGvWZa3~#5B9uNz3GBY zm)Wk(nRUUt&G=WxocVsbd9wG@e0?eZWxK5QO;q`M`TE)?uM3PA7b|E~|5f%3ns#i} zwR?y6uA48O{XS>b`oq6idYTs4$nbpmQn6g8_bGq-uYbR8MD1H=JG;F#G2+{<*wjkB z``<&??)7u;?0jl@?tkl5c8{LGq%)`DCfQB*7Ij^ib9RsES!S>cLB#&zYy1Ug!|E4I z-Jfgrn|bXVhS`4`ulY8-{nv2yec|<(FYHlY8NRRsRqFg=d^Pu2tzp}(n;?yzu6{1- HoD!MELu%as&C zpV*#YgR3IGIVu8HDYURTcMUoL&}*}I90+O2z!3Cq5p<2kA7VC~kG;Y&RJ-MK9j6?W-uuJ@!v z2STmP*6Ed2S+A~T6*>8TB~#n9sX1SN@7lR9Kw^gxJM-RsHhEe43=BV