Open pparuzel opened 4 years ago
Following the rules, when dividing experience points per player the calculation should always be rounded down.
Whenever you divide a number in the game, round down if you end up with a fraction, even if the fraction is one-half or greater.
https://github.com/Asmor/5e-monsters/blob/dd70f0e898e9ca4e1bb49635e99690bea3365819/app/encounter-builder/current-encounter.html#L64
Following the rules, when dividing experience points per player the calculation should always be rounded down.
https://github.com/Asmor/5e-monsters/blob/dd70f0e898e9ca4e1bb49635e99690bea3365819/app/encounter-builder/current-encounter.html#L64