mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
Converted Coercion from code to keyword.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
Coercion
|
||||||
|
2 B
|
||||||
|
Sorcery
|
||||||
|
no text
|
||||||
|
spDiscardOpp:RevealYouChoose:1:Target opponent reveals his or her hand. You choose a card from it. That player discards that card.:Coercion - opponent reveals hand and discards a card
|
||||||
|
|
||||||
Brainbite
|
Brainbite
|
||||||
2 U B
|
2 U B
|
||||||
Sorcery
|
Sorcery
|
||||||
@@ -20754,11 +20760,6 @@ Cranial Extraction
|
|||||||
Sorcery
|
Sorcery
|
||||||
Name a nonland card. Search target player's graveyard, hand, and library for all cards with that name and remove them from the game. Then that player shuffles his or her library.
|
Name a nonland card. Search target player's graveyard, hand, and library for all cards with that name and remove them from the game. Then that player shuffles his or her library.
|
||||||
|
|
||||||
Coercion
|
|
||||||
2 B
|
|
||||||
Sorcery
|
|
||||||
Target opponent reveals his or her hand. You choose a card from it. That player discards that card.
|
|
||||||
|
|
||||||
Distress
|
Distress
|
||||||
B B
|
B B
|
||||||
Sorcery
|
Sorcery
|
||||||
|
|||||||
@@ -9682,7 +9682,8 @@ public class CardFactory implements NewConstants {
|
|||||||
spell.setStackDescription(card.getName() + " - targeting opponent");
|
spell.setStackDescription(card.getName() + " - targeting opponent");
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Coercion")) {
|
else if(cardName.equals("Coercion")) {
|
||||||
final SpellAbility spell = new Spell(card) {
|
final SpellAbility spell = new Spell(card) {
|
||||||
@@ -9725,7 +9726,7 @@ public class CardFactory implements NewConstants {
|
|||||||
|
|
||||||
spell.setBeforePayMana(new Input_PayManaCost(spell));
|
spell.setBeforePayMana(new Input_PayManaCost(spell));
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
|
|||||||
Reference in New Issue
Block a user