Module:CalculatedStats: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
Line 74: Line 74:
local statTable = {
local statTable = {
atk = levelMinus20 + (strength * 3) + math.floor(vitality / 4),
atk = levelMinus20 + (strength * 3) + math.floor(vitality / 4),
acc = math.floor(strength / 8) + agility + math.floor(luck / 10), --Incorrect
acc = math.floor(strength / 8) + agility + math.floor(vitality / 10), --Incorrect
def = math.floor(levelMinus20 / 2) + math.floor(strength / 4) + (vitality * 3),
def = math.floor(levelMinus20 / 2) + math.floor(strength / 4) + (vitality * 3),
eva = math.floor(intelligence / 8) + agility,
eva = math.floor(intelligence / 8) + agility,

Navigation menu