add Stoneshock Giant

master
melvin 2014-07-30 10:18:43 +08:00
parent 63c8c3805d
commit da94c95332
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ type=Creature
subtype=Giant
cost={3}{R}{R}
pt=5/4
ability={6}{R}{R}: Monstrosity 3.;\
ability=Monstrosity 3 {6}{R}{R};\
When SN becomes monstrous, creatures without flying your opponents control can't block this turn.
timing=main
oracle={6}{R}{R}: Monstrosity 3. When Stoneshock Giant becomes monstrous, creatures without flying your opponents control can't block this turn.

View File

@ -1871,6 +1871,7 @@ public class MagicTargetFilterFactory {
// <color|type|subtype> your opponents control
multiple.put("creatures with flying your opponents control", CREATURE_WITH_FLYING_YOUR_OPPONENT_CONTROLS);
multiple.put("creatures without flying your opponents control", CREATURE_WITHOUT_FLYING_YOUR_OPPONENT_CONTROLS);
// <color|type|subtype>
multiple.put("lands",LAND);