Anthony Calosa
a57e919e44
commented out unused variable...
2015-09-07 19:53:16 +08:00
Anthony Calosa
5bdb80db35
added DTK cards :)
2015-09-07 19:52:53 +08:00
Anthony Calosa
3f63997694
morethanfourcards for cards like black vise
2015-09-07 13:40:28 +08:00
Anthony Calosa
022a15a5e9
added epic cards, fixed maxcast bug
...
maxcast(*)0 - checks for the current action player of that turn, but
when you passes the turn to the opponent, you can cast instant or cards
with flash instead because you are not the current player, it mustcheck
the controller of the card with play restriction if he can play it or
not whether it your turn or the opponents turn.
2015-09-07 10:09:34 +08:00
Anthony Calosa
45b880ef76
updated test
2015-09-05 07:23:35 +08:00
Anthony Calosa
da34530d98
added test for Gravebane Zombie
2015-09-05 07:20:28 +08:00
Anthony Calosa
bcb75dac65
updated test
2015-09-05 06:50:33 +08:00
Anthony Calosa
74bba5263a
added test for leyline of the void and rest in peace and darksteel colossus
2015-09-05 06:44:10 +08:00
Anthony Calosa
7878252692
support for Rest in Peace
...
tokens are not cards...
a little dirty...
2015-09-04 23:45:16 +08:00
Anthony Calosa
7af6b31cca
Merge remote-tracking branch 'WagicProject/master'
2015-09-04 23:41:37 +08:00
Anthony Calosa
11a9766ba0
adds support for darksteel colossus, gravebane zombie
2015-09-04 16:47:11 +08:00
Anthony Calosa
5175f439a0
add support for yawgmoth's agenda and other similar cards
2015-09-04 12:05:19 +08:00
Anthony Calosa
cbb603818a
correction for untap cost
...
602.5a comprehensive rule as of 6/1/2014
2015-09-04 12:04:17 +08:00
Xawotihs
b9e23fcf95
Merge pull request #618 from kevlahnota/master
...
Life state check and multicolor attribute
2015-09-03 20:33:01 +02:00
Anthony Calosa
42d0480f77
refactored lifestate check
2015-09-03 20:12:09 +08:00
Anthony Calosa
886eaa4002
Update _tests.txt
2015-09-03 20:10:19 +08:00
Anthony Calosa
fd02e9ab22
Rename projects/mtg/bin/Res/test/bugs/exquisite_blood_i953.txt to projects/mtg/bin/Res/test/exquisite_blood_i953.txt
2015-09-03 20:07:31 +08:00
Anthony Calosa
9fb460c176
life state check on trigger
...
life state check when players gain or lose life
bugs\exquisite_blood_i953.txt will stop looping
as long as the conditions are met on the check
2015-09-03 07:01:45 +08:00
Anthony Calosa
cbb753ae75
Merge remote-tracking branch 'WagicProject/master'
2015-09-03 06:57:42 +08:00
Anthony Calosa
b2b54b7c5b
attribute -multicolor will return single colored cards
...
use iscolorless to find colorless... :)
2015-08-31 22:03:41 +08:00
Anthony Calosa
29ac95362d
multicolor correction
...
not multicolored is single colored or monocolored not colorless...
colorless has no color...
2015-08-31 19:06:51 +08:00
Xawotihs
9d2d6addb1
Merge pull request #617 from kevlahnota/master
...
additional test for sac event
2015-08-31 10:45:05 +02:00
Anthony Calosa
7c3f15f79b
updated some cards
...
reflects the changes i made earlier, you can see the steps while running
them in test mode... mortician beetle, thraximundar and savra queen of
the golgari.
2015-08-31 07:51:12 +08:00
Anthony Calosa
a7bb43278f
fix bad lines
2015-08-31 01:51:36 +08:00
Anthony Calosa
915befbb3a
update savra
2015-08-30 23:59:05 +08:00
Anthony Calosa
410f2d4e69
updated tests
2015-08-30 23:04:50 +08:00
Anthony Calosa
474ad5c0fe
additional test for sacrificed event
2015-08-30 23:04:42 +08:00
Anthony Calosa
c2b359ceed
Update _tests.txt
...
Added PTInstant test
2015-08-29 09:42:18 +08:00
Anthony Calosa
5af7de61d0
Added test for power toughness modifier
...
soul warden must be sent to graveyard due to last gasp before tundra wolves resolves and put onto the battlefield.
2015-08-29 09:35:51 +08:00
Anthony Calosa
7436bf9e64
added ORI _cards.dat
2015-08-27 11:07:18 +08:00
Anthony Calosa
588f7fe2fb
remove token workaround
2015-08-26 23:40:30 +08:00
Xawotihs
30f5a49988
Merge pull request #614 from kevlahnota/master
...
added FRF
2015-08-24 17:56:32 +02:00
Anthony Calosa
2998e95a3b
tokenizer should work now for cloning ability
...
Populate(Put a token onto the battlefield that's a copy of a creature
token you control.)
2015-08-24 22:39:54 +08:00
Anthony Calosa
ac29367ff8
update _tests.txt
2015-08-24 10:05:05 +08:00
Anthony Calosa
dbd7f82eab
added tokenizer test
2015-08-24 10:03:34 +08:00
Anthony Calosa
176b74489e
added parallel lives
...
support token doubler... :)
2015-08-23 21:56:23 +08:00
Anthony Calosa
f940f8e303
some corrections
...
added Induce Paranoia, Draining Whelk
2015-08-22 23:40:31 +08:00
Anthony Calosa
2679213121
added FRF
2015-08-21 17:38:15 +08:00
Anthony Calosa
59c0cf467f
serum powder code
...
serum powder second ability...
Any time you could mulligan and Serum Powder is in your hand, you may
exile all the cards from your hand, then draw that many cards.
2015-08-20 23:11:44 +08:00
Anthony Calosa
5a2637856f
Merge remote-tracking branch 'WagicProject/master'
2015-08-20 23:09:12 +08:00
Anthony Calosa
26ecb199d3
Merge remote-tracking branch 'WagicProject/master'
2015-08-20 23:00:56 +08:00
Xawotihs
62d42fb61f
Removed local check of mac branch
2015-08-17 23:53:11 +02:00
Xawotihs
19c96e496b
More debug
2015-08-17 23:03:53 +02:00
Xawotihs
e982ba50be
Removed a suspicous $ from the mac script
2015-08-17 22:27:39 +02:00
Xawotihs
27ad956034
More debug of the mac script
2015-08-17 21:57:29 +02:00
Xawotihs
8c6f694645
Replaced suspicious test
2015-08-16 21:11:41 +02:00
Xawotihs
8ce85636d9
More debug
2015-08-16 20:52:10 +02:00
Xawotihs
07683480b4
build => release => tag => build ...
2015-08-16 18:41:36 +02:00
Xawotihs
7d8fdbfd58
Restored branch removal and added some debug
2015-08-16 18:24:57 +02:00
Xawotihs
2a1cb03484
OMG what a stupid typo
2015-08-16 18:02:22 +02:00