xawotihs
24187b8413
Enable usage of iOS resources from both xcode and theos makefile. Creates iOS package.
2015-09-13 20:54:25 +02:00
xawotihs
acfd0bf104
Merge branch 'master' into iOS-Build
2015-09-13 18:42:31 +02:00
Anthony Calosa
11d68c0e27
Separated PT Modifiers, Fixed Changeling, Modified Counter as a cost
...
CDA Todo
2015-09-12 12:03:52 +08:00
Xawotihs
8b287cca0c
Merge pull request #621 from kevlahnota/master
...
fixed Miscalculated PT, added Offering
2015-09-11 10:02:43 +02:00
Anthony Calosa
38145957af
Update _tests.txt
2015-09-11 11:09:02 +08:00
Anthony Calosa
69bdac52c7
Create PT_M15_errata2.txt
...
Additional test
2015-09-11 11:07:48 +08:00
Anthony Calosa
10d7690ca6
Update PT_M15_errata.txt
2015-09-11 11:05:52 +08:00
Anthony Calosa
b33a999458
Finally PT Calculation is fixed :)
...
I didn't take into account that the new bonus must be calculated on the
event the effect was destroyed... silly me... 🉑
2015-09-11 10:53:36 +08:00
Anthony Calosa
d3a7ff7e11
reinitialize counters on destroy
2015-09-10 06:04:43 +08:00
Anthony Calosa
c1e9fad271
added basepower and basetoughness
...
added these two so if we want to access original power and toughness, we
can point to origpower and origtoughness respectively.
2015-09-10 05:26:09 +08:00
Anthony Calosa
9d668342be
PT should work fine now...
2015-09-10 00:26:20 +08:00
Anthony Calosa
62dd54c886
Base Power/Toughness Template as of M15
...
208.4. Effects that set a creature’s power and/or toughness to specific
values may refer to that creature’s
“base power,” “base toughness,” or “base power and toughness.” Other
continuous effects may
further modify the creature’s power and toughness. See rule 613,
“Interaction of Continuous
Effects.”
2015-09-09 22:18:13 +08:00
Anthony Calosa
93ed2b3bff
added test
2015-09-09 22:17:37 +08:00
Anthony Calosa
acb0aa0532
Merge remote-tracking branch 'WagicProject/master'
2015-09-08 19:19:31 +08:00
Anthony Calosa
ef707e6d5d
added basic offering support
...
usage tap lands to produce mana then sacrifice an offering... example
you have Guttersnipe in play, it has a mana cost of {2}{R}, and you have
Patron of the Akki in hand that costs {4}{R}{R}. You need to produce
{2}{R} mana first before casting Patron of the Akki, then choose
Guttersnipe as an offering.
2015-09-08 12:26:03 +08:00
Xawotihs
56413c372f
Merge pull request #619 from kevlahnota/master
...
added support for cards like leyline of the void, rest in peace, etc...
2015-09-07 20:09:36 +02:00
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
xawotihs
a6c331042a
Removed minizip directory, moved ZipArchive, updated xcode project and iOS makefile
2015-09-06 21:12:15 +02:00
Xawotihs
17f5d8f0c2
Fixed reachability include path
2015-09-05 09:21:42 +02: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
7020121274
Merge branch 'master' into iOS-build
2015-09-04 00:04:59 +02:00
xawotihs
54f7030d68
Moved reachability files
2015-09-04 00:03:47 +02: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
Xawotihs
c8e4ec14f0
Update Wagic_Version.h
2015-08-30 23:39:13 +02:00
Xawotihs
e1793fe276
Removed error on unknown warning option
2015-08-30 22:39:44 +02:00
Anthony Calosa
a7bb43278f
fix bad lines
2015-08-31 01:51:36 +08:00
Xawotihs
58b5e99979
Fixed typo
2015-08-30 18:17:41 +02:00
Anthony Calosa
915befbb3a
update savra
2015-08-30 23:59:05 +08:00
Xawotihs
4cf3f1bcd5
Should fix relative paths
2015-08-30 17:55:02 +02:00
xawotihs
bfeeaeabfb
replaced .travis.yml for easier test and added the iOS makefile
2015-08-30 17:27:19 +02:00