apologies if these have already been identified -- is there an issues list so that customers can see what is already in the queue?
two SPC power point edge bugs
first, the eval script looks like a copy & paste error
the eval is
validif (herofield[acRank].value + 1 >= hero.tagcount[Edge.edgPwrPts])
which is a copy from the non-SPC arcane backgrounds; for SPC it should be
validif (herofield[acRank].value + 1 >= hero.tagcount[Edge.edgSPowPts])
this can be fixed by duplicating the edge in a user file, fixing the script, and using the "replaces thing ID" attribute
the second one looks like a calculation is using a constant rather than a derived value: when using an option that changes the value of the power points edge (e.g. "second string"), selecting that edge during creation or from an advance grants the correct number of points, but when choosing the "inherent growth" option, the edge always grants five points per rank even if "second string" is selected
two SPC power point edge bugs
first, the eval script looks like a copy & paste error
the eval is
validif (herofield[acRank].value + 1 >= hero.tagcount[Edge.edgPwrPts])
which is a copy from the non-SPC arcane backgrounds; for SPC it should be
validif (herofield[acRank].value + 1 >= hero.tagcount[Edge.edgSPowPts])
this can be fixed by duplicating the edge in a user file, fixing the script, and using the "replaces thing ID" attribute
the second one looks like a calculation is using a constant rather than a derived value: when using an option that changes the value of the power points edge (e.g. "second string"), selecting that edge during creation or from an advance grants the correct number of points, but when choosing the "inherent growth" option, the edge always grants five points per rank even if "second string" is selected