Closed CodeWringer closed 1 year ago
Advancing an underdeveloped attribute requires: 15 + (N * 4) tests. Where N is the current level of the attribute. Advancing an average attribute requires: (N + 3) * (N + 2) tests. Where N is the current level of the attribute. Advancing an exceptional attribute requires: (N + 4) * (N + 3) tests. Where N is the current level of the attribute.
Advancing an underdeveloped attribute requires:
Advancing an exceptional attribute requires:
Whenever an attribute advances (= its level increases), advancement progress must be reset to 0.