Code: Select all
action =
{
type = "direct",
action_delivery =
{
type = "instant",
target_effects =
{
type = "nested-result",
action =
{
type = "area",
radius = 14,
entity_flags = {"placeable-off-grid"},
action_delivery =
{
type = "instant",
target_effects =
{
type = "damage",
damage = { amount = 0, type = "poison"}
}
}
}
}
}
}
(and i'm not even complaining about the damaged animation playing on the tank for 0.0001 damage ... oops i actually did)