DeltaMasterMind
Well-known member
Ok so I am requesting that the Witch hexes be updated to better accommodate DC and Duration when using Attribute changing archetypes. I noticed Evil Eye has this:
This to me means there is currently no way to alter these hexes without directly making new ones and doing a a lot of editing. The reason I am posting this is some players would like to use the Pre-Errata version of the Scarred Witch Doctor and since I cannot override the eval script (without worrying about overwrites) I believe asking here is the best option I have.~ Shaman's use WIS instead of INT
if (tagis[CustTaken.cHelpSha] <> 0) then
field[abDuration].value += #attrbonus1[aWIS]
~ Scarred Witch changes this to use CON instead of INT
else
if (#hasarchetype[arWitScarr] <> 0) then
field[abDuration].value += #attrbonus1[aCON]
else
field[abDuration].value += #attrbonus1[aINT]
endif
endif