View Single Post
DreadKatak
Member
 
Join Date: Apr 2016
Posts: 30

Old April 26th, 2016, 07:39 PM
Bug Report -

Unchained Auto Bonus Progression sources

When applying an Armor Attunement bonus to clothing (non-armor), the Enhancement bonus is applied directly to Armor Class, which falsifies your Touch AC.

I am currently using this code to work around the issue:

Code:
if (hero.child[ArmorClass].field[BonEnhance].value >= 1) then
  hero.child[ArmorClass].field[tACTouch].value -= hero.child[ArmorClass].field[BonEnhance].value
endif
At present, I do not believe that it is possible to completely fix the root of this problem, as the required components are 'under the hood,' so to speak and the source is unavailable.
DreadKatak is offline   #33 Reply With Quote