Hi as the subject says trying to add a feat that increases the attuned items from 3 to 5. I found the field tAttunMax.value but not sure exactly how to change it from 3 to 5. The feat currently is something that is on Jarlaxle in Dragon Heist. Reads as follows:
Master Attuner. Jarlaxle can attune to up to five magic items, and he can attune to magic items that normally require attunement by a sorcerer, warlock, or wizard.
I'd like to have it as feat that can be taken at higher levels. Any ideas on the best way to change the 3 to a 5?
I assume the script would be like this:
Post-levels 10000
doneif (field[abilActive].value = 0)
hero.child[xxxxxx].field[tAttunMax].value += 5
I just can't figure out what goes in xxxxxx area.
Master Attuner. Jarlaxle can attune to up to five magic items, and he can attune to magic items that normally require attunement by a sorcerer, warlock, or wizard.
I'd like to have it as feat that can be taken at higher levels. Any ideas on the best way to change the 3 to a 5?
I assume the script would be like this:
Post-levels 10000
doneif (field[abilActive].value = 0)
hero.child[xxxxxx].field[tAttunMax].value += 5
I just can't figure out what goes in xxxxxx area.
Last edited: