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:
@@ -203,6 +203,17 @@ mana={1}{R}
|
||||
type=Sorcery
|
||||
[/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.
|
||||
id=10622
|
||||
target=creature|battlefield
|
||||
|
||||
Reference in New Issue
Block a user