Registry mapping outcome types to a function that returns the player-choice
option specs needed before execution, or null if no pre-execution input is needed.
Consumed by executeSwingTriggers to fire a resolvingActionConfig prompt concurrently
with target collection.
Signature: OUTCOME_RESOLVE_CONFIGS[type] = (cfg) => optionSpec[] | null
Where optionSpec is a valid entry for the resolvingActionConfig options array.
Registry mapping outcome types to a function that returns the player-choice option specs needed before execution, or null if no pre-execution input is needed. Consumed by executeSwingTriggers to fire a resolvingActionConfig prompt concurrently with target collection.
Signature: OUTCOME_RESOLVE_CONFIGS[type] = (cfg) => optionSpec[] | null Where optionSpec is a valid entry for the resolvingActionConfig options array.