KeatonMask
Member
Hello. I am attempting to bootstrap a custom-made template (essentially the Celestial template, with some stat bonuses) to an item such that the template only applies while the item is equipped. I've tried mimicking the setup of other on-equip bootstraps, like for an ioun stone for instance, with the following bootstrap condition:
(First/100) which I understand should only apply the bootstrap when the item is equipped; however, the opposite effect occurs. That is, the bootstrap occurs only when the item is not equipped. Replacing 0 above by a 1 causes the bootstrap to occur immediately, then be removed when the item is unequipped, then replaced when the item is re-equipped. The only problem with this state of affairs is that the bootstrap occurs by default every time the portfolio is loaded, though it behaves as desired after one cycle of equip/unequip.
How can I assign my template conditional on my item being equipped?
Code:
fieldval:gIsEquip <> 0
(First/100) which I understand should only apply the bootstrap when the item is equipped; however, the opposite effect occurs. That is, the bootstrap occurs only when the item is not equipped. Replacing 0 above by a 1 causes the bootstrap to occur immediately, then be removed when the item is unequipped, then replaced when the item is re-equipped. The only problem with this state of affairs is that the bootstrap occurs by default every time the portfolio is loaded, though it behaves as desired after one cycle of equip/unequip.
How can I assign my template conditional on my item being equipped?