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.
- Parent model: Card (Atomic), Card (Deck), Card (Set)
- Parent property:
leadershipSkills
TypeScript Model
Show/Hide 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