Here I will leave you an example with two addresses, if you can finish the other addresses do so, if not let me know:
-- LuaFormatter off
local AR_S = createCombatArea{
{1, 1, 1},
{1, 1, 1},
{1, 1, 1},
{0, 1, 0},
{0, 3, 0}
}
local AR_N = createCombatArea{
{0, 3, 0}...