I am trying to figure out how to code a racial FCB that is "+1/6 to the number of Discoveries the alchemist knows"
I believe that I would start this by using:
Pre-levels/10000
field[abValue].value += round(field[fcCount].value/6, 0, -1)
The question is, what Thing would I add the field[abValue].value to for this to be applied correctly?
I believe that I would start this by using:
Pre-levels/10000
field[abValue].value += round(field[fcCount].value/6, 0, -1)
The question is, what Thing would I add the field[abValue].value to for this to be applied correctly?