From 7e5fee79060f1f6a5096a37e75136f8f5ac95e07 Mon Sep 17 00:00:00 2001 From: potato1234_x <79580518+potato1234x@users.noreply.github.com> Date: Sat, 29 Jul 2023 16:12:42 +1000 Subject: [PATCH] Cargo Bags (#18389) * sprites * obtaining * rename * idiotism --- .../Fills/Backpacks/StarterGear/backpack.yml | 11 +++++++- .../Fills/Backpacks/StarterGear/duffelbag.yml | 11 +++++++- .../Fills/Backpacks/StarterGear/satchel.yml | 11 +++++++- .../Inventories/cargodrobe.yml | 3 ++ .../Entities/Clothing/Back/backpacks.yml | 9 ++++++ .../Entities/Clothing/Back/duffel.yml | 9 ++++++ .../Entities/Clothing/Back/satchel.yml | 9 ++++++ .../Roles/Jobs/Cargo/cargo_technician.yml | 6 ++-- .../Backpacks/cargo.rsi/equipped-BACKPACK.png | Bin 0 -> 473 bytes .../Back/Backpacks/cargo.rsi/icon.png | Bin 0 -> 337 bytes .../Back/Backpacks/cargo.rsi/inhand-left.png | Bin 0 -> 392 bytes .../Back/Backpacks/cargo.rsi/inhand-right.png | Bin 0 -> 403 bytes .../Back/Backpacks/cargo.rsi/meta.json | 26 ++++++++++++++++++ .../Duffels/cargo.rsi/equipped-BACKPACK.png | Bin 0 -> 493 bytes .../Clothing/Back/Duffels/cargo.rsi/icon.png | Bin 0 -> 348 bytes .../Back/Duffels/cargo.rsi/inhand-left.png | Bin 0 -> 428 bytes .../Back/Duffels/cargo.rsi/inhand-right.png | Bin 0 -> 419 bytes .../Clothing/Back/Duffels/cargo.rsi/meta.json | 26 ++++++++++++++++++ .../Satchels/cargo.rsi/equipped-BACKPACK.png | Bin 0 -> 433 bytes .../Clothing/Back/Satchels/cargo.rsi/icon.png | Bin 0 -> 411 bytes .../Back/Satchels/cargo.rsi/inhand-left.png | Bin 0 -> 447 bytes .../Back/Satchels/cargo.rsi/inhand-right.png | Bin 0 -> 434 bytes .../Back/Satchels/cargo.rsi/meta.json | 26 ++++++++++++++++++ 23 files changed, 141 insertions(+), 6 deletions(-) create mode 100644 Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Duffels/cargo.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/cargo.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/cargo.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/cargo.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Duffels/cargo.rsi/meta.json create mode 100644 Resources/Textures/Clothing/Back/Satchels/cargo.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/cargo.rsi/icon.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/cargo.rsi/inhand-left.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/cargo.rsi/inhand-right.png create mode 100644 Resources/Textures/Clothing/Back/Satchels/cargo.rsi/meta.json diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml index dbb9250dbb..38cc797432 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -95,7 +95,7 @@ - type: entity noSpawn: true - parent: ClothingBackpack + parent: ClothingBackpackCargo id: ClothingBackpackQuartermasterFilled components: - type: StorageFill @@ -300,6 +300,15 @@ - id: CrowbarRed - id: AdvMopItem +- type: entity + noSpawn: true + parent: ClothingBackpackCargo + id: ClothingBackpackCargoFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - type: entity noSpawn: true parent: ClothingBackpackSalvage diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml index 071e367ce6..cf2f11a038 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -104,7 +104,7 @@ - type: entity noSpawn: true - parent: ClothingBackpackDuffel + parent: ClothingBackpackDuffelCargo id: ClothingBackpackDuffelQuartermasterFilled components: - type: StorageFill @@ -225,6 +225,15 @@ - id: BoxForensicPad - id: HandLabeler +- type: entity + noSpawn: true + parent: ClothingBackpackDuffelCargo + id: ClothingBackpackDuffelCargoFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - type: entity noSpawn: true parent: ClothingBackpackDuffelSalvage diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml index 205e162790..9e31043cee 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -104,7 +104,7 @@ - type: entity noSpawn: true - parent: ClothingBackpackSatchel + parent: ClothingBackpackSatchelCargo id: ClothingBackpackSatchelQuartermasterFilled components: - type: StorageFill @@ -214,6 +214,15 @@ - id: BoxForensicPad - id: HandLabeler +- type: entity + noSpawn: true + parent: ClothingBackpackSatchelCargo + id: ClothingBackpackSatchelCargoFilled + components: + - type: StorageFill + contents: + - id: BoxSurvival + - type: entity noSpawn: true parent: ClothingBackpackSatchelSalvage diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml index 70bee8f80e..927eaae5e4 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/cargodrobe.yml @@ -1,6 +1,9 @@ - type: vendingMachineInventory id: CargoDrobeInventory startingInventory: + ClothingBackpackCargo: 3 + ClothingBackpackSatchelCargo: 3 + ClothingBackpackDuffelCargo: 3 ClothingUniformJumpsuitCargo: 3 ClothingUniformJumpskirtCargo: 3 ClothingShoesColorBlack: 3 diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index c37423535c..7277ebb10a 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -159,6 +159,15 @@ - type: Sprite sprite: Clothing/Back/Backpacks/genetics.rsi +- type: entity + parent: ClothingBackpack + id: ClothingBackpackCargo + name: cargo backpack + description: A robust backpack for stealing cargo's loot. + components: + - type: Sprite + sprite: Clothing/Back/Backpacks/cargo.rsi + - type: entity parent: ClothingBackpack id: ClothingBackpackSalvage diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index b2c406f92a..0892dd727e 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -154,6 +154,15 @@ - type: Sprite sprite: Clothing/Back/Duffels/hydroponics.rsi +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelCargo + name: cargo duffel bag + description: A large duffel bag for stealing cargo's precious loot. + components: + - type: Sprite + sprite: Clothing/Back/Duffels/cargo.rsi + - type: entity parent: ClothingBackpackDuffel id: ClothingBackpackDuffelSalvage diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index fcbaf03442..bb606bc3bc 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -156,6 +156,15 @@ - type: Sprite sprite: Clothing/Back/Satchels/hydroponics.rsi +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelCargo + name: cargo satchel + description: A robust satchel for stealing cargo's loot. + components: + - type: Sprite + sprite: Clothing/Back/Satchels/cargo.rsi + - type: entity parent: ClothingBackpackSatchel id: ClothingBackpackSatchelSalvage diff --git a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml index 77dec00770..1ae36f0bdd 100644 --- a/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml +++ b/Resources/Prototypes/Roles/Jobs/Cargo/cargo_technician.yml @@ -18,11 +18,11 @@ equipment: head: ClothingHeadHatCargosoft jumpsuit: ClothingUniformJumpsuitCargo - back: ClothingBackpackFilled + back: ClothingBackpackCargoFilled shoes: ClothingShoesColorBlack id: CargoPDA ears: ClothingHeadsetCargo pocket1: AppraisalTool innerclothingskirt: ClothingUniformJumpskirtCargo - satchel: ClothingBackpackSatchelFilled - duffelbag: ClothingBackpackDuffelFilled + satchel: ClothingBackpackSatchelCargoFilled + duffelbag: ClothingBackpackDuffelCargoFilled diff --git a/Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..10030cdfc3d763ce4cf12dbdc0f0d31925e5730c GIT binary patch literal 473 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}zW@Ka}B_$OV6}7aqgoK1loH)_n-+z6t)R|T0US3{NQBi(=en7S7 zMOK51k=;k9{Q&YJZ$}E{Bw}t72HZ*8F zu4DbNW=~*%&xK1paSs|57cLgDWIAFb>cQ!GtbOgi$zG{F{7u#^3M^9vS{4X3#VO?G zzo{}lb|hF~?feQyMNOZt(-L+#M3q1L^;Nui*#?#Bd7Mw`ADLZ#K1D3eir1H6%GxT0 zzXq*QVh(wmH#0e0<2qyQEUTfW{dVf6f#-NT(H+$0ckPuHT)|Cz%Mf&U>tL1D|_>FVdQ&MBb@098A` AE&u=k literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/icon.png b/Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2461338959a88e8a617678e61e8d726c3e73e832 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?STi;9Ypl9DD)oVaS$s+N|P&TRhmy;5gZncv**0#wrWxMC5I;wlO9 z3;quS44cmAoCk_>7I;J!GcfQS24TkI`72U@g3CNz978PppI$gEbVz}xHL;2D$=~=J z#TibEQjaa={_ku3<#EudKbQVD3f<)BE?>#NzN>d3uS@n4MWKNBMXxwbxMr`vlw;D& zm*}~_*-aswB|7JVwO#49dF%!j#XSe79^>U;Ow&_f`6n+vfve%_d>(&>{cBi?%n#@m z-FU<+q8cG>z_j&p>I5rBnX}>tezVVLRk;49xw-Uu;GGhNNppKQu$=oVcjhP4d09Ev UvIY}&pok44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1k1^9%x#>K@YB_*}AwB+REOq@8;$J29tuhf}U=3!xBKqUt@`#l0uTqQw% z!T(`^Vbd9%^FUF~0*}aI1_r*vAk26?e?PrtK?Tp+uu|K@T{J9XRW;oi=u#&0Mo;G){?7+w-~FL`51$Y9^WvZvs`=zgXZ%k z%L0p*@hf+4ikA*3yCbe}{_&nU3v&1zU1g6qo3A+Tz%7%1;a*c&oL|(zzk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1k1^9%x#>K@YB_-wL-K}Fk|4j} z|1iL?>5R^KpeSd7M`SSr1K(i~W;~w1A_XY;!qdeuB*Ojew1Yye3LLJ=li&QW|G_Hi z7380Nxykt46keI!qq5Vc?>NBP!X4vK<8|So(e4G#3<|xMSRXU|ejTsCV)?G(kVx`t zQH3KCeV4zf&2Y;Q4X8KkNXQU(c(V2FygLkx*S|huvsgceC9_FVnl)2+Np3lZP}1gx zEW=F3+I#y=HeB;6e7y2H)QTMs8Xw%bpsTTnF`4t-A~#81iPd3g^}SteJ&G37MP6ha zkZ7{`tzBZ0z~eaYuc(!jL7T$)e_XP>643>wD@sig*2GV^8NYBbV=_lxvlCFa^M&Ky d2RHp;@L$_~rtF9MPoSR}JYD@<);T3K0RX=knvVbg literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/meta.json b/Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/meta.json new file mode 100644 index 0000000000..5ce2c3cf97 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Backpacks/cargo.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1 by potato1234x (Github) for SS14", + "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/cargo.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Duffels/cargo.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..1c888ace63d4a5e0dbecdd527e03a1a7d81a1289 GIT binary patch literal 493 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1k1^9%x<|YPB&t7I;J!GcfQS0%1l`4X*~Eg-)I>jv*25Z?D~+)~vw88lWW1^#A|i z$qq|mTyNWz7RGUjmMflaQmdK4o8#~)^Z_3m!`B^L7F!JYBeEa*TN~yx_+G4*X|+zdGIF6N|v2*>{W+CIBto)X3|xkK;pG z>6x-GM#p5Ho}2c5f^YP?ta2&Iz`S#+3i8^DvGNQIeMygZhMA7|_4Zq@WmGu5yoPg$l9s@^`!9>) z8uoSUVR5?h&8TCFd<)NqoAG=9$F_ujsJeRkwd~x#lS7>2S*7Rv-OTgf=Y1NpJwwX} Z{#Kz*hD>QDZD0^Hc)I$ztaD0e0sxrFyG#H8 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/cargo.rsi/icon.png b/Resources/Textures/Clothing/Back/Duffels/cargo.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a296739d8dd54545f1fe38f04bd6614652b18507 GIT binary patch literal 348 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbUBTX5m=Q5E*n*O6}fu1MEx;A}^Z)r$#o0m2da5><%d>AfDZT7$klhFIDe>IhhptF8FFUv)%4N=e z$#dNW4vtMN4{8hoE(I(+r)u?F*>UG8N5!Wa8NaVuaL+z+%XFE3jq)A&s(HZ=Kky1a z{2M=I%K7ROxtCaTgkFc-Qe$Ui>z+I3Rw`3ZO@Tnkz1B%Vr5sGRV;M4p%?>D>*%71h al=b)zJzeg|w|PK^GI+ZBxvXk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~u2Ka=yhM2NV&t*tWO$`VLxVTE~-gaXfLnS9CCm$c5vuDo&RW)C)X#i5( zB|(0{|KWha%b)QRP?)p8BeIx*f$tCqGm2_>fzba4!caDO|^SGdW5$3Sv&KkBE zob|fs%+uzmV0bJu?v`<0n~hW7k&$ltd5fo zdWKV9XN4pONZ^e!StfJyI ziWYJ^G$mFu3xC+ZfN3?KPr|C!rZ9FTgKFNWrnP)73E!lmWIGPLG2LRdLEl37!m9)C z4uo(suLQ}kZ~L=Xz3I@+pVx%6W^e%oFVdQ&MBb@ E08xdYyZ`_I literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/cargo.rsi/inhand-right.png b/Resources/Textures/Clothing/Back/Duffels/cargo.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..7aec3db48ed6e431c4f5f1e03012a8dd6058a624 GIT binary patch literal 419 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~u2Ka=yhM2NV&t(V*2uMv$y|_y4-gaXfL#4B4&pJ6d`S|z%Rh|AD{0c~M zmjw9*|AzwxFMq~QKw-`TkH}&M2EIce%qXhi)c_Ry;_2cT65;-Knxjy&0*~uLrLA}V zAMo`!aDU=NgS=fQqAgqwcRza8{z*W5M?+yF_l*5QIy>}sC-JDZNMswbM@I@g&gNEJ zdOa;9L7P))s^-$YalULhp$Gjgn5M2?uzl5o+8Vyy4AHY4;tu{|yWrJyrrqPdi+l2I z|MrS)lNO}>;&+-h+jzrN))axB-!tz;v8r;H<}yUPeqexDCm|lgdfMs61__}ldIl{m z51Z9yw6n}x;LXCiUC~i3gK@zFGnEr8x()INV?8EtMltvr@NybCaxdUq29_>4Xrgk3 qa~GQ*knWk^kZ|h4J|&5OQ{q)$rypz-TNDcPKZB>MpUXO@geCxdN}BBe literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Duffels/cargo.rsi/meta.json b/Resources/Textures/Clothing/Back/Duffels/cargo.rsi/meta.json new file mode 100644 index 0000000000..5ce2c3cf97 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Duffels/cargo.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1 by potato1234x (Github) for SS14", + "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/cargo.rsi/equipped-BACKPACK.png b/Resources/Textures/Clothing/Back/Satchels/cargo.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..7dfb99ea3e9fe700fe0c10b4b157e36a4a26c9f4 GIT binary patch literal 433 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E2l#}z+88P&M|kEY1|=mWO`JG!)v8sU+59anE$e%wwr<^eW|jGxrB*<- zF;Y)A0x8~-Aiv=MNPxlig;E<(g0sLQvY3H^?;r>>?wFYU7AW}3)5S3)!u{>k(_$?O z91gxdXFvYmU%o_RBYV`@B(ZzG1r4jWIUb!};wY|QFS^3)_5#friN;>$ap?=*^N5>B zom!@pUEQp3BlWome}%#g`(VFv4TmSjuFNwEWq1R&6-WrwEn!XXDNN9uZ<)D2B!b_7 z@yDzOLa&`?I92F*w6~k^ANAj%+>tQxl>Z)Y@e;;Mtg#J$W;)p3SZ5O$b(;I%nuuFk z;VU?%1sIud&f+<)nG!3})aX@X{xr`(go9~S?TxPcyAE1(sW4BCG0QodnZG_dTtLV4 z^t}nJIl10!DsL;hBG!L>dT;uJy*~|Z+r)plmKVL0dly5cX2(Zv*Q#Bw*7SHL0z-kp M)78&qol`;+0OwDtZvX%Q literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Satchels/cargo.rsi/icon.png b/Resources/Textures/Clothing/Back/Satchels/cargo.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..f85e084338832e8419fdb0df9eb1bd9f5dc09b2f GIT binary patch literal 411 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikd1AIbUZ48x?l9F;0gIZczCQh7~9O1cY)vB#qw-yu>oIQKCGn;>Xuhf}U z<~O&y0Cf~NTf7HS{3Stt!T(VJ!<9QT76PR>3p^r=85sBuf-vKbiP>*~f_FS!978Pp z?@l@>bVz~6g;OMx@#p{ZrRFV7p~n{+?_<_|vQgD1_V*!sZoZ!IYNp5!F5$}+60JEO zE$+^m!}Myqu*46KTO0RraXa3c$0yazaQIt3BU6v5qVs}9w;NNo2n8A(e5$mn#O2iH z2Q}+lr

wypj`sk$wKnn$}5tQ?%0!+8*q=F1O^`EFrdsjs<5lUGf}{#9m~W$;6~2 zERgHucw|xo!(KJ66URR&{ZN$1XNgmpC0%gs^sUB)(7=V pyZ0_|%Kps1E9p>ro&J_@3_5*UwVy9>&jtFE!PC{xWt~$(69A#vrUd{1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Satchels/cargo.rsi/inhand-left.png b/Resources/Textures/Clothing/Back/Satchels/cargo.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..bb2b3e163fc84a01a44ea784a3390e62e1b74494 GIT binary patch literal 447 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xCM6|JoH%jSs#Ps5EuGo?XI7b?J$v@%c9*SNx32G%vN2Rjj_}M) z1R36zvQHC8@s$Mm1^-6|46X<6oB+yj7I;J!0~H(wVaDV6D^h?CVDWTu42f`mJMAK0 zlL3z__idM!zyIIwy3~}nms=>V=7phR?n^!?`5ja8A2Ep==oK)2p3byOW$S5^o~Y24 zPmT+vP4>7x*OG-ZW&A>QbD#`Wut~k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`0Z1^9%xCM6}UTD5B8#EC5}EuGo?XI7b?J$v@%c9*SNx32G%vN2Rjj_}M) z1R3te_SGFo@s$Mm1^-6|46X<6oB+yj7I;J!0~H(wVaDV6D^h@h-#uL%Ln7SYPCG5s ztia={+#j|2&;R#kQw-wV;ug==E1Kh&G->e~p4Rpi4y=NrD-=G(Gwn(~JnyKFlurE2 zJBPj>z2V6icIsH=BJqjknlcG%ia$K-P~N{U+`pLV`1{jSl@t!MozLcCuUK)0$@})U zkFyRj%4t3Qr&v_8ZfBj{p~#u68_pGkEqdTrFV^zcqU>hh!BZ!Lw+A+IDQN{by0D5m z{(c_hA2ZLaoyDm84Odqd-z{gRo2wXC?{;qL*1W0Qy1-oJg1#zaL;o&kCofM1k*0eS zCIksFMBI@Vl3MA+klkAKNGao+dC*b!-nN#%6L>FJe6ZnXRjgr@3qEnH{e${6U=T2P My85}Sb4q9e0G}JMjQ{`u literal 0 HcmV?d00001 diff --git a/Resources/Textures/Clothing/Back/Satchels/cargo.rsi/meta.json b/Resources/Textures/Clothing/Back/Satchels/cargo.rsi/meta.json new file mode 100644 index 0000000000..5ce2c3cf97 --- /dev/null +++ b/Resources/Textures/Clothing/Back/Satchels/cargo.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Modified from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1 by potato1234x (Github) for SS14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}