Skip to content

Leadership Skills

The Leadership Skills Data Model describes the properties of formats that a card is legal to be your Commander in play formats that utilize Commanders.

TypeScript Model

Toggle Model
TypeScript
export type LeadershipSkills = {
  brawl: boolean;
  commander: boolean;
  oathbreaker: boolean;
};

Model Properties

brawl

If the card can be your commander in the Brawl format.

  • Type: boolean
  • Introduced: v4.5.1

commander

If the card can be your commander in the Commander/EDH format.

  • Type: boolean
  • Introduced: v4.5.1

oathbreaker

If the card can be your commander in the Oathbreaker format.

  • Type: boolean
  • Introduced: v4.5.1