Prediction
Adaptive circle AoE leading — impact pulled back from real turn rate, capped at one hit radius. Guaranteed-hit windows during CC.
-- circle AoE skillshots (16.15_g)
local pred = require("xxe.prediction")
pred.circle({
adaptive_lead = true,
cap = "one_hit_radius",
cc_mode = "guaranteed",
})