added Emblem of the Warmind

master
a. benedict balbuena 2013-05-24 18:44:42 +08:00
parent 8ce699773a
commit d996d14f62
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[
new MagicStatic(
MagicLayer.Ability,
MagicTargetFilter.TARGET_CREATURE_YOU_CONTROL
) {
@Override
public void modAbilityFlags(final MagicPermanent source,final MagicPermanent permanent,final Set<MagicAbility> flags) {
flags.add(MagicAbility.Haste);
}
}
]

View File

@ -0,0 +1,11 @@
name=Emblem of the Warmind
url=http://magiccards.info/fut/en/112.html
image=http://magiccards.info/scans/en/fut/112.jpg
value=1.889
rarity=U
type=Enchantment
subtype=Aura
cost={1}{R}
timing=aura
enchant=pump,pos creature
requires_groovy_code