From 4f2d2208f5fb60f55be5454c10295503e488460e Mon Sep 17 00:00:00 2001 From: Tiniest Shark Date: Sun, 7 Dec 2025 17:28:39 -0500 Subject: [PATCH] Misc Proper Rotation Sprites (#41764) * Proper rotation sprites. * copyright mentions * wrong one * better ointment --- .../Entities/Clothing/Neck/ties.yml | 26 ++-- .../Instruments/instruments_percussion.yml | 5 +- .../Objects/Specific/Hydroponics/tools.yml | 12 +- .../Objects/Specific/Medical/healing.yml | 4 +- .../Objects/Specific/Service/barber.yml | 4 +- .../Entities/Objects/Tools/gas_tanks.yml | 22 ++- .../Clothing/Neck/Ties/dettie.rsi/meta.json | 49 +++--- .../Clothing/Neck/Ties/dettie.rsi/storage.png | Bin 0 -> 384 bytes .../Clothing/Neck/Ties/redtie.rsi/meta.json | 57 +++---- .../Clothing/Neck/Ties/redtie.rsi/storage.png | Bin 0 -> 417 bytes .../Clothing/Neck/Ties/scitie.rsi/meta.json | 57 +++---- .../Clothing/Neck/Ties/scitie.rsi/storage.png | Bin 0 -> 450 bytes .../Fun/Instruments/microphone.rsi/meta.json | 41 ++--- .../Instruments/microphone.rsi/storage.png | Bin 0 -> 752 bytes .../Specific/Medical/medical.rsi/meta.json | 5 +- .../Medical/medical.rsi/ointment-storage.png | Bin 0 -> 318 bytes .../Objects/Tanks/emergency.rsi/meta.json | 147 +++++++++--------- .../Objects/Tanks/emergency.rsi/storage.png | Bin 0 -> 442 bytes .../Tanks/emergency_clown.rsi/meta.json | 147 +++++++++--------- .../Tanks/emergency_clown.rsi/storage.png | Bin 0 -> 530 bytes .../Tanks/emergency_double.rsi/meta.json | 147 +++++++++--------- .../Tanks/emergency_double.rsi/storage.png | Bin 0 -> 632 bytes .../Tanks/emergency_double_red.rsi/icon.png | Bin 648 -> 660 bytes .../Tanks/emergency_double_red.rsi/meta.json | 147 +++++++++--------- .../emergency_double_red.rsi/storage.png | Bin 0 -> 648 bytes .../Tanks/emergency_extended.rsi/meta.json | 147 +++++++++--------- .../Tanks/emergency_extended.rsi/storage.png | Bin 0 -> 468 bytes .../emergency_extended_red.rsi/meta.json | 147 +++++++++--------- .../emergency_extended_red.rsi/storage.png | Bin 0 -> 443 bytes .../Objects/Tanks/emergency_red.rsi/meta.json | 147 +++++++++--------- .../Tanks/emergency_red.rsi/storage.png | Bin 0 -> 440 bytes .../Tanks/emergency_yellow.rsi/icon.png | Bin 463 -> 461 bytes .../Tanks/emergency_yellow.rsi/meta.json | 147 +++++++++--------- .../Tanks/emergency_yellow.rsi/storage.png | Bin 0 -> 465 bytes .../Tools/Hydroponics/clippers.rsi/meta.json | 38 ++--- .../Tools/Hydroponics/hatchet.rsi/meta.json | 41 ++--- .../Tools/Hydroponics/hatchet.rsi/storage.png | Bin 0 -> 464 bytes .../Tools/Hydroponics/hoe.rsi/meta.json | 41 ++--- .../Tools/Hydroponics/hoe.rsi/storage.png | Bin 0 -> 378 bytes .../Tools/Hydroponics/scythe.rsi/meta.json | 46 +++--- .../Tools/Hydroponics/spade.rsi/meta.json | 49 +++--- .../Tools/Hydroponics/spade.rsi/storage.png | Bin 0 -> 449 bytes .../Objects/Tools/scissors.rsi/meta.json | 41 ++--- .../Objects/Tools/scissors.rsi/storage.png | Bin 0 -> 397 bytes 44 files changed, 901 insertions(+), 813 deletions(-) create mode 100644 Resources/Textures/Clothing/Neck/Ties/dettie.rsi/storage.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/redtie.rsi/storage.png create mode 100644 Resources/Textures/Clothing/Neck/Ties/scitie.rsi/storage.png create mode 100644 Resources/Textures/Objects/Fun/Instruments/microphone.rsi/storage.png create mode 100644 Resources/Textures/Objects/Specific/Medical/medical.rsi/ointment-storage.png create mode 100644 Resources/Textures/Objects/Tanks/emergency.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tanks/emergency_clown.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tanks/emergency_double.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tanks/emergency_double_red.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tanks/emergency_extended.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tanks/emergency_extended_red.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tanks/emergency_red.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tanks/emergency_yellow.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tools/Hydroponics/hatchet.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tools/Hydroponics/hoe.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tools/Hydroponics/spade.rsi/storage.png create mode 100644 Resources/Textures/Objects/Tools/scissors.rsi/storage.png diff --git a/Resources/Prototypes/Entities/Clothing/Neck/ties.yml b/Resources/Prototypes/Entities/Clothing/Neck/ties.yml index 2e172ae285..2c13dade47 100644 --- a/Resources/Prototypes/Entities/Clothing/Neck/ties.yml +++ b/Resources/Prototypes/Entities/Clothing/Neck/ties.yml @@ -1,13 +1,5 @@ - type: entity parent: ClothingNeckBase - id: ClothingNeckTieBase - abstract: true - components: - - type: Item - storedRotation: -45 - -- type: entity - parent: ClothingNeckTieBase id: ClothingNeckTieRed name: red-tie description: A neosilk clip-on red tie. @@ -16,6 +8,10 @@ sprite: Clothing/Neck/Ties/redtie.rsi - type: Clothing sprite: Clothing/Neck/Ties/redtie.rsi + - type: Item + storedSprite: + state: storage + sprite: Clothing/Neck/Ties/redtie.rsi - type: Tag tags: - HamsterWearable @@ -24,7 +20,7 @@ - Recyclable - type: entity - parent: ClothingNeckTieBase + parent: ClothingNeckBase id: ClothingNeckTieDet name: detective's tie description: A loosely tied necktie, a perfect accessory for the over-worked detective. @@ -33,9 +29,13 @@ sprite: Clothing/Neck/Ties/dettie.rsi - type: Clothing sprite: Clothing/Neck/Ties/dettie.rsi - + - type: Item + storedSprite: + state: storage + sprite: Clothing/Neck/Ties/dettie.rsi + - type: entity - parent: ClothingNeckTieBase + parent: ClothingNeckBase id: ClothingNeckTieSci name: scientist's tie description: Why do we all have to wear these ridiculous ties? @@ -44,6 +44,10 @@ sprite: Clothing/Neck/Ties/scitie.rsi - type: Clothing sprite: Clothing/Neck/Ties/scitie.rsi + - type: Item + storedSprite: + state: storage + sprite: Clothing/Neck/Ties/scitie.rsi - type: Tag tags: - ClothMade diff --git a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml index adff2cf014..654a491d88 100644 --- a/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml +++ b/Resources/Prototypes/Entities/Objects/Fun/Instruments/instruments_percussion.yml @@ -61,7 +61,10 @@ sprite: Objects/Fun/Instruments/microphone.rsi - type: Item size: Small - storedRotation: -45 + storedSprite: + state: storage + sprite: Objects/Fun/Instruments/microphone.rsi + - type: entity parent: BasePercussionInstrument diff --git a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml index e37c1a8816..cfe3a6924e 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Hydroponics/tools.yml @@ -19,7 +19,9 @@ Slash: 6 - type: Item sprite: Objects/Tools/Hydroponics/hoe.rsi - storedRotation: -135 + storedSprite: + state: storage + sprite: Objects/Tools/Hydroponics/hoe.rsi - type: PhysicalComposition materialComposition: Steel: 100 @@ -98,7 +100,9 @@ Piercing: 2 - type: Item sprite: Objects/Tools/Hydroponics/hatchet.rsi - storedRotation: -135 + storedSprite: + state: storage + sprite: Objects/Tools/Hydroponics/hatchet.rsi - type: PhysicalComposition materialComposition: Steel: 100 @@ -125,7 +129,9 @@ collection: MetalThud - type: Item sprite: Objects/Tools/Hydroponics/spade.rsi - storedRotation: -45 + storedSprite: + state: storage + sprite: Objects/Tools/Hydroponics/spade.rsi - type: Shovel speedModifier: 0.75 # slower at digging than a full-sized shovel - type: PhysicalComposition diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 937d4c0389..74b9caaf63 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -27,7 +27,9 @@ state: ointment - type: Item heldPrefix: ointment - storedRotation: 45 + storedSprite: + state: ointment-storage + sprite: Objects/Specific/Medical/medical.rsi - type: Healing damageContainers: - Biological diff --git a/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml b/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml index e3fe3584f8..ccd42776e3 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Service/barber.yml @@ -8,7 +8,9 @@ sprite: Objects/Tools/scissors.rsi state: icon - type: Item - storedRotation: 135 + storedSprite: + state: storage + sprite: Objects/Tools/scissors.rsi - type: MagicMirror - type: ActivatableUI key: enum.MagicMirrorUiKey.Key diff --git a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml index eb4b881998..8ce9de0f3b 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/gas_tanks.yml @@ -94,7 +94,9 @@ - type: Item size: Small sprite: Objects/Tanks/emergency.rsi - storedRotation: -45 + storedSprite: + state: storage + sprite: Objects/Tanks/emergency.rsi - type: GasTank air: volume: 0.66 @@ -123,6 +125,9 @@ sprite: Objects/Tanks/emergency_red.rsi - type: Item sprite: Objects/Tanks/emergency_red.rsi + storedSprite: + state: storage + sprite: Objects/Tanks/emergency_red.rsi - type: Clothing sprite: Objects/Tanks/emergency_red.rsi @@ -136,6 +141,9 @@ sprite: Objects/Tanks/emergency_extended.rsi - type: Item sprite: Objects/Tanks/emergency_extended.rsi + storedSprite: + state: storage + sprite: Objects/Tanks/emergency_extended.rsi - type: GasTank air: volume: 1.5 @@ -153,6 +161,9 @@ sprite: Objects/Tanks/emergency_extended_red.rsi - type: Item sprite: Objects/Tanks/emergency_extended_red.rsi + storedSprite: + state: storage + sprite: Objects/Tanks/emergency_extended_red.rsi - type: Clothing sprite: Objects/Tanks/emergency_extended_red.rsi @@ -166,6 +177,9 @@ sprite: Objects/Tanks/emergency_double.rsi - type: Item sprite: Objects/Tanks/emergency_double.rsi + storedSprite: + state: storage + sprite: Objects/Tanks/emergency_double.rsi - type: GasTank air: volume: 2.5 @@ -188,6 +202,9 @@ sprite: Objects/Tanks/emergency_double_red.rsi - type: Item sprite: Objects/Tanks/emergency_double_red.rsi + storedSprite: + state: storage + sprite: Objects/Tanks/emergency_double_red.rsi - type: Clothing sprite: Objects/Tanks/emergency_double_red.rsi @@ -201,6 +218,9 @@ sprite: Objects/Tanks/emergency_clown.rsi - type: Item sprite: Objects/Tanks/emergency_clown.rsi + storedSprite: + state: storage + sprite: Objects/Tanks/emergency_clown.rsi - type: Clothing sprite: Objects/Tanks/emergency_clown.rsi diff --git a/Resources/Textures/Clothing/Neck/Ties/dettie.rsi/meta.json b/Resources/Textures/Clothing/Neck/Ties/dettie.rsi/meta.json index f6ae2ed6de..c5916a5432 100644 --- a/Resources/Textures/Clothing/Neck/Ties/dettie.rsi/meta.json +++ b/Resources/Textures/Clothing/Neck/Ties/dettie.rsi/meta.json @@ -1,26 +1,29 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14 | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "equipped-NECK", - "directions": 4 + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/5a73e8f825ff279e82949b9329783a9e3070e2da, edited by Flareguy for Space Station 14 | In hand sprites sprited by PuroSlavKing (Github) for Space Station 14. Storage by TiniestShark (Github)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "icon" - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - } - ] + "states": [ + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "storage" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Clothing/Neck/Ties/dettie.rsi/storage.png b/Resources/Textures/Clothing/Neck/Ties/dettie.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..ea16fe10626184503e4f61d3416969be281ec65c GIT binary patch literal 384 zcmV-`0e}99P)Px$I!Q!9R9J=Wm%)mJFc3s*7bOv*2qN??|NmLuym%XkO@!=0GC1R0x+AkJJ9P{s zzErhM2l(&$(rohHr{^_h#yrpB^C}GhGs8KDs@k`2+XiOV9Hnyr0Ej4AYXJc3x~gtp zEFwxobc#cw@2g=F`hPT^IG@gkZ$o2y`MG#}W52+Ge z8UX-t3?hJI19}FCF{;LM@hDA1$vKCnX&%-?2;%%z02!k1`xC%4P2%&49wx&u005R{ e`MVF3U)K+ysjVA;*spj10000Px$TS-JgR9J=Wm(5DUKoo_)F{R=tDJi6ttO9Oy=fbDyE97~61)s^KEAa;m4mu@} zFfQU~YAiUnwMFdNb)a{?oO8L{f&VTg`O|DNcHf;}Jv;^18%O{Ea-DGSe%;)`jV(oW zL=HgfLaq~_yo5J}6( z0g^#PjK*Lo>t^!+W!+$~#B9NVB1_$cJ_f*G84Y7`ABYA~SvS1ySH$S{Kv_u{Ie?d; zy||6Rh-!!;@D11nkv5_Tpxc055Q%mX>>>zupgV-RAktwJ>_Be_c?pM+I0A3Kmo$c; zHLA!`cQQPx$d`Uz>R9J=Wm%nPlP!z_0Ew>O5A+8yO6z<>}L8OaNaPblP7>;>>j(w8S(Y;%T zCg9{CG+S0(gn%u#gIueULeH_Z^v}111ak7_``w(J3x8cFnwzXmUETHh{90VkXbeO} zMW->Mbru4!STC8aCd?JJR0#kK%-D4rBLHTr3HQ%8>RM`9o4WUKd{im~UQtm2sG>jG zfVHVJ?IHH@1y(pMf>W)5sHo^on-u+!G7hw5^a+%4Kzl{-B!j%m*C*il zGude* z$$}jOs%PsBc>N>z6$r!zcALEX>4Tx04R}tkv&MmKpe$iQ>CI62Rle{$WS|35EXHhDi*;)X)CnqU~=gfG-*gu zTpR`0f`cE6RRe3JS*_Mt`=0!T!GgAu;X2JxB(Q`eQV=1djtZ)<5TjKi#YCF+;~xI7<4=)GCRYWF z91EyHh2;3b|KNAGW^roLO$x?=-WS{c7y|;kK&xTf-^aGyIsyF8z?IhV*P6iWC+Urj z7C8cjwtZt~5Ji8Yh;bTI1VI_O z%?W%8DvrrPI6+z~B_*bahlVX85>^Uf$AFSm_BWPnjsN3Y_5l2M-Nh7HYsc^Ao2C)( zCoZtoj(MIVgaD<~+339&L)`CWu9Sk-dNG~N0Bh#45TXRu%%@Qz5x^zpA%x=qx~^L_ zXXfJonE6KtWP)Px#_(?=TR9J=Wlrd_90{@xg;gzS4iat4JKEd<(6Z-z$Cxspn zVH`z_qlhBn^$V)vKhcVK)D$Px$bV)=(R9J=WmcdE_K^%v_jTVpYMui2vfLa7A-nSn z6kUX^n}kA8E=ABGh@?x|7HWqA*TZ&NLGa*?rbT|2o&7H}zmJ(6W?;;JN9w0@EE;jT z)r*(qp2rmyh(#k#aB+#}mukEA^l%S=Ur~FOnDiQ)OeCDVVMqWM#q*ADenkbm&44F? zWFq0LuEc4)TMj@fy-uNI;xy}gH0qv$T_(JS@8@y=NIsQ9$@H2hE&%XawE$42X92Lo z8SHRocmh?+>RNAU+4lPXsDR7-T%g^qg*2gH&jNYFklZbIZI*GGb!1Z~aF`vAfGgow zRBU4h$*0oNvQ#&8WK$oGfXmj=XUBU>6Q2bkfkEO~z&EqZ!SN|}IMeqJC?o)o+B=~Z z(%23yj7DIP{7r#M<+0;AbOD#MFPW*k{tl#(FM-gFD89Do1k<}*Uflv9o4U|lKv=+) k0BFA52#1duGv-(D4V4CV!M@nK!vFvP07*qoM6N<$f&)s$nE(I) literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/emergency_clown.rsi/meta.json b/Resources/Textures/Objects/Tanks/emergency_clown.rsi/meta.json index 21d23712e9..760edc5a67 100644 --- a/Resources/Textures/Objects/Tanks/emergency_clown.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/emergency_clown.rsi/meta.json @@ -1,75 +1,78 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/ff8df99906ab1909674680b9973bd3c909080360", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/ff8df99906ab1909674680b9973bd3c909080360. Storage by TiniestShark (Github)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-BELT", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE-dog", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-puppy", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-fox", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-cat", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-sloth", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-hamster", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-kangaroo", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-possum", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-pig", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "storage" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE-dog", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-puppy", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-fox", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-cat", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-sloth", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-hamster", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-kangaroo", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-possum", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-pig", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Objects/Tanks/emergency_clown.rsi/storage.png b/Resources/Textures/Objects/Tanks/emergency_clown.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..9aa8823e4c4e8e56f9c9f7026d45b69163bff61b GIT binary patch literal 530 zcmV+t0`2{YP)Px$%t=H+R9J=WmcL6|Q545N5r;z(J3Inu%Zm^(m3C;?*i0FuqeAIYXa^COO1oI- zq!9lAp-6|$0hb_gO#gt`I;fQXKp%|(?ciW6G?j}8r$bDr)WLhx5TyCQg~#FDbH3+r z&f!9j|D8}fmpw187ujpIgG>8$7T|ety)|+dfc?GQmfcSz+1dVRCBlmI=$HbCMD)+& zdGXe<@z-w~JazjHTbpHl^mqz@;OiFvwl>Qc^Q$viH-kT!e4!!{_5I;<*(={PFN;>0 zH?gX~kE6rZcQ_p7_3VdA1Eu!hsF)io=%@)yY5q+xY%|gG^9&oC_Y`KprC6}vzVbz2H z3ny@oaiWzH>63;nQ-RgPQzje)bbS$7SAZ3W)=Tgi_h!ecMN~m^l5!eBXyZwi7g2x;3Fb`Dxra!P9z8nEZ`bUR UkPTjnA^-pY07*qoM6N<$f|$bj6951J literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/emergency_double.rsi/meta.json b/Resources/Textures/Objects/Tanks/emergency_double.rsi/meta.json index fe19dcec1c..f4db0728d2 100644 --- a/Resources/Textures/Objects/Tanks/emergency_double.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/emergency_double.rsi/meta.json @@ -1,75 +1,78 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Storage by TiniestShark (Github)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-BELT", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE-dog", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-puppy", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-fox", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-cat", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-sloth", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-hamster", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-kangaroo", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-possum", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-pig", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "storage" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE-dog", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-puppy", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-fox", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-cat", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-sloth", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-hamster", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-kangaroo", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-possum", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-pig", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Objects/Tanks/emergency_double.rsi/storage.png b/Resources/Textures/Objects/Tanks/emergency_double.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..f12481de65e82069d6e78466610c07349a020b03 GIT binary patch literal 632 zcmV-;0*C#HP)Px%GD$>1R9J=WmqBO~K@^5ROKFQBwnUQ9A~qyc2$(<-!9x*}K(Dz}P$_uOgNI&3 zym%2y)I$k^hfs1Oi8xwFl7xmT~>NUh!5&BudhLI6~%n#ucpJ~3>{i0G;Vp)voy z4jdmG0{%b;1WpA`1MqqM1Er5;<${zZh>F9(02`GpwvC1@9}Wg6zF!BB79%YnH0E!L z_5wtrF+5(k8P_zO)s^NTqo)tqEldFh0N0|uB(idAcC`nbz@Y%;Q=q~-F5q`S`YxD`Pwu;VH!52I zj1IdFbl9x+A(DTLd5xr3ubJ66M(uq?&w``(0f3j6Kj5mzlvYKyY-HZ S+893o0000V5kPgAN!wx~YQ{thM5M4Be${S?I9b|=Io@RuOc^Gz(CGEAeAjaMf@x1w` z{ds-Y?fstiuxIb*^ZV}EGcaPr$bX36>rwn(kJ8BAmSzCmu76IY&1wT6v%X9`R$rboU4IIz^BY!=_dGo^UUNS zi;b1T5>~rIoqycz>Qwsu1AN-do@qjJ0|K5a>=ClqPD~!M*ci075VF{i_lq3JB>=Ly z9n)H7^`Fnv^ec!2d`dDUk((GNEtlD<9PuuAjo|!(3a^%IZb#o45b)h&aM8q!vz?C@ z{yZuzm+L|`3kZ00G_1mtDT!QRPu(+RHZxnP0I+gcs(*UwH46xMA|B&vctnNoPK=+} zmzK-)eyeDL*A<8ae9Gj-Hlm|p`rN&Ikd_cloQ8w8$?FP40zRe3+zLRCxmATH;xUpb ziRWJrbi->308I2b)$d$1@%ZU9iFl0LQ;&G~`HL=iRRO=(qvU`5;%79;R^pH z9Z5t%R9Hu27zLwX6wm_Lnwk6uVJH_bV1m*V0X;Qku!S&7KYn=6prxw^b_iGj9zd}J zK$d4@XM@=SB4S{^yox%*@xuqfd_s<3gwkXIm}MW{ykc;2c7I`5zjiePj1RK>;hmds z{^3(+u-Zj-2*7*}GW_#~RIueRKFsnJ zwtRUHwiM=bkYg=v?HR6JzJw7HB!>XZ@>>sIfGtDzIf(BpzyhX0d{ANp0Z>SQ(gZd@ zk^?}N_sm=bwtsx@hd&Hg_?Q@uc-t{7U%Cu#IW7Ql1h#ZQv;$z4Kh8{mTMi3}ei>0P z9|S;hFaWX?%ESqXasbTolJq#Z<*<-|fqW(=hKc|Ff!UxmfGgFb17;|V6TmF5tEyx$ zv9Mw|_xv8%a!^Ph1CYbSe*P!PauC3)5M(*bXO@oc41dS>?*v;83JH)n48Ve&RLemC zXB2=e*ZBkqQVa#%>f9O2>P%P?>DY=+3_D2glx0h}QKs?9=ty}@i)NPqyy z5q<5g3|yY>F5vu6iRB=GQ!{e$xn}cLh6Rx^P#FlI)aNjO*8pTkfC?K*6C5@`&=BM* x7Y3+hIS3GC5XccwCQ-%fC>RB!fOx>b002SULeoEeSwa8+002ovPDHLkV1mND0LlOW diff --git a/Resources/Textures/Objects/Tanks/emergency_double_red.rsi/meta.json b/Resources/Textures/Objects/Tanks/emergency_double_red.rsi/meta.json index 74fc108c09..f8ac073188 100644 --- a/Resources/Textures/Objects/Tanks/emergency_double_red.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/emergency_double_red.rsi/meta.json @@ -1,75 +1,78 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Adapted by DangerRevolution from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Adapted by DangerRevolution from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Storage and icon edits by TiniestShark (Github)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-BELT", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE-dog", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-puppy", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-fox", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-cat", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-sloth", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-hamster", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-kangaroo", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-possum", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-pig", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "storage" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE-dog", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-puppy", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-fox", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-cat", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-sloth", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-hamster", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-kangaroo", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-possum", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-pig", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Objects/Tanks/emergency_double_red.rsi/storage.png b/Resources/Textures/Objects/Tanks/emergency_double_red.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..9dab1a5cea44f5a6fb87ee3212bb9de0b2f80fba GIT binary patch literal 648 zcmV;30(bq1P)Px%LP_OYD;YrLZOyi(h@Mi`U46@NwTGbt2!w-XYK5u z*-8f|hjwYJASkpBVp9ZZ2GN$JBBn%a9rA~gTMR-&AssIFlAAW=oFvu3zSH-;hjZ?G z-g|z&1OGcZTIoD?^>VdQ+xrh6g~mS7%Ex^d`~YNgd6V}H4H;ooL_|vt_`RNe4xH`j z1^$8q1_sq(0Jbt|QXAi-CnVLum~p_TvYGwGwpOyV2Yf2YFBt$~F~S1;UQgAq7a$l4 z<8(R9ypS)l9A7f?ZLK6ELJ<{UVBD^YSWTuVh&*)u71Ad$?2exld-E0T5LbCI|W% zxA&rU+gNz>mdSyBqKZD;l^yZprKL5{4jc=R-UTvz+XWm2q;A9LTH2Cl{!|X-+b$sX z{G}Nu5(#oYzB4~N*N_*1@NIbS=Jl%0Gh*Sgxjfp>B1UCY&x;f#QVu+P^w^ARXWEDt zfs_OFobj*KZrg!;+Z~v?ILyYDUVz56T}JGuSS*(s@*)u4hSTp79nrNk-a!{}Z5M#W za*3XE4k9b-`}iX%NH}x(! i=sjSdnbQ0i{}g+#De0mETr&&+0000Px$j!8s8R9J=WmN84iKp2MK6lqHpnox1*)KYK|tki@|&0>XulT$&9o46EzK^H+> zodg#LK~%6Kxv!QQ1Y4tb{BU#%+^Yz(+Iqv8}?; zHLG3B2`J_S+Dvu<;P)dIjQ{}h z=?>No*ft?m1*)|=7v=?goD{$h1&~j7u)f^H*4Za*E}MYKQt7p;y_jMCp1HpVs0Cut z2u_a=QJ4uqOtt=A006ej8xT`1_{5Ss0{z4juq6<Px$bxA})R9J=Wmdi>4Q5=Uq#R(C?aX>RSE)s(vSA$S66gbOXz*@Cw*=zIwA@l|< zD%`ZoR&G*U6$q&q5t!P-OP56i)1pQYgFG`{TKMhGpL5RdI~NWI=FAv}oxxf{HGZq- z3dND+3cEBYXp4#1^ z+i4r?+9si3kVdOT>Gpz8Fa}_QWkp0#v=f5u0~19E@F|; z-<>BRFiz$Iwgg=FkFyalgG)|nHUi_sw!l^AbG8C@vGgh3+uAVFvWKJI_wb8XYu_=; l0;U8&_5H(g_?$Waf-kU}XR1r;3H|^8002ovPDHLkV1g%Q!0iA4 literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tanks/emergency_red.rsi/meta.json b/Resources/Textures/Objects/Tanks/emergency_red.rsi/meta.json index d71cdae541..5990e60d2b 100644 --- a/Resources/Textures/Objects/Tanks/emergency_red.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/emergency_red.rsi/meta.json @@ -1,75 +1,78 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Adapted by DangerRevolution from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Adapted by DangerRevolution from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Storage by TiniestShark (Github)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-BELT", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE-dog", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-kangaroo", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-puppy", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-fox", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-cat", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-sloth", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-possum", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-pig", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-hamster", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "storage" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE-dog", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-kangaroo", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-puppy", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-fox", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-cat", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-sloth", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-possum", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-pig", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-hamster", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Objects/Tanks/emergency_red.rsi/storage.png b/Resources/Textures/Objects/Tanks/emergency_red.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..678857be6cbd3b41f4898bb628810e46f5c99ad5 GIT binary patch literal 440 zcmV;p0Z0CcP)Px$a!Eu%R9J=WmQ70nK^%u4Wj90w*9FbIct{L_JS{?j6zH)pV4b>j>}&J^Lg*WG zsPNJ)J9$a*R3M~cL||$MUwS!2upLTC406_W4f46opPBhR^TIGNNU$D6q51jAe zRaFwQgMF`yqejgdfgZcZF9Yr5e85@(GZ7XDIp;{9q)EsQ;)>8aW{v>BsTLxxNQ8s_ z-#br2z)Z#xkZ$j%D^Rq{(-HW-@{9Jn^#W#M=ts1(v8JaKCkNfn;b+gr{sM*tdJ+JY i*EhrAGiJ>A6MO(5qi3XE{RZ^_0000Px$he7nK0I{KLP92glf!jva>Y{9<6Yt3nP{y?u4}4zJDMSH zZdK*Kkt>#(0DlpY6EZvJ%?uC0b++%j_{Vj_Sf(Lfovg4-LmaP8 zh;mvH<+M`0_xle3@LXq^hFITT;q!X3=6Pl3%eyw2%PZfz^|Zh;4Y9G*#{2VapmKl~ zFY;vUldg_p;BxSI3}Z%n&5#8p2al)Vqh}GAuZajk4lO=rU~R4x=+1owR3aXpUI7A= ehlGTL0DJ+k3Ai!1>EZqW0000 delta 438 zcmV;n0ZIPN1J47HBYy#wNklPdcLRIu?QV_{+x{q-0 z-Q7P2L4pMNZ_zbX=$a~Izi;*%>N++(y?w|^coxt#Rg7dtaeo~fT~kFUtZ;I4NVvU2 zO2U(XuBl>RFvZH!5?zrf00V<50E)MHDGARfu(P#ES0sw_RAMTvaFE?6t|tkF6)6c% z0$84n9ujdT_ zsLRYU4Y9a3$J_aE&3I+!vl})?r)PDoDP4q(fP>@-Sf(MCXIgnFUHJ-^60l4|EKC$W zjr#$IAFjYM4UtK_H4Ofv06@ZMtNFeBgoDI8@Y*>IOfS|*_yvbLYQXQEOAAya?jOnk gzQTh93GyfM4%4>HHU-pp-2eap07*qoM6N<$g4|-zdjJ3c diff --git a/Resources/Textures/Objects/Tanks/emergency_yellow.rsi/meta.json b/Resources/Textures/Objects/Tanks/emergency_yellow.rsi/meta.json index fe19dcec1c..1cfa40a9f9 100644 --- a/Resources/Textures/Objects/Tanks/emergency_yellow.rsi/meta.json +++ b/Resources/Textures/Objects/Tanks/emergency_yellow.rsi/meta.json @@ -1,75 +1,78 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Storage and icon edits by TiniestShark (Github)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "equipped-BELT", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE-dog", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-puppy", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-fox", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-cat", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-sloth", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-hamster", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-kangaroo", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-possum", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "equipped-SUITSTORAGE-pig", - "directions": 4, - "delays": [[1],[1],[1],[1]] - }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-SUITSTORAGE", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "storage" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE-dog", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-puppy", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-fox", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-cat", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-sloth", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-hamster", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-kangaroo", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-possum", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "equipped-SUITSTORAGE-pig", + "directions": 4, + "delays": [[1],[1],[1],[1]] + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-SUITSTORAGE", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Objects/Tanks/emergency_yellow.rsi/storage.png b/Resources/Textures/Objects/Tanks/emergency_yellow.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..68db7d9ac0e90cffa3f97fea1a1c530eeb2c87c6 GIT binary patch literal 465 zcmV;?0WSWDP)Px$i%CR5R9J=Wma$92Kop06DbkiIG@;_qsioi`Sg8q_n#BqQC#QlIH*qQc1ziMj zbrM`01X01F=%RFRic_fw6&-}qLC_k6B#H_mJ*NbUg1u|gD&|{~d%3&!<=t@{;PT($ z+8M0K68SE!mdY*9+t*I=kl2Uy8>w|Bq~4#9ZTn!cNcj>=7yTEIio`Jt}C zG<3V2&j`q81lpYJ0_M{*0APG9ZpXw#4f%{inG5m)-j8$O2YkpT8(3YeV&n9KHZPli#X{kwsXd=!KF@l;2dD)i z;Sf%a_K}+kKupxSF8~0W2Wt=$HF(5AZv;BY-xToOE;T*7E@1JdUE%y9`g2F81UdoJ zm27T0P1cwFI4iya0P`^nFkZ>F4vQR+CRPDile@UM{0cq+OXPJ*0x9r_00000NkvXX Hu0mjfPq@a^ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tools/Hydroponics/clippers.rsi/meta.json b/Resources/Textures/Objects/Tools/Hydroponics/clippers.rsi/meta.json index 2bd70432d0..28694a1555 100644 --- a/Resources/Textures/Objects/Tools/Hydroponics/clippers.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/Hydroponics/clippers.rsi/meta.json @@ -1,22 +1,22 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/3160508c1a9f367be0ab054cceaf2e36c0b66250", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "inhand-left", - "directions": 4 + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/3160508c1a9f367be0ab054cceaf2e36c0b66250", + "size": { + "x": 32, + "y": 32 }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "icon" - } - ] + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "icon" + } + ] } diff --git a/Resources/Textures/Objects/Tools/Hydroponics/hatchet.rsi/meta.json b/Resources/Textures/Objects/Tools/Hydroponics/hatchet.rsi/meta.json index ab98f8e78a..959ccb745c 100644 --- a/Resources/Textures/Objects/Tools/Hydroponics/hatchet.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/Hydroponics/hatchet.rsi/meta.json @@ -1,22 +1,25 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "inhand-left", - "directions": 4 + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, storage by TiniestShark (Github)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "icon" - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "storage" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Objects/Tools/Hydroponics/hatchet.rsi/storage.png b/Resources/Textures/Objects/Tools/Hydroponics/hatchet.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..9641178347f14fc70057f175d7d224e818f63f9e GIT binary patch literal 464 zcmV;>0WbcEP)Px$ib+I4R9J=Wl|M@YVI0Rlmx_@b5~5`YHQ!JaEe*{r61|3?7f?{p8%S{IoixnrH2AMXh0ZhevTITlOt0rrT>MOTJioi&hwt+b=FAvn)ZoR%nFC-LFIbjE zz1{$zP|x*hYL!m_w)Z!AxJi%v-!Q!63J&8(1cUdOrb)G0C08my5o!xn?3PVb*x#Ljnx}MjI%}X@DG$CE%e_VDUGf94 z5{n2m2NzQi4u#P)4OLail?v#(uH>JK%8$~)=k*ZVhzd7{F$pA-*9zbq#*cV-Oq04x z2{#fF=$DvuW7h(G5>sL3+fYitZrQUHm;`eHVFCN=n|8ZN{xy%0hzM^}=>#6H4y3+! zbq)-pVYPTWUzI+ggatCE0XmBT+Ga*dKxzs+O^Zc!S4u!Q0buqC0MZEv2^fipv%IoS z^jMd^q=Xaj*f#H}6Q`2BMZ5f%+HLtKMk3Px$G)Y83R9J=Wma$62KoExic#<66ULi=-#uV8mf|x?`2I0!QgWv;LSoi|wdD8d} z;uWz;C)iw}!Aef=HXdUkClQNdccNz?UpegTe$37e3v{#zDJ2C#KuMAi07Owl01$>D z#c})<*I`39!Eqd9S!UH^d7fKkS?X?OCScpPR=jb6rfHvmQc5en3TyR}??@?02m#>p z-j@e^p7*0Ue-$AF`Mys=2<@j=$G8WE2V1aqfaB2-=lm8nVJA?hnpf);Xo60_SfF}) zhf*_4?k6Zx*LWDQD{yl)V&!j|CcaMRc(~XDYYuY+#^(bp`U9w!F-w4T1-;o6{ox5q zz_i9Q& Y08S28=AO5^0ssI207*qoM6N<$f^(mphX4Qo literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tools/Hydroponics/scythe.rsi/meta.json b/Resources/Textures/Objects/Tools/Hydroponics/scythe.rsi/meta.json index c82626cfbf..1d0ef05567 100644 --- a/Resources/Textures/Objects/Tools/Hydroponics/scythe.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/Hydroponics/scythe.rsi/meta.json @@ -1,26 +1,26 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/3160508c1a9f367be0ab054cceaf2e36c0b66250", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/3160508c1a9f367be0ab054cceaf2e36c0b66250", + "size": { + "x": 32, + "y": 32 }, - { - "name": "inhand-left", - "directions": 4 - }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "equipped-BACKPACK", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Objects/Tools/Hydroponics/spade.rsi/meta.json b/Resources/Textures/Objects/Tools/Hydroponics/spade.rsi/meta.json index aa99fa574a..f167da2bac 100644 --- a/Resources/Textures/Objects/Tools/Hydroponics/spade.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/Hydroponics/spade.rsi/meta.json @@ -1,26 +1,29 @@ { - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/3160508c1a9f367be0ab054cceaf2e36c0b66250", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "inhand-left", - "directions": 4 + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from Aurorastation at commit https://github.com/Aurorastation/Aurora.3/commit/3160508c1a9f367be0ab054cceaf2e36c0b66250, storage by TiniestShark (Github)", + "size": { + "x": 32, + "y": 32 }, - { - "name": "inhand-right", - "directions": 4 - }, - { - "name": "icon" - }, - { - "name": "equipped-BELT", - "directions": 4 - } - ] + "states": [ + { + "name": "icon" + }, + { + "name": "storage" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BELT", + "directions": 4 + } + ] } diff --git a/Resources/Textures/Objects/Tools/Hydroponics/spade.rsi/storage.png b/Resources/Textures/Objects/Tools/Hydroponics/spade.rsi/storage.png new file mode 100644 index 0000000000000000000000000000000000000000..53ede50b9429fe976acb4e6c91ac2100b5ea8559 GIT binary patch literal 449 zcmV;y0Y3hTP)Px$dr3q=R9J=Wma$61Kp23(T1!ew17@gk^43V{q*(9)d=J3~aB%Pi>?pp3L&3qt z2k0ht5lWXLxD>Ra2-4VV8qTRwOGWQ4DusSa!hhWVfBcu+9n3RA2xXgN$)@rN6t7OmlU-Yc=0^BZ~TxyTbt6TdA=? z^PoVIFED&N;zC*V@N#Dgpr6IOgGU rUp?JiuyNG07SX0%D=C`|Xu+6wtE`-C<2BrgQu&X%Q~loCIBc!s?`7h literal 0 HcmV?d00001 -- 2.52.0