Skip to content

Strategy magic filter#

About#

Magic (expert id) filter

Fields#

Name Type Required Description
included Array<string> Yes list of magics (expert ids) or magic ranges copied. Leave the value empty to copy all magics
excluded Array<string> Yes list of magics (expert ids) or magic ranges excluded from copying. Leave the value empty to copy all magics

Example#

{
  "included": [
    "1000-2000", "3456"
  ],
  "excluded": [
    "1300", "1310-1320"
  ]
}

Usages#