From dd9b13ed25bd30bb18ec69ccaf3cef3f39247c9b Mon Sep 17 00:00:00 2001 From: Eugeny Date: Sat, 17 Aug 2024 18:29:38 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BC=D0=BE=D1=82=D0=BA=D0=B8=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BD=D0=BE=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entities/Clothing/Shoes/specific.ftl | 23 ++++++ .../ADT/Entities/Clothing/Shoes/specific.yml | 71 ++++++++++++++++++ .../Catalog/Cargo/cargo_vending.yml | 2 +- .../Inventories/clothesmate.yml | 8 ++ .../equipped-FEET-reptilian.png | Bin 0 -> 456 bytes .../black_footwraps.rsi/equipped-FEET.png | Bin 0 -> 447 bytes .../Specific/black_footwraps.rsi/icon.png | Bin 0 -> 498 bytes .../black_footwraps.rsi/inhand-left.png | Bin 0 -> 423 bytes .../black_footwraps.rsi/inhand-right.png | Bin 0 -> 423 bytes .../Specific/black_footwraps.rsi/meta.json | 30 ++++++++ .../equipped-FEET-reptilian.png | Bin 0 -> 504 bytes .../blackhigh_footwraps.rsi/equipped-FEET.png | Bin 0 -> 492 bytes .../Specific/blackhigh_footwraps.rsi/icon.png | Bin 0 -> 498 bytes .../blackhigh_footwraps.rsi/inhand-left.png | Bin 0 -> 423 bytes .../blackhigh_footwraps.rsi/inhand-right.png | Bin 0 -> 423 bytes .../blackhigh_footwraps.rsi/meta.json | 30 ++++++++ .../equipped-FEET-reptilian.png | Bin 0 -> 483 bytes .../brown_footwraps.rsi/equipped-FEET.png | Bin 0 -> 462 bytes .../Specific/brown_footwraps.rsi/icon.png | Bin 0 -> 435 bytes .../brown_footwraps.rsi/inhand-left.png | Bin 0 -> 423 bytes .../brown_footwraps.rsi/inhand-right.png | Bin 0 -> 429 bytes .../Specific/brown_footwraps.rsi/meta.json | 30 ++++++++ .../equipped-FEET-reptilian.png | Bin 0 -> 537 bytes .../brownhigh_footwraps.rsi/equipped-FEET.png | Bin 0 -> 525 bytes .../Specific/brownhigh_footwraps.rsi/icon.png | Bin 0 -> 435 bytes .../brownhigh_footwraps.rsi/inhand-left.png | Bin 0 -> 423 bytes .../brownhigh_footwraps.rsi/inhand-right.png | Bin 0 -> 429 bytes .../brownhigh_footwraps.rsi/meta.json | 30 ++++++++ .../equipped-FEET-reptilian.png | Bin 0 -> 456 bytes .../white_footwraps.rsi/equipped-FEET.png | Bin 0 -> 459 bytes .../Specific/white_footwraps.rsi/icon.png | Bin 0 -> 567 bytes .../white_footwraps.rsi/inhand-left.png | Bin 0 -> 438 bytes .../white_footwraps.rsi/inhand-right.png | Bin 0 -> 435 bytes .../Specific/white_footwraps.rsi/meta.json | 30 ++++++++ .../equipped-FEET-reptilian.png | Bin 0 -> 582 bytes .../whitehigh_footwraps.rsi/equipped-FEET.png | Bin 0 -> 522 bytes .../Specific/whitehigh_footwraps.rsi/icon.png | Bin 0 -> 567 bytes .../whitehigh_footwraps.rsi/inhand-left.png | Bin 0 -> 438 bytes .../whitehigh_footwraps.rsi/inhand-right.png | Bin 0 -> 435 bytes .../whitehigh_footwraps.rsi/meta.json | 30 ++++++++ 40 files changed, 283 insertions(+), 1 deletion(-) create mode 100644 Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Shoes/specific.ftl create mode 100644 Resources/Prototypes/ADT/Entities/Clothing/Shoes/specific.yml create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/equipped-FEET-reptilian.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/equipped-FEET.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/icon.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/inhand-left.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/inhand-right.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/meta.json create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/equipped-FEET-reptilian.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/equipped-FEET.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/icon.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/inhand-left.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/inhand-right.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/meta.json create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/equipped-FEET-reptilian.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/equipped-FEET.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/icon.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/inhand-left.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/inhand-right.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/meta.json create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/equipped-FEET-reptilian.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/equipped-FEET.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/icon.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/inhand-left.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/inhand-right.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/meta.json create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/equipped-FEET-reptilian.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/equipped-FEET.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/icon.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/inhand-left.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/inhand-right.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/meta.json create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi/equipped-FEET-reptilian.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi/equipped-FEET.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi/icon.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi/inhand-left.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi/inhand-right.png create mode 100644 Resources/Textures/ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi/meta.json diff --git a/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Shoes/specific.ftl b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Shoes/specific.ftl new file mode 100644 index 00000000000..61e77a0e63a --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/prototypes/Entities/Clothing/Shoes/specific.ftl @@ -0,0 +1,23 @@ +ent-ADTClothingFootWrapsBlack = черные обмотки для ног + .desc = Пара кусков ткани для тех, кому некомфортно в обычных человеческих ботинках. + .suffix = { "" } + +ent-ADTClothingFootWrapsWhite = белые обмотки для ног + .desc = Пара кусков ткани для тех, кому некомфортно в обычных человеческих ботинках. + .suffix = { "" } + +ent-ADTClothingFootWrapsHighBlack = черные высокие обмотки для ног + .desc = Пара кусков ткани для тех, кому некомфортно в обычных человеческих ботинках. + .suffix = { "" } + +ent-ADTClothingFootWrapsHighWhite = белые высокие обмотки для ног + .desc = Пара кусков ткани для тех, кому некомфортно в обычных человеческих ботинках. + .suffix = { "" } + +ent-ADTClothingFootWrapsBrown = коричневые обмотки для ног + .desc = Пара кусков ткани для тех, кому некомфортно в обычных человеческих ботинках. + .suffix = { "" } + +ent-ADTClothingFootWrapsHighBrown = коричневые высокие обмотки для ног + .desc = Пара кусков ткани для тех, кому некомфортно в обычных человеческих ботинках. + .suffix = { "" } diff --git a/Resources/Prototypes/ADT/Entities/Clothing/Shoes/specific.yml b/Resources/Prototypes/ADT/Entities/Clothing/Shoes/specific.yml new file mode 100644 index 00000000000..97307bee2bc --- /dev/null +++ b/Resources/Prototypes/ADT/Entities/Clothing/Shoes/specific.yml @@ -0,0 +1,71 @@ +- type: entity + parent: ClothingShoesBaseButcherable + id: ADTClothingFootWrapsWhite + name: white footwraps + description: Pair of pieces of clothing for those who are uncomfortable with ordinary shoes. + components: + - type: Sprite + sprite: ADT/Clothing/Shoes/Specific/white_footwraps.rsi #спрайты от floppo4ka + state: icon + - type: Clothing + sprite: ADT/Clothing/Shoes/Specific/white_footwraps.rsi #спрайты от floppo4ka + +- type: entity + parent: ClothingShoesBaseButcherable + id: ADTClothingFootWrapsBlack + name: black footwraps + description: Pair of pieces of clothing for those who are uncomfortable with ordinary shoes. + components: + - type: Sprite + sprite: ADT/Clothing/Shoes/Specific/black_footwraps.rsi #спрайты от floppo4ka + state: icon + - type: Clothing + sprite: ADT/Clothing/Shoes/Specific/black_footwraps.rsi #спрайты от floppo4ka + +- type: entity + parent: ClothingShoesBaseButcherable + id: ADTClothingFootWrapsHighBlack + name: high black footwraps + description: Pair of pieces of clothing for those who are uncomfortable with ordinary shoes. + components: + - type: Sprite + sprite: ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi #спрайты от floppo4ka + state: icon + - type: Clothing + sprite: ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi #спрайты от floppo4ka + +- type: entity + parent: ClothingShoesBaseButcherable + id: ADTClothingFootWrapsHighWhite + name: high white footwraps + description: Pair of pieces of clothing for those who are uncomfortable with ordinary shoes. + components: + - type: Sprite + sprite: ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi #спрайты от floppo4ka + state: icon + - type: Clothing + sprite: ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi #спрайты от floppo4ka + +- type: entity + parent: ClothingShoesBaseButcherable + id: ADTClothingFootWrapsBrown + name: brown footwraps + description: Pair of pieces of clothing for those who are uncomfortable with ordinary shoes. + components: + - type: Sprite + sprite: ADT/Clothing/Shoes/Specific/brown_footwraps.rsi #спрайты от floppo4ka + state: icon + - type: Clothing + sprite: ADT/Clothing/Shoes/Specific/brown_footwraps.rsi #спрайты от floppo4ka + +- type: entity + parent: ClothingShoesBaseButcherable + id: ADTClothingFootWrapsHighBrown + name: brown white footwraps + description: Pair of pieces of clothing for those who are uncomfortable with ordinary shoes. + components: + - type: Sprite + sprite: ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi #спрайты от floppo4ka + state: icon + - type: Clothing + sprite: ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi #спрайты от floppo4ka diff --git a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml index e202d2482b7..c04f6892ecc 100644 --- a/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml +++ b/Resources/Prototypes/Catalog/Cargo/cargo_vending.yml @@ -33,7 +33,7 @@ sprite: Objects/Specific/Service/vending_machine_restock.rsi state: base product: CrateVendingMachineRestockClothesFilled - cost: 2400 + cost: 2500 #ADT_Tweak category: cargoproduct-category-name-service group: market diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml index 6d387eb8777..09bb73d1f06 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/clothesmate.yml @@ -54,6 +54,14 @@ ClothingUniformJumpsuitCasualRed: 2 ClothingUniformJumpskirtCasualRed: 2 # DO NOT ADD MORE, USE UNIFORM DYING + # ADT бельё/обмотки/плащи начало + ADTClothingFootWrapsWhite: 2 + ADTClothingFootWrapsHighWhite: 2 + ADTClothingFootWrapsBlack: 2 + ADTClothingFootWrapsHighBlack: 2 + ADTClothingFootWrapsBrown: 2 + ADTClothingFootWrapsHighBrown: 2 + # ADT бельё/обмотки/плащи конец ClothingShoesColorBlack: 8 ClothingShoesColorBrown: 4 ClothingShoesColorWhite: 3 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/equipped-FEET-reptilian.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/equipped-FEET-reptilian.png new file mode 100644 index 0000000000000000000000000000000000000000..b9539e97931ba1c1ee5b93e083e8c279f047a707 GIT binary patch literal 456 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z8$4YcLn`9l zM(yTncHq%w?s=nA!}$NdY7HZ|wK7kLo#xfAs!V&eCO*HEKH zou#m$t7n#@?a@F6|En7wII%~pc*i-J??VVLw_Zs@>#KPNFUgje67W|(zPZ0*>Y+VP z8vKnJZ*N<={;2yA?>EXncdeVBCRFfl=1zu(g`FFCyc66U*pvWnj|$jt#!h$K?rOLe7%>c(F}qPEKS-C94zJx_n0~ulmucJT@-dOeh_nD z0V?3K={sP+6Mnrka$W8H&);{g>wI_l{U^!0>(^>O+>$$cyKUcN?)^1t2g3#DE_GJ9x8$DpzkO0}ZwvW1O=NNG>5B52ebe5p z7INTvRB6ld;f^eKUO_|asdQL$C-w-x;zj%1_ap{ePx$s!2paR9HvtlwFI0Koo{wqYu}t5QQQNT-}JEqA0rV5BEp94%#5du$vZwu4;p7 zmNS$n6phr<%^Z+KW_+J{&PfGtF6GVnkO0zvG$0MU%z$m%Ec{XPJWuG|LW}NwEyJOM z!6341JRU;?A{GDz{;b!aqZW%rxULJ+G=t#HX2b94*?$0V#p!e!j4@QJRrLG)$f>UY zaUetuuui9gTrLMiQLx=^v0N@uE|>Xrt3)k41km*?v+YmnCr+mmQmGWr({&w*L<04C zJ;)EY<7F+-G?h8d7v}RhGMNl^yB$eCs3o;pjRRCF6&QvQ zz>tZnozZA?_n;3AT;9lN>Pb0OGMVH+G!Mh!Fk)b}^0D9lzODsf0J9^>i_?|e6S-0Een@Xip5a@Xe#0?EAivvJI$mkzHbv~bAS>{vWaSh!3;5_>< omVsx(Zta%<(ttGZb_0K}H=ZFeri6q50000Px$VM#=nJOKC!q6N?b#tEPWj0XUx09pVoV4MJ2z<2;~ z3ZMnJTcGdzZ5Rd*c7LCu!@1Tkef9*9=^*xa-2LskzM^%?^5WO&y4%Nl0Gk5yZvd*Q z+S;~twE3pFdfjPyMnRy>@4qDo<2bryS)xH6!D3&K1Oo&zUDtIofO(!B!8~j8bFM~|9*ZNfLJ3^?*o7oc`dp~fR;)~`9K1s$ZOF>0<=^@$_El4MP7?8 z5}>6LQa+FXDe_u$kpL}~kn({9NRii~iv(z?gp>~?K#IH;T_iwDC8T^H0aE0(=w_V& zj`@LX0dUO^WC?(CejsZA9P@F3COW(oSw}m;0*ykZ$WVY R>8$_&002ovPDHLkV1kp_sxANk literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/inhand-right.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..47ee0f62bab40b69e5e1eb23f10bafb1c6cc424e GIT binary patch literal 423 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z6FglULn`9l z&NAd`b`Wv7ZYJmOfnnKahGpNbT>HpS_K~59-C%8^xS5V(mv)WBcYiI#lh4o3mejp= zM&p0Vsjt#Z2~1Oj6IiFPH<&wyHHZfI0kIr|9cu(*n1dw{S2Fw%Nnrh^bz$4vTcvZG zMdFmNtCc-J%kt!B?pCMS&puv#ow$Jc!|$(uFURVgt`2^FUw_SyRl9cE_dh=EDA9KC z%x9kXnTs^8?ON9>DxYGS@rHmexz zE?xRA%``!+$8J8SL%Bzly_&-;gI_gj40jb@{++>)dFaLGnG7ZEOTH&FE#X{zKAq`; z?4*1BoOm_(t15isk&`@>$q;vCqVbO>3`gc2RA)cH)n(c2FVxU3(6#$fHOumMj3@ez ty>nyOcqHhzt?-0di#JwXQGdYv{!x)5=gqSLz<_7)boFyt=akUI006;bv-1D| literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/meta.json b/Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/meta.json new file mode 100644 index 00000000000..7c9206782b1 --- /dev/null +++ b/Resources/Textures/ADT/Clothing/Shoes/Specific/black_footwraps.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by discord:floppo4ka for Adventure Time MRP Server", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "equipped-FEET-reptilian", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/equipped-FEET-reptilian.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/equipped-FEET-reptilian.png new file mode 100644 index 0000000000000000000000000000000000000000..2fdceef21b173f9d1f469e14a655e7168d1e7b9a GIT binary patch literal 504 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zH+s4_hE&A8 zjWXB4&4mw4Jo>^c1Fi`qdCN&Hirs81*YBKoO6f-^+xh(q z7)l%pSZ^>L#5mT01Q>saC2((GZPEq`BCrZTq7FxgZ-SQhD41$gy zRDYKIy@VOe&EDc|pJYOB`koMUm&GdcLr_pft|1wV&Q+PPrfBaMdTSrG*b znRPscd>OZ4|Oo^RO8cKY4FBxh4O=U{IoTc0D&6HrJ)5*OcO=YcW zrHH=k0l8(DcNi?ZHg9bm1A{wX#P!noV%eNAoyV8#ShXtr(aY~#w?69$`t9f1xp?2S x9I5%cKAd}QIi1B~_SO5I9>3pgxA?>O~LGj3ssQrH0!U^@`apt~Tm zaouY<-^(JecP%^qtWqzt_g&@OYbNPgN$(GYPqg*^)-y#-)Ax<+4}0zdok9=&`5x@G zj&b-=8mqo{TW)pnf;*QV{MTt%bH#v%U#Ky<;f;M?^0i1Q_Aj;bZ}qw+)cDQ2wmdWF zV*smh#qDjKCpPIU-E&=Kvh?W+_nLoeZOy$IbUU6`a6H&)C3fcl1NT(hf03dgUwOk!Uu)*|`%@|LL6irx&f_=+F#tdR7~_MCULSTLi1+2xX_ zJ}Wk}SQH=F_dYY~PydsBa~*{rty&e=dHTKRKHKU$=aqE!bM0KTZ`zuk>3VxURr*b1 lD01^(vPP?3(EtDd literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/icon.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc3b24b14efd4f2c42d1f5d525b89bd94f1f07c GIT binary patch literal 498 zcmVPx$s!2paR9HvtlwFI0Koo{wqYu}t5QQQNT-}JEqA0rV5BEp94%#5du$vZwu4;p7 zmNS$n6phr<%^Z+KW_+J{&PfGtF6GVnkO0zvG$0MU%z$m%Ec{XPJWuG|LW}NwEyJOM z!6341JRU;?A{GDz{;b!aqZW%rxULJ+G=t#HX2b94*?$0V#p!e!j4@QJRrLG)$f>UY zaUetuuui9gTrLMiQLx=^v0N@uE|>Xrt3)k41km*?v+YmnCr+mmQmGWr({&w*L<04C zJ;)EY<7F+-G?h8d7v}RhGMNl^yB$eCs3o;pjRRCF6&QvQ zz>tZnozZA?_n;3AT;9lN>Pb0OGMVH+G!Mh!Fk)b}^0D9lzODsf0J9^>i_?|e6S-0Een@Xip5a@Xe#0?EAivvJI$mkzHbv~bAS>{vWaSh!3;5_>< omVsx(Zta%<(ttGZb_0K}H=ZFeri6q50000Px$VM#=nJOKC!q6N?b#tEPWj0XUx09pVoV4MJ2z<2;~ z3ZMnJTcGdzZ5Rd*c7LCu!@1Tkef9*9=^*xa-2LskzM^%?^5WO&y4%Nl0Gk5yZvd*Q z+S;~twE3pFdfjPyMnRy>@4qDo<2bryS)xH6!D3&K1Oo&zUDtIofO(!B!8~j8bFM~|9*ZNfLJ3^?*o7oc`dp~fR;)~`9K1s$ZOF>0<=^@$_El4MP7?8 z5}>6LQa+FXDe_u$kpL}~kn({9NRii~iv(z?gp>~?K#IH;T_iwDC8T^H0aE0(=w_V& zj`@LX0dUO^WC?(CejsZA9P@F3COW(oSw}m;0*ykZ$WVY R>8$_&002ovPDHLkV1kp_sxANk literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/inhand-right.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..47ee0f62bab40b69e5e1eb23f10bafb1c6cc424e GIT binary patch literal 423 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z6FglULn`9l z&NAd`b`Wv7ZYJmOfnnKahGpNbT>HpS_K~59-C%8^xS5V(mv)WBcYiI#lh4o3mejp= zM&p0Vsjt#Z2~1Oj6IiFPH<&wyHHZfI0kIr|9cu(*n1dw{S2Fw%Nnrh^bz$4vTcvZG zMdFmNtCc-J%kt!B?pCMS&puv#ow$Jc!|$(uFURVgt`2^FUw_SyRl9cE_dh=EDA9KC z%x9kXnTs^8?ON9>DxYGS@rHmexz zE?xRA%``!+$8J8SL%Bzly_&-;gI_gj40jb@{++>)dFaLGnG7ZEOTH&FE#X{zKAq`; z?4*1BoOm_(t15isk&`@>$q;vCqVbO>3`gc2RA)cH)n(c2FVxU3(6#$fHOumMj3@ez ty>nyOcqHhzt?-0di#JwXQGdYv{!x)5=gqSLz<_7)boFyt=akUI006;bv-1D| literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/meta.json b/Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/meta.json new file mode 100644 index 00000000000..7c9206782b1 --- /dev/null +++ b/Resources/Textures/ADT/Clothing/Shoes/Specific/blackhigh_footwraps.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by discord:floppo4ka for Adventure Time MRP Server", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "equipped-FEET-reptilian", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/equipped-FEET-reptilian.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/equipped-FEET-reptilian.png new file mode 100644 index 0000000000000000000000000000000000000000..b568df084cb080d98444716324318d3fbb9ed676 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zXM4IhhE&A8 zjWWzS>>yxc*=o3?aH?K{$87N(-cR*^wElBiRZ{7A%RwP_l?mJ9LspxGwD}s(&NDf? z>9O0iEwkp%o;$T`uNv!r(}UONYcR+P#4v7iC}94edO|FLnUOH{SyO7tnm1qk=jZKj#k3#%zOI(7q+0gl)ZyCR?UObfnaY$QxP?K> zr}A!-reP@4i$hN|_`5Y8|F81x3lo}VaW?qaw4cYX>&{4HT$3R8ctPkQ20qaR%rauU zUNiX`PQ4W9;VXzR(MYvo&|2l@FUyH{lQJ<0zSkAIg7Fz^|yWAHk#gYkoq3+Dos9_gOd5<+8VXqhn2zx_ z1T&}t1tF>mxE8Pg1w~)PFx_6teYsG$uD`eN=3Kf{y{E}K=2!i80lwrv zhnH6$S)Cnc&3=sgU6`GLfbi}4&KIL%JA-5%7S(i}|Ns1xhSJ`7{8>uNqn|#$Z#i4D zH+7H5{Po4xb%hkfU5ag3F3geT%qwVUIW^1h0mIpw6Cbd#d#qR^$;?NtgoC_RaJ$8F z)wP_PPcXjpVc5Fr{(Q%~y6=*UbF%~5D@@kZ8FPNz<8XWP%fCv8Y=j*S*ld|_d-{3R zS;s!FVJJQ!+wA?1b;Fn$<3UHx3vIVChP008SQ BzPJDY literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/icon.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..6fd7ddf601a4720e660313f3542a4a2d8b7e55bd GIT binary patch literal 435 zcmV;k0ZjghP)Px$Ye_^wR9Hvtl(A03Fc5}+J8e_iLev4IN`M&Hn0W)8-lNA6M@Bt{#Q8d)d`?};Qagw0Kq^o d5Da_+kBXHc|IyPx$VM#X%+AQp1{sqctUSs=LtN3kV-2N0(M!MNHC4X zE)!>l`Bo|1{eR#5pEMhT^Ivp+{r~_-fO7(rAbL%k~fLtR|{|5jm@>+C}04{)JkRq=|7YWcZ2`L{)fE0Nxx=4VQNl5uX0;I@m(KVd_ zj{5^<0dU>sL&I~>cMNDfNJ~4a{NMVg&e98jEj1Qt4L=#x22m>*DLq22Jg7r-8 zYfF!Jb5FQ+e`5CJUB&54-=rV!xe)rXR^^ZbyTJF|*BzTIV|TCqC*B~wf6n_d)Y&cs6@z|d##boFyt=akUIzyJV}Nw6CL literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/meta.json b/Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/meta.json new file mode 100644 index 00000000000..7c9206782b1 --- /dev/null +++ b/Resources/Textures/ADT/Clothing/Shoes/Specific/brown_footwraps.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by discord:floppo4ka for Adventure Time MRP Server", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "equipped-FEET-reptilian", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/equipped-FEET-reptilian.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/equipped-FEET-reptilian.png new file mode 100644 index 0000000000000000000000000000000000000000..079fb8f12bec430aa8199634826c3f727abe7933 GIT binary patch literal 537 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zFM7H-hE&A8 zjWYB*;=psqmaD~uQB;tz>lnPC&X90s9@9;YU<lmUHb};@BOW@wX+N2E> z$Ya>YdV?va@c|c5K)NBHaT~)Wrs>O9%DjF4w`n5)oScqjXd4B87B6u?MeorXJpV|AQj?iF>!xJ-7Ft-tEvT zcUU~HgIkTWpm2}Ycm3Dr-WC1$TB*mi}skHdV6TNzlUSnFpajWT4UDe;!46|n3 zVGVG(`EPA@k-Rt8&G0$DW=hpp*S@;hJ!uZtE6qNpidAi_;#LQoO8sY)G%U}GC|Jm> z6Y{;qlbt+?>1ym(l8Y33`BbKRlw?Hp%)6`7;L~ne$m-&DN#o?c3f-nRFH0iSuDrPU zftl&T^M>{BL(O&FIJX=*y`-W%eXr-9e{qbq>pKhnhMti58n~&n=ItTN`Oi%_4NO+g jpDgg}O^{3-!^7{V9P^4I{sUv0!PC{xWt~$(69WSPJX`5T literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/equipped-FEET.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..246f8e0049b2bc574584dca99cbeccb402789048 GIT binary patch literal 525 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zk9xW|hE&A8 zjWYCNaTJ(i$t=iYVie309G_4&G5$kq-N6%Q#Ak3VnmLiJN#aiL7q8PB&TR}Y_P%^! z>&1IH??XyUzvf<;9Q;9>{k(l3gO$P#rkutHY!BuuL^tRP#4v7iC}94eeLyUMnou(>CNBOOLi~+8N0yA z{~@>e5!Pt#fYnvSGrO5IH{L#eX{&gU?!l`+4EL>DY_rQFey$#y694+wG53{EemSOf zPa?j4@$WLuhNgPx$Ye_^wR9Hvtl(A03Fc5}+J8e_iLev4IN`M&Hn0W)8-lNA6M@Bt{#Q8d)d`?};Qagw0Kq^o d5Da_+kBXHc|IyPx$VM#X%+AQp1{sqctUSs=LtN3kV-2N0(M!MNHC4X zE)!>l`Bo|1{eR#5pEMhT^Ivp+{r~_-fO7(rAbL%k~fLtR|{|5jm@>+C}04{)JkRq=|7YWcZ2`L{)fE0Nxx=4VQNl5uX0;I@m(KVd_ zj{5^<0dU>sL&I~>cMNDfNJ~4a{NMVg&e98jEj1Qt4L=#x22m>*DLq22Jg7r-8 zYfF!Jb5FQ+e`5CJUB&54-=rV!xe)rXR^^ZbyTJF|*BzTIV|TCqC*B~wf6n_d)Y&cs6@z|d##boFyt=akUIzyJV}Nw6CL literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/meta.json b/Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/meta.json new file mode 100644 index 00000000000..7c9206782b1 --- /dev/null +++ b/Resources/Textures/ADT/Clothing/Shoes/Specific/brownhigh_footwraps.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created by discord:floppo4ka for Adventure Time MRP Server", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "equipped-FEET-reptilian", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/equipped-FEET-reptilian.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/equipped-FEET-reptilian.png new file mode 100644 index 0000000000000000000000000000000000000000..f5b9a65dd6ccde0a61a6f7b346f8a0965cd3a138 GIT binary patch literal 456 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z8$DedLn`9l zMjhmBcHn8Y?>Qi~<^aQ)gC=JVGORfu)x%J)rR=(BMgNy7)rpVl_+o?K6ut11SVui99}tqwSq`p+n7Se_SAu#j0N)JJGl}H?XN!D$j4r{)k@PlqjG6} z8q=y(TJwY$+wXt>o2$my>oe2aLyY15LqlbS_pc4bCmi;@Rh52d2Uq`U>F14m()$wT zrk}Il`T6;I1qPW1F^nz;b~1iY@8D2iIw$JDGDn&rpV5UuuwWg7(t|q;72FC;9Sy~- z0*ueu4n#8u0u^X~uwXj9DJC?Ob?3KQ{`vE#)W`S3LIo*pe=NCEN4GFRHGW{xtD@xZ{0w;93#J4Bceoe}8SZ&f|I+5;W_z zV#BgqVjCYYbjMzN!or@hDp!!3Z^I2yU%vu!B^u0kIZ03168Ot)?Q+w5heRg+%U4^V z(X}R1Dsb;|{J5Fu-6F2S12j&vKDo4GxIe&nW!{F)a=d#Wzp@{(i D(V@Qr literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/icon.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..29ea38f36b0d4ca2f036a2d2537ecf3f2144b0c5 GIT binary patch literal 567 zcmV-70?7S|P)Px$@JU2LR9Hu2WEfz;IKcKZj5=U61V%$(Gz6#?0?QUp`v3p`KX|zo9alh<*+ePA zRa&lDG5tRS6B7dq3k!p~hAsmO3mXF?BLlPKu>4&e~^RJHMAI1 zR8-+^Q&H82v+vx#NPPzs<)?rx1_2RKQ3eHhDF#C$a|UFKVe$;n`BWW;di&MgKjD_fKh zxO(Lr!_S{Th)RGUjRd2hxG?pc|f<2r+okO0HKe}5U6nOPWESy>sx z#3dPS-@L*Q6-%XT2#W$x2!NbxY-|kn@s%r=z_gZzDg!$wH-n{>3p^w~e0;@l>i7Yo zLV;iifJ_BBA~YHPoz literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/inhand-left.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/white_footwraps.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..5a5098034bc1d2276b4d074e409d4857d8deda05 GIT binary patch literal 438 zcmV;n0ZIOeP)Px$Zb?KzRCr$PnlTQ7KoCWjGZ+hxKy0kM1{NGaX-zzci7k2r3b}@r4dDnD#xr1s z1Vc;=Su!}YnNLLm?Em}b58F)Sj9-!Q{W}0a0*n(t3m6Xoeu8KLw19B}XaVB^z$t(h zKnoZrfEF+w0GtA70qz#4t6LK<*Dcuo{TLn2wSMWdCxA?MV&^<>Z;z*ox6Wa|ZP(dl z*~fbab_~qF0Vs;RS;i|zn@=`Lt6N@6F9@{x{h^p04efXbddlpm5}m*1W1wBqKgD*sf3gdBtVM17F{Gj zOC_XyAOTY3wde+&0FL>AU;%K=4+IH-bABLb037oJK?2~M9|#fv=LrG;oHRpR3ke9Z gYMh?UC*Td33U5K@b0rc00000zPVRvoGa5RM@(HVz%(E;&i5OyM2>e^FIGseEqNk`-AV+qOH4aWX{jEs;^5tsvqwC z{rT&suM|SQ-d%IuvL^M^ri@J`d24=bYt!S{%P?3*pP%DS~ccV!-W@p&dgN&AxT$xKT)7oSgOx*$90UO(pqwH~|qoDSt4 zRrYEQvkZRKs4?7CeED|H$nLY^I zdUWiE+`$Fa44W1&+%4#!vGGRTd6py3GFHfa<*ZPx%07*naRCr$PS|P5&KoH$J46=p<2}c0O6*vHAKvq^Ek(_}8^a?mQ0!R`J5>wZo z*JMc3@PBrf=}#v6YFgM~_U)VZsF=xI;#ZdV`5g(M0upC{7D!wG{1c=FXo18Tpal{a z0N(<%041GGTm0^nPK7N7+ZXMh$+TmXCv&;lVA*zfnva=CQ(`@Q|yX0yqT$76%% z>2&JO=d&w{VlYyN*gps?08A#6_OKv92$0W@$765;wDa{SwGGfgijoDBd)INcR2PJEckLX8ntUEmQPN^cnA6>v=&DK ztW``KFBPE8sI`1lfVGNgN75n;d|oQK}8@uYCQcXl!dfngAJ; z_>aMePegQwCBDHBML>5d1mG|kGM~@gdcBUy7pk19s+#Nd>QDqxAnq}92~mJWevrQO z>oFe?dXR78F{2=d?@p|Q=8OW}?a9AhFPGJ2|9x;suD-Oj3=T{3Dq7)Xh2B}CbVDNMMl-cr5U6XCr z?{xYgtI?`2jExGv5>)ID}T8o@rGuN>*_}&srKFBDx zdeKTwz6(oo4aH;#t-M8e6KB!z25naQ?xqv{wg0ym%-E3 K&t;ucLK6UJme?@> literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi/icon.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..29ea38f36b0d4ca2f036a2d2537ecf3f2144b0c5 GIT binary patch literal 567 zcmV-70?7S|P)Px$@JU2LR9Hu2WEfz;IKcKZj5=U61V%$(Gz6#?0?QUp`v3p`KX|zo9alh<*+ePA zRa&lDG5tRS6B7dq3k!p~hAsmO3mXF?BLlPKu>4&e~^RJHMAI1 zR8-+^Q&H82v+vx#NPPzs<)?rx1_2RKQ3eHhDF#C$a|UFKVe$;n`BWW;di&MgKjD_fKh zxO(Lr!_S{Th)RGUjRd2hxG?pc|f<2r+okO0HKe}5U6nOPWESy>sx z#3dPS-@L*Q6-%XT2#W$x2!NbxY-|kn@s%r=z_gZzDg!$wH-n{>3p^w~e0;@l>i7Yo zLV;iifJ_BBA~YHPoz literal 0 HcmV?d00001 diff --git a/Resources/Textures/ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi/inhand-left.png b/Resources/Textures/ADT/Clothing/Shoes/Specific/whitehigh_footwraps.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..5a5098034bc1d2276b4d074e409d4857d8deda05 GIT binary patch literal 438 zcmV;n0ZIOeP)Px$Zb?KzRCr$PnlTQ7KoCWjGZ+hxKy0kM1{NGaX-zzci7k2r3b}@r4dDnD#xr1s z1Vc;=Su!}YnNLLm?Em}b58F)Sj9-!Q{W}0a0*n(t3m6Xoeu8KLw19B}XaVB^z$t(h zKnoZrfEF+w0GtA70qz#4t6LK<*Dcuo{TLn2wSMWdCxA?MV&^<>Z;z*ox6Wa|ZP(dl z*~fbab_~qF0Vs;RS;i|zn@=`Lt6N@6F9@{x{h^p04efXbddlpm5}m*1W1wBqKgD*sf3gdBtVM17F{Gj zOC_XyAOTY3wde+&0FL>AU;%K=4+IH-bABLb037oJK?2~M9|#fv=LrG;oHRpR3ke9Z gYMh?UC*Td33U5K@b0rc00000zPVRvoGa5RM@(HVz%(E;&i5OyM2>e^FIGseEqNk`-AV+qOH4aWX{jEs;^5tsvqwC z{rT&suM|SQ-d%IuvL^M^ri@J`d24=bYt!S{%P?3*pP%DS~ccV!-W@p&dgN&AxT$xKT)7oSgOx*$90UO(pqwH~|qoDSt4 zRrYEQvkZRKs4?7CeED|H$nLY^I zdUWiE+`$Fa44W1&+%4#!vGGRTd6py3GFHfa<*Z