mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
[SNC] Implemented Celebrity Fencer
This commit is contained in:
parent
5f3e51f2f6
commit
010c1637a7
3 changed files with 41 additions and 0 deletions
39
Mage.Sets/src/mage/cards/c/CelebrityFencer.java
Normal file
39
Mage.Sets/src/mage/cards/c/CelebrityFencer.java
Normal file
|
|
@ -0,0 +1,39 @@
|
||||||
|
package mage.cards.c;
|
||||||
|
|
||||||
|
import mage.MageInt;
|
||||||
|
import mage.abilities.common.AllianceAbility;
|
||||||
|
import mage.abilities.effects.common.counter.AddCountersSourceEffect;
|
||||||
|
import mage.cards.CardImpl;
|
||||||
|
import mage.cards.CardSetInfo;
|
||||||
|
import mage.constants.CardType;
|
||||||
|
import mage.constants.SubType;
|
||||||
|
import mage.counters.CounterType;
|
||||||
|
|
||||||
|
import java.util.UUID;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author TheElk801
|
||||||
|
*/
|
||||||
|
public final class CelebrityFencer extends CardImpl {
|
||||||
|
|
||||||
|
public CelebrityFencer(UUID ownerId, CardSetInfo setInfo) {
|
||||||
|
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{W}");
|
||||||
|
|
||||||
|
this.subtype.add(SubType.ELF);
|
||||||
|
this.subtype.add(SubType.DRUID);
|
||||||
|
this.power = new MageInt(3);
|
||||||
|
this.toughness = new MageInt(2);
|
||||||
|
|
||||||
|
// Alliance — Whenever another creature enters the battlefield under your control, put a +1/+1 counter on Celebrity Fencer.
|
||||||
|
this.addAbility(new AllianceAbility(new AddCountersSourceEffect(CounterType.P1P1.createInstance())));
|
||||||
|
}
|
||||||
|
|
||||||
|
private CelebrityFencer(final CelebrityFencer card) {
|
||||||
|
super(card);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public CelebrityFencer copy() {
|
||||||
|
return new CelebrityFencer(this);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -40,6 +40,7 @@ public final class StreetsOfNewCapenna extends ExpansionSet {
|
||||||
cards.add(new SetCardInfo("Buy Your Silence", 6, Rarity.COMMON, mage.cards.b.BuyYourSilence.class));
|
cards.add(new SetCardInfo("Buy Your Silence", 6, Rarity.COMMON, mage.cards.b.BuyYourSilence.class));
|
||||||
cards.add(new SetCardInfo("Cabaretti Ascendency", 172, Rarity.RARE, mage.cards.c.CabarettiAscendency.class));
|
cards.add(new SetCardInfo("Cabaretti Ascendency", 172, Rarity.RARE, mage.cards.c.CabarettiAscendency.class));
|
||||||
cards.add(new SetCardInfo("Cabaretti Charm", 173, Rarity.UNCOMMON, mage.cards.c.CabarettiCharm.class));
|
cards.add(new SetCardInfo("Cabaretti Charm", 173, Rarity.UNCOMMON, mage.cards.c.CabarettiCharm.class));
|
||||||
|
cards.add(new SetCardInfo("Celebrity Fencer", 7, Rarity.COMMON, mage.cards.c.CelebrityFencer.class));
|
||||||
cards.add(new SetCardInfo("Cemetery Tampering", 69, Rarity.RARE, mage.cards.c.CemeteryTampering.class));
|
cards.add(new SetCardInfo("Cemetery Tampering", 69, Rarity.RARE, mage.cards.c.CemeteryTampering.class));
|
||||||
cards.add(new SetCardInfo("Ceremonial Groundbreaker", 175, Rarity.UNCOMMON, mage.cards.c.CeremonialGroundbreaker.class));
|
cards.add(new SetCardInfo("Ceremonial Groundbreaker", 175, Rarity.UNCOMMON, mage.cards.c.CeremonialGroundbreaker.class));
|
||||||
cards.add(new SetCardInfo("Chrome Cat", 236, Rarity.COMMON, mage.cards.c.ChromeCat.class));
|
cards.add(new SetCardInfo("Chrome Cat", 236, Rarity.COMMON, mage.cards.c.ChromeCat.class));
|
||||||
|
|
|
||||||
|
|
@ -43920,6 +43920,7 @@ Forsaken Crossroads|Alchemy: Innistrad|63|R||Land|||Forsaken Crossroads enters t
|
||||||
Angelic Observer|Streets of New Capenna|1|U|{5}{W}|Creature - Angel Advisor|3|3|This spell costs {1} less to cast for each Citizen you control.$Flying|
|
Angelic Observer|Streets of New Capenna|1|U|{5}{W}|Creature - Angel Advisor|3|3|This spell costs {1} less to cast for each Citizen you control.$Flying|
|
||||||
Ballroom Brawlers|Streets of New Capenna|3|U|{3}{W}{W}|Creature - Human Warrior|3|5|Whenever Ballroom Brawlers attacks, Ballroom Brawlers and up to one other target creature you control both gain your choice of first strike or lifelink until end of turn.|
|
Ballroom Brawlers|Streets of New Capenna|3|U|{3}{W}{W}|Creature - Human Warrior|3|5|Whenever Ballroom Brawlers attacks, Ballroom Brawlers and up to one other target creature you control both gain your choice of first strike or lifelink until end of turn.|
|
||||||
Buy Your Silence|Streets of New Capenna|6|C|{4}{W}|Sorcery|||Exile target nonland permanent. its controller creates a Treasure token.|
|
Buy Your Silence|Streets of New Capenna|6|C|{4}{W}|Sorcery|||Exile target nonland permanent. its controller creates a Treasure token.|
|
||||||
|
Celebrity Fencer|Streets of New Capenna|7|C|{3}{W}|Creature - Elf Druid|3|2|Alliance — Whenever another creature enters the battlefield under your control, put a +1/+1 counter on$Celebrity Fencer.|
|
||||||
Depopulate|Streets of New Capenna|10|R|{2}{W}{W}|Sorcery|||Each player who controls a multicolored creature draws a card. Then destroy all creatures.|
|
Depopulate|Streets of New Capenna|10|R|{2}{W}{W}|Sorcery|||Each player who controls a multicolored creature draws a card. Then destroy all creatures.|
|
||||||
Elspeth Resplendent|Streets of New Capenna|11|M|{3}{W}{W}|Legendary Planeswalker - Elspeth|5|+1: Choose up to one target creature. Put a +1/+1 counter and a counter from among flying, first strike, lifelink, or vigilance on it.$−3: Look at the top seven cards of your library. You may put a permanent card with mana value 3 or less from among them onto the battlefield with a shield counter on it. Put the rest on the bottom of your library in a random order.$−7: Create five 3/3 white Angel creature tokens with flying.|
|
Elspeth Resplendent|Streets of New Capenna|11|M|{3}{W}{W}|Legendary Planeswalker - Elspeth|5|+1: Choose up to one target creature. Put a +1/+1 counter and a counter from among flying, first strike, lifelink, or vigilance on it.$−3: Look at the top seven cards of your library. You may put a permanent card with mana value 3 or less from among them onto the battlefield with a shield counter on it. Put the rest on the bottom of your library in a random order.$−7: Create five 3/3 white Angel creature tokens with flying.|
|
||||||
Extraction Specialist|Streets of New Capenna|12|R|{2}{W}|Creature - Human Rogue|3|2|Lifelink$When Extraction Specialist enters the battlefield, return target creature with mana value 2 or less from your graveyard to the battlefield. That creature can't attack or block as long as you control Extraction Specialist.|
|
Extraction Specialist|Streets of New Capenna|12|R|{2}{W}|Creature - Human Rogue|3|2|Lifelink$When Extraction Specialist enters the battlefield, return target creature with mana value 2 or less from your graveyard to the battlefield. That creature can't attack or block as long as you control Extraction Specialist.|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue