replace groovy script with ability in card script
parent
d09853e8f3
commit
0710054dd5
|
@ -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);
|
||||
}
|
||||
}
|
||||
]
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue