Provides bonuses to various types of rolls. Some of these are for variable changes that the system can't handle (like Inspiration). Some are a fake implementation of changes that the system just doesn't support.
Applying DC Bonues to anything other than spell does not appear to work.
I am trying to apply the Ability Focus Feat. It does not appear to work on anything but spells.
I suspect the cause to be in line 95 of the dc-bonus.mjs file.
It will only apply the DC Bonus if it is a spell. The line should be changed to
|| !(item instanceof pf1.documents.item.ItemPF)
or eliminated entirely as it seems unnecessary based on the code that proceeds it.
The recent update broke it again, reminding me to post this.
I can be reached on discord if any additional information is necessary, as we seem to share a good number of servers.
Username: kentonstone
Applying DC Bonues to anything other than spell does not appear to work.
It will only apply the DC Bonus if it is a spell. The line should be changed to
|| !(item instanceof pf1.documents.item.ItemPF)
or eliminated entirely as it seems unnecessary based on the code that proceeds it. The recent update broke it again, reminding me to post this. I can be reached on discord if any additional information is necessary, as we seem to share a good number of servers. Username: kentonstone