Thread: Witch Hexes
View Single Post
DeltaMasterMind
Senior Member
 
Join Date: Jul 2014
Posts: 412

Old December 10th, 2016, 01:32 PM
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:
Quote:
~ 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
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.
DeltaMasterMind is offline   #1 Reply With Quote