The larger size of the jumbo cards makes storage more difficult
As far as how the card works, I like this a lot for lands-matter decks in Commander
Worst yet, if it's put in the graveyard for whatever reason, its owner can shuffle their graveyard into their library
How many of these are in the set
In fact, while I don't have scientific data, just looking at the impact of flashback, I wouldn't be surprise to find that it is one of the most constructed-playable mechanics ever printed
Any help are welcome :) Java 25+ Maven 3.9+ git clone cd MtgDesktopCompanion mvn -DskipTests clean install Then launch the packaged application from: target/executable/bin/mtg-desktop-companion.sh (Use mtg-desktop-companion.bat on Windows.) mvn clean install mvn test User guide: Developer guide: src/main/java/org/magic/api : provider APIs and plugin implementations src/main/java/org/magic/services : core services (business logic, jobs, tools, networking) src/main/java/org/magic/servers : embedded server implementations src/main/java/org/magic/gui : application gui components and frames src/main/java/org/magic/game : simulator game components and logics src/test/java : unit and integration tests Fork the repository