Sol Ring, Mana Crypt, and Mox Opal, would all be considered fast mana
But I cant help admiring them
If you have a decent setup of different card types, Loot can offer a ton of value each turn
(It's an artifact with " , , Sacrifice this token: You gain 3 life.") Instant Color tag templates(None) Worldly Tutor Search your library for a creature card, reveal it, then shuffle and put the card on top
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