added Multani, Maro-Sorcerer

master
a. benedict balbuena 2013-05-24 17:44:08 +08:00
parent c305abd514
commit e19c95e791
2 changed files with 20 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 = player.getHandSize() + player.getOpponent().getHandSize();
pt.set(amount,amount);
}
}
]

View File

@ -0,0 +1,11 @@
name=Multani, Maro-Sorcerer
url=http://magiccards.info/ul/en/107.html
image=http://magiccards.info/scans/en/ul/107.jpg
value=3.754
rarity=R
type=Legendary,Creature
subtype=Elemental
cost={4}{G}{G}
ability=shroud
timing=main
requires_groovy_code