replace groovy script with ability in card script

master
melvin 2013-08-26 13:09:55 +08:00
parent d09853e8f3
commit 0710054dd5
2 changed files with 1 additions and 11 deletions

View File

@ -1,10 +0,0 @@
[
new MagicStatic(
MagicLayer.ModPT,
MagicTargetFilter.TARGET_WHITE_CREATURE) {
@Override
public void modPowerToughness(final MagicPermanent source,final MagicPermanent permanent,final MagicPowerToughness pt) {
pt.add(1,1);
}
}
]

View File

@ -5,6 +5,6 @@ value=4.192
rarity=R
type=Enchantment
cost={W}{W}
ability=lord pt white creatures get +1/+1
static=all
timing=enchantment
requires_groovy_code