GamePress

Ignis

If the character starts out with an even number, then uses the sacred seal def +1, would that increase ignis' power? In other words, does the game round the decimal up or always down? (Ends in .8)

Asked by DraconixeL71 year 4 months ago
Report

Answers

No. It has to hit the whole number or it rounds down. Doesn't matter if the decimal place is .99, it rounds down.
Not quite what I was taught in 1st grade, but it's fair across the board.

Report

It's called truncation - always rounding towards 0 - used to conserve existence when dealing with subsequent processes, which all forms of damage manipulation and calculation in FEH use.

Report

In code they usually just chuck the decimals for integer values like damage/hp in this game.

Report