249 lines
6.8 KiB
Lua

--Copy paste from base game
local fire_util = {}
fire_util.create_fire_pictures = function(opts)
local opts = opts or {}
local fire_blend_mode = opts.blend_mode or "additive"
local fire_animation_speed = opts.animation_speed or 0.5
local fire_scale = opts.scale or 1
local fire_tint = opts.tint or {r=1,g=1,b=1,a=1}
local fire_flags = opts.flags or { "compressed" }
local fire_shift = opts.shift or {0,0}
return
{
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-13.png",
line_length = 8,
width = 60,
height = 118,
frame_count = 25,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ -0.0390625, -0.90625 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-12.png",
line_length = 8,
width = 63,
height = 116,
frame_count = 25,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ -0.015625, -0.914065 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-11.png",
line_length = 8,
width = 61,
height = 122,
frame_count = 25,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ -0.0078125, -0.90625 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-10.png",
line_length = 8,
width = 65,
height = 108,
frame_count = 25,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ -0.0625, -0.64844 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-09.png",
line_length = 8,
width = 64,
height = 101,
frame_count = 25,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ -0.03125, -0.695315 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-08.png",
line_length = 8,
width = 50,
height = 98,
frame_count = 32,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ -0.0546875, -0.77344 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-07.png",
line_length = 8,
width = 54,
height = 84,
frame_count = 32,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ 0.015625, -0.640625 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-06.png",
line_length = 8,
width = 65,
height = 92,
frame_count = 32,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ 0, -0.83594 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-05.png",
line_length = 8,
width = 59,
height = 103,
frame_count = 32,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ 0.03125, -0.882815 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-04.png",
line_length = 8,
width = 67,
height = 130,
frame_count = 32,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ 0.015625, -1.109375 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-03.png",
line_length = 8,
width = 74,
height = 117,
frame_count = 32,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ 0.046875, -0.984375 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-02.png",
line_length = 8,
width = 74,
height = 114,
frame_count = 32,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ 0.0078125, -0.96875 }
},
{
filename = "__base__/graphics/entity/fire-flame/fire-flame-01.png",
line_length = 8,
width = 66,
height = 119,
frame_count = 32,
axially_symmetrical = false,
direction_count = 1,
blend_mode = fire_blend_mode,
animation_speed = fire_animation_speed,
scale = fire_scale,
tint = fire_tint,
flags = fire_flags,
shift = fire_shift, --{ -0.0703125, -1.039065 }
},
}
end
fire_util.create_burnt_patch_pictures = function()
local base =
{
filename = "__base__/graphics/entity/fire-flame/burnt-patch.png",
line_length = 3,
width = 115,
height = 56,
frame_count = 9,
axially_symmetrical = false,
direction_count = 1,
shift = {-0.09375, 0.125},
tint = {0, 0, 0, 0.3}
}
local variations = {}
for y=1,(base.frame_count / base.line_length) do
for x=1,base.line_length do
table.insert(variations,
{
filename = base.filename,
width = base.width,
height = base.height,
tint = base.tint,
shift = base.shift,
x = (x-1) * base.width,
y = (y-1) * base.height,
direction_count = 1,
scale = 3
})
end
end
return variations
end
return fire_util