Attributes: Difference between revisions
mNo edit summary |
→Attribute Modifiers: Attribute modifiers are always rounded down. |
||
Line 28: | Line 28: | ||
An attribute modifier increases or decreases by one for each 2 points that the attribute goes above or below <code>16</code>. | An attribute modifier increases or decreases by one for each 2 points that the attribute goes above or below <code>16</code>. | ||
You can use the following formula for calculating an attribute modifier:{{Code Reference | namespace = XRL.Rules | class = Stat | method = GetScoreModifier}} | You can use the following formula for calculating an attribute modifier:{{Code Reference | namespace = XRL.Rules | class = Stat | method = GetScoreModifier}} <code>(value - 16) ÷ 2</code> rounded down. | ||
== Attributes == | == Attributes == |