Added some cards with myUpkeepOnly. All have been successfully tested ingame!
There is one important thing about coding such cards in direct combination with "limit:x". You have to put "limit:x" always before "myUpkeepOnly", see Firemane Angel as an example. An auto line with "...myUpkeepOnly limit:x" does not work! So, the only working combination is "...limit:x myUpkeepOnly".
This commit is contained in:
@@ -274,6 +274,16 @@ toughness=*
|
|||||||
abilities=defender
|
abilities=defender
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
text={2}, Sacrifice a land: Put a +2/+2 counter on target creature. Play this ability only during any upkeep step.
|
||||||
|
auto={2}{S(land|myBattlefield):counter(2/2,1) target(creature) myUpkeepOnly
|
||||||
|
auto={2}{S(land|myBattlefield):counter(2/2,1) target(creature) OpponentUpkeepOnly
|
||||||
|
id=2618
|
||||||
|
name=Dwarven Armory
|
||||||
|
rarity=R
|
||||||
|
mana={2}{R}{R}
|
||||||
|
type=Enchantment
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
text={3}{G}, {T}: You may tap or untap target artifact, creature, or land.
|
text={3}{G}, {T}: You may tap or untap target artifact, creature, or land.
|
||||||
id=2556
|
id=2556
|
||||||
auto={3}{G}{T}:tap target(creature,artifact,land)
|
auto={3}{G}{T}:tap target(creature,artifact,land)
|
||||||
|
|||||||
@@ -498,14 +498,6 @@ type=Enchantment
|
|||||||
mana={2}{W}{W}
|
mana={2}{W}{W}
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text={2}, Sacrifice a land: Put a +2/+2 counter on target creature. Play this ability only during any upkeep step.
|
|
||||||
id=2618
|
|
||||||
name=Dwarven Armory
|
|
||||||
rarity=R
|
|
||||||
type=Enchantment
|
|
||||||
mana={2}{R}{R}
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
text=At the beginning of your upkeep, sacrifice Earthlink unless you pay {2}. Whenever a creature is put into a graveyard from play, that creature's controller sacrifices a land.
|
text=At the beginning of your upkeep, sacrifice Earthlink unless you pay {2}. Whenever a creature is put into a graveyard from play, that creature's controller sacrifices a land.
|
||||||
id=2721
|
id=2721
|
||||||
name=Earthlink
|
name=Earthlink
|
||||||
|
|||||||
@@ -203,6 +203,17 @@ mana={1}{R}
|
|||||||
type=Sorcery
|
type=Sorcery
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
id=10578
|
||||||
|
name=Fire Bowman
|
||||||
|
rarity=C
|
||||||
|
mana={R}
|
||||||
|
type=Creature
|
||||||
|
subtype=Human Soldier Archer
|
||||||
|
auto={S}:damage:1 target(creature,player) myTurnOnly
|
||||||
|
power=1
|
||||||
|
toughness=1
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
text=Put target creature on top of its owner's library.
|
text=Put target creature on top of its owner's library.
|
||||||
id=10622
|
id=10622
|
||||||
target=creature|battlefield
|
target=creature|battlefield
|
||||||
|
|||||||
@@ -309,6 +309,21 @@ mana={1}{G}
|
|||||||
type=Sorcery
|
type=Sorcery
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
text=Flying, first strike At the beginning of your upkeep, if Firemane Angel is in your graveyard or on the battlefield, you may gain 1 life. {6}{R}{R}{W}{W}: Return Firemane Angel from your graveyard to the battlefield. Play this ability only during your upkeep.
|
||||||
|
auto=@each my upkeep:may life:1 controller
|
||||||
|
autograveyard={0}:may life:1 controller limit:1 myUpkeepOnly
|
||||||
|
autograveyard={6}{R}{R}{W}{W}:moveTo(myBattlefield) myUpkeepOnly
|
||||||
|
id=89074
|
||||||
|
name=Firemane Angel
|
||||||
|
rarity=R
|
||||||
|
mana={3}{R}{W}{W}
|
||||||
|
type=Creature
|
||||||
|
subtype=Angel
|
||||||
|
power=4
|
||||||
|
toughness=3
|
||||||
|
abilities=flying,first strike
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
text=Enchant creature When Fists of Ironwood enters the battlefield, put two 1/1 green Saproling creature tokens onto the battlefield. Enchanted creature has trample.
|
text=Enchant creature When Fists of Ironwood enters the battlefield, put two 1/1 green Saproling creature tokens onto the battlefield. Enchanted creature has trample.
|
||||||
target=creature
|
target=creature
|
||||||
auto=token(Saproling,creature saproling, 1/1,green)*2
|
auto=token(Saproling,creature saproling, 1/1,green)*2
|
||||||
|
|||||||
@@ -587,17 +587,6 @@ type=Instant
|
|||||||
mana={1}{R}
|
mana={1}{R}
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Flying, first strike At the beginning of your upkeep, if Firemane Angel is in your graveyard or in play, you may gain 1 life. {6}{R}{R}{W}{W}: Return Firemane Angel from your graveyard to play. Play this ability only during your upkeep.
|
|
||||||
id=89074
|
|
||||||
name=Firemane Angel
|
|
||||||
rarity=R
|
|
||||||
type=Creature
|
|
||||||
mana={3}{R}{W}{W}
|
|
||||||
power=4
|
|
||||||
subtype=Angel
|
|
||||||
toughness=3
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
text=When Flame-Kin Zealot comes into play, creatures you control get +1/+1 and gain haste until end of turn.
|
text=When Flame-Kin Zealot comes into play, creatures you control get +1/+1 and gain haste until end of turn.
|
||||||
id=83562
|
id=83562
|
||||||
auto=1/1 all(creature|myBattlefield)
|
auto=1/1 all(creature|myBattlefield)
|
||||||
|
|||||||
@@ -181,6 +181,20 @@ auto=X/0
|
|||||||
rarity=U
|
rarity=U
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
text=Flying {3}{W}{W}: Return Eternal Dragon from your graveyard to your hand. Activate this ability only during your upkeep. Plainscycling {2} ({2}, Discard this card: Search your library for a Plains card, reveal it, and put it into your hand. Then shuffle your library.)
|
||||||
|
autograveyard={3}{W}{W}:moveTo(myhand) myUpkeepOnly
|
||||||
|
id=44398
|
||||||
|
name=Eternal Dragon
|
||||||
|
rarity=R
|
||||||
|
mana={5}{W}{W}
|
||||||
|
type=Creature
|
||||||
|
subtype=Dragon Spirit
|
||||||
|
autohand={2}{S}:moveTo(myhand) target(plains|mylibrary)
|
||||||
|
power=5
|
||||||
|
toughness=5
|
||||||
|
abilities=flying
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
id=43525
|
id=43525
|
||||||
name=Goblin Brigand
|
name=Goblin Brigand
|
||||||
mana={1}{R}
|
mana={1}{R}
|
||||||
|
|||||||
@@ -373,17 +373,6 @@ text=Cleric spells you cast cost {W}{B} less to cast. This effect reduces only t
|
|||||||
rarity=U
|
rarity=U
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
id=44398
|
|
||||||
name=Eternal Dragon
|
|
||||||
mana={5}{W}{W}
|
|
||||||
type=Creature
|
|
||||||
subtype=Dragon Spirit
|
|
||||||
power=5
|
|
||||||
toughness=5
|
|
||||||
text=Flying {3}{W}{W}: Return Eternal Dragon from your graveyard to your hand. Activate this ability only during your upkeep. Plainscycling {2} ({2}, Discard this card: Search your library for a Plains card, reveal it, and put it into your hand. Then shuffle your library.)
|
|
||||||
rarity=R
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
id=40648
|
id=40648
|
||||||
name=Exiled Doomsayer
|
name=Exiled Doomsayer
|
||||||
mana={1}{W}
|
mana={1}{W}
|
||||||
|
|||||||
Reference in New Issue
Block a user