mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
Changed some existing cards to use PermanentsOnTheBattlefieldCondition instead of adding a cost.[BFZ] Implemented Brood Butcher.[CSP] Implemented Heidar Rimewind Master, Rimewind Cryomancer, and Rimewind Taskmage.[LEG] Implemented Hyperion Blacksmith.
This commit is contained in:
parent
b1b3465bb4
commit
4da225475f
14 changed files with 957 additions and 567 deletions
|
|
@ -42,7 +42,7 @@ import mage.constants.Zone;
|
|||
public class EldraziScionToken extends Token {
|
||||
|
||||
public EldraziScionToken() {
|
||||
super("Eldrazi Scion", "1/1 colorless Eldrazi Scion creature with \"Sacrifice this creature: Add {1} to your mana pool.\"");
|
||||
super("Eldrazi Scion", "1/1 colorless Eldrazi Scion creature token with \"Sacrifice this creature: Add {1} to your mana pool.\"");
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add("Eldrazi");
|
||||
subtype.add("Scion");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue