replace groovy script with ability in card script
parent
f0fa97d087
commit
316bdd3037
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue