The actor to query
The field path (e.g. "attribute.str", "damage.outgoing.piercing")
Optionalcontext: object = {}
Execution context containing optional scoped modifier pools. Spec fields:
triggerModifierPool {ModificationModel[]} - Mods from "Apply Trigger Modifiers" outcomeswingModifierPool {ModificationModel[]} - Mods from "Apply Swing Modifiers" outcomeThe effective value for the field, post-stacking, or 0 if field is not found
Get the effective modifier value for a single field, combining passive mods (from features and active effects) with scoped temp mods (trigger/swing-scoped pools).
Uses the same accumulator logic as prepareDerivedData's _applyModifications, so results are consistent with passive derived data. Supports all field families that _applyModifications supports: resistance., attribute., damage.outgoing., restore., vital., resource., vector.*, etc.