Split and flip cards have been updated. Each half of the card has been combined into a single page. Information for split cards has been updated to adhere to the Amonkhet rules update. Notably:
- The converted mana cost of a split card will now be the sum of the converted mana cost of both halves.
- The color of a split cards is now the combined colors of both halves.
- The color identity of split cards is now the combined color identity of both halves.
- The card types of split cards are now the combined card types of both halves.
Split/Flip Card Search Updates
The search system now understands that a split/flip card has one combined name like Beck//Call
but also two distinct names, Beck
and Call
. You can now search for one or both halves of a split card using any of these formats.
Split/Flip Card Changes for Bots
The Slack and Discord bots now understand requests for split card names, such as [[Wear//Tear]]
.
API Changes for Split/Flip Cards
Each split and flip card is now represented as a single object via the API instead of two. A new card_faces
property has been added that contains information for each half of the split/flip card. See the updated API documentation for details.