diff --git a/projects/mtg/bin/Res/sets/ATQ/_cards.dat b/projects/mtg/bin/Res/sets/ATQ/_cards.dat index fb39f5974..8506e9bd4 100644 --- a/projects/mtg/bin/Res/sets/ATQ/_cards.dat +++ b/projects/mtg/bin/Res/sets/ATQ/_cards.dat @@ -434,39 +434,39 @@ auto={T}:add {1} && aslongas(Urza's Mine|myinplay)aslongas(Urza's Tower|myinplay subtype=Urza's Power Plant [/card] [card] -text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add to your mana pool instead. +text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add {3} to your mana pool instead. id=1088 name=Urza's Tower rarity=U type=Land -auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{1} +auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{2} subtype=Urza's Tower [/card] [card] -text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add to your mana pool instead. +text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add {3} to your mana pool instead. id=1089 name=Urza's Tower rarity=U type=Land -auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{1} +auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{2} subtype=Urza's Tower [/card] [card] -text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add to your mana pool instead. +text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add {3} to your mana pool instead. id=1090 name=Urza's Tower rarity=C type=Land -auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{1} +auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{2} subtype=Urza's Tower [/card] [card] -text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add to your mana pool instead. +text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add {3} to your mana pool instead. id=1091 name=Urza's Tower rarity=U type=Land -auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{1} +auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{2} subtype=Urza's Tower [/card] [card] diff --git a/projects/mtg/bin/Res/test/urzas_lands.txt b/projects/mtg/bin/Res/test/urzas_lands.txt index 5a017f188..a1c2d9387 100644 --- a/projects/mtg/bin/Res/test/urzas_lands.txt +++ b/projects/mtg/bin/Res/test/urzas_lands.txt @@ -1,6 +1,6 @@ #NAME: Urza's Lands #DESC: Verifies that Urza's lands -#DESC: give 2 mana if you have all +#DESC: give more mana if you have all #DESC: three in play, and 1 if you #DESC: don't. [INIT] @@ -17,6 +17,6 @@ Urza's Tower firstmain [PLAYER1] inplay:Urza's Mine,Urza's Power Plant,Urza's Tower -manapool:{3} +manapool:{4} [PLAYER2] [END]