replace groovy script with ability in card script

master
melvin 2013-08-27 10:49:41 +08:00
parent f0fa97d087
commit 316bdd3037
2 changed files with 2 additions and 9 deletions

View File

@ -1,12 +1,4 @@
[
new MagicStatic(
MagicLayer.ModPT,
MagicTargetFilter.TARGET_MYR_CREATURE) {
@Override
public void modPowerToughness(final MagicPermanent source,final MagicPermanent permanent,final MagicPowerToughness pt) {
pt.add(1,1);
}
},
new MagicPermanentActivation(
new MagicActivationHints(MagicTiming.Token),
"Token"

View File

@ -5,6 +5,7 @@ value=4.181
rarity=R
type=Artifact
cost={5}
ability=indestructible
ability=indestructible,lord myr creatures get +1/+1
static=all
timing=main
requires_groovy_code