• 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

Psionic Power Points

talsharien

Well-known member
Is there anyway to amend the amount of power points for each power.

I cannot seem to find a variable for this anyway, so am assuming that it is a set formula linked to the powers level, but can I change this.
 
Once a power is a Pick you can modify the field[psiCost].value at Post-Attributes/10000. If you need to do this for ALL the powers on your character or all characters then I recommend a mechanic with a foreach logic to loop through all the Power Picks on the character and change the psiCost field to your new value.

The Power Cost is otherwise calculated in background component that you can not directly modify.
 
Back
Top