From db7e84b7c746ea4ad335e109915cdcc1374dda30 Mon Sep 17 00:00:00 2001 From: Morb <14136326+Morb0@users.noreply.github.com> Date: Thu, 22 Sep 2022 22:02:30 +0300 Subject: [PATCH] Add salvage & botany backpacks (#11445) * Add salvage & hydroponics backpacks * Fix path * Add new salvage backpacks to starting gear * Add new botany duffle to starting gear * Add botany duffle to hydrobe vending --- .../Fills/Backpacks/StarterGear/backpack.yml | 10 +++++++ .../Fills/Backpacks/StarterGear/duffelbag.yml | 17 ++++++++++++ .../Fills/Backpacks/StarterGear/satchel.yml | 9 ++++++ .../VendingMachines/Inventories/hydrobe.yml | 1 + .../Entities/Clothing/Back/backpacks.yml | 9 ++++++ .../Entities/Clothing/Back/duffel.yml | 18 ++++++++++++ .../Entities/Clothing/Back/satchel.yml | 9 ++++++ .../Roles/Jobs/Cargo/salvage_specialist.yml | 6 ++-- .../Roles/Jobs/Civilian/botanist.yml | 2 +- .../salvage.rsi/equipped-BACKPACK.png | Bin 0 -> 965 bytes .../Back/Backpacks/salvage.rsi/icon.png | Bin 0 -> 551 bytes .../Backpacks/salvage.rsi/inhand-left.png | Bin 0 -> 692 bytes .../Backpacks/salvage.rsi/inhand-right.png | Bin 0 -> 668 bytes .../Back/Backpacks/salvage.rsi/meta.json | 26 ++++++++++++++++++ .../hydroponics.rsi/equipped-BACKPACK.png | Bin 0 -> 966 bytes .../Back/Duffels/hydroponics.rsi/icon.png | Bin 0 -> 558 bytes .../Duffels/hydroponics.rsi/inhand-left.png | Bin 0 -> 770 bytes .../Duffels/hydroponics.rsi/inhand-right.png | Bin 0 -> 773 bytes .../Back/Duffels/hydroponics.rsi/meta.json | 26 ++++++++++++++++++ .../Duffels/salvage.rsi/equipped-BACKPACK.png | Bin 0 -> 881 bytes .../Back/Duffels/salvage.rsi/icon.png | Bin 0 -> 547 bytes .../Back/Duffels/salvage.rsi/inhand-left.png | Bin 0 -> 683 bytes .../Back/Duffels/salvage.rsi/inhand-right.png | Bin 0 -> 707 bytes .../Back/Duffels/salvage.rsi/meta.json | 26 ++++++++++++++++++ .../salvage.rsi/equipped-BACKPACK.png | Bin 0 -> 573 bytes .../Back/Satchels/salvage.rsi/icon.png | Bin 0 -> 484 bytes .../Back/Satchels/salvage.rsi/inhand-left.png | Bin 0 -> 629 bytes .../Satchels/salvage.rsi/inhand-right.png | Bin 0 -> 628 bytes .../Back/Satchels/salvage.rsi/meta.json | 26 ++++++++++++++++++ 29 files changed, 181 insertions(+), 4 deletions(-) create mode 100644 Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Duffels/salvage.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/salvage.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/salvage.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/salvage.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/salvage.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Satchels/salvage.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/salvage.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/salvage.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/salvage.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/salvage.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 5196ff6557..acd250797c 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -213,3 +213,13 @@ - id: BoxLightMixed - id: BoxLightMixed - id: Soap + +- type: entity + noSpawn: true + parent: ClothingBackpackSalvage + id: ClothingBackpackSalvageFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml index 43bd9a859a..5f72fce38a 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -65,6 +65,15 @@ contents: - id: BoxSurvival +- type: entity + noSpawn: true + parent: ClothingBackpackDuffelHydroponics + id: ClothingBackpackDuffelHydroponicsFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - type: entity noSpawn: true parent: ClothingBackpackDuffelMime @@ -119,3 +128,11 @@ - id: BoxForensicPad - id: HandLabeler +- type: entity + noSpawn: true + parent: ClothingBackpackDuffelSalvage + id: ClothingBackpackDuffelSalvageFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index d43340abd0..0296477938 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -117,6 +117,15 @@ - id: BoxForensicPad - id: HandLabeler +- type: entity + noSpawn: true + parent: ClothingBackpackSatchelSalvage + id: ClothingBackpackSatchelSalvageFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - type: entity noSpawn: true parent: ClothingBackpackSatchel diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/hydrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/hydrobe.yml index 126385915b..787ad545c3 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/hydrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/hydrobe.yml @@ -3,6 +3,7 @@ startingInventory: ClothingBackpackHydroponics: 2 ClothingBackpackSatchelHydroponics: 2 + ClothingBackpackDuffelHydroponics: 2 ClothingOuterApronBotanist: 2 ClothingUniformOveralls: 3 ClothingUniformJumpsuitHydroponics: 3 diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 5ba09ddb3b..5bc40afb45 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -117,6 +117,15 @@ - type: Sprite sprite: Clothing/Back/Backpacks/virology.rsi +- type: entity + parent: ClothingBackpack + id: ClothingBackpackSalvage + name: salvage bag + description: A robust backpack for stashing your loot. + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/salvage.rsi + #ERT - type: entity parent: ClothingBackpack diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index 9bd79448df..99492dd7e9 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -106,6 +106,24 @@ - type: Sprite sprite: Clothing/Back/Duffels/science.rsi +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelHydroponics + name: hydroponic's duffel bag + description: A large duffel bag for holding extra gardening tools. + components: + - type: Sprite + sprite: Clothing/Back/Duffels/hydroponics.rsi + +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelSalvage + name: salvage duffel bag + description: A large duffel bag for holding extra exotic treasures. + components: + - type: Sprite + sprite: Clothing/Back/Duffels/salvage.rsi + - type: entity parent: ClothingBackpackDuffel id: ClothingBackpackDuffelSyndicate diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 9c3417cdf9..963b1139d4 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -87,6 +87,15 @@ - type: Sprite sprite: Clothing/Back/Satchels/hydroponics.rsi +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelSalvage + name: salvage satchel + description: A robust satchel for stashing your loot. + components: + - type: Sprite + sprite: Clothing/Back/Satchels/salvage.rsi + - type: entity parent: ClothingBackpackSatchel id: ClothingBackpackSatchelHolding diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml b/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml index 00139f92b9..b60d2160f7 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/salvage_specialist.yml @@ -19,9 +19,9 @@ id: SalvageSpecialistGear equipment: jumpsuit: ClothingUniformJumpsuitSalvageSpecialist - back: ClothingBackpackFilled + back: ClothingBackpackSalvageFilled shoes: ClothingShoesBootsSalvage id: SalvagePDA ears: ClothingHeadsetCargo - satchel: ClothingBackpackSatchelFilled - duffelbag: ClothingBackpackDuffelFilled + satchel: ClothingBackpackSatchelSalvageFilled + duffelbag: ClothingBackpackDuffelSalvageFilled diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml b/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml index cd38bfa138..86c67c0c82 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/botanist.yml @@ -25,4 +25,4 @@ belt: ClothingBeltPlantFilled innerclothingskirt: ClothingUniformJumpskirtHydroponics satchel: ClothingBackpackSatchelHydroponicsFilled - duffelbag: ClothingBackpackDuffelFilled + duffelbag: ClothingBackpackDuffelHydroponicsFilled diff --git a/Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..348ce39f1871dca1e9a1470ed12e7ac041a3366d GIT binary patch literal 965 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Rrp zr;B4q#hkaZ?6ZRdC638ET8Z)W-gPn%W7#dy^&slbl4#i&*{)_F_`&GJ-p)7I>I?S_ z-#cChG$%|e^IY~%v1GNbm=%}M`{GIFmXAdwl(>ZqaG} zU)LKpUfV9@AeR4s&+9o`^?!HU>WN+XvBUAkn*SR67fiC-U&;8VvhDNj$q)QwW#rR^ z*RUi^x_V3V%M;G{@az{k>(*}&nJC)$!I4MXA}em;l=aP>)2B6bzrL@vE$a1^DnD(; z8Gn9VR{ghPQmTRy*YV1;TwycUeEfJheT#Jb@9(Fi*MCgieX0NKodp(a&NHk!%ew8m z{?+W8A0Hh)%4ei9!~VuY>C)6q&R4XYzn{PL^7&SwhRL5JALq>wJy3Wc@8gyeH#fIA zZY@-1S$Fn{WN`nLbjK`436}W>^CmqMJ@7lSMruXr*2S*#DjTI2#_uj%ro5G5&JCH(nZMefZ1~Eu^v>)D|NL@#HZqk=zU!#De}Tx- z?`r=irP(vwU6fhc)}qKOTy_3XVDZN5YXXlS{o3y`-yn#=>Oe`%i<1|-(?3-$+RHkX zV^{Q?trEZby0zE*X4(7oYV{5CfV=lud#7mVD+V!aoNeJarz>s0!!?70OXjg0yS?u2 z!W(zq&fXQct#$>&GWqkI9hROE`wwiC%_$c+0r!DhBrWxNhSA0zS?;iowH$zk) zY_5?0YK4{Q3ZDco{H>UIL}gukf|Q4UQzT>69;uWnX;$P~lLaR(rVS z13LsinJUBruunanueK;_J}AGkze}0ivKny}y9K@e*n-Frid=~BlTjo9m%lwQi26je zt2(vr@7Da-j%uBssAx&7HiQBoIRfev5?Ac8}^qEKxju#TZmzVoCE2%uD>-XN`U~c`aAk&F3U<{ z5J#(1q7@9t_kQbW*D8)YfD^)LLkketD;`2l?ARZw$nStVNZ#}&WAU32C#e*GKTO^X pUX#;Ce@He>wl#olDgj6UegS_|*1f1X!AbxC002ovPDHLkV1mLW;@bcK literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..40936dad1f926792d8fbf0da0e22a718a59095ff GIT binary patch literal 692 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Qf< zr;B4q#hkaZ_Ipbw${d^DV8Nw(EJxL4?kqlDp%)<&@`7F@{A=X%lePY$&%q~aZCUd6 zLe9cy%NHUO7I_=}Y(A_TCSoOa>g&AA+)9GCc0cFkz5ky5OuzY$v)}*TseZ2gUFU#> z9>cLhMuR@?hQb(zp2tiHGU5!6cQ8mCX9Y`fDm`%BJ+tPneApDz>#zDJJ^tYnHJL?F zVE+F(d+y!LQmu~X^D^~YShH^Zi=(Gl@8o{_a(w-zuV%AMWBS$yY`bQ%gy}}k;$0o> zTiGKI*VI>=imaR-GH>}-Hb*u86sAun=f~JE*V!LEc~voNb@P|WsxrrqW(CF7K8@De z(su1MUzNPQLvIPI%VO?5wclAj{!`x)SNfrD`+UEIl>uvOUVdMsY;vr7$D8*H&t&c5 z?`-({iP6~nt(#&VQj+}gZ_Up-o z`<@5(xVg8!%G+Nzne*w_mZrzWCnnBi`dX%5`^RQx$-gC zVhiB(cdS#+DxKNeuql#dWkY~w-|v7F!6i%;>J~0t$x^Fynr!3+v`!ej-7ONyGLykf z;ZT=uA@WM6>5J5XV- O89ZJ6T-G@yGywp6_%*Kp literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Backpacks/salvage.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..36b871a6997de2de593bc88a736fa8ac371c04fb GIT binary patch literal 668 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|S$v zr;B4q#hkaZHhLWn5NZ40WFaP!y*+4^-!(@~R`rD?qB5_zEi5dpey}`xApC=guk^JR zqxwRT*jp>L4z3N=vEUMV@98PvdFhVS4$kK_&a;<2xmUff+Hdxy%?!^v7!2H58Z4C< z&ImFl^l>m0yD-d9W;!4v2$oXc){wUM)t$26mMINii%wQ%N_vGIso1FBK+_R^4<#EnAcjiSE zZ)pi&6wzV*|7Ra}P5$G`PaRti)vBp%>GMk{zwLG8?wL!yXBe_S^j+SpYkI@9jE}Fd z@?zm;rLzGC_~&Z>-*NSZ!}|IBcegk&-g_6$rLFbi^GnayGQDR-|Nk{fXPoM=Hj3p6 z+qYkfPv~%nIEY_aCH?Mb%7x~*%LlF{beK5LcAp=~GPQYsCu7Srhn;mRA5|k=e#a_R^?)^aH~4mz3x-X1Bv|Z^5x84{OnJa20 zaU0wV??j^c9yKpIb1&gEWX67%i7_R0yHzDwNZ4-yZ-*`K* zZqgf^KIe)6x)$yVf0nvLSf`FlpeWX^F&~r?L zTev2`Z!eIszcri0_b<~}{dr5A-+!}&&qfAr+@EO51B?KK!r1Cs>Gy&d)A}T!88jUN zevnWd`%e~V{maLRZxn-bBgilBxR%3H4yY!9$L%0O#{S;k9=6jdVSO1Az_9E2JSRa( z0>@`rD4kgMC+G1A-eO;(C98m6)uETzmuUGiNJ}+q4L6YMz8C8gEhpftl;^x#v*p^K zRbQ(RszOMT%euezT(bxj0TQkBvQQGxN@xP0I5YuJ9GU zlw&5lY059g{D^8tg5wYo*j{;B`b{GYD9c)wosARfGI%{(mjp`! zdV71tKbw)S?skiD_wwocXn}Tnft~eVFHDR7M;{MLZkjySC0lo{x&$2Lhs^HyMkGG) zppyOBiVh1X>%`SRm1F86b*jDBQ4(Y;8XeXIw9^ahtS=#CM$~pbTLPF&HpZtggs)g^ zQ{&SMnDp)(&0^!IrzAT&$C-xr*Cl|iB9kD&7IaFCtS6IRfHQ^@>!;H1PaIR1dhSnH zdH}O#d;lhsAd4W9z^uBtWBuZG>=3bghg`L|cR*~LDg_mJ=2f?*^_4}j823G|4ZQ{JeR`N8x!O)0t(8;t+Lg}cF#BpfqcL-e>K{& oQSv-N69C1b34r3z1VC~81JK*l4R)jRc>n+a07*qoM6N<$f?SikPXGV_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/icon.png b/Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..521eaa71c43c8dedc2458c1e2df789872bd4d068 GIT binary patch literal 558 zcmV+}0@3}6P)VQ!Pj5=V{0izBe&jIF5|8dHltYf6D17Mb8 zvj`*y!X!8XuLHP@*1~;iXJx=}Hu`hL3HArMGSXAMk;bJT$-_% z!MnK%uLF?PCeEp1n4f~(5jaC2Pwp4PCf2JAveL3}G3BHphP(6nz-%ElF}QehGDJ=7 z+{a)xh!)D|U^qRa0z)m)4p3E91=CYAjTyM0VjzR=qN#&fh|VS!5X=SH)6W8fPaCfq zSO|~<$S#PE=G|rB;^Ja(;)c-QzI_AJNAn=GVTUC39q{hgD>&PFk}?A|06_;leu{`w zSOP?M3^qWlTC5I$WS2m2K?BQ*cjv7J%Yh0QP~Lw0lz||Cshyuv&F~GFqlk6@2;9DX z8%P>5z#L&`#Q-k}L414wxzq%y1$zib{ejZ~F8Ws(_grN7?~)b)e%UpC$^$N@-f8nE5sMY*c<^Wm_X5j;ut&tWGP$^4$Fyh0L&2#3|Alq wLmh(;AS}H?&}@G|I0MF;&Cim!D;s5{u07*qoM6N<$g1ctvb^rhX literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..e6998e82c88f8fb14dee7f4cb1fe2cd32056a02b GIT binary patch literal 770 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V0* zPZ!6KiaBp*ZOj%9lsUeCQHjNgpd(8|CJF`cxII$PvPczX4w6ykke&03eTBrDG69z( zCr|SA2?ae;k!fmf7U`PG)hOWVBxqD(qY`xfcWlwgr7C-?-`A;Y?*AV7?%mzT-|xLY zeD`$gcWbtX5{v?Uf($q*KPx7^wL5=>*k{46`ymUVQc7*O}kj zfBbsIyUu=J`=#cub+32be|Pt*kmliaA$OZqe7Yj*eleBiGzm{rPxzT4F5e&b?Y#M~ z+|9=74LcL(hyAy(H(xJn%p1XyvN`gK)ZB^N{7>sfOk+J>Sn&1fA%_NiHAkPk2o{ss zzFW%EE_{^>t%`s7k=^L;Zpk-g?VT;>OOxs}8m1m$dJ(I4cjd0HTe+tFIlAhNZ_O6} z2`KTG^uUuxYU_oJHP^^H?d5zP6LsL5^ZPA+O23omZOXd*T~TD&^e5l09Op5pZ&Q#_ zW;kTXgqyPb!z7e9Q$C6@W-G@_5swTJrxkq%L%R=XIV=}&YBk9cyumW%p6H$>`I@}z zn6L6)`6l+~^F-b6hFdv)UKUSuKawo$&@3pu@b!v=r3-X7-F$!i?`MUJo?AHzw>`Sa zazW*s-D#e6kFPPVaH{UvU0r{%>aWcvv4wjt_w^iCYna5(FOgml8j>xT5pBCltkIW2 zb&b^yzB^kva+ss~$Ze7Hh7LHI!I&X4cYCA9RLw?_BaXHeUxIF&JftCK`{Lx}4jz&JQ#q@o z=9LTBzR_^jeb=aOY;gO~oBJdR%Xx-7H5z55dc=bfJW`yT7Y|EFL7si{9R!S>%PjbEWRvN{aak4ssy)^I+z;rz(_ z=dY})_;~?wZQ<7^dIJ;=nz-xBY|C|idepeiLiY%d@ z7xo+7KD#F^p+-n6?{ks0@X1c5Bks=%O_>{cKA%y1(m11K!Hb2RIeg77j0Yd5x#gTa za4dGt-a6@RcU|RpuIs*8_wQuRyH2J{S9sP`wb#d)GA9W|?A{Z1sNKt~*k5FU)7b+B zLTkRSzaZ^($kD@wby=*j!2Fgfwa?ynIed4gIjC{|@BT9P!Io^cw#gH=@hS8<{gpVS c%=w?;%8lYCCEg5uV7g}TboFyt=akR{0A-0%PXGV_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/meta.json b/Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/meta.json new file mode 100644 index 0000000000..c166df646b --- /dev/null +++ b/Resources/Textures/Clothing/Back/Duffels/hydroponics.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..9ebc0235081945f74bf7483851a55a5e4246f500 GIT binary patch literal 881 zcmV-%1CIQOP)a3Ea7Dx--RA$fgB_G^9leY1$N0AtJ?bzOknaF_}C6GBfGD-|A*EbN~F#Id=|o z?gBKI0RYWq06=pY0MJ|p05q2Y5ai~1y>2y|%^WhKXO+j6wA(v!3Ke&gLaseNAV4a=*2;9$|34yK6=NR-Z*|g{lexC~jfbK;%OWO-*{mP?d zoL^nr9$0h#>Ayh4O%A20~$Tt>{>vqV)+Nj6#P%8W7yE|9x=Zu|8ve=kOf#itW9V z!1IW-2e={dcM>2Z_9?nPtuG-FMv*r`fxz}G6D9Y1zw)H)T#FL>qFCMnX=R5|VqX;d zYmk--YmFe1_kI-XQ?Ub>)#7jZbwX{+PJQFjTqQyRmwEsAwXm8i0HQd(Y%T%BDFXnS z%K(7pG60~t3;<{@0|1)K0D$H)0HC=H0B9~>0NizWmZS3dywlFgSpoShKN^j2b$M}n z-OraJC4lid{QD1$oD7{;|uta zCjfDMmZB;X{^!6fi=_d9W76fPmE)v*rm9m+1;B+do>+{eScaMx$y_;i7EZhhxXKV< zF|z;j6*ktsVSDf3zyH~B(q5pl{`$)@_77j6^zgF{z`L)B0E8Ibhl{TkYIcYGr-6A8 z7tc8#IY)**-5O~UFr^2OB0Hi7G`>u}CrK|*S)bxuX)w6+ zVfVoV*Y8X!%v^niKs)0*zgvkMl)Ota0HC=H0B9})0GjJBaHif3^hFHx00000NkvXX Hu0mjfeg=@| literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/icon.png b/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f62e3b3c5934d71e8f4f418dab9a8082b1f35ce3 GIT binary patch literal 547 zcmV+;0^I$HP)P!z|H5#p8_o3%hfB%_D&WgtHI7<~ypVXu9H z9(@R5FV#b+ED_1HNiJqdZ0$@puXA@^!-!&k80UJ=x%d3;<=%7MhF?|$5CKF05kLg+ zEdW`TEt*eJl-Q2~xXFVOp%1@xAVL9-^Eq#&c_|Ir*o4vWWy$ACpZPAzMazlR-<;nK zwM_-00$_qtL4<+eA~Zc2 zi(_dJ)E(%2Bq1flAf1?xIogjyt3Pqt;(_4xYuzd|hYAz~8N}@6%nwk%?agEF27!5~ z0H$d=_WqUk`f#FFzqb%aCPxcU^&nWZ@)n%#8t~Mi`=`m4cVJ@xG~K8c@H`KOVc7Nx ztQ`Zo+mH5%pY|7}@#X=v-q358^LREe3C*%;CBW$2^xEzL^uq*+H8v0cuZxsDbPA1o z72OH3z~J2`!Dw=0uk9O<5;6d4n+?D(gzze%UES(>c)ULr7bFXr!1sd+P^;Bql}g1P zlyT~QLj`8}WAT09I4&?YbO&4r^7UhVXvi^`9OqgafP@H|I85Y&1@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..3f611d3691385f866d6f40082b677a898c3185d2 GIT binary patch literal 683 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Qg6 zr;B4q#hkaZ4tgDS5NP|~)gdZ+t7#FtZp4=?hgwF*_=C&8GKRcxep`L~MGErMl++H3C5FZS?m zi2M7>GV6w2{<>npi6NUge@^@y?6E-wi@;JzB(YaOnz_L#(f5^>W2b_ zCS|?L)o+xZCR%V$Gtpkc?2g^u?*6MsxeC62srB7$ZFA1wKV{uZ=56mA`b;Aqtq@I0 zOOxCi$8Y^rXq~){Vfx!MraKdbKYX(5uzOm!CqDBh^ZAQT{c)+YPMj~@uRe9#GsTLN zx((lolxG3mrSX;hqulaixo1@3cCELtsXiLBlx<61@zp0ysjLBq9hZt-V)5UVysmi9 z)ScJPaNia)`2HtwvUjz7`O2B%*W{g+Jq&#ReC<#DdXAever(~|%+%F^Ey$2Vlgsa3 z{cQ0thH$Zi-VRFM0!nWsVj@|>7$chmGCxdoO%N{Fuv>E0vKaRBOi$UiO>bBAeWsw< z9T30v;geOyo8)FQNa@J^(LVFQs3PnUr~8aEjzMAvp9b2@X2@z{GhcF&aY<`dynRj2 zS*0B|LFvL5H0&3bel}jv|NN(#dBK|*t_zO8dc27vPDp88b9$q7_W`v7_ugkV2}C|P zqqKo@!~VCm?NS`;beLu{%vWqvu{f64dtyOD4O1rD`kI2Yd=p^mWAJqKb6Mw<&;$Ti C$sf@G literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..54ca73feca02217225266b1099fce2523ae16bc9 GIT binary patch literal 707 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Qg3 zr;B4q#hkaZ&imbV5NNM=;h4mseDu%D-bH3w;Ywe5e+k(rt#?@Zi9vNzb%ws6M;@O7 z6JLi12ji;Qg&QK-t>f6EBeS3Fz7d&fzWIL6oZhl&2W12qo^>!7xU)1^Dlwc9WK8Je zU?_HBn4!#c03?;c{i4Kb-(w5!6%3V0z9JXy-TnA7Ypa<9^Tmd&-z#sMhq>H~NM<_Z z_xhUD8#ms2ms1YdT4%Vuue`)JLt80-%|wP-f3BZ5t7<;J;PJApJ-$9{(d(~Ycx%6B zTXfltv*x~s-W}(yvEO;2&vYA8#v;$}-`d44?C-E^uqbLXkev%O`AX-dzy8 ze;(Uk*I$2a%DMG5H{&?x3EsOb~hjzrQ)DcWK1b3D*vO;hks|IXB{dPRo^Ef1$pIyB$r-=0*sYH~G14+vEA9 zH})S-Bi3+31Zm~;2EW!Uwo4bp0-nxlj7;G&Sedqf=cY01j38r!xh=ulcWg8cXPCS3 zJKJRC&s%0SZutAe=BqU z{H#mVS%>f6Rqb-uF3?%VEqg_&Gw{r?wQs2@ss}QGzZ_N-`Azp7q&fa zIyO)9K+CK~bI$|DU3d1U_HB7FtI@`D2D|Rm?sbwEJP+;3SijUYzjFEHfDoIhzl=lN cg#Iyq+nUdieLU|UFjX>my85}Sb4q9e0AAEPzyJUM literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/meta.json b/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/meta.json new file mode 100644 index 0000000000..c166df646b --- /dev/null +++ b/Resources/Textures/Clothing/Back/Duffels/salvage.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Back/Satchels/salvage.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Satchels/salvage.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..bc15dd1907755cd54ae1e6acbbe94468b8e7b07b GIT binary patch literal 573 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|VoG zPZ!6KiaBp*+4>!J5OA|+@tV&uMXyW8D#%rX-J!%}PE%9Y;s6&B5lcp0*+&e5i@0RF zly)(Qs&W}cb_*`+xG{g@-fw5J&H6;npSk_j|IN+Df)Iw5#Y_q^q6`mLFmSlD7QB5? zVd61)uh_bL`RxG$YHgD5mlhhbLRD4-4fFiW@!=Y zTQ*)+iR3&HUnHQozw+y){kQ)o*K!<*s*#&7^Yy&}il-ecv=|NrG79u@HGsn7G6$pL zUe2xJ4o83Q5iz{7$~h(Y%!K1#x4sg%DPsJjvvfm))-M)|WH!zfk3ucW&nPg4?$LVQ zcXAU`fYKeqxxbjt%-DY>x~82_vFlLMEw{@X-tq64*|Yh4 z=$50RozC?QzjuGPy0GFOgM8NibPW+$JUCc9Vy$5|J>&Rgn;}yxFg-AMy85}Sb4q9e E0Nl~>^Z)<= literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Satchels/salvage.rsi/icon.png b/Resources/Textures/Clothing/Back/Satchels/salvage.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..aea88253903eee081556859257db2c2aecef1266 GIT binary patch literal 484 zcmV&{2?>??GV?2H!3Y%0Px**ogTyQB&-M!{4JQW)q3^ET;l>+_{}I--V*#4Zd3s9=2}@m zA)x~|CP47>>)X=d{!XY1HzJUQk6+%I|2z}#tyO^bHwB;@PD8@GTQ!+ytOwFi%ot6E zW<%h<8I&2nf0b~`Q%PtEP?@Q-5d!{k#Ga;i(bG`8bJiOE z50PW!9H1RA@Gx*AB+#Ou^~O~-b1i{Ir=0E)s~gG+U|-vUD+Lmu^0&&GfK9NrfbA#* a3V}~l7Vlw|A5=2{00000EPBez_R>0hO0nJPr?wyW7Tdiqy5IVJZhJupL(5_&1sPF> zhbtI3+*utgv=|NrG79u@HGrfJYbDsv{wN>+%J7VU4%3Q4sd6Jt7N!SG;YG^a3l6RL z=(oE2+;_oG)zbeif9}=XQZeUy{A=BwXp7k0H{Tuf)=NsQWYp`>Y2eaH@ekaov2em} z=4ZQZ@Jg)@v44=tAGmVbv0dwO?Y8es=@VXQ5hD=EU_19#?M)Fc-}$2F3nfo1NVf9d zUvK8Vf1Tj$XmjK4S<5f7PGr6CCGPX3G~NYi+S{+Et=aegz&vU8U-3JBuAIwwB>l5? z+VY$qGQDw|_B-^Qa>!BGq+jTj-q6bREN58uX6(!C> zMKhk?eg;{G4{u0{jj2xCc1UlQdYW5By3f_MH)$^Kol2H4Mm2tcQ=BS6ydl!I1&8LkCkQ+Er$zWB+^IPb zU+`S;2Fnfo9U%>8IR)-yGnC6U`ZkZ`)rtIH+Y)7d9-hrXj{P%?jNkHMQv)I*s`w&rXvPVS3j3^P68!SxRnwzt`qqi*0 zzL4PUxS-X9Wm?6B8%1}mtv7j`kH0r}`TJV7`X9pe@4wr&L?ccRC`hd(r6@{4`mls^_j(1%lmbro7LCg2&CzB&ir=Q)sz5ad2y0tgNvVaN|W?Q-Jxp!sr%hE4a z*WDiRuei4R#QUc`8#(MR>G!2|a4f33ztvXInRUY6W3G}fdlyX15&n6|(9g^Dv+dc- z&)1sOxUXM4Qz&D}p^Nw24L?aauyJ~Ai?TFz&t7-6?%Umu>T8~?y|^wwnYBh;^5WW^ zg>~VVTPD?2{Wjpbx_(dW!ehI*Bf8HV$}RYCrEl}~g-kC_@4Tz~_jOnPEZumsnz=TP zM}su4oDeqP=KSB*wQSS-oxio$L~YqAyr2tDxIm!-~6yx`J<ZnSWXpfXRr#)78&qol`;+0IK~KBLDyZ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Satchels/salvage.rsi/meta.json b/Resources/Textures/Clothing/Back/Satchels/salvage.rsi/meta.json new file mode 100644 index 0000000000..c166df646b --- /dev/null +++ b/Resources/Textures/Clothing/Back/Satchels/salvage.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/2e24b7af2221928e4b844a29408e821b60a5fe29", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}