• 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

Error Dealing with Phase assignments

salcor

Well-known member
Hello,

So I am working on the Savage Rifts data file. Someone looking at the file reported the following error and I have replicated it in several different datafiles. He made a dogboy for his race, and applied the required edge (Breed Advantage) which increases the characters agility one die type. (from d6 to d8). Then he attempted to purchase the fighting skill to a D8. It charged him 1 skill point for the d4 and the d6, but then charge him 2 skill points for the d8, even through his agility skill was showing a d8. The edge itself assigns the attribute increase at Pre-Trait 5000 and uses the following syntax

#traitbonus[attrAgi] += 1
hero.child[attrAgi].field[trtMaximum].value += 1

perform hero.assign[BreedAdv.Agile]

Any suggestions?

Salcor
 
Caped Crusader,

Thanks, so changing it to traitcreation fixed the problem. So is traitbonus just for temporary things like powers?

Salcor
 
Back
Top