@@ -251,77 +251,39 @@ function bobmods.enemies.acid_stream(data)
251251 filename = " __base__/graphics/entity/acid-projectile/acid-projectile-head.png" ,
252252 draw_as_glow = true ,
253253 line_length = 5 ,
254- width = 22 ,
255- height = 84 ,
254+ width = 42 ,
255+ height = 164 ,
256256 frame_count = 15 ,
257- shift = util .mul_shift (util .by_pixel (- 2 , 30 ), data .scale ),
257+ shift = util .mul_shift (util .by_pixel (- 2 , 31 ), data .scale ),
258258 tint = data .tint ,
259259 priority = " high" ,
260- scale = data .scale ,
260+ scale = 0.5 * data .scale ,
261261 animation_speed = 1 ,
262- hr_version = {
263- filename = " __base__/graphics/entity/acid-projectile/hr-acid-projectile-head.png" ,
264- draw_as_glow = true ,
265- line_length = 5 ,
266- width = 42 ,
267- height = 164 ,
268- frame_count = 15 ,
269- shift = util .mul_shift (util .by_pixel (- 2 , 31 ), data .scale ),
270- tint = data .tint ,
271- priority = " high" ,
272- scale = 0.5 * data .scale ,
273- animation_speed = 1 ,
274- },
275262 },
276263 spine_animation = {
277264 filename = " __base__/graphics/entity/acid-projectile/acid-projectile-tail.png" ,
278265 draw_as_glow = true ,
279266 line_length = 5 ,
280- width = 66 ,
281- height = 12 ,
267+ width = 132 ,
268+ height = 20 ,
282269 frame_count = 15 ,
283- shift = util .mul_shift (util .by_pixel (0 , - 2 ), data .scale ),
270+ shift = util .mul_shift (util .by_pixel (0 , - 1 ), data .scale ),
284271 tint = data .tint ,
285272 priority = " high" ,
286- scale = data .scale ,
273+ scale = 0.5 * data .scale ,
287274 animation_speed = 1 ,
288- hr_version = {
289- filename = " __base__/graphics/entity/acid-projectile/hr-acid-projectile-tail.png" ,
290- draw_as_glow = true ,
291- line_length = 5 ,
292- width = 132 ,
293- height = 20 ,
294- frame_count = 15 ,
295- shift = util .mul_shift (util .by_pixel (0 , - 1 ), data .scale ),
296- tint = data .tint ,
297- priority = " high" ,
298- scale = 0.5 * data .scale ,
299- animation_speed = 1 ,
300- },
301275 },
302276 shadow = {
303277 filename = " __base__/graphics/entity/acid-projectile/acid-projectile-shadow.png" ,
304278 line_length = 15 ,
305- width = 22 ,
306- height = 84 ,
279+ width = 42 ,
280+ height = 164 ,
307281 frame_count = 15 ,
308- priority = " high" ,
309- shift = util .mul_shift (util .by_pixel (- 2 , 30 ), data .scale ),
282+ shift = util .mul_shift (util .by_pixel (- 2 , 31 ), data .scale ),
310283 draw_as_shadow = true ,
311- scale = data .scale ,
284+ priority = " high" ,
285+ scale = 0.5 * data .scale ,
312286 animation_speed = 1 ,
313- hr_version = {
314- filename = " __base__/graphics/entity/acid-projectile/hr-acid-projectile-shadow.png" ,
315- line_length = 15 ,
316- width = 42 ,
317- height = 164 ,
318- frame_count = 15 ,
319- shift = util .mul_shift (util .by_pixel (- 2 , 31 ), data .scale ),
320- draw_as_shadow = true ,
321- priority = " high" ,
322- scale = 0.5 * data .scale ,
323- animation_speed = 1 ,
324- },
325287 },
326288 oriented_particle = true ,
327289 shadow_scale_enabled = true ,
0 commit comments