fireman644
Member
Anyone have any ideas on how to adjust the bonus from sacred stigmata? It's currently at full level bonus vs. half level bonus which it should be. Thanks.
Sean G.
Sean G.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Anyone have any ideas on how to adjust the bonus from sacred stigmata? It's currently at full level bonus vs. half level bonus which it should be. Thanks.
Sean G.
It's from the APG data set. I did post it in the bugs section. Just seeing if anyone knew a workaround until it could be corrected. Thanks.
~only run the rest for the first copy
validif (tagis[Helper.FirstCopy] = 0)
~ If we're not shown, just get out now
validif (tagis[Helper.ShowSpec] = 0)
field[abValue].value += field[xAllLev].value
field[abValue2].value += round(field[xAllLev].value/2,0,-1)
~only run the rest for the first copy
validif (tagis[Helper.FirstCopy] = 0)
~ If we're not shown, just get out now
validif (tagis[Helper.ShowSpec] = 0)
field[abValue2].value += field[xAllLev].value
field[abValue].value += round(field[xAllLev].value/2,0,-1)
I don't think that this is possible since I can't save a new thing ID for the original ability.
Alright done. Now both abilities are showing under the Holy Vindicator tab. How do I get rid of the original? Thanks for all the help.