• 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

changing how initiative is calculated

lazfin

New member
Hello, I am new to the editor and getting frustrated that I can't find where initiative is calculated. :confused: I used the debug to find the id I needed (tInitAtNm) but I've gone through the various tabs and can't find that record anywhere. Is there a way to do a global search for an id? Thanks!
 
tInitAtNm is just the field for "Int. Attribute Name". the id for initiative is "Initiative".
many of the fields under "Initiative" affect the final total which looks to be in "tInit" field.
what is it you are trying to do?
 
Thanks for getting back on this. I'm trying to change initiative so that it is based on a different attribute, but I can't seem to find where Initiative is calculated.
 
You will not find the actual calculations already in place - most of the core mechanics are in sections not viewable to the users.

However, you will be able to put something in to modify it - you will just need to remove dexterity before you add the new stat.

I'd have a look at the fields on the Initiative object, as well as the tasks for that object, which will allow you to try to work out a) what fields to add/subtract from, and b) when to modify it, then create a Mechanic to do it for you - mechanics are items that always run in the background, without needing to be selected, so are perfect for this.

I will say that whilst not horribly complex, it's also likely to be something of a challenge for someone completely new to the editor.
 
Back
Top