Converted Duress & Ostracize from code to keyword.

This commit is contained in:
jendave
2011-08-06 05:24:41 +00:00
parent 51cf744868
commit 340dc76ee9
2 changed files with 18 additions and 11 deletions

View File

@@ -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

View File

@@ -14484,7 +14484,8 @@ public class CardFactory implements NewConstants {
card.addSpellAbility(spell);
}//*************** 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")) {