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:
@@ -587,17 +587,6 @@ type=Instant
|
||||
mana={1}{R}
|
||||
[/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.
|
||||
id=83562
|
||||
auto=1/1 all(creature|myBattlefield)
|
||||
|
||||
Reference in New Issue
Block a user