Darkside
c2ba110375
Add Sweltering Suns to AHK
2017-04-12 13:27:02 -05:00
Darkside
bccb09366e
Add Lord of the Accursed for AKH
2017-04-12 10:58:34 -05:00
Jeff
6cec543809
- Added Bounty of the Luxa. <Amonkhet>
2017-04-12 10:06:24 -05:00
Derek M
3e6a925271
Merge pull request #3088 from ingmargoudt/fixes
...
Fixes
2017-04-12 10:08:27 -04:00
LevelX2
b5886cca99
Merge pull request #3081 from ThomasLerner/master
...
Ice Cave Implementation
2017-04-12 09:50:40 +02:00
spjspj
ea98f96a92
spjspj - Implement Harsh Mentor (AKH)
2017-04-12 14:16:04 +10:00
spjspj
239d931774
Amonkhet - minor housekeeping
2017-04-12 12:24:21 +10:00
spjspj
d82eeacf4f
Amonkhet - minor housekeeping
2017-04-12 12:17:30 +10:00
Mark Langen
db74576397
Added 4 cards from AHK
...
* Added Cartouche of Strength
* Added Nest of Scarabs (More correct implementation than existing one)
* Added Soul-Scar Mage
* Added Battlefield Scavenger
2017-04-11 17:40:15 -06:00
Jeff
04f1b6306a
- Added Cruel Reality. <Amonkhet>
2017-04-11 17:53:34 -05:00
Jeff
fb923865a8
- Added Watchers of the Dead. <Amonkhet>
2017-04-11 16:14:03 -05:00
Timothy Rice
b101492af9
added grim strider to AKH
2017-04-11 15:35:39 -05:00
Timothy Rice
49a37ad804
added deem worthy to AKH
2017-04-11 15:23:04 -05:00
Timothy Rice
89ee5eeeae
fixed Mistform creature types and verify test for phyrexian mana
2017-04-11 13:58:01 -05:00
ingmargoudt
03643d53a3
rename counttype to comparisontype
2017-04-11 17:01:59 +02:00
Styxo
46d44f84e3
[AKH] Added Hapatra, Nest of Scarabs and Throne of the God Pharao and removed redundant code
2017-04-11 15:20:55 +02:00
Styxo
058b9e970c
[AKH] Name fix
2017-04-11 11:57:29 +02:00
Styxo
0d40fccc62
[AKH] Added rest of 4/10 spoilers
2017-04-11 11:07:39 +02:00
ingmargoudt
cb693b5826
there were 3 enums to compare ints, refactored to 1
2017-04-11 09:15:12 +02:00
ingmargoudt
813d84274a
removed string constructor in SuperTypePredicate
2017-04-11 09:15:09 +02:00
Achilles
a08155341e
- Added Vizier of the Menagerie. <Amonkhet>
2017-04-11 00:34:18 -05:00
fireshoes
7da69e5064
Merge origin/master
2017-04-10 18:46:43 -05:00
fireshoes
5fbcf759d6
[ANK] Added 4/10 spoilers to mtg-cards-data.txt and implemented a many cards.
2017-04-10 18:45:48 -05:00
Mark Langen
b33e03862a
Work in progress changes to support As Foretold
...
* Modifies how cards with no mana cost are handled. You can now begin to cast them if there is an AlternativeCost that would allow you to play them.
2017-04-10 16:13:42 -06:00
Jeff
f119965f46
- Fixed cost of Greel, Mind Raker.
2017-04-10 14:53:43 -05:00
ThomasLerner
7a48387635
Fixed not giving counter option to non-opponent players that are not the spell's controller
...
This update brings to code to compliance with LevelX2's reccomendation by using getPlayersInRange(source.getControllerId(), game) and checking manually that the player is not the spell's controller.
2017-04-10 04:39:10 -04:00
ThomasLerner
57b50857cc
Update IceCave.java
...
I used getOpponents, but that required changing input from source.getControllerId() to spell.getControllerId() so that it would get the opponents of the player who played the spell, rather than the opponents of the player who controls Ice Cave. I also implemented a null check for the spellController as I made it.
2017-04-09 18:23:34 -04:00
ThomasLerner
d510651bac
Update IceCave.java
2017-04-09 06:34:37 -04:00
ThomasLerner
7a0a7d9a2f
Update Apocalypse.java
...
Added Ice Cave entry
2017-04-09 06:32:43 -04:00
ThomasLerner
77618b7ef5
Create IceCave.java
2017-04-09 06:30:54 -04:00
Justin Herlehy
7ff949d686
[AKH] Liliana, Death's Majesty
...
Corrected reanimation filter to correctly generate mouseover text.
2017-04-08 23:42:03 -07:00
Justin Herlehy
8b1220af66
[AKH] Liliana, Death's Majesty
...
Refactored the "Becomes a black Zombie in addition to its other colors and types" code to own class file to dedupe code from several cards.
2017-04-08 23:25:43 -07:00
Mark Langen
f96a1532bf
Add Approach of the Second Sun [AKH] + test
2017-04-08 20:03:23 -06:00
fireshoes
c44043532f
[ANK] Added 4/7 spoilers to mtg-cards-data.txt and implemented a few simple cards.
2017-04-07 10:48:45 -05:00
LevelX2
22e376699e
Merge pull request #3066 from ingmargoudt/cleanups
...
Cleanups
2017-04-06 23:26:52 +02:00
LevelX2
b71c618294
[AKH] Added exert ability, Ahn-Crop Crasher and Combat Celebrant.
2017-04-06 23:10:24 +02:00
Jeff
f43a15ab22
- Fixed Karn Liberated.
2017-04-06 11:41:51 -05:00
fireshoes
af0bcbc0a8
[AKH] Added some implemented cards to the Amonkhet set file.
2017-04-06 10:53:46 -05:00
ingmargoudt
ea6ba3c0a9
enum conditions
2017-04-06 16:30:22 +02:00
Justin Herlehy
932dda6d3b
Implement Gideon of the Trials
...
Unit Test not included as it was failing at last test. Card tested on local server and confirmed that emblem applies as expected.
2017-04-06 00:01:40 -07:00
Mark Langen
40870f22c2
Added a bunch of spoiled cards for 4/5
...
* Added Colossapede
* Added Cut // Ribbons
* Added Insult // Injury (+test)
* Added Mouth // Feed
* Added Pouncing Cheetah
* Added Scarab Feast
* Added Rags // Riches (+test)
2017-04-05 22:41:56 -06:00
LevelX2
2487cf0645
Merge pull request #3062 from ingmargoudt/cleanups
...
Cleanups
2017-04-05 22:35:05 +02:00
Jeff
efbdf9ee36
- Added Kefnet the Mindful.
2017-04-05 12:17:33 -05:00
ingmargoudt
fb9d713287
singleton conditions to enum
2017-04-05 19:10:47 +02:00
ingmargoudt
809c8c97c9
introduced YouGainedLifeCondition
2017-04-05 19:10:46 +02:00
ingmargoudt
3420d0d76c
use getOrDefault
2017-04-05 19:10:45 +02:00
ingmargoudt
22c842dfec
refactored IntCompareCondition
2017-04-05 19:10:45 +02:00
ingmargoudt
1f89b4eedf
introduced XorLessLifeCondition
2017-04-05 19:10:44 +02:00
ingmargoudt
e44b2fd673
extracted duplicate AttachmentAttachedToCardTypePredicate
2017-04-05 19:10:43 +02:00
ingmargoudt
8b90f87af6
added addCardType to MageObject
2017-04-05 19:10:43 +02:00