LevelX2
df5c39ed87
* Inet, the Dreamer - Fixed that the card was not face down in exile and it was not possible to cast the card for free.
2015-05-05 23:13:10 +02:00
emerald000
3e2f992fae
Added Sin of the Past.
2015-05-05 17:06:37 -04:00
fireshoes
5bf7ba68e9
[MMB] Added 13 cards
2015-05-05 11:08:58 -05:00
LevelX2
965de10a35
Added Goblin Tinkerer.
2015-05-05 17:33:56 +02:00
LevelX2
562f6a3a89
* Shimmer Myr - Fixed that the flash like casting to cards was wrongly only granted to artifact creature cards instead of all artifact cards.
2015-05-05 10:14:47 +02:00
LevelX2
780611541d
* Early Harvest - Fixed that wrongly all lands were untapped instead of only basic lands.
2015-05-05 09:57:21 +02:00
Nathaniel Brandes
65c30c0f61
Fix It That Betrays ability.
...
It now only pulls from the first zone that the permanent enters the
battlefield from, instead of anywhere.
2015-05-04 23:16:37 -07:00
Nathaniel Brandes
f9f6b078ab
Properly fix ReturnToBattlefieldUnderYourControl.
...
All tests now passing. I broke out It That Betrays into it's own class,
as it doesn't actually care about zone when returning the permanent to
the battlefield, unlike most other abilities of that type, which target.
2015-05-04 21:31:01 -07:00
fireshoes
96d9fe1a52
[MMB] Added Bitterblossom and Lightning Bolt
2015-05-04 22:41:25 -05:00
fireshoes
a4a32a4b64
[MMB] Added confirmed spoilers for 5/4
2015-05-04 21:39:23 -05:00
LevelX2
1a64f9e53e
* Added some tests for ReturnToBattlefieldUnderYourControlTargetEffect (related to #947 ).
2015-05-05 01:31:57 +02:00
LevelX2
c342c92160
* Destroy the Evidence - Fixed that no cards were moved to graveyard.
2015-05-05 00:53:03 +02:00
LevelX2
8eae24051a
* Fixed not unique target setting.
2015-05-05 00:50:47 +02:00
LevelX2
6403fff12b
* Fixed target hadnling of PreventDamageBySourceEffect ( fixes #952 ).
2015-05-04 18:38:26 +02:00
LevelX2
70480ebb5e
* Anpassung falscher package name von tenth to tenthedition.
2015-05-04 16:14:30 +02:00
Nathaniel Brandes
2f476b7c53
Cleanup sets.
...
This is an extensive renaming of sets to their correct names. "Duel
Decks" and "Not Standard Legal" have been merged into a "Supplemental"
set type. MTGO-only sets have been put into their own set type, just
like magiccards.info. Supplemental sets now have a "block" which is the
block that they have under magiccards.info, for easier organization. The
deck builder on the client now relies on an autogenerated list instead
of a hardcoded one.
2015-05-03 20:07:13 -07:00
LevelX2
880fab9014
* Fixed typos of Archmage Ascension and LookLibraryControllerEffect.
2015-05-03 23:44:10 +02:00
LevelX2
0069241027
* Some minor changes.
2015-05-02 12:19:44 +02:00
LevelX2
8686f4f777
* Fixed a bug that the AI did for target selection not check correctly players with hexproof ability.
2015-05-02 09:47:38 +02:00
LevelX2
503dad24b3
* Added test for Spellskite.
2015-05-01 18:12:27 +02:00
LevelX2
85d7f099bd
* River Kelpie - Fixed that the first ability did not always trigger as intended.
2015-05-01 17:37:57 +02:00
LevelX2
d7c23bbfc0
* Fixed a bug that countered spells of creatures with the ability going back to library if going to graveyard (e.g. Legacy Waepon) stayed in hand or caused a java bug instead of going to library.
2015-05-01 14:04:52 +02:00
LevelX2
eb6e7f9b46
* Fixed a bug of draw card replace effect (e.g. multiple Thought Reflection enchantments on the battlefield let you draw less cards than intended).
2015-05-01 12:15:13 +02:00
LevelX2
0ae339ff26
* Hive Mind - Working again if copied spell is not countered. Added some tests for Hive Mind ( #717 ).
2015-05-01 11:09:57 +02:00
Nathaniel Brandes
ac1b4ab7b9
Fixed hive mind and Chalice of the Void interaction.
2015-04-30 21:00:34 -07:00
Nathaniel Brandes
b25c4aac77
Added Volrath's Shapeshifter.
...
The Graveyard was modified to become its own class, as the top card of
your graveyard matters for this card, and graveyard order matters for
some other old card. Note that due how Volrath's Shapeshifter's ability
works, it is applied in layer 3, after control effects. This is so it
can look at it's current controllers graveyard, instead of it's owner,
as it would if the copy effect was at layer 1.
2015-04-30 19:10:50 -07:00
LevelX2
9b3eff603c
* Laboratory Maniac - Fixed check for win condition (you can now win together with Platinum Angel).
2015-05-01 01:50:25 +02:00
LevelX2
4206ea97ec
Added another Infect test.
2015-05-01 00:39:13 +02:00
LevelX2
442b12503a
Merge origin/master
2015-04-30 17:16:41 +02:00
LevelX2
f9c48cc4d5
* Some updates to cards that check the controller of the source of an event. Now prevention and replacement effect controller of non permanents are determine. But it can be wrong under some control changing circumstances. Only solution would be to have always the causing ability instead of only the sourceId ( fixes #804 ).
2015-04-30 16:15:39 +02:00
Nathaniel Brandes
da6fec0e65
Correct effects for "cares about Dragons" cards.
...
A Dragon card does not necessarily have to be a creature. In your hand,
it can be a tribal instant (like Nameless Inversion). In the
battlefield, it can be any permanent of subtype dragon, not just a
creature.
2015-04-30 02:31:44 -07:00
fireshoes
b9909e101d
[MMB] Added Spellskite and Splinter Twin
2015-04-30 01:12:25 -05:00
LevelX2
d39dad518d
* Flamekin Harbinger - The enters the battlefield effect is now optional.
2015-04-29 17:41:46 +02:00
LevelX2
830765996f
* Storm - Fixed handling of countered Storm spells. * Reworked Rebound more rule conform. * Fixed that zone change counter was not raised if a card is moved to stack.
2015-04-29 17:37:54 +02:00
Nathaniel Brandes
4b6993f398
Added global alternate costs to canPlay test. Added Omniscienece test
...
case.
2015-04-29 03:04:34 -07:00
LevelX2
9ab812f1ac
* Skull of Orm - Fixed that it wrongly did bring back creatures instead of enchantments.
2015-04-29 11:11:10 +02:00
LevelX2
309eeba8df
Merge origin/master
2015-04-29 11:00:44 +02:00
LevelX2
94dd9bc92f
* Spin into Myth - Fixed that the taregt card was wrongly moved to hand instead on top of the library.
2015-04-29 10:59:24 +02:00
Nathaniel Brandes
255d436148
Omniscience now only allows you to play cards from your hand without
...
paying their mana costs.
2015-04-29 01:58:11 -07:00
Nathaniel Brandes
7648ca4b4f
Fix Lazav's copy ability "forgetting" about cards that change zones.
2015-04-28 19:43:31 -07:00
LevelX2
97414233d9
* Empress Galina - Fixed wrong casting costs.
2015-04-29 01:18:14 +02:00
LevelX2
aa5d050571
Fixed ThragtuskTest failing sometimes because of random target.
2015-04-28 17:10:32 +02:00
LevelX2
63ae8a9f13
* Mistbind Clique - Added test for champpion triggered ability. Set zone ability has to work in.
2015-04-28 14:45:38 +02:00
Nathaniel Brandes
4b393f949d
Simplify mind shatter.
...
It is now implemented exactly the same way as mind twist.
2015-04-28 03:48:42 -07:00
Nathaniel Brandes
850b65234f
Minor formatting and display cleanup.
2015-04-28 02:57:17 -07:00
Nathaniel Brandes
a02913eb6e
Fix Mistbind Clique's land tap ability not triggering.
2015-04-28 02:52:18 -07:00
LevelX2
98710f8660
Added a multiplayer control change test.
2015-04-27 23:42:32 +02:00
LevelX2
6faae6066e
Merge origin/master
2015-04-27 23:07:14 +02:00
LevelX2
45bc4f55c2
* Pox - Fixed AI handling and wrong calculation of amount of objects to sacrifice for the non controlling players.
2015-04-27 23:06:49 +02:00
emerald000
dba9279d0d
Added Cerebral Vortex.
2015-04-27 16:52:29 -04:00
LevelX2
5717844297
* Sheltered Aerie - Fixed tooltip text.
2015-04-27 22:07:23 +02:00
LevelX2
4b481b59e6
Added DTK as set for token image of Dragon Fodder.
2015-04-27 18:16:49 +02:00
LevelX2
d68668d7c1
Merge pull request #937 from ImperatorPrime/master
...
Changed Kentaro, the Smiling Cat's ability to be an alternate cost instead of a set cost effect.
2015-04-27 11:59:38 +02:00
Nathaniel Brandes
5a3c90a295
Changed Kentaro, the Smiling Cat's ability to be an alternate cost
...
instead of a set cost effect.
Also cleaned up dash names to be "dash" instead of "evoke".
2015-04-27 02:25:20 -07:00
LevelX2
890ef2e151
* Mirror Mockery - Fixed that the triggered ability on the stack did not resolve if Mirror Mockery had left battlefield meanwhile.
2015-04-27 08:24:14 +02:00
emerald000
7af6d76f02
Added Complicate.
2015-04-27 00:00:38 -04:00
Nathaniel Brandes
e53079c36c
Fix some gatherer image loading.
2015-04-26 04:13:20 -07:00
LevelX2
ffd0b0c685
* Fixed that enchant card in graveyard auras select target when entering the battlefield (allows the Animate Dead Worlgorger Dragon combo).
2015-04-23 23:43:00 +02:00
LevelX2
a0424aec50
Added Fluctuator, Stone Calendar, Planar Gate, Mana Matrix and Urza's Filter.
2015-04-23 15:44:55 +02:00
LevelX2
55322b4015
Added Masters Edition Sets I - IV.
2015-04-23 15:44:01 +02:00
emerald000
512dbc9af8
Added Argivian Find, Kor Haven, Leonin Shikari, Phyrexian Marauder, Planar Birth and Taj-Nar Swordsmith.
2015-04-23 04:05:12 -04:00
LevelX2
63ced657a8
* Bronze Sable - Fixed wrong creature subtype.
2015-04-22 22:22:46 +02:00
Michael Napoleon
d263132139
Merge pull request #927 from mnapoleon/master
...
Implemented Voice of All (Commander, Tenth Edition and Plane Shift)
2015-04-22 15:24:35 -04:00
mnapoleon
d99e81cf8f
finished Voice of All implementation
2015-04-22 15:21:48 -04:00
fireshoes
a08d8e389c
[MMB] Added Vendellion Clique
2015-04-22 13:46:50 -05:00
mnapoleon
52a52b950c
Merge remote-tracking branch 'upstream/master'
2015-04-22 14:41:28 -04:00
mnapoleon
581d1d45a8
updates to Voice of All
2015-04-22 14:40:40 -04:00
LevelX2
dfda65d117
* Academy Rector - Removed redundant choice for using to exile Academy Rector.
2015-04-22 15:36:22 +02:00
LevelX2
fed9607cde
* Fixed wrong collectors number of Phyrexian Colossus (had number of Phyrexian Processor).
2015-04-21 23:32:14 +02:00
LevelX2
2ca2caf9d5
* Fixed a problem with left battlefield or dies triggered abilities of token permanents.
2015-04-21 17:18:50 +02:00
LevelX2
a47c0adfda
Some minor fixes.
2015-04-21 00:09:29 +02:00
LevelX2
c2fb2de67a
Fixed a bunch of NPE and other possible exceptions.
2015-04-20 23:37:28 +02:00
LevelX2
38b72284da
Merge pull request #922 from thejayvm/auriok-steelshaper
...
Auriok steelshaper
2015-04-20 23:25:52 +02:00
LevelX2
2822c18b81
* Triton Tactics - Fixed that the don't untap effect for the blocked creatures did not work.
2015-04-20 17:35:32 +02:00
Jason Wall
f96e97f013
clean up equip cost reduction ability
2015-04-19 16:27:53 -06:00
Jason Wall
d5215e3e6d
Merge branch 'master' into auriok-steelshaper
2015-04-19 16:23:24 -06:00
LevelX2
f4166ac3b3
* Timetwister - Fixed that card moving of Timetwister did not allow to move a commander in the command zone.
2015-04-19 23:34:49 +02:00
Jason Wall
eefca5597e
cleanup imports and rename filter to be more descriptive
2015-04-19 14:15:29 -06:00
Jason Wall
c11a6e5b32
implement the stat boost ability
2015-04-19 14:13:52 -06:00
Jason Wall
e471dffb70
first ability working
2015-04-19 13:31:58 -06:00
LevelX2
5edf91fd5d
* Spined Fluke - Fixed that no creature has to be sacrificed as Spined Fluke enters the battlefield.
2015-04-19 17:58:17 +02:00
LevelX2
34bd8aefca
* Painful Quandary - Fixed that the triggered effect did not work.
2015-04-19 16:17:57 +02:00
LevelX2
87bf3408b3
* Grand Abolisher - Fixed that it also prevented wrongly abilities of cards not on the battlefield (e.g. Cycling).
2015-04-19 11:19:26 +02:00
LevelX2
568f62c66f
Some changes to restrained event handling (simultaneous events) ( fixes #897 ).
2015-04-19 10:43:12 +02:00
LevelX2
a5967d9b2a
Added another test.
2015-04-19 09:13:58 +02:00
LevelX2
59a9a97910
Added Judge of Currents.
2015-04-18 19:27:58 +02:00
LevelX2
519f8569e2
* The Wrechted - Fixed wrong collectors number (so Hill Giant was shown).
2015-04-18 19:27:00 +02:00
LevelX2
47b1753519
* Soulfire Grand Master - Fixed that a countered spell did wrongly return to hand if second ability was used.
2015-04-18 11:53:51 +02:00
LevelX2
2d3c98a7b4
FIxed typo in Vortex Elemental source.
2015-04-18 09:59:41 +02:00
LevelX2
a521d62152
* Icefall Regent - Fixed that all untapping in uzntap steps were prevented instead of only the untapping in the untap step of the creature controller.
2015-04-18 09:54:39 +02:00
LevelX2
6de343970b
* Worldgorger Dragon - Fixed that the return from exile effect did not work if Worldgorger Dragon was a token copy.
2015-04-18 09:45:55 +02:00
LevelX2
e87fff7501
* Mirror Mockery - Fixed that the copy effect did not work for enchanted tokens.
2015-04-18 09:44:27 +02:00
LevelX2
4ed9444cdf
Merge origin/master
2015-04-18 09:42:47 +02:00
LevelX2
02b14f63c7
* Clone Legion - Fixed that the created tokens came into play under control of the target player instead of the controller.
2015-04-18 09:42:25 +02:00
LevelX2
0c347005a9
Merge pull request #921 from Sir-Speshkitty/TrumpetingArmodon
...
Create TrumpetingArmodon.java
2015-04-18 08:08:49 +02:00
Sir-Speshkitty
26c858e5ae
Update TrumpetingArmodon.java
2015-04-18 00:29:21 +01:00
LevelX2
98fbb92a6b
Merge pull request #920 from Sir-Speshkitty/BonesplitterSliver
...
Create BonesplitterSliver.java
2015-04-18 01:25:07 +02:00
LevelX2
7897485539
[TPR] Added Pandemonium, Cannibalize, Silver Wyvern and Coffin Queen.
2015-04-18 01:21:50 +02:00
Sir-Speshkitty
43e4fd1fbe
Create TrumpetingArmodon.java
2015-04-17 21:54:21 +01:00
Sir-Speshkitty
41f932fd90
Create BonesplitterSliver.java
2015-04-17 21:28:13 +01:00
LevelX2
57d8cd6ff4
* Delay - Fixed that suspend of the xiled spell did not work.
2015-04-17 14:50:33 +02:00
LevelX2
f11a85f1a0
* Clout of the Dominus - Fixed wrong tooltip text.
2015-04-17 08:37:00 +02:00
user
25749ff648
Some minor changes.
2015-04-17 00:20:34 +02:00
user
88ca0cb495
* Leonin Arbiter - Fixed a bug if Leonin Arbiter left battlefield.
2015-04-17 00:18:49 +02:00
user
92d1e2c652
* Sacred Mesa - Fixed wrong creature type that can be sacrificed.
2015-04-16 21:43:43 +02:00
LevelX2
28fecfb3ec
Merge pull request #917 from Sir-Speshkitty/Accursed-Centaur
...
Create AccursedCentaur.java
2015-04-16 21:35:35 +02:00
LevelX2
ba525d4ca6
Merge pull request #916 from Sir-Speshkitty/Adarkar-Sentinel
...
Create AdarkarSentinel.java
2015-04-16 21:34:09 +02:00
LevelX2
d9e0a573a4
Merge pull request #915 from Sir-Speshkitty/Aesthir-Glider
...
Create AesthirGlider.java
2015-04-16 21:33:47 +02:00
LevelX2
dc734af4e9
Merge pull request #914 from Sir-Speshkitty/Sir-Speshkitty-AbbeyMatron
...
Create AbbeyMatron.java
2015-04-16 21:33:26 +02:00
LevelX2
e7d51e9730
Merge pull request #913 from Sir-Speshkitty/Sir-Speshkitty-AbbeyGargoyle
...
Created Abbey Gargoyle
2015-04-16 21:32:52 +02:00
Sir-Speshkitty
83c970190e
Create AccursedCentaur.java
2015-04-16 19:46:13 +01:00
Sir-Speshkitty
59dfdb3d4a
Create AdarkarSentinel.java
2015-04-16 19:25:12 +01:00
Sir-Speshkitty
71a9977195
Create AesthirGlider.java
2015-04-16 19:21:42 +01:00
Sir-Speshkitty
d455caa772
Create AbbeyMatron.java
2015-04-16 18:30:32 +01:00
Sir-Speshkitty
938272b1eb
Update AbbeyGargoyles.java
2015-04-16 17:41:10 +01:00
Sir-Speshkitty
bce0b563e3
Create AbbeyGargoyles.java
2015-04-16 17:37:58 +01:00
Sir-Speshkitty
84c782f5d2
Create AbbeyGargoyles.java
2015-04-16 17:36:58 +01:00
Sir-Speshkitty
ef2b1510a5
Create FurySliver.java
2015-04-16 17:28:14 +01:00
LevelX2
3c4b945eb4
* Gigapede - Fixed that discard was forcced also if you didn't want to use the return effect.
2015-04-16 17:17:05 +02:00
LevelX2
b252bb1c7a
* Fact or Fiction - reworked pile handling.
2015-04-16 17:15:42 +02:00
LevelX2
b2fe13c8c8
* Fixed attack tap handling - You can no longer attack with a mana producing creature that will be get tapped for attacking and use the creature itself to produce mana to pay for effects like Ghostly Prison if the mana ability has the cost to tap the creature.
2015-04-16 15:57:17 +02:00
user
28171b3b6a
* Shared Animosity - Fixed that also creatures with all creature types (e.g. Mutavault) get the power bonus ( fixes #911 ).
2015-04-16 00:28:43 +02:00
LevelX2
e556dcea51
* Trail of Mystery - Made basic land selection optional.
2015-04-15 17:18:14 +02:00
LevelX2
21c8b0e01c
* Tooth and Nail - Fixed that the searched cards were not revealed and not shown in the log.
2015-04-15 15:31:15 +02:00
LevelX2
77f3035443
Some changes to effect handling to fix failing tests.
2015-04-15 15:21:47 +02:00
LevelX2
9aa02f3d6f
* Sidisi, Brood Tyrant - Fixed that the second ability did wrongly trigger, if Sidisi left battlefield before first ability did resolve.
2015-04-15 08:16:58 +02:00
LevelX2
4785ebd5f8
Merge origin/master
2015-04-14 22:29:41 +02:00
LevelX2
1cb3e73b39
* Servant of the Scale - Fixed that the counters were not added to the target creature.
2015-04-14 22:28:36 +02:00
LevelX2
e747b48b41
* Cavern of Souls - Fixed a bug where spells cast with first ability can't be countered.
2015-04-14 16:31:11 +02:00
LevelX2
7529d6f207
* Grindstone - Fixed a bug causing target player to lose game by grindstone effect itself.
2015-04-14 15:25:51 +02:00
LevelX2
15389b24d8
* Putrid Imp - Fixed that the can't block restriction did not work correctly.
2015-04-14 14:17:05 +02:00
LevelX2
ae43fc7c1f
* Mogg Conscripts and Goblib Cohort - Fixed that using watchers with the same name could lead to cast errors.
2015-04-14 10:32:22 +02:00
LevelX2
22ae0c79ff
* Tapestry of the Ages - Fixed wrong condition check of activated ability.
2015-04-12 23:47:01 +02:00
LevelX2
3064a52fc8
* Lurking Arynx - Fixed that the for the activated ability no target could be selected.
2015-04-12 23:39:52 +02:00
LevelX2
203b65c584
* Fixed a bug that if power/toughness was set from a creature itself (e.g. Marsh Fitter) the effect was still applied if the creature left the battlefield and returned within the duration of the effect.
2015-04-12 23:31:05 +02:00
LevelX2
0ae89c453c
* Raid - Fixed that attacking with Meandering Towershell does fulfill the Raid condition.
2015-04-12 21:50:18 +02:00
LevelX2
fef57af896
* Commune with Lava - Fixed that it did not last until your next turn if it was cast during your turn.
2015-04-12 21:39:29 +02:00
LevelX2
f835c0baa3
* Jazal Goldmane - Fixed that the effect of the activated ability did not end on the turn's end.
2015-04-12 13:28:02 +02:00
LevelX2
809bf663df
* Fixed land image downloading from gatherer and handling of Anthology Duel Decks.
2015-04-12 10:37:16 +02:00
LevelX2
b79d6e64cf
[TPR] Added Volrath's Curse and Crovax the Cursed.
2015-04-11 12:09:46 +02:00
LevelX2
3bdf2a7957
[TPR] Added Necrologia and Strake of Rath.
2015-04-10 16:12:09 +02:00
LevelX2
c0db6dfdc8
Merge pull request #901 from bigzwine/fixcompileprobs
...
Fixed couple compile problems found in Eclipse
2015-04-10 01:06:54 +02:00
LevelX2
d3dba58358
* Fixed that continuous effects of copied cards with limited duration stop to work as the copied card stops to exist.
2015-04-10 00:39:06 +02:00
bigzwine
fb810b1774
Fixed couple compile problems found in Eclipse
2015-04-10 00:16:30 +03:00
LevelX2
7292a1625c
[TPR] Added Dracoplasm.
2015-04-09 18:09:05 +02:00
LevelX2
d0900ebf6f
[TPR] Added Thopter Squadron.
2015-04-09 15:23:36 +02:00
LevelX2
b737cbfe24
* Necropotence - Fixed that the name of the exiled cards was shown in the log.
2015-04-09 14:53:24 +02:00
LevelX2
80f06a22c6
* Worldgorger Dragon - Fixed that the exiled permanents did not return after Worldgorger Dragon left the battlefield.
2015-04-09 14:51:17 +02:00
LevelX2
3266c3b1fc
Merge origin/master
2015-04-09 09:33:13 +02:00
LevelX2
815e6720b0
* Lightkeeper of Emeria - Fixed that the lifegain was not multiplied by two.
2015-04-09 09:31:55 +02:00
LevelX2
7455e0e0bc
* Ruinous Minotaur - Fixed that the sacrifice was optional.
2015-04-09 09:31:04 +02:00
LevelX2
19952f397a
Merge pull request #896 from FenrisulfrX/overrule
...
Added Overrule
2015-04-08 23:24:51 +02:00
LevelX2
1a74002ae2
Merge pull request #895 from FenrisulfrX/sawtooth
...
Added Sawtooth Loon
2015-04-08 23:23:52 +02:00
emerald000
5594516c01
[TPR] Added Dream Prowler, Kor Chant and Legerdemain.
2015-04-08 15:23:46 -04:00
LevelX2
941adbca86
* Fixed a transform follow up problem.
2015-04-08 17:01:09 +02:00
FenrisulfrX
639e5f3011
Added Overrule
2015-04-08 10:32:33 -03:00
FenrisulfrX
4b0e8c25e3
Added Sawtooth Loon
2015-04-08 10:05:48 -03:00
LevelX2
6e5caa2539
Merge pull request #894 from FenrisulfrX/frontier
...
Frontier Siege - Fixed the dragon ability did not fire the fighting event
2015-04-08 12:57:04 +02:00
FenrisulfrX
6e80cb334a
Frontier Siege - Fixed the dragon ability did not fire the fighting event.
...
Fixes #893
2015-04-08 07:35:46 -03:00
LevelX2
fd8a18129b
* Loyal Cathar - Fixed that dies triggered ability also triggered for the night side card.
2015-04-07 23:39:38 +02:00
LevelX2
a7211a30d0
* Dromoka's Command - Fixed that the third effect was not applied before the 4th resolved.
2015-04-07 23:01:05 +02:00
LevelX2
a62fc1f77c
* Some fixes for getting source object on battlefield only if it not had a zone change meanwhile.
2015-04-07 17:37:03 +02:00
LevelX2
393444a87b
* Humble Defector - Fixed that if its activated ability is on the stack and the Humble Defector left battlefield and returned before resolving the control of it changed regardless.
2015-04-07 17:20:07 +02:00
LevelX2
a58afbde4f
Added Forecast test.
2015-04-07 16:12:33 +02:00
LevelX2
82e7a7f50c
Merge pull request #889 from FenrisulfrX/kuldotha
...
Kuldotha Forgemaster - Small fix to the filter text
2015-04-07 13:46:06 +02:00
LevelX2
6ae9c01979
Merge pull request #888 from FenrisulfrX/thunder
...
Added Thunder Dragon
2015-04-07 13:45:10 +02:00
LevelX2
5d2e60b659
Merge pull request #887 from FenrisulfrX/spidersilk
...
Added Spidersilk Armor
2015-04-07 13:44:21 +02:00
LevelX2
4a8ef97533
Merge pull request #881 from FenrisulfrX/paladin
...
- Added Paladin of Prahv
2015-04-07 13:43:28 +02:00
LevelX2
249c713571
Merge pull request #886 from FenrisulfrX/temporary
...
Added Temporary Insanity
2015-04-07 13:42:54 +02:00
LevelX2
f62d3ac227
* Exploit - Fixed that Exploit also triggered if the creature with Exploit left the battlefield before the first ability of Exploit resolved.
2015-04-07 00:27:07 +02:00
LevelX2
a56cccebf9
* Chained Throatseeker - Fixed that it could not attack if defending player hat a poison counter.
2015-04-07 00:24:42 +02:00
FenrisulfrX
b4cece8429
Kuldotha Forgemaster - Small fix to the filter text
...
Fixes #884
2015-04-06 11:15:06 -03:00
FenrisulfrX
5eea5b9623
Added Thunder Dragon
...
Also added both decks form the DUEL DECKS: KNIGHTS VS. DRAGONS set.
2015-04-06 10:57:50 -03:00
FenrisulfrX
c30e26e1b6
Added Spidersilk Armor
2015-04-06 10:06:27 -03:00
FenrisulfrX
a1527ca745
Added Temporary Insanity
2015-04-06 07:25:53 -03:00
LevelX2
389f2574ba
Added Magmasaur, Mogg Infestation and Furnace Brood.
2015-04-06 08:48:55 +02:00
LevelX2
66cf690968
Fixed some bugs that prevent to select shroud or hexproof targets by not targeted effects (e.g. Proliferate).
2015-04-05 11:13:26 +02:00
LevelX2
18ce6a0305
* Chord of Calling - Fixed that it was mandatory to find a card if it did exist.
2015-04-05 00:28:22 +02:00
LevelX2
f61aa848cc
* Nether Traitor - Fixed that the last ability did not trigger if a Token creature died.
2015-04-04 15:37:22 +02:00
LevelX2
03b8a22c43
* Fixed Wirewood Channeler and Harabaz Druid allowing any combinations of Colors instead if any one color.
2015-04-04 14:58:47 +02:00
FenrisulfrX
787606272b
- Added Paladin of Prahv
2015-04-04 08:22:27 -03:00
LevelX2
7bae8e395d
* Self-Inflicted Wound - Fixed target handling.
2015-04-04 09:00:41 +02:00
LevelX2
82f57ffb91
Merge pull request #879 from andyfries/master
...
fixed bug in SelfInflictedWound
2015-04-04 08:52:35 +02:00
LevelX2
96cea1e94c
Merge pull request #875 from FenrisulfrX/amplify
...
- Added the 'Amplify' keyword
2015-04-04 08:52:19 +02:00
Andy Fries
7ca9bbc7ff
fixed bug in SelfInflictedWound
2015-04-03 19:40:26 -07:00
LevelX2
42d34e754f
* Polymorphous Rush - Fixed missing filter (controlled creatures).
2015-04-03 17:28:29 +02:00
LevelX2
e4b5937815
Merge pull request #876 from FenrisulfrX/poly
...
* Fixes Polymorphous Rush
2015-04-03 17:21:36 +02:00
LevelX2
37a0c321b6
Merge origin/master
...
Conflicts:
Mage/src/mage/abilities/effects/common/ReturnFromExileForSourceEffect.java
2015-04-03 16:53:09 +02:00
LevelX2
dbb9be6703
* Arashin Sovereign - Fixed that the player had no option to let the card go to the graveyard.
2015-04-03 16:28:40 +02:00
FenrisulfrX
f05307bf73
* Fixes Polymorphous Rush
...
Fixes #873
2015-04-03 08:29:39 -03:00
FenrisulfrX
f75c78cc7c
- Added the 'Amplify' keyword
...
Also added Kilnmouth Dragon which uses the keyword.
2015-04-03 01:44:47 -03:00
fireshoes
7e361b4de1
[TPR] Added Exalted Dragon [PCS] Added Null Profusion
2015-04-02 21:07:14 -05:00
LevelX2
15ce5c6ff2
* Rise // Fall - Fixed a bug that the discard of Fall did not work correctly.
2015-04-02 23:53:38 +02:00
LevelX2
0eecbad208
[TPR] Fixed Soltari Guerillas.
2015-04-02 23:20:46 +02:00
LevelX2
f00e1da166
Merge pull request #871 from FenrisulfrX/firebelly
...
- Added Fire-Belly Changeling
2015-04-02 08:37:15 +02:00
LevelX2
2d274ec39a
[TPR] Added Wood Sage, Vhat-Il Dal and Soltari Guerillas.
2015-04-02 08:35:54 +02:00
Jeff
34b1632f02
- Added some cards and some small refactors.
2015-04-01 16:45:25 -05:00
emerald000
96a28a8ceb
Merge origin/master
2015-04-01 15:17:58 -04:00
emerald000
061b600dd2
[TPR] Added Crashing Boars, Endangered Armodon and Recycle.
2015-04-01 15:15:00 -04:00
fireshoes
9c048b19c3
[TPR] Added some additional Green Tempest Remastered cards
2015-04-01 00:50:33 -05:00
LevelX2
5ca4aaa42d
Merge pull request #870 from FenrisulfrX/edge
...
- Added Edge of Autumn
2015-04-01 07:08:58 +02:00
FenrisulfrX
923cc03f12
- Added Fire-Belly Changeling
2015-04-01 00:33:17 -03:00
fireshoes
c676c32ae0
[TPR] Added some additional red Tempest Remastered cards
2015-03-31 22:18:36 -05:00
Michael Napoleon
30a19ef132
implemented Voice Of All in commanfer, Planeshift and Tenth sets
2015-03-31 21:24:29 -04:00
FenrisulfrX
792d2422cb
- Added Edge of Autumn
2015-03-31 22:07:29 -03:00
LevelX2
1efa7b0259
Merge pull request #868 from FenrisulfrX/fixgleam
...
* Fix Gleam of Authority
2015-04-01 01:23:20 +02:00
LevelX2
d0d77b4cfa
Merge pull request #866 from FenrisulfrX/breath
...
- Added Breath of Darigaaz
2015-04-01 01:20:41 +02:00
LevelX2
9731cda492
Merge pull request #865 from FenrisulfrX/fixes
...
Fixes to Duskwalker and Kuva Titan
2015-04-01 01:19:51 +02:00
FenrisulfrX
4d47183fbc
* Fix Gleam of Authority
...
Fixes #867
2015-03-31 18:02:17 -03:00
emerald000
c226260fc9
Merge origin/master
2015-03-31 14:09:03 -04:00
emerald000
cee5234bea
Added Maze of Shadows and Volrath's Laboratory.
...
Fixed a couple of wrong creature types.
2015-03-31 14:06:19 -04:00
fireshoes
670be8eda7
[TPR] Added some additional black Tempest Remastered cards
2015-03-31 13:05:36 -05:00
FenrisulfrX
df835712a2
Fixes to Duskwalker and Kuva Titan
...
Fixes them to not use Triggered Abilities.
2015-03-31 14:17:47 -03:00
LevelX2
9f834bc6f7
Merge pull request #864 from FenrisulfrX/benalishlancer
...
- Added Benalish Lancer
2015-03-31 09:22:37 +02:00
LevelX2
5dc6f1a7c4
* Arashin Sovereign - Fixed that the player had no option to let the card go to the graveyard.
2015-03-31 09:19:22 +02:00
fireshoes
61f9ad73e9
[TPR] Added some additional white and blue Tempest Remastered cards
2015-03-31 01:17:44 -05:00
FenrisulfrX
e2b5546afc
- Added Benalish Lancer
2015-03-31 03:15:39 -03:00
FenrisulfrX
4030d7d067
- Added Breath of Darigaaz
2015-03-31 03:14:57 -03:00
LevelX2
d852eb4304
Merge pull request #863 from FenrisulfrX/alaborncavalier
...
- Added Alaborn Cavalier
2015-03-31 07:48:33 +02:00
LevelX2
71ca7ee8a1
Merge pull request #862 from FenrisulfrX/urzasrage
...
- Added Urza's Rage
2015-03-31 07:47:59 +02:00
LevelX2
86d4af0504
Merge pull request #861 from FenrisulfrX/trevascharm
...
- Added Treva's Charm
2015-03-31 07:46:23 +02:00
fireshoes
900d263657
Deleted Exalted Dragon (wrongly made with gen-simple-cards-by-set)
2015-03-30 23:06:32 -05:00
fireshoes
0fbe4303ae
Added set Tempest Remastered and reprints. Added Pit Trap. Updated latest Game Day, FNM, Buy-a-box, WMCQ, and Release promos.
2015-03-30 22:51:34 -05:00
fireshoes
2b2db2df6c
Added set Tempest Remastered and reprints. Added Pit Trap. Updated latest Game Day, FNM, Buy-a-box, WMCQ, and Release promos.
2015-03-30 22:17:43 -05:00
FenrisulfrX
aa80425873
- Added Alaborn Cavalier
2015-03-30 22:57:14 -03:00
FenrisulfrX
fa211acde7
- Added Urza's Rage
...
Also added the Coalition deck.
2015-03-30 20:43:41 -03:00
FenrisulfrX
79eb4bf8ff
- Added Treva's Charm
2015-03-30 19:48:02 -03:00
LevelX2
42a3ca8083
* Dryad Militant Test updated.
2015-03-31 00:07:35 +02:00
FenrisulfrX
2a2b828870
- Added Rith's Charm
...
Also improved string generation for selecting a source of
PreventDamageBySourceEffect
2015-03-30 18:42:45 -03:00
LevelX2
9c5a98b637
* Shorecrasher Elemental - Fixed a problem with the ability to exile and turn face down ( fixes #859 ).
2015-03-30 23:26:33 +02:00
FenrisulfrX
7ec7315f0c
- Added Power Armor
2015-03-30 15:04:33 -03:00
LevelX2
9d85a26e12
Added some tests and some minor changes.
2015-03-30 17:20:04 +02:00
LevelX2
79fe084be3
Merge pull request #854 from JotaPeRL/master
...
Added Demonfire and Cackling Flames.
2015-03-30 17:18:17 +02:00
LevelX2
4d2ff7b607
Merge pull request #855 from FenrisulfrX/fix_dragonlord
...
Fix Dragonloard Atarka
2015-03-30 10:29:06 +02:00
FenrisulfrX
483a899da9
- Added Gerrard's Command
2015-03-29 22:54:04 -03:00
FenrisulfrX
bb9fcfa82a
Fix Dragonloard Atarka
...
Fixes #852
2015-03-29 20:14:52 -03:00
LevelX2
d276324b17
Merge pull request #850 from FenrisulfrX/exotic
...
- Added Exotic Curse
2015-03-29 23:57:55 +02:00
LevelX2
abe675cfce
Merge pull request #849 from FenrisulfrX/evasive
...
- Added Evasive Action
2015-03-29 23:56:46 +02:00
LevelX2
fb5011506f
Merge pull request #848 from FenrisulfrX/darigaaz
...
- Added Darigaaz's Charm
2015-03-29 23:55:11 +02:00
LevelX2
918be66431
Merge pull request #847 from FenrisulfrX/alliedstrat
...
- Added Allied Strategies
2015-03-29 23:53:55 +02:00
LevelX2
dedbeab86b
* Minor formatting.
2015-03-29 22:45:24 +02:00
betasteward
6405c8d2f0
move zoneChangeCounter to GameState - Card is now immutable
2015-03-29 08:30:31 -04:00
JotaPeRL
0498c924de
Added Demonfire and Cackling Flames.
2015-03-28 23:25:38 -04:00
LevelX2
45aa5f675c
* Update Gatherer Downloader.
2015-03-29 03:48:55 +02:00
FenrisulfrX
7bc2ed0add
-Added Exotic Curse
2015-03-28 21:36:07 -03:00
FenrisulfrX
acee162af9
- Added Evasive Action
2015-03-28 19:19:43 -03:00
FenrisulfrX
989a213a77
- Added Darigaaz's Charm
2015-03-28 17:08:42 -03:00
FenrisulfrX
b8733339bf
- Added Allied Strategies
...
Also modified DomainValue.java to support for retrieval of Domain of
target player.
2015-03-28 16:04:19 -03:00
LevelX2
93e573e719
* Orator of Ojutai - Fixed that the card draw did not work always as expected.
2015-03-28 16:49:15 +01:00
LevelX2
e94a395b1d
* Obscuring AEther - Fixed that the turn face down ability did not work.
2015-03-28 16:33:54 +01:00
fireshoes
4f63793578
Submitted Skeleton Shard (Planechase) and Wall of Deceit (Jace vs Chandra)
2015-03-28 09:30:28 -05:00
LevelX2
100ca7c3fa
* Foul Renewal - Fixed that the value was added instead of subtracted to taget's power/toughness.
2015-03-28 10:09:46 +01:00
LevelX2
cc5ad572c3
* Eyes of the Wisent - FIxed that the triggered effect was not optional.
2015-03-28 09:58:25 +01:00
Jeff
eddf4a0a97
- Added Dance of Many and Demonic Hordes.
2015-03-27 16:00:38 -05:00
fireshoes
56b59094b2
Merge origin/master
2015-03-27 14:52:13 -05:00
fireshoes
63a0781b87
Added DD: Elspeth vs Kiora, added DD: Anthology (needs some rework to make image download work). Changed Magic Player Rewards set code to MPRP (matches MagicCards.info) and added as set in deck editor. Added new cards Fledgling Mawcor, Terrain Generator, Voidmage Apprentice, Waterspout Djinn, Argivian Archaeologist, Gempalm Avenger, Soultether Golem, Firebrand Ranger, Snow Hound, Mtenda Griffin, Skeleton Shard, Lavacore Elementa, Powder Keg, Wizard Mentor, and Witch Hunter. Fixed starting number of time counters on Aven Riftwatcher. Fixed that Elvish Pioneer could put any land into play instead of just basic.
2015-03-27 14:51:01 -05:00
emerald000
4321914bdb
Added Phyrexian Soulgorger and Sheltering Ancient.
2015-03-27 15:32:29 -04:00
Jeff
f288b72c24
- Added Living Wall.
2015-03-27 11:46:01 -05:00
LevelX2
a3a21fd073
* Deadeye Navigator - Fixed that the return effect was always done independant from zone changes that happended.
2015-03-27 15:19:40 +01:00
LevelX2
7bb2bbe1fa
* Lazav, Dimir Mastermind - Fixed that it came back from non battlefield zone to battlefield copying previous copied card.
2015-03-27 14:23:53 +01:00
LevelX2
ad0982618c
* Scaleguard Sentinels and Orator of Ojutai - Fixed that triggered ability did not work if it was destroyed before resolution.
2015-03-27 09:41:11 +01:00
LevelX2
d7ffc19737
* Feldon of the Third Path - Fixed that to the token was no Artifact card type added.
2015-03-27 09:32:05 +01:00
LevelX2
28312962e0
* Fleetfoot Panther - Fixed filter condition for creature to return.
2015-03-27 09:30:08 +01:00
LevelX2
b37003a617
Merge pull request #845 from JotaPeRL/master
...
Implemented cards with graft ability in Dissension.
2015-03-27 08:27:16 +01:00
LevelX2
f45f604cb1
Merge pull request #844 from FenrisulfrX/verduran
...
- Added Verduran Emissary
2015-03-27 08:21:17 +01:00
LevelX2
7bde8b202c
Merge pull request #842 from FenrisulfrX/ThunderscapeBattlemage
...
- Added Thunderscape Battlemage
2015-03-27 08:20:37 +01:00
JotaPeRL
f4c200c5b2
Implemented cards with graft ability in Dissension.
2015-03-26 21:44:17 -04:00
FenrisulfrX
2d1b6bf115
- Added Verduran Emissary
2015-03-26 18:37:31 -03:00
emerald000
966e8d1698
Removed PostResolveEffect class.
2015-03-26 16:59:33 -04:00
LevelX2
1cb3012c37
* Skyshroud Cutter - Fixed wrong live gain from 6 to correctly 5.
2015-03-26 19:28:21 +01:00
FenrisulfrX
a7d5bf251f
- Added Thunderscape Battlemage
2015-03-26 14:39:48 -03:00
LevelX2
65f731557b
Merge pull request #841 from FenrisulfrX/ThornscapeBattlemage
...
- Added Thornscape Battlemage
2015-03-26 17:54:17 +01:00
FenrisulfrX
b0b9b13533
- Added Thornscape Battlemage
2015-03-26 13:20:07 -03:00
LevelX2
c6b1462cff
Merge pull request #840 from FenrisulfrX/Thornscape
...
- Added Thornscape Apprentice
2015-03-26 17:19:36 +01:00
LevelX2
7cac9c9e85
* Hardened Berserker - Fixed that the cost reduction did only work if no spell cast was canceled.
2015-03-26 17:16:16 +01:00
FenrisulfrX
ad066c4c1d
- Added Thornscape Apprentice
2015-03-26 12:58:25 -03:00
LevelX2
ab661c44f0
* Necropotence - Fixed that the face down card going to hand was revealed in game log.
2015-03-26 08:25:35 +01:00
LevelX2
1ffb7946dc
* Salt Road Quartermasters - Fixed missing cardType and wrong super/subtypes.
2015-03-26 08:11:58 +01:00
LevelX2
2e4688fb80
Merge pull request #838 from FenrisulfrX/Sunscape
...
- Added Sunscape Battlemage
2015-03-26 08:06:11 +01:00
FenrisulfrX
a908d7c14f
- Added Sunscape Battlemage
2015-03-25 21:12:29 -03:00
LevelX2
07fdd00fd1
* Some update to cards from pull requests.
2015-03-25 23:40:50 +01:00
fireshoes
3cafeb8845
Merge origin/master
2015-03-25 17:08:04 -05:00
fireshoes
f49ec506c7
[DTK] Dragon-Scarred Bear, now with more Card Type Creature
2015-03-25 17:06:39 -05:00
LevelX2
c20ed88baf
Merge pull request #802 from Temba21/master
...
Implemented 12 cards. (Legacy)
2015-03-25 22:49:07 +01:00
LevelX2
3d3e51a822
* Scythe of the Wretched - some minor updates.
2015-03-25 22:48:00 +01:00
fireshoes
d876d6d183
[DTK] Changed Bear from supertype to subtype in Dragon-Scarred Bear
2015-03-25 16:35:55 -05:00
fireshoes
49ee63b552
[DTK] Fixed type in Dragon-Scarred Bear/mtg-cards-data.txt
2015-03-25 16:33:02 -05:00
LevelX2
b112f95a10
Merge pull request #803 from thejayvm/scythe-of-the-wretched
...
Implement Scythe of the Wretched
2015-03-25 22:05:30 +01:00
LevelX2
4d48ce60a8
Minor updates to cards from pull requests.
2015-03-25 22:02:25 +01:00
LevelX2
4e84a96833
Merge pull request #801 from thejayvm/more-treetops
...
Implements treetop creatures
2015-03-25 21:53:01 +01:00
LevelX2
8a103746f9
Merge pull request #797 from JotaPeRL/master
...
Implemented Anthem of Rakdos (DIS)
2015-03-25 21:47:43 +01:00
LevelX2
b4ac21f1c7
Minor updates to Gerrard Capashen and Darigaaz, the Igniter.
2015-03-25 21:46:55 +01:00
LevelX2
9b29e72e82
Merge pull request #831 from FenrisulfrX/fixes
...
Fixes Phyrexian Totem
2015-03-25 21:35:08 +01:00
LevelX2
44b8696cdf
Merge pull request #834 from FenrisulfrX/Darigaaz
...
- Add Darigaaz, the Igniter
2015-03-25 21:34:39 +01:00
FenrisulfrX
42a0fe74d6
- Add Gerrard Capashen
2015-03-25 15:41:49 -03:00
FenrisulfrX
af39042284
- Add Darigaaz, the Igniter
2015-03-25 13:40:59 -03:00
LevelX2
01b07d2273
Merge origin/master
2015-03-25 17:14:31 +01:00
LevelX2
16469bafe6
* Soulfire Grand Master - updated handling.
2015-03-25 17:13:34 +01:00
Jeff
e893713754
- Added Wall of Pine Needles.
2015-03-25 10:26:11 -05:00
LevelX2
4a051612d1
* Dromoka's Command - Fixed that mode 3 is applied before mode 4 resolves.
2015-03-25 14:33:38 +01:00