You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The skill always defaults to one with a specialization and ignores the one without a specialization.
Exception 1: specialized skill won't be defaulted to if it has 0 points (probably directly from rules of no 2-degree defaults).
Exception 2: specialized skill will default to the highest skill correctly if it has 0 points.
(situation against the rules, only for demonstration)
This can be fixed by adding a "pretend-specialization" to the base skill.
The text was updated successfully, but these errors were encountered:
I'm currently not sure how I can actually fix this. The problem is that a skill without a specialization will always see itself in the specialized variant's default list, which prevents it from being selected. This works when no points are present because skills without points aren't considered for default purposes.
I will note, however, that Ritual Magic requires a specialization per the rules, so technically this is not an issue for this particular case. Unfortunately, I know there are some skills that have optional specializations where this would be a problem if they also default to themselves (I'm not sure if any do, though, as I've not looked).
The skill always defaults to one with a specialization and ignores the one without a specialization.
Exception 1: specialized skill won't be defaulted to if it has 0 points (probably directly from rules of no 2-degree defaults).
Exception 2: specialized skill will default to the highest skill correctly if it has 0 points.
(situation against the rules, only for demonstration)
This can be fixed by adding a "pretend-specialization" to the base skill.
The text was updated successfully, but these errors were encountered: