I am not finding the attack formula for this arrow. I've looked at everything.
The atacks are being much lower than the other arrows, I need to adjust the formula.
local area = createCombatArea({
{0, 1, 1, 1, 0},
{1, 1, 1, 1, 1},
{1, 1, 3, 1, 1},
{1, 1, 1, 1, 1},
{0, 1...