From 23c1b5e05d892c03ae17a6e2795149129cd38304 Mon Sep 17 00:00:00 2001 From: Swept Date: Tue, 19 Jan 2021 08:54:43 +0000 Subject: [PATCH] Adds Science, Chemistry, Mime Duffelbags. (#3026) * Sprites * Entities * Adds fills and roles * Cleans up inconsistent duffel bag naming. --- .../Backpacks/Starter Gear/duffelbag.yml | 25 +++++++++---- .../Catalog/Fills/Backpacks/duffelbag.yml | 8 ++-- .../Entities/Clothing/Back/duffel.yml | 35 +++++++++++++++++- .../Prototypes/Roles/Jobs/Civilian/mime.yml | 2 +- .../Roles/Jobs/Science/research_director.yml | 2 +- .../Roles/Jobs/Science/scientist.yml | 2 +- .../chemistry.rsi/equipped-BACKPACK.png | Bin 0 -> 657 bytes .../Back/Duffels/chemistry.rsi/icon.png | Bin 0 -> 477 bytes .../Duffels/chemistry.rsi/inhand-left.png | Bin 0 -> 579 bytes .../Duffels/chemistry.rsi/inhand-right.png | Bin 0 -> 534 bytes .../Back/Duffels/chemistry.rsi/meta.json | 27 ++++++++++++++ .../Duffels/medical.rsi/equipped-BACKPACK.png | Bin 795 -> 683 bytes .../Back/Duffels/medical.rsi/icon.png | Bin 524 -> 438 bytes .../Back/Duffels/medical.rsi/inhand-left.png | Bin 541 -> 591 bytes .../Back/Duffels/medical.rsi/inhand-right.png | Bin 551 -> 540 bytes .../Back/Duffels/medical.rsi/meta.json | 3 +- .../Duffels/mime.rsi/equipped-BACKPACK.png | Bin 0 -> 759 bytes .../Clothing/Back/Duffels/mime.rsi/icon.png | Bin 0 -> 502 bytes .../Back/Duffels/mime.rsi/inhand-left.png | Bin 0 -> 631 bytes .../Back/Duffels/mime.rsi/inhand-right.png | Bin 0 -> 593 bytes .../Clothing/Back/Duffels/mime.rsi/meta.json | 27 ++++++++++++++ .../Duffels/science.rsi/equipped-BACKPACK.png | Bin 0 -> 666 bytes .../Back/Duffels/science.rsi/icon.png | Bin 0 -> 403 bytes .../Back/Duffels/science.rsi/inhand-left.png | Bin 0 -> 565 bytes .../Back/Duffels/science.rsi/inhand-right.png | Bin 0 -> 526 bytes .../Back/Duffels/science.rsi/meta.json | 27 ++++++++++++++ 26 files changed, 141 insertions(+), 17 deletions(-) create mode 100644 Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Duffels/mime.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/mime.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/mime.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/mime.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/mime.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Duffels/science.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/science.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/science.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/science.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/science.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/duffelbag.yml index a359dfbd49..3a92d1f81a 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/Starter Gear/duffelbag.yml @@ -56,14 +56,23 @@ contents: - name: BoxSurvival -#- type: entity -# abstract: true -# parent: ClothingBackpackDuffelScience -# id: ClothingBackpackDuffelScienceFilled -# components: -# - type: StorageFill -# contents: -# - name: BoxSurvival +- type: entity + abstract: true + parent: ClothingBackpackDuffelScience + id: ClothingBackpackDuffelScienceFilled + components: + - type: StorageFill + contents: + - name: BoxSurvival + +- type: entity + abstract: true + parent: ClothingBackpackDuffelMime + id: ClothingBackpackDuffelMimeFilled + components: + - type: StorageFill + contents: + - name: BoxSurvival #- type: entity # abstract: true diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml index c8d13a07f8..279c68870f 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml @@ -1,7 +1,7 @@ - type: entity parent: ClothingBackpackDuffelMedical id: ClothingBackpackDuffelSurgeryFilled - name: surgical duffelbag + name: surgical duffel bag description: "A large duffel bag for holding extra medical supplies - this one seems to be designed for holding surgical tools." components: - type: StorageFill @@ -16,7 +16,7 @@ - type: entity parent: ClothingBackpackDuffelSyndicateMedical id: ClothingBackpackDuffelSyndicateFilledMedical - name: syndicate surgical duffelbag + name: syndicate surgical duffel bag description: "A large duffel bag for holding extra medical supplies - this one seems to be designed for holding surgical tools." components: - type: StorageFill @@ -86,7 +86,7 @@ - type: entity parent: ClothingBackpackDuffel id: ClothingBackpackDuffelSyndicateCostumeCentcom - name: Centcom official costume duffelbag + name: Centcom official costume duffel bag description: "Contains a full CentCom Official uniform set, headset and clipboard included. The headset comes without an encryption key." components: - type: StorageFill @@ -105,7 +105,7 @@ - type: entity parent: ClothingBackpackDuffelClown id: ClothingBackpackDuffelSyndicateCostumeClown - name: clown costume duffelbag + name: clown costume duffel bag description: "Contains a complete Clown outfit." components: - type: StorageFill diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index 030eb987c0..fb5b80355a 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -16,7 +16,7 @@ - type: Storage capacity: 100 storageSoundCollection : storageRustle - + - type: entity parent: ClothingBackpackDuffel id: ClothingBackpackDuffelEngineering @@ -72,6 +72,39 @@ - type: Clothing sprite: Clothing/Back/Duffels/security.rsi +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelChemistry + name: chemistry duffel bag + description: "A large duffel bag for holding extra beakers and test tubes." + components: + - type: Sprite + sprite: Clothing/Back/Duffels/chemistry.rsi + - type: Clothing + sprite: Clothing/Back/Duffels/chemistry.rsi + +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelMime + name: mime duffel bag + description: "A large duffel bag for holding... mime... stuff." + components: + - type: Sprite + sprite: Clothing/Back/Duffels/mime.rsi + - type: Clothing + sprite: Clothing/Back/Duffels/mime.rsi + +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelScience + name: science duffel bag + description: "A large duffel bag for holding extra science related goods." + components: + - type: Sprite + sprite: Clothing/Back/Duffels/science.rsi + - type: Clothing + sprite: Clothing/Back/Duffels/science.rsi + - type: entity parent: ClothingBackpackDuffel id: ClothingBackpackDuffelSyndicate diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml index 1e8ed0e686..1732d2f1ab 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/mime.yml @@ -26,4 +26,4 @@ ears: ClothingHeadsetService innerclothingskirt: ClothingUniformJumpskirtMime satchel: ClothingBackpackSatchelFilled - duffelbag: ClothingBackpackDuffelFilled + duffelbag: ClothingBackpackDuffelMimeFilled diff --git a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml index 788f3a6365..e418eb00a0 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/research_director.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/research_director.yml @@ -24,4 +24,4 @@ ears: ClothingHeadsetScience innerclothingskirt: ClothingUniformJumpskirtResearchDirector satchel: ClothingBackpackSatchelScienceFilled - duffelbag: ClothingBackpackDuffelFilled + duffelbag: ClothingBackpackDuffelScienceFilled diff --git a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml index 7b4a14f302..f7cf2b8a08 100644 --- a/Resources/Prototypes/Roles/Jobs/Science/scientist.yml +++ b/Resources/Prototypes/Roles/Jobs/Science/scientist.yml @@ -22,4 +22,4 @@ ears: ClothingHeadsetScience innerclothingskirt: ClothingUniformJumpskirtScientist satchel: ClothingBackpackSatchelScienceFilled - duffelbag: ClothingBackpackDuffelFilled + duffelbag: ClothingBackpackDuffelScienceFilled diff --git a/Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..e88663b3a60b045e98d354e9a448f4e01376e4a3 GIT binary patch literal 657 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Ea{HEjtmSN`?>!lvI6;>1s;*b z3=DjSK$uZf!>a)(C{^MbQ4*Y=R#Ki=l*$m0n3-3i=jR%tP-d)Ws%L0m@TF)W0|OJU zr;B4qMcmt2j(yDrJgz%0#;lrUeYWZHhP2bF&jfnxX2nMesN2bPDNB8 zb~7$DE-^4L^m3s900CJ^L_t(oN9~u zIn_lzDMtbitlyRWQnwlv3jjukVaN{ALTH%d zTB~(oBNPET9mjEnKtCH@B7t#Dv@RF239%Ic0KfqD^z;76QJ^ydOw%L~=+GJZe2!Mb zno%$TzGeUzA%HfT`{_(b()%On86kE7z{)LvH39%h@{$Nx0Bze!*L7mG*t*>#upUGe zX1(XSzZ(Eg@LO*|&XCI?+$#^@e7LV+3BYUV&V?`)?aq|I3AT*b3nPfl(UT^y=7^PUS`(z zWlXi|p%Z8Q*#0;6%A9reUNs5~j2sROOacuIEGW#z#VmI7gX~rX9(T`}7n>Y4P4%?u z(X4|;uWJ1dOZBySf+XY^PJS0%If{MCF2+tJzZ&N zvW(@z?SJkJS7t3dTX9s>=_f;ut@tVRUmD^5#UkZ5Ybx(#F8-=6=^?l`|1me(f8YKy@`Canj`r-$d;Wh{>;9lr zkzLvGSwd0gBv5qPpV`^AZXDU4?ydgu$#u=u?u4}qcgLL(xCoM5&iFw>aSe!dO={Qc zr?(}a{~C=h$)ASmo=qI`_^4JuQyHAiluhRRu^TB zgJMS~o|`Nnlu%sjtmJz5*!sndZ?*QbdaBtLUXyC}Y8G)%Z+}^_O4c-y?ci@=_JNpUmR{J>)^iDl>Nc_;|E@Ip0M3Ceao`^pT*mP z1q$CyI?Q;pKYG@dQ(M*Ze+K36OSe8`ncWxlymH^ZWZfON{(PPLYkf%e)Zg~kzfaG- zt#~!(bBigue(wp{Pdz z>%RsV2Y5AEtq^nOH)UR`vgOFaxYrBQ7EEC&4OrW@IGfGOGo$zLmVMt22G2In{bz7a u_28?`H|t8yI^>@?>)<94@aIC~FY%6Y6%zr)Q+&W^WAJqKb6Mw<&;$Sm%GH+u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/meta.json b/Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/meta.json new file mode 100644 index 0000000000..89236692cc --- /dev/null +++ b/Resources/Textures/Clothing/Back/Duffels/chemistry.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "directions": 1 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Clothing/Back/Duffels/medical.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Duffels/medical.rsi/equipped-BACKPACK.png index 07c8e5e54ed0e2417b8bd8b94defa4824f945543..db2197028578d7349a12062e5d6d64323fd4b64e 100644 GIT binary patch delta 660 zcmbQuwwiT7s-0A%XK(NE$6@wCAzQuP z*q^VTbLH`2$99g61_VmsJo9-^n*OVbgNGl#J|%p2*K23?%O<>xjE%RM?@v$tc-72^ z;Sd8yxNsi>qodv4z4QI5W$gF+YZiWG$a@zT#=_08{rma-3U+<*{}?Q8x}0T|NMzx! z=ircYyv+MCW%klw}AQP6a@w$JVv!?Kp_ckfO8)W3Le-m*ViyUc}y z!HQAACf;S+8u>}T1E*XTmyfX5`F`Ho=AdTBLtUP>oiSy1wR`uo2u7vJu@Z+pq7 z{pI`x7r%J+BYcA7t9p)(14o57cn3uM{~pJr&+2A-;abg3o!Gu*I|3D!Sj}255zX-O zgp2cy*ZXhAF}smk7g^ZhxKxQ5L3z zhlS@E8!p{u-Fa!x)fm=>BL&7@=WV{PF_B_eJ#*Ja{J$^EY^__!j*Lx?Ik)L%V z9q{d_kD2Ky06_E0mJ^8M^NYyOlHv$Z6ouKg4bwDZ-Jb+i)7k4+&#~Oxz>B97n5|Xu zyK@8p`1{Ag%74;)Bu%j#kasGSiUn-0E&u=?J-F|j!84Lk^ON&ROq>P93A-GAO0y1g^!bE#NJH2XkGDUcOB zxU;pYbM5<&pSLFf9MNS-22T(KK@bE%5ClOG1VP+JLLDcGM^K+WzJn~w0J1*~_JbeG z+qR82Z$CKKQ#mek*Wtx49fyVqw+?sDK+ye>j>RQOaw5uSKhGfW?-rdXY7E2B0PqN| z?;Lp6-hU0lkZjw|B?!DO>6M1PlS`*$9^?Yw0Pq`mF*0cdCQGERVY_<9+VN^1?JtDT^kFFdZrGfr}{}3BC!k z`UAGMz0cOR_s8A=T&L9^gx(DKqG~$pSf|d;%IXi2J#fURn(hpoF~&O9X`tSr9U@LD z2=(}J=lJ}>=@$&sI}rKL(74y*Z<1DmAP9mW^5q|FzQvL@UTu5;00004)1hxZ^BYyw^b5ch_0Itp)=>Px#1ZP1_K>z@;j|==^1poj532;bRa{vGi z!vFvd!vV){sAK>D02*{fSaefwW^{L9a%BKeVQFr3E>1;MAa*k@H7+qQF!XYv0003c zNklg#`kR&M)ACwBEm6^+UM+7^Ki-=|3O$jp#300000NkvXX Hu0mjfBm$~< delta 499 zcmVgVZ0$R23^!zF< zIx!vvty-Wp3jmNwC%ApM3;V|fJ2p21-7pcGn*jja-oJoWElf|1NhRF5x?yr9y1X>k z4HE;sVE};I7s1u_9R_;C!r{){Seb7+O{o9?tfv-mnA>8-0AO}xm@;CQ!4OL`)2Xw%|lz6 zc09hzzn&|QNhd;t5E}ryicWLqZo9>JIJpNW7dXsqd2APGMK?_L64IIl-7tmut+|No}cAuwWZhNb3Xt8002ovPDHLkV1mEA++hF! diff --git a/Resources/Textures/Clothing/Back/Duffels/medical.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Duffels/medical.rsi/inhand-left.png index 1be16c33e41588450c783e895f163e5cb74cb4c8..1388323fa93665ad6fd139dc6d17cb905178fd8e 100644 GIT binary patch literal 591 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL8%hgh?3y^w370~qEv=}#LT=BJwMkFg)(D3 zQ$0figD*u3fyVChba4!+h#404jtJ?Jx!pOI}7d)!_~fe{C43}Y&vef+{I!}Z@U?Adla z@B0@1qRvQDoz?f;rIwip%3hZ;{rTsgpj;gP!yiAt7He|s&1al=xkQ#lP<*k~hBbyQ zx8L5*)ZeFXx-?GJ_sHVx-WhLy+gZLi`&{0XI5Oukb;=h*@rd?Iw=1 zcDncfUrdvWWVv$MRaU5FgUR<3N)f-r=U?q#I8C8t>rQvEgRc~S|Cz-QwTUB~xq(G- z%~_zfF#eu#M3doC_7CM{~g7MN#3pJd~_UwOs{Y&=mv&_?3>Q)0yVPrcj fz}%B}_fYgTe~DWM4fVwU6@ delta 516 zcmV+f0{i{X1f2wsBYy$pNklJU@>joK*`lB5K6r^-HnJD{gzEayoOwB_8}w;vGt0wN+JA|fIpA|g_h z=XvHDG6A5%4D)^806>;y0DvS(DxT*V$8i7vaU7pK-o8xIbbkQ=w~UZ{l8r_KtJMnK zZZ}``ZF#=kF@-pknIs8g%3Fo283cjp^?KX))9LhQ5q6eGQDiNGEz@;f>KSmu2zhA@ z88M}2?nAi*_6frfj^iN9GK@weS|%H{0EbTh^?FUqbX~X59Dkx*PeBlv_qP=upYL~e z9{Aje<#GuCSbxknm@i(fV;{<7-vel2&3ebwn|Ic2;yA7}>mBpk&f7B2`6|7bX1!zm zvGUt`)@M#ZucmFn#~yiG=D8UnA|fIpA|fIpBJv*;?Hjn-znEFQ2-IhTr#$~JItHs3 zfjZH_U|_yJ17sJXj9vsve*gfaX=>W-HmcPsYPA~r{eAxSC@``621@G>xTGSz2($u( zVMuF)I0ma1fp!Uu$75F1L6ga(^6*r}OKZ4y=K)|gn{9g$qA0>*zOiP~Zc=HQnsXW< z&QV4$LSeq|oBWkevdr;Vy$GdL=Tent^deAOWKJDi{(ui?bTbgMA5lgC0000JHpJI~s%xw$don3U6@y?z7s*Lq*i55Hu zmc=ADRL(nW(U&-D+0#|Wi*<1;i9^Q5>lSdb)G zP<#L+XHbLS(0qppf<&zf*`x&3se_iarG-MT$@5D{pyjSl@A^XMA0Q$kA|fIpA|j$F z?RMKQIzw7nvR0xN3L$&|@H`Kz)vBU8Gz4Swd3`A9j0kwyWIi+ z#^W&nKuQVIG_l|BQ*~a1-EQXt>9bbV8zF>091hP7ZQF)z+vhI^mn*ee&7aL?+6_XM ztZ(;jr2jd(x9Q6zWv#}oI3AA}3dVfAAtVYLgSnmKX7s05;QcC=M|Kj7zgpTLGx(EX4vW6B~jgG%@78P|j zh~sQd*f*>%rKL_|bHL_|bHL{u(i zsu_rr`fuYh*9;`N8Cs{B0hJ}sZ6rP%)um?OdJ^(D%PDHLkV1ig)_45D# diff --git a/Resources/Textures/Clothing/Back/Duffels/medical.rsi/meta.json b/Resources/Textures/Clothing/Back/Duffels/medical.rsi/meta.json index fce8c90ce8..89236692cc 100644 --- a/Resources/Textures/Clothing/Back/Duffels/medical.rsi/meta.json +++ b/Resources/Textures/Clothing/Back/Duffels/medical.rsi/meta.json @@ -8,7 +8,8 @@ }, "states": [ { - "name": "icon" + "name": "icon", + "directions": 1 }, { "name": "equipped-BACKPACK", diff --git a/Resources/Textures/Clothing/Back/Duffels/mime.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Duffels/mime.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..4d5f4cc5577c78387ebf6a9fca3305fb807eab7a GIT binary patch literal 759 zcmVN2bPDNB8 zb~7$DE-^4L^m3s900MJKL_t(|UhSGuZo?oDM02M~=?!v#Di`TZ^4kmKHu=tHj*?_3 zV-f1uK+3Xe$CA~4ICyx>E|_Jr(Io;RAOa#F0wN#+A|L{*1a`aKb@d^`2lo5@6*qNt z*M}Euw_6tw&~aSQ16{aJr&C{T9s%49H$eapfaz*N4-nAF!{HEa0zl`_=kxyofX)H{ zVF1AKc|IE@_D2FVoA;L>APHOCsRn}R<+iFpx9I%$Oy~3xfB_-k$_sLU9AG~S zC5-zoJ~#<5wIqr?vTu p@C7&Ory?K%A|L`HAOijg+yGe(UiN1`jHdtq002ovPDHLkV1kS^MI8VD literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/mime.rsi/icon.png b/Resources/Textures/Clothing/Back/Duffels/mime.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..937e82349aff483f2c6a9c821741f36c68d75cbc GIT binary patch literal 502 zcmVN2bPDNB8 zb~7$DE-^4L^m3s900DAIL_t(oN9~qDO2se~Me73GhcgkO;#lYcq^l4I%HK$*&Kz}1 zT~7Qb{2QK+=KsVN5lJ8RVjxqV67b*(f9ngh*&zwE&E<7cN@t8>fR7;6}YU@L^B z1?<(+%QueFwJCVt_u)8*l|Et&NtzSJw9z&2;#gUq*JBr2a-N@DQ1CU9I41#ieX$5D zU>wJwI!#k}JG`c`o%4N5G{DrE0NoonA*-Dk%7}EJ*}?NJY$; zozeQrbBonR%Ay}p2!H_956|z>1qG1+g4};}L4~mj&n1G_##%V41Sl5>C; zO*Sx^vu^!ZfYj4k0d~h;0Jz;8$O*W;yNRbF*YfIicR-0q;7esU0m|UDQ?PadY_j^J zSe%3am4rHyzj_aN0XmkYHz7ESg|F%&l2ztfu5!}bKv117%Gy1Eyo+)Ja9w(eW_T%|J$8jQKQ`&ye*V2O`nstu z+rjg!3ZW58m(99u+R*apz?RP&md{tTeI9#g=RQ@}xm#z&wr@63-uNZTn1!?99)mv6 zi0(CYhN=vY~Ov4v$Fi) z$kWlxl?n_@IMD}v&WKv(YdZuu0?)49*C?ic=pBR7Z1)PmGFAm%Au;8a<&`bs2Nx^P zer)Kp#iaj((v~mlk5$z$tUar|hhwc&*GG4z9UZ%F7Dnym*v+UQco8JLn=!%JrCadO zWt&6Y4=#S3qFnzMZqQ>r_gP9W6n_2x6;=E8&w1wSTwk)}9=aAZH+CNEeRtzX{AvkB Vv+wi5S%B$+!PC{xWt~$(695xh^!oq+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/mime.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Duffels/mime.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc6579f336eb3110021d6bd74e47db3545f707d GIT binary patch literal 593 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBugD~Uq{1qucL8%hgh?3y^w370~qEv=}#LT=BJwMkFg)(D3 zQ$0figD*u3fyN&2ba4!+hR9}ArR^uNB$N%57{9|r~&tmvO%W1@sumLk5g+GUO#oL&RGAkMVs68*Io~+s{b>D_{F>}+#P0CvA0(LvWa0s>b&O{e*9x| z$u)lUCv9y?R`#TI=fCUSSv>FTXQnIbm%He0dd9N(nh1l{uZ>H-aQqQvP+Duq@Y-6z zhU>Smf>%`W>dQNGqrNlP+4(C9evh9%fBBI(#tCVY!^~V1lFnPJJ}qwv|6HQsu{cs& zabI{Q#*G!o^eFH2sIKBoM3*2mB3h!Dem&L|s zqA^Fp+4c(04yFr>(jFuT_uO7J!lvI6;>1s;*b z3=DkxL735kHCP2GC{^MbQ4*Y=R#Ki=l*$m0n3-3i=jR%tP-d)Ws%L0m@TF)W0|S$o zr;B4qMcmt2j(IHxJgz(4`!73xVR-5kd#>s7hP2bA%YG^UJ=N9lK*P`I>iQ##f)wtb zzu(wt?E6cYQBVMm8g&}qzkEJZ_DaD4oAds0Gt6S-)qec>A;rYRbpQL`_lN%9-gY!g zT9P4=!DR)fdqabQ{N=}`k>YD!|I+HL=V$PA*uc;*Nu?t-@)2Xf#+O^g41S-mF;U3a zrD*f}TGU>zgL-ug4C)tneHp(LG_9>ollOBln#JyKet}chi^);$s-4#YX$C7s1toiz zzBTukeshjD6zBK1uSxiux3!*C@l;oZURX`cOYwyDOHAfZzyFuz;+wtqZ7!W@dD*|< z;up_;j*bRw=)i5^4bcHN{`cQw`p&diE@Sn+*tG47H}d96D^09z*e!4=#Uc4>*iP07 zU9aA@Z2q~Lalz6HjT>)nSBMZQHxA3b6Iy)D%%>~5%&cPDg1#gD91T@BjdhwF7;^0A zTQUShIiJ}2Y;D?<4blwx8@}?-O8+Ly+hA*TIBYKWA;E?_UH7@1^nQB?9b3YkXvlEs zjI4tcE5msKh6Y>n2TTWcZBsXTC*xG$AN0ZN#M#0nmgVPH^4!Vz{UQ9dgQJe(_7A)V z_!m8Tu&~dz@>=jZ9w((Dn=7~EXRY3H{_VjQE&dXgC$dt@w*KPh$xrF~_ furOc|_`&+TXD|POY~F3abj0B4>gTe~DWM4fiaioh literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/science.rsi/icon.png b/Resources/Textures/Clothing/Back/Duffels/science.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..709e67d3a41d218c161fa6277d3896da8fff902a GIT binary patch literal 403 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdzmUKs7M+SzC{oH>NS%G}c0*}aI z1_r(ZAk3I`t&TG5#j& z4ZWC_#pf7xUcAbk!S!I<8e7gl_3Xy$Iu2bKL3Keg=O-semp?4fiqe;=j4qoTY{($7 vbhU-*(;4gR&+|@7@_M^)iSV2CvK34vM_2i|HO`&{3_u1?S3j3^P6!lvI6;>1s;*b z3=Dh+L6~vJ#O${~L8%hgh?3y^w370~qEv=}#LT=BJwMkFg)(D3Q$0figD*u385kHh zdb&7{`WKp7He7pK z&*HFB(yB*mp28FU1GkD5>lb~m+GHf->sW(nOqMtUD1r@AtY}${&#qA{_pKSkr$LVakTHPtot86+ciZnM4!LZ zOW@FD8>Q|CFZb^Z=X9!=?VcjIM{d^dsR}LID_z76zFxR99!dDE_5)rgjk7>gy87E^ z*|0z1gz@A}D{#QOw}! L>gTe~DWM4fI78(( literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/science.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Duffels/science.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..da549fec4c4b7de9a3be509ec0a0dd4854cfa722 GIT binary patch literal 526 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=Ea{HEjtmSN`?>!lvI6;>1s;*b z3=Dh+L6~vJ#O${~L8%hgh?3y^w370~qEv=}#LT=BJwMkFg)(D3Q$0figD*u385kJ5 zJY5_^D&pSGa?CrTz~frne^24|J%zhz_nA#j%Pb0iQKUERwLz(>cgG|qHb|m``o8n~c@}xCX8U1f zd*|`)m75=1%rU98Gve4B#(9cANVb*l@AD+%TUi#}iYvE@G~{(!Gn}|2#q{IHpQ6*7 zc9h1}SH=F@#k6To*@EP2Qp_K&n@NZ|(}Uq6>e-?|MStxnS3a2M)t`8d-a5W zw}1AXD+Gxu;f^_>5)kRuQ%V= pSANzZ`@~U)Dv5wU7aD#EPrdflh|7=TD=_XDJYD@<);T3K0RXiY&Yb`N literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/science.rsi/meta.json b/Resources/Textures/Clothing/Back/Duffels/science.rsi/meta.json new file mode 100644 index 0000000000..89236692cc --- /dev/null +++ b/Resources/Textures/Clothing/Back/Duffels/science.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "directions": 1 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}