fix script errors

master
melvin 2013-11-27 10:41:22 +08:00
parent f79ef5c3ec
commit 98b8791eea
7 changed files with 10 additions and 7 deletions

View File

@ -7,7 +7,8 @@
@Override
public Iterable<MagicEvent> getCostEvent(final MagicPermanent source) {
return [
new MagicPayManaCostTapEvent(source,"{3}{W}{B}{B}"),
new MagicPayManaCostEvent(source,"{3}{W}{B}{B}"),
new MagicTapEvent(source),
new MagicSacrificeEvent(source)
];
}

View File

@ -5,5 +5,5 @@ value=1.792
rarity=R
type=Enchantment
cost={2}{G}
ability=lord creatures get -1/-0;pay {1}{G}:All creatures get -1/-0 until end of turn.
ability=lord all creatures get -1/-0;pay {1}{G}:All creatures get -1/-0 until end of turn.
timing=enchantment

View File

@ -4,5 +4,6 @@ image=http://magiccards.info/scans/en/m10/225.jpg
value=3.739
rarity=R
type=Land
ability=tap add mana {1}; pay {5},{T},{S}:PN puts a 3/4 colorless Gargoyle creature token with flying onto the battlefield.
ability=tap add mana {1};\
pay {5},{T},{S}:PN puts a 3/4 colorless Gargoyle artifact creature token with flying onto the battlefield.
timing=land

View File

@ -14,7 +14,8 @@ def TARGET_ARTIFACT_OR_CREATURE_OR_ENCHANTMENT = new MagicPermanentFilterImpl ()
@Override
public Iterable<MagicEvent> getCostEvent(final MagicPermanent source) {
return [
new MagicPayManaCostTapEvent(source,"{X}"),
new MagicPayManaCostEvent(source,"{X}"),
new MagicTapEvent(source),
new MagicSacrificeEvent(source)
];
}

View File

@ -5,5 +5,5 @@ value=3.779
rarity=R
type=Artifact
cost={3}
ability=echo;pay {1},{T}:Tap target artifact.;pay {1},{T}:Tap target creature.;pay {1},{T}:Tap target land.
ability=echo {3};pay {1},{T}:Tap target artifact.;pay {1},{T}:Tap target creature.;pay {1},{T}:Tap target land.
timing=artifact

View File

@ -7,6 +7,6 @@ type=Enchantment
subtype=Aura
cost={2}{W}
enchant=tap,neg creature
given_ability=doesn't untap during untap step.
given_ability=doesn't untap during untap step
ability=pay {W}:Return SN to its owner's hand.
timing=enchantment

View File

@ -6,7 +6,7 @@ rarity=C
type=Enchantment
subtype=Aura
cost={U}
given_ability=flying.
given_ability=flying
ability=pay {U}:Return SN to its owner's hand.
enchant=flying,pos creature
timing=aura