added Court Homunculus

master
a. benedict balbuena 2013-06-03 17:05:56 +08:00
parent 2e2e5ade87
commit f986fd7dc8
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[
new MagicStatic(MagicLayer.ModPT) {
@Override
public void modPowerToughness(final MagicPermanent source,final MagicPermanent permanent,final MagicPowerToughness pt) {
// incorrect implementation, should be ANOTHER artifact
if (source.getController().controlsPermanent(MagicType.Artifact)) {
pt.add(1,1);
}
}
}
]

View File

@ -0,0 +1,11 @@
name=Court Homunculus
url=http://magiccards.info/cfx/en/6.html
image=http://magiccards.info/scans/en/cfx/6.jpg
value=3.611
rarity=C
type=Artifact,Creature
subtype=Homunculus
cost={W}
pt=1/1
timing=main
requires_groovy_code