• Map a Foundry change.type string to a SoHL VALUE_DELTA_OPERATOR. Unknown types fall back to ADD. CUSTOM is only valid when the ValueModifier has a customFunction.

    Parameters

    • type: string

      The Foundry change type string.

    Returns ValueDeltaOperator

    The corresponding VALUE_DELTA_OPERATOR (ADD for unknown types).