Remove duplicate groovy files
parent
7451976f66
commit
36ce11c44c
|
@ -1,13 +0,0 @@
|
||||||
[
|
|
||||||
new MagicStatic(MagicLayer.ModPT) {
|
|
||||||
@Override
|
|
||||||
public void modPowerToughness(
|
|
||||||
final MagicPermanent source,
|
|
||||||
final MagicPermanent permanent,
|
|
||||||
final MagicPowerToughness pt) {
|
|
||||||
if (MagicCondition.THRESHOLD_CONDITION.accept(permanent)) {
|
|
||||||
pt.add(2,2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -9,4 +9,4 @@ cost={G}
|
||||||
pt=1/1
|
pt=1/1
|
||||||
ability=shroud
|
ability=shroud
|
||||||
timing=main
|
timing=main
|
||||||
requires_groovy_code
|
requires_groovy_code=Anurid Barkripper
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
[
|
|
||||||
new MagicStatic(MagicLayer.ModPT) {
|
|
||||||
@Override
|
|
||||||
public void modPowerToughness(
|
|
||||||
final MagicPermanent source,
|
|
||||||
final MagicPermanent permanent,
|
|
||||||
final MagicPowerToughness pt) {
|
|
||||||
if (MagicCondition.THRESHOLD_CONDITION.accept(permanent)) {
|
|
||||||
pt.add(2,2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -9,4 +9,4 @@ cost={1}{G}
|
||||||
pt=2/1
|
pt=2/1
|
||||||
ability=reach
|
ability=reach
|
||||||
timing=main
|
timing=main
|
||||||
requires_groovy_code
|
requires_groovy_code=Anurid Barkripper
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
[
|
|
||||||
new MagicStatic(MagicLayer.ModPT) {
|
|
||||||
@Override
|
|
||||||
public void modPowerToughness(
|
|
||||||
final MagicPermanent source,
|
|
||||||
final MagicPermanent permanent,
|
|
||||||
final MagicPowerToughness pt) {
|
|
||||||
if (MagicCondition.THRESHOLD_CONDITION.accept(permanent)) {
|
|
||||||
pt.add(2,2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -8,4 +8,4 @@ subtype=Cat
|
||||||
cost={3}{G}
|
cost={3}{G}
|
||||||
pt=3/3
|
pt=3/3
|
||||||
timing=main
|
timing=main
|
||||||
requires_groovy_code
|
requires_groovy_code=Anurid Barkripper
|
||||||
|
|
Loading…
Reference in New Issue