mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
implement [EOE] Seedship Impact
This commit is contained in:
parent
a75a95a7f1
commit
5b58f07196
4 changed files with 113 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue