changed the targetchooser tpye to be more specific in rules txt...i can never make a mountain goat card because it will gain an unwanted {t}:add{r}....
This commit is contained in:
@@ -35,11 +35,11 @@ auto=maxPlay(land)1
|
|||||||
|
|
||||||
|
|
||||||
#Lands Mana Rules
|
#Lands Mana Rules
|
||||||
auto=lord(Plains|MyBattlefield) {T}:Add{W}
|
auto=lord(Plains[land]|MyBattlefield) {T}:Add{W}
|
||||||
auto=lord(Island|MyBattlefield) {T}:Add{U}
|
auto=lord(Island[land]|MyBattlefield) {T}:Add{U}
|
||||||
auto=lord(Swamp|MyBattlefield) {T}:Add{B}
|
auto=lord(Swamp[land]|MyBattlefield) {T}:Add{B}
|
||||||
auto=lord(Mountain|MyBattlefield) {T}:Add{R}
|
auto=lord(Mountain[land]|MyBattlefield) {T}:Add{R}
|
||||||
auto=lord(Forest|MyBattlefield) {T}:Add{G}
|
auto=lord(Forest[land]|MyBattlefield) {T}:Add{G}
|
||||||
|
|
||||||
|
|
||||||
#Mana Empties from manapool at the end of each phase
|
#Mana Empties from manapool at the end of each phase
|
||||||
|
|||||||
@@ -38,11 +38,11 @@ auto=maxPlay(land)1
|
|||||||
|
|
||||||
|
|
||||||
#Lands Mana Rules
|
#Lands Mana Rules
|
||||||
auto=lord(Plains|MyBattlefield) {T}:Add{W}
|
auto=lord(Plains[land]|MyBattlefield) {T}:Add{W}
|
||||||
auto=lord(Island|MyBattlefield) {T}:Add{U}
|
auto=lord(Island[land]|MyBattlefield) {T}:Add{U}
|
||||||
auto=lord(Swamp|MyBattlefield) {T}:Add{B}
|
auto=lord(Swamp[land]|MyBattlefield) {T}:Add{B}
|
||||||
auto=lord(Mountain|MyBattlefield) {T}:Add{R}
|
auto=lord(Mountain[land]|MyBattlefield) {T}:Add{R}
|
||||||
auto=lord(Forest|MyBattlefield) {T}:Add{G}
|
auto=lord(Forest[land]|MyBattlefield) {T}:Add{G}
|
||||||
|
|
||||||
|
|
||||||
#Mana Empties from manapool at the end of each phase
|
#Mana Empties from manapool at the end of each phase
|
||||||
|
|||||||
Reference in New Issue
Block a user