Trying different things:
Code: Select all
local discharge = data.raw["active-defense-equipment"]["discharge-defense-equipment"]
local ap = discharge.attack_parameters
ap.ammo_type.target_type = "position"
ap.ammo_type.clamp_position = true
local one = ap.ammo_type.action[1]
one.trigger_from_target = true
one.force = "same"
What I'd expect: Anything to work.