Add script for Jor Kadeen, the Prevailer
parent
1ed048b244
commit
0da3883333
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
new MagicStatic(
|
||||
MagicLayer.ModPT,
|
||||
MagicTargetFilter.TARGET_CREATURE_YOU_CONTROL
|
||||
) {
|
||||
@Override
|
||||
public void modPowerToughness(final MagicPermanent source,final MagicPermanent permanent,final MagicPowerToughness pt) {
|
||||
if (MagicCondition.METALCRAFT_CONDITION.accept(permanent)) {
|
||||
pt.add(3,0);
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,12 @@
|
|||
name=Jor Kadeen, the Prevailer
|
||||
url=http://magiccards.info/nph/en/128.html
|
||||
image=http://magiccards.info/scans/en/nph/128.jpg
|
||||
value=3.892
|
||||
rarity=R
|
||||
type=Legendary,Creature
|
||||
subtype=Human,Warrior
|
||||
ability=first strike
|
||||
cost={3}{R}{W}
|
||||
pt=5/4
|
||||
timing=main
|
||||
requires_groovy_code
|
Loading…
Reference in New Issue