Code: Select all
function blessing1()
for x = 1, 4, 1 do
local maxHealth = party:getChampion(x):getStatMax("health")
party:getChampion(x):setStatMax("health",maxHealth + 20)
end
endCode: Select all
function blessing1()
for x = 1, 4, 1 do
local maxHealth = party:getChampion(x):getStatMax("health")
party:getChampion(x):setStatMax("health",maxHealth + 20)
end
end