mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
[ONC] add set
This commit is contained in:
parent
df37f2e1f0
commit
c9bcc82994
5 changed files with 26 additions and 0 deletions
|
@ -525,6 +525,7 @@ public class ScryfallImageSupportCards {
|
|||
add("J22"); // Jumpstart 2022
|
||||
add("SLC"); // Secret Lair 30th Anniversary Countdown Kit
|
||||
add("ONE"); // Phyrexia: All Will Be One
|
||||
add("ONC"); // Phyrexia: All Will Be One Commander
|
||||
}
|
||||
};
|
||||
|
||||
|
|
21
Mage.Sets/src/mage/sets/PhyrexiaAllWillBeOneCommander.java
Normal file
21
Mage.Sets/src/mage/sets/PhyrexiaAllWillBeOneCommander.java
Normal file
|
@ -0,0 +1,21 @@
|
|||
package mage.sets;
|
||||
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.SetType;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class PhyrexiaAllWillBeOneCommander extends ExpansionSet {
|
||||
|
||||
private static final PhyrexiaAllWillBeOneCommander instance = new PhyrexiaAllWillBeOneCommander();
|
||||
|
||||
public static PhyrexiaAllWillBeOneCommander getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
||||
private PhyrexiaAllWillBeOneCommander() {
|
||||
super("Phyrexia: All Will Be One Commander", "ONC", ExpansionSet.buildDate(2023, 1, 10), SetType.SUPPLEMENTAL);
|
||||
}
|
||||
}
|
|
@ -177,6 +177,7 @@ Oath of the Gatewatch|OathOfTheGatewatch|
|
|||
Odyssey|Odyssey|
|
||||
Onslaught|Onslaught|
|
||||
Phyrexia: All Will Be One|PhyrexiaAllWillBeOne|
|
||||
Phyrexia: All Will Be One Commander|PhyrexiaAllWillBeOneCommander|
|
||||
Planar Chaos|PlanarChaos|
|
||||
Planechase|Planechase|
|
||||
Planechase 2012 Edition|Planechase2012Edition|
|
||||
|
|
|
@ -47747,3 +47747,5 @@ Serum Sovereign|Phyrexia: All Will Be One|405|R|{4}{U}|Creature - Phyrexian Spin
|
|||
Kinzu of the Bleak Coven|Phyrexia: All Will Be One|406|R|{4}{B}|Legendary Creature - Phyrexian Vampire|5|4|Flying$Whenever another nontoken creature$you control dies, you may pay 2 life$and exile it. If you do, create a token$that's a copy of that creature, except$it's 1/1 and has toxic 1.|
|
||||
Rhuk, Hexgold Nabber|Phyrexia: All Will Be One|407|R|{2}{R}|Legendary Creature - Goblin Rebel|2|2|Trample, haste$Whenever an equipped creature you control other than Rhuk, Hexgold Nabber attacks or dies, you may attached all Equipment attached to that creature to Rhuk.|
|
||||
Goliath Hatchery|Phyrexia: All Will Be One|408|R|{4}{G}{G}|Enchantment|||When Goliath Hatchery enters the battlefield, create two 3/3 green Phyrexian Beast creature tokens with toxic 1.$Corrupted -- At the beginning of your upkeep, if an opponent has three or more poison counters, choose a creature you control, then draw cards equal to its total toxic value.|
|
||||
Ixhel, Scion of Atraxa|Phyrexia: All Will Be One Commander|1|M|{1}{W}{B}{G}|Legendary Creature - Phyrexian Angel|2|5|Flying, vigilance, toxic 2$Corrupted -- At the beginning of your end step, each opponent who has three or more poison counters exiles the top card of their library face down. You may look at and play those cards for as long as thy remain exiled, and you may spend many as though it were mana of any color to cast those spells.|
|
||||
Neyali, Suns' Vanguard|Phyrexia: All Will Be One Commander|2|M|{2}{R}{W}|Legendary Creature - Human Rebel|3|3|Attacking tokens you control have$double strike.$Whenever one or more tokens you control attack a player, exile the top card of your library. During any turn you attacked with a token, you may play that card.|
|
||||
|
|
|
@ -181,6 +181,7 @@ Oath of the Gatewatch|OGW|
|
|||
Onslaught|ONS|
|
||||
Magic Origins|ORI|
|
||||
Phyrexia: All Will Be One|ONE|
|
||||
Phyrexia: All Will Be One Commander|ONC|
|
||||
Portal Second Age|P02|
|
||||
Planechase 2012 Edition|PC2|
|
||||
Planechase Anthology|PCA|
|
||||
|
|
Loading…
Reference in a new issue