added Lost Order of Jarkeld

master
a. benedict balbuena 2013-05-24 11:52:22 +08:00
parent 91a2a4147a
commit 2210421b11
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,9 @@
[
new MagicCDA() {
@Override
public void modPowerToughness(final MagicGame game,final MagicPlayer player,final MagicPowerToughness pt) {
final int amount = 1 + player.getOpponent().getNrOfPermanentsWithType(MagicType.Creature);
pt.set(amount,amount);
}
}
]

View File

@ -0,0 +1,10 @@
name=Lost Order of Jarkeld
url=http://magiccards.info/me2/en/24.html
image=http://magiccards.info/scans/en/me2/24.jpg
value=3.909
rarity=R
type=Creature
subtype=Human,Knight
cost={2}{W}{W}
timing=main
requires_groovy_code