mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
[AFR] updated spoiler
This commit is contained in:
parent
30bb7cd42e
commit
ee8b9fca9b
4 changed files with 34 additions and 34 deletions
|
|
@ -15,9 +15,9 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class DjinniWindseeker extends CardImpl {
|
||||
public final class DjinniWindseer extends CardImpl {
|
||||
|
||||
public DjinniWindseeker(UUID ownerId, CardSetInfo setInfo) {
|
||||
public DjinniWindseer(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{U}");
|
||||
|
||||
this.subtype.add(SubType.DJINN);
|
||||
|
|
@ -41,12 +41,12 @@ public final class DjinniWindseeker extends CardImpl {
|
|||
effect.addTableEntry(20, 20, new ScryEffect(3, false));
|
||||
}
|
||||
|
||||
private DjinniWindseeker(final DjinniWindseeker card) {
|
||||
private DjinniWindseer(final DjinniWindseer card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public DjinniWindseeker copy() {
|
||||
return new DjinniWindseeker(this);
|
||||
public DjinniWindseer copy() {
|
||||
return new DjinniWindseer(this);
|
||||
}
|
||||
}
|
||||
|
|
@ -20,9 +20,9 @@ import java.util.UUID;
|
|||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class SpikePitTrap extends CardImpl {
|
||||
public final class SpikedPitTrap extends CardImpl {
|
||||
|
||||
public SpikePitTrap(UUID ownerId, CardSetInfo setInfo) {
|
||||
public SpikedPitTrap(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT}, "{1}");
|
||||
|
||||
// Flash
|
||||
|
|
@ -49,12 +49,12 @@ public final class SpikePitTrap extends CardImpl {
|
|||
), new CreateTokenEffect(new TreasureToken()));
|
||||
}
|
||||
|
||||
private SpikePitTrap(final SpikePitTrap card) {
|
||||
private SpikedPitTrap(final SpikedPitTrap card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public SpikePitTrap copy() {
|
||||
return new SpikePitTrap(this);
|
||||
public SpikedPitTrap copy() {
|
||||
return new SpikedPitTrap(this);
|
||||
}
|
||||
}
|
||||
|
|
@ -70,7 +70,7 @@ public final class AdventuresInTheForgottenRealms extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Dire Wolf Prowler", 179, Rarity.COMMON, mage.cards.d.DireWolfProwler.class));
|
||||
cards.add(new SetCardInfo("Displacer Beast", 54, Rarity.UNCOMMON, mage.cards.d.DisplacerBeast.class));
|
||||
cards.add(new SetCardInfo("Divine Smite", 12, Rarity.UNCOMMON, mage.cards.d.DivineSmite.class));
|
||||
cards.add(new SetCardInfo("Djinni Windseeker", 55, Rarity.COMMON, mage.cards.d.DjinniWindseeker.class));
|
||||
cards.add(new SetCardInfo("Djinni Windseer", 55, Rarity.COMMON, mage.cards.d.DjinniWindseer.class));
|
||||
cards.add(new SetCardInfo("Dragon Turtle", 56, Rarity.RARE, mage.cards.d.DragonTurtle.class));
|
||||
cards.add(new SetCardInfo("Dragon's Disciple", 13, Rarity.UNCOMMON, mage.cards.d.DragonsDisciple.class));
|
||||
cards.add(new SetCardInfo("Drider", 98, Rarity.UNCOMMON, mage.cards.d.Drider.class));
|
||||
|
|
@ -194,7 +194,7 @@ public final class AdventuresInTheForgottenRealms extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Skullport Merchant", 120, Rarity.UNCOMMON, mage.cards.s.SkullportMerchant.class));
|
||||
cards.add(new SetCardInfo("Soulknife Spy", 75, Rarity.COMMON, mage.cards.s.SoulknifeSpy.class));
|
||||
cards.add(new SetCardInfo("Sphere of Annihilation", 121, Rarity.RARE, mage.cards.s.SphereOfAnnihilation.class));
|
||||
cards.add(new SetCardInfo("Spike Pit Trap", 251, Rarity.COMMON, mage.cards.s.SpikePitTrap.class));
|
||||
cards.add(new SetCardInfo("Spiked Pit Trap", 251, Rarity.COMMON, mage.cards.s.SpikedPitTrap.class));
|
||||
cards.add(new SetCardInfo("Split the Party", 76, Rarity.UNCOMMON, mage.cards.s.SplitTheParty.class));
|
||||
cards.add(new SetCardInfo("Spoils of the Hunt", 205, Rarity.COMMON, mage.cards.s.SpoilsOfTheHunt.class));
|
||||
cards.add(new SetCardInfo("Steadfast Paladin", 38, Rarity.COMMON, mage.cards.s.SteadfastPaladin.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue