TheIronGolem
Well-known member
So here's a feat that I'm trying to implement, relevant part bolded:
Since ability score prereqs are now held in a numeric field, I was hoping I could simply have this feat move any value it sees from the target feats' reqStr field to reqDex. But I need to do this when the feats aren't yet live on the hero, and trying to change field values at that time gets me the "Attempt to assign field values with no pick context" error.
I'm assuming that means I can't just go messing with the fields of non-bootstrapped Things. Okay, fair enough. But is there any other way I can accomplish this? I guess I could replace TWF (and all its numerous spawn) with new versions that have prereqs taking Prodigious into account, but that seems like it'll be a bear to maintain.
Prodigious Two-Weapon Fighting [Combat]
Prerequisite: Strength 13
Benefit: You may fight with a one-handed weapon in your offhand as if it were a light weapon. In addition, you may use your Strength score instead of your Dexterity score for the purpose of qualifying for Two-Weapon Fighting and any feats with Two-Weapon Fighting as a prerequisite.
Since ability score prereqs are now held in a numeric field, I was hoping I could simply have this feat move any value it sees from the target feats' reqStr field to reqDex. But I need to do this when the feats aren't yet live on the hero, and trying to change field values at that time gets me the "Attempt to assign field values with no pick context" error.
I'm assuming that means I can't just go messing with the fields of non-bootstrapped Things. Okay, fair enough. But is there any other way I can accomplish this? I guess I could replace TWF (and all its numerous spawn) with new versions that have prereqs taking Prodigious into account, but that seems like it'll be a bear to maintain.