interface MutateIf import { type MutateIf } from "."; Check a boolean condition, "Condition", and select either "Then" or "Else". Examples ▶ { "Mutate": "If", "Condition": {"Mutate": "DuringDefend"}, "Then": [], "Else": ["ED_Fast_Bulk"] } Type Parameters T Properties Mutate: "If" Condition: ValueBoolean Then: T Else: T