From 17a6618d5c367e961a201d85be49e94bef77950f Mon Sep 17 00:00:00 2001 From: Golfavel <32048635+Golfavel@users.noreply.github.com> Date: Sun, 3 Jul 2022 04:31:32 -0600 Subject: [PATCH] [NeoDays] add most vehicle ram sprites (#1431) --- .../vehicle/rams/vp_ram_alloy.png | Bin 0 -> 133 bytes .../vehicle/rams/vp_ram_alloy_down.png | Bin 0 -> 141 bytes .../vehicle/rams/vp_ram_alloy_left.png | Bin 0 -> 123 bytes .../vehicle/rams/vp_ram_alloy_right.png | Bin 0 -> 127 bytes .../vehicle/rams/vp_ram_chitin.json | 5 +++++ .../vehicle/rams/vp_ram_chitin.png | Bin 0 -> 139 bytes .../vehicle/rams/vp_ram_chitin_down.png | Bin 0 -> 149 bytes .../vehicle/rams/vp_ram_chitin_left.png | Bin 0 -> 128 bytes .../vehicle/rams/vp_ram_chitin_right.png | Bin 0 -> 133 bytes .../vehicle/rams/vp_ram_hardsteel.json | 5 +++++ .../vehicle/rams/vp_ram_hardsteel.png | Bin 0 -> 136 bytes .../vehicle/rams/vp_ram_hardsteel_down.png | Bin 0 -> 146 bytes .../vehicle/rams/vp_ram_hardsteel_left.png | Bin 0 -> 127 bytes .../vehicle/rams/vp_ram_hardsteel_right.png | Bin 0 -> 131 bytes .../vehicle/rams/vp_ram_military.json | 5 +++++ .../vehicle/rams/vp_ram_military.png | Bin 0 -> 129 bytes .../vehicle/rams/vp_ram_military_down.png | Bin 0 -> 135 bytes .../vehicle/rams/vp_ram_military_left.png | Bin 0 -> 115 bytes .../vehicle/rams/vp_ram_military_right.png | Bin 0 -> 126 bytes .../vehicle/rams/vp_ram_spiked.json | 5 +++++ .../vehicle/rams/vp_ram_spiked.png | Bin 0 -> 149 bytes .../vehicle/rams/vp_ram_spiked_down.png | Bin 0 -> 154 bytes .../vehicle/rams/vp_ram_spiked_left.png | Bin 0 -> 153 bytes .../vehicle/rams/vp_ram_spiked_right.png | Bin 0 -> 152 bytes .../vehicle/rams/vp_ram_steel.json | 5 +++++ .../vehicle/rams/vp_ram_steel.png | Bin 0 -> 133 bytes .../vehicle/rams/vp_ram_steel_down.png | Bin 0 -> 141 bytes .../vehicle/rams/vp_ram_steel_left.png | Bin 0 -> 123 bytes .../vehicle/rams/vp_ram_steel_right.png | Bin 0 -> 127 bytes .../vehicle/rams/vp_ram_superalloy.json | 5 +++++ .../vehicle/rams/vp_ram_wood.json | 5 +++++ .../pngs_tiles_10x10/vehicle/rams/vp_ram_wood.png | Bin 0 -> 139 bytes .../vehicle/rams/vp_ram_wood_down.png | Bin 0 -> 149 bytes .../vehicle/rams/vp_ram_wood_left.png | Bin 0 -> 128 bytes .../vehicle/rams/vp_ram_wood_right.png | Bin 0 -> 133 bytes 35 files changed, 35 insertions(+) create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_alloy.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_alloy_down.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_alloy_left.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_alloy_right.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin_down.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin_left.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin_right.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_hardsteel.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_hardsteel.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_hardsteel_down.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_hardsteel_left.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_hardsteel_right.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military_down.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military_left.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military_right.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked_down.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked_left.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked_right.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_steel.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_steel.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_steel_down.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_steel_left.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_steel_right.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_superalloy.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood_down.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood_left.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood_right.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_alloy.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_alloy.png new file mode 100644 index 0000000000000000000000000000000000000000..9a829c9b99e86c6079c972caaece2ec1f11f4c24 GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4`FOfGhDcnly|9s&!H|R5;rQVy z4gJ&M6PtwRaq;YGYK;^9e2X`k(R0F-LTjBnq5dDI1U>D)7UJiW=5y98CtgckH+0#z hSKpnNt8f3qoVZW&%HNN*%Yo)Hc)I$ztaD0e0s#MnE@c1! literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_alloy_down.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_alloy_down.png new file mode 100644 index 0000000000000000000000000000000000000000..0a49862cd596f7b396c5a10ce0caa1679fa65d1d GIT binary patch literal 141 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4g?PF+hDcm4op6wsL6L*SJ!!3o z>*gOHb|@&x^Kx(A#awVs>i)~EFIRCj%#@YhsXsU1{Q03^{xE5 qb+;~kdf>W(@6wa&sa2ipKSWl)lWct7_@otRK7*&LpUXO@geCw?SvH*j literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_alloy_left.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_alloy_left.png new file mode 100644 index 0000000000000000000000000000000000000000..510feb66558c45e00042052c722dd9d462f5ba33 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4IeEG`hDcoQop6xzfCJCrDVHLR zr%Zcmd+K0d#)f)EMPc#(mFE_#E!fQ%uv7g(whW`_15>{PVsR~f4xp}%chDcoQop6wsL4o5)S7BIN zQeI9;>#+4<4VNH`UgTe~DWM4f9_lRT literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin.json b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin.json new file mode 100644 index 0000000000..036970892d --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin.json @@ -0,0 +1,5 @@ +{ + "id": "vp_ram_chitin", + "fg": [ "vp_ram_chitin", "vp_ram_chitin_left", "vp_ram_chitin_down", "vp_ram_chitin_right" ], + "rotates": true +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin.png new file mode 100644 index 0000000000000000000000000000000000000000..4103060ce1edcf1c0373171b7b811870987a6361 GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f41$nwShDcnly|7V`L4kw$z>GtU zcg}I%>1)i{@X2qH2W#W+rlttJ;+wpwjfujCmmPa}p>VqW(cqw|^13U|u$)~Hl`p#Y os(0$Lm0nll{?=uDdon@4s6fu+Y5a>XK+_pKUHx3vIVCg!07eZpLI3~& literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin_down.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin_down.png new file mode 100644 index 0000000000000000000000000000000000000000..c74f631896557ecc3c0af9d7fa044c4e6c91a263 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4#dx|nhDcmaPDx1kalU~|V&Rwi zl7s)>KCd%00D=&yjSF8mh@~G=Ydn{hkkFvvV$Laf;7LTnwZ}%B&s@|>=HBpWj_!RD vyk?oA_7MZdyKHJY58HKp3{?tQ?U)(To{4FNpO}0BXb*#@tDnm{r-UW|xe7C4 literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin_left.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin_left.png new file mode 100644 index 0000000000000000000000000000000000000000..e2359aa93d2610becbd23acd109b1558905f6786 GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4xqG@ehDcmaPC3B)Pq|p)qh^Nv z_wGg@Sa_+Uw~=)|Q;G0LtraFo$q5Mw4Kq6Y8P7PVu_-ZL3^NvbJkv|r>``<3#2XCk Z3`=gyM0Ex}nF2JD!PC{xWt~$(696x|DWd=Y literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin_right.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_chitin_right.png new file mode 100644 index 0000000000000000000000000000000000000000..7c3876bb8532f0941f80785bffa874de5facffbd GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4`FOfGhDcoQop6wsL4o5)mm%Mi zGQS69d{5ltXLLxs{e6m&iKmQ(ozX2Kx%>K$RXH;9(}x%F9%#qQ_2zPJf4`FpxJhDcnly>O71L4kw$z^$1# zI%nQEIrl@VQs@)b);rCOQJSA`@TNA-Xq>UI(9-A5RR51tLY}&7Ygs!QuX^^Z;Int? k@|9j!zopr0O4IU0ssI2 literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_hardsteel_down.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_hardsteel_down.png new file mode 100644 index 0000000000000000000000000000000000000000..ddf0346ad798af35f594d87b49c8f434d5a33ec0 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4MS8k8hDcm4op4a_fC2|gxSHxx z_3TaR)k^&>JdaMgw>R7FWwXfM`u@wUFNW+4f8U*UdpBF?m23sOwq|%n_>K7f4xp}%chDcoQop6z}A%KTj|B=UC zP2bP0l+XkKooX!a literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_hardsteel_right.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_hardsteel_right.png new file mode 100644 index 0000000000000000000000000000000000000000..3b9f40491e33a06068eb01821e8fdcf4c6c58aa2 GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4d3m}xhDcoQop6wsL4o5)SE5RJ zl3IC@dTrt&r!DWb**Oeu2r{uqtTks?6Qz~os4jG5_4yB)KYnaYR}-=Ox$c^Vi0tC^ e2SWc={a{fDloC!*>;xLhz~JfX=d#Wzp$Py4c_@qk literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military.json b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military.json new file mode 100644 index 0000000000..99fb682ec4 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military.json @@ -0,0 +1,5 @@ +{ + "id": "vp_ram_military", + "fg": [ "vp_ram_military", "vp_ram_military_left", "vp_ram_military_down", "vp_ram_military_right" ], + "rotates": true +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military.png new file mode 100644 index 0000000000000000000000000000000000000000..f12a2a5c1332d63e25a485e044bee75d438eadae GIT binary patch literal 129 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4d3d@whDcnly>Ob7L4k+)g4t=S z$(LU(ZSu5lbmINQSNd3{@^^H?ELr7)3j*7hg#P}%@sfwDdPe(_wGx3Bvlc03UX^2i c+voF_^*JMdL186_4bV&mPgg&ebxsLQ0I~Ng{Qv*} literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military_down.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military_down.png new file mode 100644 index 0000000000000000000000000000000000000000..4a12e6078f5345262cf8d3f819a1e976f308e6f0 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4`FXlHhDcm4o!}_OpupnNem&MY zc==Vgi!Hqpc0vqo*N^NiytKh))|E-0qPYGX(@Y66yM9de{)BT~r{;?4x*cDtsw@8Q jN~G-N;HAR5&mU*wn9A)_S`s@2XflJRtDnm{r-UW|&t@-s literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military_left.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_military_left.png new file mode 100644 index 0000000000000000000000000000000000000000..f6c56ee2a119073e6dfa33b706316cf0ed87eedb GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4S$VoRhDcmaPC3B)Pq|p)qt*=0 zrI#foB0gw27z?gvYAfM5>g2(A#zBouiSc5XvCz|*B|=T@6K^oEGpyapwf4xq7-dhDcoQop6wsL4kvr|M9wW zN4ESjlyc_$=6f4#dx|nhDcnlop_L!L6L)n{q)@? zjZ-%!e>aerGUszO2zX=?eA-B~@14Z9z|YiHjeUj3eRvhC@Oj$EErotBTn&hX4I ye>rW5>lwjGUi%lvADOXr|KsA=xVd{iamw>vRlgRs;o4=OJq(_%elF{r5}E)8k~nDq literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked_down.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked_down.png new file mode 100644 index 0000000000000000000000000000000000000000..458aed7a9f1f880c31231c4b93cba2e0e410346d GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4C3?CzhDcnlop6x%r~!v_yixFx z0J)CR&-}W&E?<5#Z8|8%lMrn9ZkK=2Zfk}~r`(>UtIx45;GO3uxp3->`oqEp&P0WK z&bTSP_u8)#?%ZS6clPe^I>p}m{8h(^6EVNd2tDnm{r-UW| D literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked_left.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked_left.png new file mode 100644 index 0000000000000000000000000000000000000000..cf9c061be0dd1e85ea7a6d541078c13513dceb36 GIT binary patch literal 153 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4C3w0xhDcoQop6!!fB}cg{DsPv zQ<*J8cFeuhZ>Gqrd$v*G-piH8gnRj?%zo3TVkF#fMy4{-vs`|Wq}lDYDh@6T1%Ehy z9XO=6Z7pxcq!nBH9^DcUyngkaoy(+qWk<^7>zH^sbhoO%oizby7lWs(pUXO@geCw? C*f!7r literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked_right.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_spiked_right.png new file mode 100644 index 0000000000000000000000000000000000000000..0ade7f878c1007a57691002635e31e3659a6493c GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4#e2FqhDcoQoe;=%z<|R!`R2qW z?VlVhrf4`FOfGhDcnly|9s&!H|R5;rQb! zh4rVyCpHPsf4g?PF+hDcm4op6wsL6L*SJ!z|m z%kCc^b|@&x^Kx(A#awVs>i)~EFVol>R>?{4)Snyh{(#(?B{2)nZm6I5s58ji`d0qj qx?7h%J#byYcj?LX)T++)A0pq|i(mAYn$H6?pTX1B&t;ucLK6Tgmo&rx literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_steel_left.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_steel_left.png new file mode 100644 index 0000000000000000000000000000000000000000..3a48fde5dfbb7667c73282e55286e1bfcc5f2ef9 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4IeEG`hDcoQop6xzfCJCrDVH)$ z1FpTbJ#{cJV?#ZoqOkb?%5#g=7VKsW*s1;?TZU2efvMjCvACAb)!LPAXP>Vu`M`RL XQ~Kf4xp}%chDcoQop6wsL4o5)S78)e zQfzIalGBFw+Uy(~b_fcwM5M7bteSR6w8Y49k5${^2anIsn`-dm$?mGOg>PouWS#fw b-9u@Ki&Fj)J&YYd6B#^R{an^LB{Ts5-ApR% literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_superalloy.json b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_superalloy.json new file mode 100644 index 0000000000..28d4820e6f --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_superalloy.json @@ -0,0 +1,5 @@ +{ + "id": "vp_ram_alloy", + "fg": [ "vp_ram_alloy", "vp_ram_alloy_left", "vp_ram_alloy_down", "vp_ram_alloy_right" ], + "rotates": true +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood.json b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood.json new file mode 100644 index 0000000000..7480f0a847 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood.json @@ -0,0 +1,5 @@ +{ + "id": "vp_ram_wood", + "fg": [ "vp_ram_wood", "vp_ram_wood_left", "vp_ram_wood_down", "vp_ram_wood_right" ], + "rotates": true +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood.png new file mode 100644 index 0000000000000000000000000000000000000000..2109a94d5c2d75a70de67f861da10afec0cf7a2f GIT binary patch literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f41$nwShDcnly|7V`L4kw$z>Lg0 zr!Q6N+&rDT;gjDY57x%tO-&Jc#W#6V8!u|Pt(IzcJ|6o|#NRWtZp#8AVUxvKchz>C n^-f*3((7v6-@1%%PbTOydP(+}6;DkDn$FgTe~DWM4f^9C|V literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood_down.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood_down.png new file mode 100644 index 0000000000000000000000000000000000000000..2e0babffadd46b45d0dfd0513b240ca69ccb6de2 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4#dx|nhDcmaPDx1kalU~|V&Rwi zl7s()C!0!uz^3Q-94qunU#p@Gsh(CHplE)*i8a9R=Ysu}?b}uyt+QZ=K>gTe~DWM4f@M|>a literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood_left.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood_left.png new file mode 100644 index 0000000000000000000000000000000000000000..71a4b60dff0f6b88787667071d54f9cd846876ac GIT binary patch literal 128 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4xqG@ehDcmaPC3B)Pq|p)qvniR zYYrX&f(f?Y*_gTQSYN0;3I(&7nVFBc)Nm!R85s(2c5It9QQ~~c`Mr)c9}I+~A26Kj Wmev+tdQTZ>B!j1`pUXO@geCwQnkcdW literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood_right.png b/gfx/NeoDays/pngs_tiles_10x10/vehicle/rams/vp_ram_wood_right.png new file mode 100644 index 0000000000000000000000000000000000000000..6cf329c6b0ef57a8e81929410a61b5ed2341edab GIT binary patch literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4`FOfGhDcoQov@LYL4kvX|FOZl z)R#8X-aR#oN>obv^2%OLAYp^D1&2YFAH$Su>ko;A*f?&v)wXuQ