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:
solo81@web.de
2009-12-17 20:44:57 +00:00
parent ee70461d9d
commit 13b3ffecfb
7 changed files with 50 additions and 30 deletions

View File

@@ -274,6 +274,16 @@ toughness=*
abilities=defender
[/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.
id=2556
auto={3}{G}{T}:tap target(creature,artifact,land)