From f6258223658fa51a94c685b4d79b62ec8d7d07ca Mon Sep 17 00:00:00 2001 From: Gaxeer <44334376+Gaxeer@users.noreply.github.com> Date: Fri, 25 Nov 2022 13:27:45 +0200 Subject: [PATCH] fix: add missing flame to cowelder (#12680) --- .../Entities/Objects/Tools/cowtools.yml | 1 - .../cowelder.rsi/inhand-left-flame.png | Bin 0 -> 201 bytes .../{off-inhand-right.png => inhand-left.png} | Bin .../cowelder.rsi/inhand-right-flame.png | Bin 0 -> 201 bytes .../{off-inhand-left.png => inhand-right.png} | Bin .../Tools/Cowtools/cowelder.rsi/meta.json | 64 +++++++++++++++--- .../Cowtools/cowelder.rsi/on-inhand-left.png | Bin 306 -> 0 bytes .../Cowtools/cowelder.rsi/on-inhand-right.png | Bin 306 -> 0 bytes 8 files changed, 54 insertions(+), 11 deletions(-) create mode 100644 Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/inhand-left-flame.png rename Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/{off-inhand-right.png => inhand-left.png} (100%) create mode 100644 Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/inhand-right-flame.png rename Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/{off-inhand-left.png => inhand-right.png} (100%) delete mode 100644 Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/on-inhand-left.png delete mode 100644 Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/on-inhand-right.png diff --git a/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml b/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml index 4ba85d13b2..4fa01ea6d3 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/cowtools.yml @@ -121,7 +121,6 @@ - type: Item size: 10 sprite: Objects/Tools/Cowtools/cowelder.rsi - heldPrefix: off - type: Tool speed: 0.05 - type: Welder diff --git a/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/inhand-left-flame.png b/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/inhand-left-flame.png new file mode 100644 index 0000000000000000000000000000000000000000..cbb49ca3be4e1f49e8200b049d7cd0c9c30da2d1 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^2|(Py!VDzYJ{5KXDVB6cUq=Rpjs4tz5?O(K{s5m4 zS0H`t{r{I@Vjq70{~E(^M|g zj`J4GF8Lq)^}f?4g+Rm4-(v(EKO|-!FggC$VjcJEu+y2{8uJ($!bP0sy+3O6W<~)g u!~X2i>T6l9v-jzp+&ftiP_gs*18^O2ZN`ppUXO@geCx;;6}p$ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/off-inhand-right.png b/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/off-inhand-right.png rename to Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/inhand-left.png diff --git a/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/inhand-right-flame.png b/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/inhand-right-flame.png new file mode 100644 index 0000000000000000000000000000000000000000..c077bc73777839c97c300437be511fe15c70a7d6 GIT binary patch literal 201 zcmeAS@N?(olHy`uVBq!ia0vp^2|(Py!VDzYJ{5KXDVB6cUq=Rpjs4tz5?O(K{s5m4 zS0H`t{r{I@Vjq70{~E(^M(DA1aYPE&KIs)@wT$tDdpy7B+2L3bcd4)78&qol`;+0Jj=U%>V!Z literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/off-inhand-left.png b/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/off-inhand-left.png rename to Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/inhand-right.png diff --git a/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/meta.json b/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/meta.json index bf6cecd449..d450814c41 100644 --- a/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/meta.json @@ -20,19 +20,63 @@ ] }, { - "name": "off-inhand-left", + "name": "inhand-left-flame", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "inhand-right-flame", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "inhand-left", "directions": 4 }, { - "name": "off-inhand-right", - "directions": 4 - }, - { - "name": "on-inhand-left", - "directions": 4 - }, - { - "name": "on-inhand-right", + "name": "inhand-right", "directions": 4 } ] diff --git a/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/on-inhand-left.png b/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/on-inhand-left.png deleted file mode 100644 index f7a71040220de611a8f54bc5be99f21b7dcd89c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`212l#}z0_p!X1>5J(>NA%Ivajx1ega6bmIV0){|5qw-`n_tfdZTb9+AZi z419+{nDKc2iWH#WY)==*kO=p;)4cf_6nI!2cl@9Eb*qF!M~$%X=QPHvQ#@ZTli1I} zD#E~}!Eo$0bIbX>7H=fCry=k8B-{GXNQ{oS&)(UB_#x<3!UUxU_WbfsS*H#q% rVlSxF&vnS|z%w}?hlAgl-uus!v`@dW^~@TeGZ{Qx{an^LB{Ts5AarTV diff --git a/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/on-inhand-right.png b/Resources/Textures/Objects/Tools/Cowtools/cowelder.rsi/on-inhand-right.png deleted file mode 100644 index f7a71040220de611a8f54bc5be99f21b7dcd89c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 306 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`212l#}z0_p!X1>5J(>NA%Ivajx1ega6bmIV0){|5qw-`n_tfdZTb9+AZi z419+{nDKc2iWH#WY)==*kO=p;)4cf_6nI!2cl@9Eb*qF!M~$%X=QPHvQ#@ZTli1I} zD#E~}!Eo$0bIbX>7H=fCry=k8B-{GXNQ{oS&)(UB_#x<3!UUxU_WbfsS*H#q% rVlSxF&vnS|z%w}?hlAgl-uus!v`@dW^~@TeGZ{Qx{an^LB{Ts5AarTV