Add script for Steelform Sliver

master
Mike 2013-08-10 11:14:50 +00:00
parent 3dae3cce4d
commit a8543b46ac
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[
new MagicStatic(
MagicLayer.ModPT,
MagicTargetFilter.TARGET_SLIVER_YOU_CONTROL) {
@Override
public void modPowerToughness(final MagicPermanent source,final MagicPermanent permanent,final MagicPowerToughness pt) {
pt.add(0,1);
}
}
]

View File

@ -0,0 +1,11 @@
name=Steelform Sliver
url=http://magiccards.info/m14/en/38.html
image=http://magiccards.info/scans/en/m14/38.jpg
value=0.25
rarity=U
type=Creature
subtype=Sliver
cost={2}{W}
pt=2/2
timing=main
requires_groovy_code