• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

SPC Power Points, two bugs, one user fixable

Drue

Member
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
 
Yep, that one has been reported. Although, thank you for showing me where I goofed! I'm gearing up for a big bug squashing session, and that one's on my agenda. There isn't an issues list because I generally take care of them as soon as they're pointed out. The last couple of months my other responsibilities have kind of taken over, but things are starting to quiet back down, and I can get caught up on things. I'm in the process of getting some clarity on some game rules on another issue, and then I'm going to go bug hunting.
 
a couple of others along the same lines:
* super karma is also using a non-derived value
* under character configuration, the "Power Point Options" setting should be an exclusive choice
 
Back
Top