Add script for Jor Kadeen, the Prevailer

master
Jericho Pumpkin 2013-10-15 18:08:27 +00:00
parent 1ed048b244
commit 0da3883333
2 changed files with 25 additions and 0 deletions

View File

@ -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);
}
}
}
]

View File

@ -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