implement [EOE] Seedship Impact

This commit is contained in:
Susucre 2025-07-09 21:25:15 +02:00
parent a75a95a7f1
commit 5b58f07196
4 changed files with 113 additions and 0 deletions

View file

@ -16,6 +16,12 @@ import mage.target.common.TargetCardInLibrary;
*/
public final class LanderToken extends TokenImpl {
public static String getReminderText() {
return "<i>(It's an artifact with \"{2}, {T}, Sacrifice this token: "
+ "Search your library for a basic land card, put it onto the "
+ "battlefield tapped, then shuffle.\")</i>";
}
public LanderToken() {
super("Lander Token", "Lander token");
cardType.add(CardType.ARTIFACT);