Is there a straightforward way to accomplish this?
To clarify, the Vulcanus function is:
Code: Select all
local destroyed_item_trigger =
{
type = "direct",
action_delivery =
{
type = "instant",
source_effects =
{
type = "create-trivial-smoke",
smoke_name = "smoke",
offset_deviation = {{-0.1, -0.1}, {0.1, 0.1}},
starting_frame_deviation = 5
}
}
}