mirror of
https://github.com/correl/mage.git
synced 2025-02-18 12:54:22 +00:00
[NCC] updated spoiler, added shield counter skip
This commit is contained in:
parent
32f12d3508
commit
7eb8236efa
2 changed files with 7 additions and 1 deletions
|
@ -3,11 +3,15 @@ package mage.sets;
|
|||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.SetType;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author TheElk801
|
||||
*/
|
||||
public final class NewCapennaCommander extends ExpansionSet {
|
||||
|
||||
private static final List<String> unfinished = Arrays.asList("Kros, Defense Contractor", "Perrie, the Pulveriser");
|
||||
private static final NewCapennaCommander instance = new NewCapennaCommander();
|
||||
|
||||
public static NewCapennaCommander getInstance() {
|
||||
|
@ -17,5 +21,7 @@ public final class NewCapennaCommander extends ExpansionSet {
|
|||
private NewCapennaCommander() {
|
||||
super("New Capenna Commander", "NCC", ExpansionSet.buildDate(2022, 4, 29), SetType.SUPPLEMENTAL);
|
||||
this.hasBasicLands = false;
|
||||
|
||||
cards.removeIf(setCardInfo -> unfinished.contains(setCardInfo.getName())); // remove when shield counters are implemented
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44001,5 +44001,5 @@ Henzie "Toolbox" Torre|New Capenna Commander|2|M|{B}{R}{G}|Legendary Creature -
|
|||
Kamiz, Obscura Oculus|New Capenna Commander|3|M|{1}{W}{U}{B}|Legendary Creature - Cephalid Rogue|2|4|Whenever you attack, target attacking creature can't be blocked this turn. It connives. Then choose another attacking creature with lesser power. That creature gains double strike until end of turn.|
|
||||
Kitt Kanto, Mayhem Diva|New Capenna Commander|4|M|{1}{R}{G}{W}|Legendary Creature - Cat Bard Druid|3|3|When Kitt Kanto enters the battlefield, create a 1/1 green and white Citizen creature token.$At the beginning of combat on each player's turn, you may tap two untapped creatures you control. When you do, target creature that player controls gets +2/+2 and gains trample until end of turn. Goad that creature.|
|
||||
Perrie, the Pulveriser|New Capenna Commander|5|M|{1}{G}{U}{W}|Legendary Creature - Rhino Soldier|3|3|When Perrie enters the battlefield, put a shield counter on target creature.$Whenever Perrie attacks, target creature you control gains trample and gets +X/+X, where X is the number of different kinds of counters among permanents you control.|
|
||||
Kros, Defense Contractor|New Capenna Commander|105|M|{1}{G}{W}{U}|Legendary Creature - Cat Advisor|2|4|At the beginning of your uipkeep, put a shield counter on target creature an opponent controls.$Whenever you put one or more counters on a creature you don't controll, tap that creature and goad it. It gains trample until your next turn.|
|
||||
Kros, Defense Contractor|New Capenna Commander|105|M|{1}{G}{W}{U}|Legendary Creature - Cat Advisor|2|4|At the beginning of your upkeep, put a shield counter on target creature an opponent controls.$Whenever you put one or more counters on a creature you don't control, tap that creature and goad it. It gains trample until your next turn.|
|
||||
Phabine, Boss's Confidant|New Capenna Commander|108|M|{3}{R}{G}{W}|Legendary Creature - Cat Advisor|3|6|Creature tokens you control have haste.$Parley — At the beginning of combat on your turn, each player reveals the top card of their library. For each land card revealed this way, you create a 1/1 green and white Citizen creature token. Then creatures you control get +1/+1 until end of turn for each nonland card revealed thsi way. Then each player draws a card.|
|
||||
|
|
Loading…
Reference in a new issue