- Added ">" and "<" for foreach and aslongas. Can be used to code threshold cards. See black vise (RV) and korsan beast (ODY)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-18 14:37:28 +00:00
parent 7f9d22e0aa
commit 1d55211245
10 changed files with 145 additions and 38 deletions
+3
View File
@@ -76,6 +76,7 @@ basal_sliver.txt
beacon_of_unrest.txt
belligerent_hatchling.txt
benalish_knight.txt
black_vise.txt
blessed_wine.txt
blinking_spirit.txt
bloodfire_colossus.txt
@@ -180,6 +181,8 @@ keldon_warlord.txt
keldon_warlord2.txt
kird_ape.txt
kjeldoran_frostbeast1.txt
krosan_beast.txt
krosan_beast2.txt
kraken_eye.txt
kraken_eye2.txt
kraken_eye3.txt
+19
View File
@@ -0,0 +1,19 @@
#Test ">" symbol in foreach
[INIT]
SECONDMAIN
[PLAYER1]
inplay:black vise
[PLAYER2]
hand:act of treason,mountain,plains,swamp,forest,island
[DO]
eot
next
#upkeep
[ASSERT]
UPKEEP
[PLAYER1]
inplay:black vise
[PLAYER2]
hand:act of treason,mountain,plains,swamp,forest,island
life:18
[END]
@@ -0,0 +1,23 @@
#Test Threshold
[INIT]
COMBATATTACKERS
[PLAYER1]
graveyard:island,swamp,mountain,plains,forest,grizzly bears,raging goblin
inplay:krosan beast
[PLAYER2]
[DO]
krosan beast
next
#blockers
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:island,swamp,mountain,plains,forest,grizzly bears,raging goblin
inplay:krosan beast
[PLAYER2]
life:12
[END]
@@ -0,0 +1,23 @@
#Test Threshold
[INIT]
COMBATATTACKERS
[PLAYER1]
graveyard:island,swamp,mountain
inplay:krosan beast
[PLAYER2]
[DO]
krosan beast
next
#blockers
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:island,swamp,mountain
inplay:krosan beast
[PLAYER2]
life:19
[END]