mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
[SOI] Updated additional 3/17 spoilers. Added some more cards.
This commit is contained in:
parent
d7d9c31ff3
commit
418b7b1e8e
17 changed files with 1399 additions and 3 deletions
|
|
@ -43,6 +43,7 @@ class ClueArtifactToken extends Token {
|
|||
super("Clue", "colorless Clue artifact token onto the battlefield with \"{2}, Sacrifice this artifact: Draw a card.\"");
|
||||
this.setOriginalExpansionSetCode("SOI");
|
||||
this.cardType.add(CardType.ARTIFACT);
|
||||
this.subtype.add("Clue");
|
||||
|
||||
// {2}, Sacrifice this artifact: Draw a card.
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DrawCardSourceControllerEffect(1), new GenericManaCost(2));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue