• 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

How do i add.....

kridak

Member
Hello folks

I am creating a pair of bracers that allow the wearer t release a tiny breath weapon from them. I need to have them show up in tracking with the users CHA bonus as numbers of uses per day.

I have been looking into the claws for sorcerers to try and figure out how to do this but i am clueless. this is what i tried so far.

~Uses is the CHA bonus per day
field[trkMax].value += hero.child[aCHA].field[aModBonus].value

I am likely way off, can anyone assist me or lead me to an item that has charges per day based off of a pc's stats?
 
That's the correct way to set uses per day = cha modifier.

What phase and priority did you give it?

The attribute modifier isn't available until the Post-Attributes phase.
 
Back
Top