• 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

Attribute costing 2 points/advances to raise 1D?

TCArknight

Well-known member
Hi all!

Is there an example of making an attribute cost 2 starting points or 2 advances to increase?

I have this ability I'm trying to work out for a dataset....
While Bat Beast Men may be agile, they are not really that smart or tough. Bat Beast Men start out with a D6 Vigor and D6 Smarts. These require two points to raise one die type during character generation and two advances to increase after that.

I'm not sure I've seen an example of this....
 
Ok, I spoke too soon. :)

Code:
hero.child[attrAgi].field[trtCost].value = 2

the trtCost field determines how much and how many advances an attribute costs to increase
 
Back
Top