[Embers 1.0.1] blacksmith/Massive Physique incorrect value
Posted: Sun Feb 28, 2016 3:43 am
Massive Physique in the blacksmith tree grants Str and Con, listing as an integer rounded from 2 * talentLevel.
Actual values granted are floor(2*talentLevel).
Sawbutcher (with 1.20 mastery) with 2 points in the skill has an effective level of 2.4 results in 4.8, displaying as 5, but is granted 4.
Actual values granted are floor(2*talentLevel).
Sawbutcher (with 1.20 mastery) with 2 points in the skill has an effective level of 2.4 results in 4.8, displaying as 5, but is granted 4.