This is by far the most popular strategy in the format right now
That said, Rampaging Ferocidon is now just another three-drop in a sea of good red three-drops, and you could just as easily end up wanting Goblin Rabblemaster, Goblin Chainwhirler, or no three-drops at all depending on how you build your red decks
What sort of maniac would want to play a game like that
In a dedicated Soldier deck, it's easy to see Myrel commonly summoning up to four Soldier tokens or more if she manages to go to combat even once
But IMO, you already have plenty of counterspells and could use more stuff to trigger day/night so I recommend Leyline of Anticipation here so you can make it night on your turn easy and keep all your tools available at all time
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