add Flash of Defiance

master
melvin 2014-07-30 09:47:48 +08:00
parent dacc8f9265
commit a58485d758
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ value=2.500
rarity=C
type=Sorcery
cost={1}{R}
effect=Green creatures and white creatures can't block this turn.;\
Flashback—{1}{R}, Pay 3 life.
effect=Green creatures and white creatures can't block this turn.
ability=Flashback {1}{R}, Pay 3 life.
timing=main
oracle=Green creatures and white creatures can't block this turn. Flashback—{1}{R}, Pay 3 life.

View File

@ -1815,6 +1815,7 @@ public class MagicTargetFilterFactory {
// <color|type|subtype> creatures you controls
multiple.put("creatures you control", CREATURE_YOU_CONTROL);
multiple.put("red creatures and white creatures you control", RED_OR_WHITE_CREATURE_YOU_CONTROL);
multiple.put("green creatures and white creatures", GREEN_OR_WHITE_CREATURE);
multiple.put("creatures you control with flying", CREATURE_WITH_FLYING_YOU_CONTROL);
multiple.put("enchanted creatures you control", ENCHANTED_CREATURE_YOU_CONTROL);
multiple.put("non-human creatures you control", NONHUMAN_CREATURE_YOU_CONTROL);