mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Converted Duress & Ostracize from code to keyword.
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
Duress
|
||||
B
|
||||
Sorcery
|
||||
no text
|
||||
spDiscardOpp:RevealYouChoose/Artifact.nonCreature.nonLand,Enchantment.nonCreature,Instant,Planeswalker,Sorcery:1:Target opponent reveals his or her hand. Choose a noncreature, nonland card from it. That player discards that card.:Duress - opponent reveals hand and discards a card
|
||||
|
||||
Ostracize
|
||||
B
|
||||
Sorcery
|
||||
no text
|
||||
spDiscardOpp:RevealYouChoose/Creature:1:Target opponent reveals his or her hand. Choose a creature card from it. That player discards that card.:Ostracize - opponent reveals hand and discards a card
|
||||
|
||||
Distress
|
||||
B B
|
||||
Sorcery
|
||||
@@ -24094,11 +24106,6 @@ Creature Illusion
|
||||
When Dream Stalker comes into play, return a permanent you control to its owner's hand.
|
||||
1/5
|
||||
|
||||
Duress
|
||||
B
|
||||
Sorcery
|
||||
Target opponent reveals his or her hand. Choose a noncreature, nonland card from it. That player discards that card.
|
||||
|
||||
Fleetfoot Panther
|
||||
1 G W
|
||||
Creature Cat
|
||||
@@ -24205,11 +24212,6 @@ At the beginning of your upkeep, you may look at the top card of your library. I
|
||||
3/2
|
||||
Flying
|
||||
|
||||
Ostracize
|
||||
B
|
||||
Sorcery
|
||||
Target opponent reveals his or her hand. Choose a creature card from it. That player discards that card.
|
||||
|
||||
Overwhelming Forces
|
||||
6 B B
|
||||
Sorcery
|
||||
|
||||
@@ -14485,6 +14485,7 @@ public class CardFactory implements NewConstants {
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Duress")) {
|
||||
final SpellAbility spell = new Spell(card) {
|
||||
@@ -14553,7 +14554,9 @@ public class CardFactory implements NewConstants {
|
||||
|
||||
spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell));
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Ostracize")) {
|
||||
final SpellAbility spell = new Spell(card) {
|
||||
@@ -14615,6 +14618,8 @@ public class CardFactory implements NewConstants {
|
||||
|
||||
spell.setBeforePayMana(CardFactoryUtil.input_targetPlayer(spell));
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Hoofprints of the Stag")) {
|
||||
|
||||
Reference in New Issue
Block a user