• 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

Editor adding to Initiative Value

Mad Hamish

Well-known member
I'm looking at doing a racial mod in the editor
It's meant to give people +1 initiative pass and +2 to their initiative score,
I'm working off the Racial Mods and it has a field to add initiative passes but I can't see any way of adding to the initiative score.
Is there a way or is it something that isn't supported?
 
Look at an implant to see what stat it's changing. That's what Mathias said for the guy making dragons.
 
I had a look and couldn't find anything all of the cyberware and bioware adds to Reaction and Initiative Passes, I can't find anything that adds to the initiative score directly.
 
Thanks, I hadn't thought to check spells.
Unfortunately it looks like Increase Reflexes doesn't have any mechanics behind it, unless I'm missing something, and Increase [Attribute] can't increase special attributes so it can't target Initiative
 
Yeah so I see. The only thing I can see is try and guess the value - try attrInit maybe?

That, but attrIni:

Add an Eval script to your Racial mod (look at Lightning Reflexes quality). Right Phase seems to be "Effects".

Code:
~if we're not active, just get out now
doneif (activated = 0)

perform #traitcurrent[attrIni,+,2,""]
 
Back
Top