edited January 2019 in ORK Support
I have 3 status values, A, B, and C.

A and B are both defined as constant values with a status development curve.
C is a computed value (lets say A * B)

Now I want to be able to apply a bonus on top of the computed value (C + constant).
By default this doesnt seem to work, so I was looking for something in the formula nodes that would give me the combined bonus to a specific status value from all equipped gear.

Is this possible?

EDIT: Or which interface can I implement to create a custom formula node?
Post edited by mattehr on
  • As the help text of the combined formula states, you need to use the status value in its formula if you want to add the stats own value and bonuses into the calculation. Your combined status value can still have a status development and bonuses, you just need to add them in the calculation :)

    So, if you want to have the bonuses of C in the final value, use A*B+C in your formula.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Awesome works, thanks!
Sign In or Register to comment.