Commit graph

9730 commits

Author SHA1 Message Date
Matt Oslan
a58432ac3f Change Minions' Murmurs from damage to life loss 2016-09-03 17:04:27 -04:00
Samuel Sandeen
bec11804f5 Make the handling of counters more consistent.
This dramatically reduces the code duplication around counters handling.
2016-09-03 16:52:41 -04:00
Max Lebedev
1bae15ab11 Merge https://github.com/magefree/mage 2016-09-03 16:05:33 -04:00
Max Lebedev
ecd1985dab implemented Vernal Equinox 2016-09-03 16:04:22 -04:00
Matt Oslan
eaa16a179b Implement Cyclopean Mummy 2016-09-03 14:13:55 -04:00
Matt Oslan
00e3ca1939 Implement Walking Dead 2016-09-03 14:12:21 -04:00
Matt Oslan
cfa5b13f0b Implement Living Armor 2016-09-03 14:11:54 -04:00
Matt Oslan
53edfaeaa0 Implement Vulshok Battlemaster 2016-09-03 13:02:23 -04:00
LevelX2
2c904321e3 Merge pull request #2220 from maxlebedev/master
Added a couple of old Legends cards
2016-09-03 18:53:26 +02:00
Matt Oslan
e163227492 Merge origin/master into pull2 2016-09-03 10:39:06 -04:00
Samuel Sandeen
148f633672 Make the Counters API for card and permanent consistent. 2016-09-03 10:33:54 -04:00
LevelX2
c1d632be18 Merge origin/master 2016-09-03 15:26:46 +02:00
LevelX2
ab2399cbe7 * Fixed that equipments with restrictions (e.g. Gate Smasher) were not unequipped if the equipped permanent did no longer fulfill the restrictions(fixes #2212). 2016-09-03 15:26:17 +02:00
Max Lebedev
d65bb6bec5 added the Heaven's Gate, Dwarven Song, SeaKing's Blessing, Sylvan Paradise, and Touch of Darkness cards based mostly on Sway of Illusion 2016-09-03 07:45:50 -04:00
Styxo
f5c2a51be1 Merge pull request #2219 from Styxo/master
Refactored some things
2016-09-03 12:58:47 +02:00
Styxo
2aec9f2ca7 Refactored counters on permanents counting
Added BecomeMonstrousTriggeredAbility 
Added Target and Filter class for creature an opponent controls
2016-09-03 12:38:58 +02:00
LevelX2
cb91c5b9aa Merge pull request #2216 from stravant/master
Full characteristic-based card rendering for cards
2016-09-03 09:13:49 +02:00
Samuel Sandeen
85dc15c5dc Merge remote-tracking branch 'magefree/master' 2016-09-02 19:44:51 -04:00
Matt Oslan
0960a54998 Implement Wirecat 2016-09-02 19:17:09 -04:00
Matt Oslan
3c6f2430a9 Implement Minions' Murmurs 2016-09-02 18:59:49 -04:00
Mark Langen
463576dbd0 Merged up to current 2016-09-01 15:44:14 -06:00
Derek M
ac5f2ca6cc Merge pull request #2213 from Derpthemeus/master
Implement 10 cards, fix a minor typo
2016-08-31 22:00:43 -04:00
Matt Oslan
4669b4224a Implement Rooting Kavu 2016-08-31 19:05:45 -04:00
Matt Oslan
93bdb89d44 Implement Defiling Tears 2016-08-31 18:42:30 -04:00
Matt Oslan
67105ce3a0 Implement Disarm 2016-08-31 13:31:48 -04:00
Matt Oslan
a7b9809396 Implement Scarred Puma 2016-08-31 13:30:40 -04:00
Mark Langen
d5415d2d04 Working Card Rendering 2016-08-31 04:43:28 -06:00
Fenhl
8a427a2351 Fix capitalization of ownerId variable
to fix my scripts that look up unimplemented cards.
2016-08-31 06:53:10 +00:00
Matt Oslan
0fd013fb1b Implement Root Greevil 2016-08-30 20:23:53 -04:00
Matt Oslan
588a2d33a3 Implement Lightning Dart 2016-08-30 20:11:31 -04:00
Matt Oslan
1f0b4c1f6b Implement Dromad Purebred 2016-08-30 19:52:33 -04:00
Matt Oslan
e0015a5ac1 Implement Skyhunter Cub 2016-08-30 18:54:50 -04:00
Matt Oslan
aea744f95a Implement Moonlit Wake 2016-08-30 12:52:54 -04:00
Matt Oslan
deca4258d6 Fix Akki Blizzard-Herder's text
Previously said "When Akki Blizzard-Herder dies, Each player sacrifices a land you control." now says "When Akki Blizzard-Herder dies, Each player sacrifices a land."
2016-08-30 12:52:27 -04:00
Matt Oslan
9856cffa49 Implement Hurloon Shaman 2016-08-30 12:49:49 -04:00
Matt Oslan
33bdc359eb Implement Nova Cleric 2016-08-30 12:37:35 -04:00
Matt Oslan
56fb6e51e5 Implement Straw Golem 2016-08-30 12:36:15 -04:00
Matt Oslan
51bc1edae5 Implement Blossoming Wreath 2016-08-30 11:49:33 -04:00
Matt Oslan
acd3580527 Implement Elixir of Vitality 2016-08-30 11:32:04 -04:00
Styxo
cde96864d5 Merge pull request #2209 from Styxo/master
Refactored multiple CreatureCondition classes into one class
2016-08-29 20:41:56 +02:00
cg5
8cbffb3e69 Fix Gratuitous Violence bug 2016-08-29 20:10:01 +02:00
Styxo
6518b56d9d Refactored multiple CreatureCondition classes into one CreatureCountCondition class 2016-08-29 13:04:40 +02:00
Samuel Sandeen
71a5e4e15a Fix Changing the type of spells on the stack 2016-08-28 18:21:58 -04:00
Samuel Sandeen
282443c231 Add Subtype to the CardAttribute Framework
This is a massive change. I’ve refrained from unrelated refactoring
when possible but there are still a lot of changes here.
2016-08-28 17:30:10 -04:00
Styxo
42669b9c01 Merge pull request #2200 from Styxo/master
Refactored cards that use similar abilities
2016-08-28 16:56:08 +02:00
Styxo
b29c70a3c7 Refactored cards that use similar abilities 2016-08-28 16:39:33 +02:00
Samuel Sandeen
a1a3c0c6a7 Implement Conspiracy
Implemented conspiracy, based on Teferi, Story Circle, and Cast Through
Time
2016-08-27 20:01:54 -04:00
Derek M
61f6166f9d Merge pull request #2198 from cg5-/culling-scales
Add Culling Scales
2016-08-27 12:51:00 -04:00
michaelstephendavies
4dcb113761 Add Culling Scales 2016-08-27 18:45:33 +02:00
LevelX2
b5f7ab8c48 Merge pull request #2180 from Derpthemeus/master
Implement Fathom Trawl, Launch, and Dispersing Orb
2016-08-27 08:59:41 +02:00
fireshoes
10866056e1 [CN2] Added complete spoiler to mtg-cards-data.txt and all existing reprints. 2016-08-22 09:57:43 -05:00
drmDev
292105f60e [CN2] Stunt Double and Subterranean Tremors implemented. 2016-08-21 15:00:41 -04:00
fireshoes
4a708e4dc0 [CN2] Added 8/20 new card and white reprint spoilers to mtg-cards-data.txt. Added white reprints. 2016-08-21 09:24:55 -05:00
drmDev
b6c0433fa2 [Conspiracy:TTC] Recruiter of the Guard impl 2016-08-20 09:20:16 -04:00
Matt Oslan
38a6d3fcbd Implement Fathom Trawl, Launch, and Dispersing Orb 2016-08-19 16:41:09 -04:00
fireshoes
7de7df39b1 [CN2] Added 8/19 spoilers to mtg-cards-data.txt. Added Birds of Paradise reprint. 2016-08-19 10:14:47 -05:00
fireshoes
4f5876e3d5 [CN2] Added 8/18 spoilers to mtg-cards-data.txt. Added Wild Pair, Berserk, Duskmantle Seer, and Dragonlair Spider reprints. 2016-08-18 12:43:09 -05:00
fireshoes
5e96e7b444 [CN2] Added 8/17 spoilers to mtg-cards-data.txt. Added Exotic Orchard, Burgeoning, and Serum Visions reprints. 2016-08-17 10:56:31 -05:00
fireshoes
298d624f9c [CN2] Added 8/16 spoilers to mtg-cards-data.txt. Added Burning Wish, Phyrexian Arena, Desertion, and Hallowed Burial reprints. 2016-08-16 20:43:46 -05:00
fireshoes
eeaea4c566 [CN2] Added 8/15 spoilers to mtg-cards-data.txt. Added Inquisition of Kozilek reprint. 2016-08-15 11:17:51 -05:00
LevelX2
6b2d326f7b * Tree of Redemption - Fixed that the set toughness from exchange was still applied after zone changes. 2016-08-15 11:43:45 +02:00
drmDev
8051b8dedf Tree of Perdition bug fix - was incorrectly gaining toughness AND power equal to opponent life total 2016-08-13 23:17:25 -04:00
LevelX2
539b03bd1d Xmage 1.4.14v0 2016-08-13 10:14:38 +02:00
LevelX2
4bfac31370 * Archangel Avacyn - Fixed check for source object of triggered ability. 2016-08-13 09:38:28 +02:00
LevelX2
46566361e7 * Fixed a bug that if a copy token creature of a transformed creature was created (e.g. Mirror Mockery), the front side instead of the transformed side was copied. 2016-08-12 15:42:50 +02:00
LevelX2
0c617d1d35 * Ink-Eyes, Servant of Oni - Fixed a bug of how the card was moved to the battlefield by the triggered effect. 2016-08-12 13:25:12 +02:00
spjspj
d5ab9df255 spjspj - Implement Guardian Beast (ARN) 2016-08-11 23:12:06 +10:00
spjspj
f46c06066a spjspj - Implement Guardian Beast (ARN) 2016-08-11 23:03:22 +10:00
fireshoes
5ee29a14e6 [CN2] Implemented Kaya, Ghost Assassin 2016-08-10 14:20:18 -05:00
drmDev
b7743e69a0 Pariah's Shield bug fix - replacement effect only occurs when equipped to a creature 2016-08-09 21:25:13 -04:00
LevelX2
aa5623fd70 * Blinkmoth Urn - Fixed that the created mana was not removed at the steps end. 2016-08-09 22:52:22 +02:00
LevelX2
7504c58d5a Merge pull request #2160 from Choiseul11/choiseul11/2159-indulgent-aristocrat-tooltip-error
Changed Indulgent Aristocrat filter to prevent 'each' appearing twice…
2016-08-09 22:37:05 +02:00
Timothy Rogers
64f4a1584f Changed Indulgent Aristocrat filter to prevent 'each' appearing twice in tooltip 2016-08-09 14:10:02 -05:00
LevelX2
c31bf97440 * Fixed some problems if a creature has multiple madness abilities. 2016-08-09 13:14:29 +02:00
LevelX2
7f8f4bc034 * Goblin Gaveleer - Added missing Trample ability. 2016-08-08 17:10:28 +02:00
LevelX2
c84180b0f7 * Eye of the Storm - Fixed that the exiled spells could only always be cast by the controller of the Eye of the Storm. 2016-08-08 16:49:45 +02:00
LevelX2
47fb2c1ac5 Merge origin/master 2016-08-08 16:29:58 +02:00
LevelX2
005a805973 * Unbreathing Horde - Fixed that the creature came onto battlefield with one counter less than intended. 2016-08-08 16:29:16 +02:00
LevelX2
9e29a01c0c * Grafted Wargear - Fixed that the sacrifice effect did not work. 2016-08-07 10:16:25 +02:00
LevelX2
07bbd53d82 * Stitcher's Graft - Fixed that the sacrifice effect did not work. 2016-08-07 10:12:38 +02:00
LevelX2
8ccb5d18ec * removing double negative checks. 2016-08-07 09:28:39 +02:00
LevelX2
f84040f4c0 Merge pull request #2155 from Choiseul11/timr/implement-assorted-cards
Timr/implement assorted cards
2016-08-07 08:50:22 +02:00
Timothy Rogers
32d70cb069 Changed Celestial Sword sacrifice trigger to use CreateDelayedTriggeredAbilityEffect and AtTheBeginOfNextEndStepDelayedTriggeredAbility 2016-08-06 17:00:50 -05:00
LevelX2
5b5c13c137 * Kusari-Gama - Fixed trigger occurs but no damage is dealt (fixes #2154). 2016-08-06 12:43:16 +02:00
LevelX2
286dc55396 * Fixed Sightless Brawler cannot attack with other creatures attacking (fixes #2133). 2016-08-06 12:30:52 +02:00
LevelX2
14c02bc756 Merge origin/master 2016-08-06 11:33:55 +02:00
LevelX2
9df373e8f3 * Fixed Leech Bonder -1/-1 Tokens don't kill off enemy creatures (fixes #1975). 2016-08-06 11:33:24 +02:00
Timothy Rogers
adf6575eb2 Fixed author comment on Murderous Betrayal 2016-08-05 22:02:56 -05:00
Timothy Rogers
33e0f2cdde Implemented Murderous Betrayal 2016-08-05 20:52:11 -05:00
Quercitron
b91ef8b385 * Thirsting Axe - Fix check if equipped creature dealt combat damage to creature (fixes #2145). 2016-08-06 03:15:54 +03:00
Timothy Rogers
cb591e10ef Fixed author comment 2016-08-05 17:11:27 -05:00
Timothy Rogers
48dfdafe1e Implemented Celestial Sword from Iceage and ME4 2016-08-05 17:10:25 -05:00
LevelX2
64432e9132 Merge pull request #2152 from Choiseul11/choiseul11/implement-homelands-shrink
Implemented Shrink (Homelands)
2016-08-05 22:21:04 +02:00
LevelX2
d0db2d51ed * Fixed Identity Thief copying creature with +1/+1 counter gets P/T boost from it, but not counter (fixes #2131). 2016-08-05 21:15:07 +02:00
LevelX2
d1c25b0662 * Fixed flashback check of Altar of the Lost conditional mana. 2016-08-05 20:03:04 +02:00
Timothy Rogers
fe2434fa9f Implemented Shrink (Homelands) 2016-08-05 10:26:47 -05:00
Plopman
956724b5fa [TMP] Added 5 cards 2016-08-05 13:43:23 +02:00
Quercitron
9129bda9b7 * Hearthcage Giant - Fix that only one Elemental Shaman token is created (fixes #2141). 2016-08-05 00:59:42 +03:00
fwannmacher
9b5a02c09c - Fixed issue #2075 2016-08-04 09:52:56 -03:00
LevelX2
335c24c7c0 * Crown of Doom - Fix of target handling (untested). 2016-08-03 17:42:23 +02:00
drmDev
5442a92a2b Crown of Doom bug fix 2016-08-03 05:17:00 -04:00
LevelX2
270ffcb88a * Liliana, Defiant Necromancer - Fixed target bug of -X ability. 2016-08-02 16:52:25 +02:00
LevelX2
acf5df7f94 Merge origin/master 2016-08-02 15:43:57 +02:00
LevelX2
62a85fafc6 * Postmortem Lunge - Fixed that the exile effect were not applied correctly. 2016-08-02 15:42:45 +02:00
drmDev
693c45294a bug fix for Ghost-Lit Nourisher 2016-08-02 07:55:03 -04:00
fireshoes
88e8894b29 Added Duel Decks: Nissa vs Ob Nixilis and From the Vault: Lore. 2016-08-01 15:05:25 -05:00
LevelX2
94e59e5ee7 * Icefall Regent, Monastery Siege, Elderwood Scion, Accursed Witch, Infectious Curse - Fixed target check not working for multi modal spells (fixed #2114). 2016-07-31 10:41:23 +02:00
LevelX2
e9c994d8e5 * Fixed traget definition of Blood Feud and Dissension in the Ranks. 2016-07-31 10:24:28 +02:00
drmDev
2a51663ebc Fixed various bugs - loseLife instead of damage was supposed to be used 2016-07-30 21:15:05 -04:00
fwannmacher
b4bda0da5e - Fix issue #2088 2016-07-29 18:43:12 -03:00
drmDev
38a7927edb Spell Queller bug fix for #2126 2016-07-29 16:14:44 -04:00
drmDev
b7e0702b62 Fixed Genesis bug - activation cost is 2G not 3 colorless 2016-07-29 11:25:24 -04:00
LevelX2
8073d2e3f7 * Polymorphous Rush - Fixed wrong target description. 2016-07-29 14:19:52 +02:00
drmDev
c00dadcd4c build fix - maven doesn't like bloodclockeffect as public unless in its own file named bloodclockeffect 2016-07-29 03:46:43 -04:00
drmDev
3f3229c43c Martyred Rusalka and Netter En Dal impl 2016-07-28 17:50:26 -04:00
Fenhl
f2e6ee510b Add card Umbilicus 2016-07-28 13:40:23 +00:00
drmDev
0d8b892272 Festival, False Peace, Empty City Ruse, Moment of Silence impl. Extracted SkipNextCombatPhase class. 2016-07-27 09:42:45 -04:00
drmDev
0b48749e0b fix soul warden test. 2016-07-26 22:58:56 -04:00
drmDev
f593623508 finished implementation of cards. CardView bug fix for card number change. 2016-07-26 22:58:20 -04:00
drmDev
b7c4eec90f Merge branch 'master' of https://github.com/drmDev/mage 2016-07-26 20:00:37 -04:00
fwannmacher
3caf66e4b6 - Fixed Issue #2108 2016-07-26 19:34:06 -03:00
fireshoes
ad3f3649da Added FNM promo Rise from the Tides. 2016-07-26 13:52:36 -05:00
drmDev
54fcc1c408 WIP Syphon Flesh, Gravestorm, Gravespawn Sovereign implementations 2016-07-26 14:46:32 -04:00
Derek M
218583ebf8 Merge pull request #2120 from Dilnu/master
Fix all known cases of Issue #2106
2016-07-26 11:19:44 -04:00
Samuel Sandeen
2173069c09 Update Legerdemain to use filters in targeting.
Fix the way targeting is handled on Legerdemain.

Previously it was possible to get into an impossible state if there was
no valid second target.
2016-07-26 08:33:33 -04:00
drmDev
18a6e5392b Bloodscale Prowler, Burning Tree Bloodscale,Gristleback implemented 2016-07-26 06:35:47 -04:00
drmDev
f56b81b243 Trigon of Mending bug fix - allows targetting player 2016-07-25 23:46:01 -04:00
Samuel Sandeen
4c9a49df5b Merge remote-tracking branch 'magefree/master' 2016-07-25 21:58:43 -04:00
Samuel Sandeen
c12959e025 Standardize Another target logic in some cases.
This removes custom targets and instead uses the AnotherTargetPredicate
to filter.
2016-07-25 21:58:11 -04:00
Samuel Sandeen
67194253e4 Fix simple issues in target specification 2016-07-25 21:53:12 -04:00
drmDev
bc14f8176a Merge remote-tracking branch 'upstream/master' 2016-07-25 18:23:35 -04:00
drmDev
aa2605d6cf Tribal Unity cardNumber to string fix 2016-07-25 18:16:40 -04:00
Derek M
5c4059fac6 Merge pull request #2118 from fwannmacher/master
Corrected some more bugs
2016-07-25 18:14:00 -04:00
fwannmacher
cbd0e36f97 - Fixed Issue #2100 2016-07-25 17:55:38 -03:00
fwannmacher
1fc81b8bc7 - Fixed Issue #2094 2016-07-25 17:25:53 -03:00
Derek M
86e7ace06e Merge pull request #2112 from fwannmacher/master
Converted cardNumber from int to String. Now card number with "a" or "b" can be used.
2016-07-25 16:24:01 -04:00
fwannmacher
cd22b3013b - Fixed Issue #2102 2016-07-25 16:41:28 -03:00
fwannmacher
9390ec20b0 - Fixed Issue #2098 2016-07-25 12:52:01 -03:00
drmDev
f2cb945744 Spectral Shepherd double check to only target spirits you control 2016-07-25 11:11:59 -04:00
drmDev
6584079d7a bug fix for Tunnel Vision when it does not find card in library 2016-07-25 06:43:51 -04:00
Derek M
0f48520697 Merge pull request #2115 from Dilnu/master
Implement new cards and fix a bug with two existing ones.
2016-07-25 04:48:27 -04:00
Samuel Sandeen
3aa480cef8 Merge remote-tracking branch 'magefree/master' 2016-07-24 22:07:15 -04:00
Samuel Sandeen
68e84d9c23 Modify the way some second targets are chosen
If implemented the wrong way when you try to choose second targets the
game can get into an impossible state this fixes three such cards.
2016-07-24 22:07:04 -04:00
drmDev
099e490e4d patching up possible NPEs on quiet speculation 2016-07-24 21:49:36 -04:00
drmDev
f1343dd03f Quiet Speculation bugfix for #1970 - controller searches target player library 2016-07-24 21:47:41 -04:00
Samuel Sandeen
d97d9ea130 Merge remote-tracking branch 'magefree/master' 2016-07-24 18:02:53 -04:00
Samuel Sandeen
5e26638ab5 Fix a bug in Tribal Unity
BoostAllOfChosenSubtypeEffect was too specific and didn’t apply to this
situation. It has been replaced with it’s superclass BoostAllEffect
2016-07-24 18:02:22 -04:00
drmDev
e77033f30c Spreading Flames damage fix 2016-07-24 16:59:13 -04:00
drmDev
642de722f6 Mind Shatter bug fix for #2110. Before a discard effect can happen, checks the amount of cards to be discarded > 0 2016-07-24 15:00:07 -04:00
fwannmacher
10778cdd6b - Converted CardImpl.cardNumber from int to String
- Fixed Issue #1953
- Fixed Issue #1914
- Fixed Issue #739
2016-07-24 15:18:54 -03:00
Samuel Sandeen
05d88b46dd Merge remote-tracking branch 'magefree/master' 2016-07-24 11:53:11 -04:00
LevelX2
bd70f923b7 * Permeating Mass - Fixed that the copy effect did only work, if Permeating Mass did not die from combat damge. 2016-07-24 17:13:53 +02:00
LevelX2
c264da1cca * Tree of Perdition - Fixed that changed thougness value did not chnage back after it left battlefield. 2016-07-24 14:27:50 +02:00
Samuel Sandeen
a535d9d0e8 Merge remote-tracking branch 'magefree/master' 2016-07-23 17:44:44 -04:00
Samuel Sandeen
32a814fa6e Implement Simic Guildmage 2016-07-23 17:40:12 -04:00
Samuel Sandeen
690c0f41a9 Implement Tribal Unity 2016-07-23 17:40:01 -04:00
Derek M
060084f971 Merge pull request #2097 from fwannmacher/master
Added option for download image number of threads and some minor fixes
2016-07-23 09:55:13 -04:00
fireshoes
99dbdef5ce Added Vintage Cube June 2016 to the cube menu. Fixed that Permeating Mass did not use LKI for creating the copy. 2016-07-22 11:52:04 -05:00
drmDev
2e12164999 Stromkirk Condemned bug fix - only affects vampires you control 2016-07-22 08:12:19 -04:00
drmDev
5ac81a4fdc Clear Shot fix - damage source is the creature 2016-07-21 09:07:09 -04:00
Derek M
b8091cc3a8 Merge pull request #2085 from cg5-/master
Add Infernal Caretaker
2016-07-21 06:09:06 -04:00
jeff
c241b45a91 - Added a null check for The Great Aurora 2016-07-20 16:08:42 -05:00
fwannmacher
4732686d8f - Fixed Issue #1992: Added missing cards 2016-07-20 14:42:26 -03:00
fwannmacher
06d14c4388 - Fixed Issue #1994: Added missing cards 2016-07-20 14:32:01 -03:00
fwannmacher
2dacf042d8 - Fixed Issue #1993: Added missing cards 2016-07-20 14:23:41 -03:00
drmDev
8368a8379c variable naming for clarity - Spellbinder 2016-07-20 11:36:58 -04:00
drmDev
a98e05e338 Great Aurora patch - no longer uses deprecated moveCards methods 2016-07-20 09:13:04 -04:00
drmDev
910d6eb048 Spreading Flames targetting fix 2016-07-19 16:33:44 -04:00
fireshoes
9630320ba9 Changed set codes in image sources and Mage Sets to match recent changes. Changed Portal Second Age set code back to PO2. Updated tokens with recent sets to product correct images. Fixed that there was no basic land slot in EMN packs. 2016-07-18 15:49:43 -05:00
Plopman
5350c134da fixed target of Cemetery Recruitment 2016-07-18 19:09:47 +02:00
Neil Gentleman
882136fbc7 Dwarven Blastminer should only be able to target non-basics
likewise Encroaching Wastes
2016-07-17 18:19:16 -07:00
Neil Gentleman
5e1bc1e583 implement Beasts of Bogardan
also fixed Ivory Guardians to correctly boost other Ivory Guardians, and
changed many similar cards to use OpponentControlsPermanentCondition
instead of custom Conditions.
2016-07-17 18:19:16 -07:00
Neil Gentleman
cfb612b68a Mad Auntie's regeneration ability is targeted
Baron Sengir, too
2016-07-17 18:19:16 -07:00
Neil Gentleman
dafd392649 Borborygmos only triggers when damaging a player 2016-07-17 18:19:16 -07:00
Neil Gentleman
46a8ee438a fix "you control you control" in rules text
GainAbilityControlledEffect + FilterControlledCreaturePermanent is redundant
2016-07-17 18:19:16 -07:00
Neil Gentleman
0c37163052 use DestroyAllEffect 2016-07-17 18:19:16 -07:00
Neil Gentleman
eb4e758880 FloodtideSerpentReplacementEffect is unused 2016-07-17 18:19:16 -07:00
drmDev
5c5d729447 Merge remote-tracking branch 'upstream/master' 2016-07-17 14:32:42 -04:00
drmDev
3522223b20 Spellbinder implemented 2016-07-17 14:32:23 -04:00
Neil Gentleman
1b78e06c7f Crosis's Charm doesn't prevent artifacts from regenerating 2016-07-17 10:33:29 -07:00
Neil Gentleman
2a8b117f34 Contingency Plan is just a Sorcery 2016-07-17 10:21:05 -07:00
drmDev
4a162dd609 Inner Struggle fixes so creature is source of damage done to itself 2016-07-17 12:37:31 -04:00
drmDev
f807fed12c Foul Tongue Shriek bug fix - filters attacking creatures you control 2016-07-17 06:41:26 -04:00
Neil Gentleman
5529d7c75d Lunge deals two damage to each target 2016-07-16 14:01:08 -07:00
Neil Gentleman
9b44e7860a Lost in the Woods' effect is not optional 2016-07-16 14:00:59 -07:00
Neil Gentleman
a0121dd47e Lovisa Coldeyes affects all player's creatures 2016-07-16 14:00:51 -07:00
Neil Gentleman
7b9ca84ae1 Agonizing Demise prevents regeneration 2016-07-16 14:00:31 -07:00
Neil Gentleman
6c0c499557 Abu Ja'far is not optional, and prevents regeneration 2016-07-16 14:00:23 -07:00
Neil Gentleman
62cec1c520 Hunter of Eyeblights
not `Of`
2016-07-16 14:00:17 -07:00
Neil Gentleman
16fc86ef1a Awakening Zone's trigger is optional 2016-07-16 14:00:04 -07:00
Neil Gentleman
09a9e06a0f Arashin War Beast's ability is not optional 2016-07-16 13:59:58 -07:00
Neil Gentleman
a3836f6ec7 Act of Aggression can only target opponent's creatures 2016-07-16 13:59:49 -07:00
michaelstephendavies
ba4053c725 Infernal Caretaker - use ReturnToHandFromGraveyardAllEffect 2016-07-16 22:13:19 +02:00
michaelstephendavies
ddbd5f6514 Add Infernal Caretaker 2016-07-16 17:28:00 +02:00
Neil Gentleman
1a95e2021a Fix some incorrect card data 2016-07-15 21:23:39 -07:00
drmDev
2ecadbc30b Tamiyo fixes #2078 2016-07-15 21:15:04 -04:00
drmDev
966de10386 Stensia Banquet fix 2016-07-15 19:51:09 -04:00
jeff
bc1f4e409c - Fixed Aura Swap bug #2025. 2016-07-15 15:30:47 -05:00
spjspj
09cc97dd85 spjspj - Fix copy's owner for Mirrorwing Dragon (EMN) 2016-07-16 03:11:06 +10:00
LevelX2
e5117a967d * Mirrorwing Dragon - Fixed wrong target handling. 2016-07-15 18:14:38 +02:00
LevelX2
4302186032 * Devils' Playground - Fixed name spelling bug. 2016-07-15 14:47:20 +02:00
LevelX2
88d66784df * Crop Sigil - Fixed that it can't be activated without both a creature and land in the graveyard (fixes #2079 ). 2016-07-15 14:25:25 +02:00
LevelX2
4bdc4936f0 * Fixed Mid's Dilation bugs (fixes #2077). 2016-07-14 17:14:06 +02:00
LevelX2
fc1a1523c5 * Gideon, Champion of Justice - Fixed that the P/T did not change if loyality counters were added after using the 0 ability. 2016-07-13 17:04:52 +02:00
LevelX2
20fa414838 * Gideon, Champion of Justice - Fixed a bug that Gideon dies if its ability to make it a creature was used. 2016-07-13 12:25:54 +02:00
LevelX2
87296b56c3 * Tamiyo, Field Researcher - Fixed that only one card was drawn from +1 ability if both target creatures did combat damage. 2016-07-13 11:45:31 +02:00
drmDev
0670b24f22 Reverting gideon change (no more CDA). added junit test demonstrating issue #2069 2016-07-13 05:27:32 -04:00
drmDev
8ded1981fb Gideon Champion of Justice bugfix fixes #2069 2016-07-13 04:50:57 -04:00
fireshoes
96e88d7350 [EMN] Fixed tooltip text on some green, gold, artifact, and land cards. Added Emrakul's Evangel's missing TapSourceCost. 2016-07-12 23:10:37 -05:00
jeff
0e4a3a2142 - Fixed Grave Scrabbler. 2016-07-12 16:39:00 -05:00
fireshoes
cf6ac805b7 [EMN] Fixed tooltip text on some red cards. Fixed Spreading Flames targeting creatures or players. Fixed Stensia Banquet subtype filter. 2016-07-12 16:05:42 -05:00
fireshoes
e8880437df [EMN] Fixed tooltip text on some black cards. Fixed Dark Salvation -x/-x ability. Fixed Stromkirk Condemned collector number. 2016-07-12 12:00:31 -05:00
LevelX2
e7014f385b Added tests. 2016-07-12 18:07:18 +02:00
drmDev
bb3828ce0c Distember of the Blood [EMN] bug fix 2016-07-12 08:57:09 -04:00
Eric McVicker
9a069edc44 Fix meld trigger text for Gisela, the Broken Blade 2016-07-12 02:38:20 -05:00
fireshoes
80f4ab770b [EMN] Fixed tooltip text on some blue cards. 2016-07-11 23:40:24 -05:00
fireshoes
c698ce5630 [EMN] Various fixes. 2016-07-11 21:13:32 -05:00
Quercitron
99a2f4b323 * Borrowed Hostility - Fixed that all controlled creatures were buffed with the first mode. 2016-07-12 02:02:52 +03:00
fireshoes
bf0d920e8c [EMN] Cleaned up some tooltip text on white cards, fixed a couple of card names. 2016-07-11 16:37:12 -05:00
LevelX2
fa32925b28 Merge origin/master 2016-07-11 22:55:34 +02:00
LevelX2
d0ecb473da Xmage 1.4.13v0 2016-07-11 22:54:43 +02:00
fireshoes
69dbff9cb3 Added upcoming promo cards. Worked on mtg-cards-data.txt organization (alphabetizing by set name and removing duplicate sets). 2016-07-11 13:56:14 -05:00
LevelX2
2a55110627 [EMN] Some minor fixes. 2016-07-11 19:25:25 +02:00
LevelX2
8a7a1e3dab Merge origin/master 2016-07-11 18:56:16 +02:00
LevelX2
2bdb3635a2 Serum Tank - Fixed some bugs. 2016-07-11 18:55:49 +02:00
fireshoes
e9f66ae65a Merge commit 2016-07-11 11:37:58 -05:00
fireshoes
1dfed9b1c8 [EMN] Added MeldEffect to Gisela and Hanweir Battlements. Changed Brisela and Hanweir, the Writhing Township to MeldCard. Added missing TapSourceCost to Hanweir Battlements. Added missing ability.addEffect to Chittering Host. 2016-07-11 11:32:28 -05:00
LevelX2
1b2f1efb00 Merge pull request #2061 from Dilnu/master
Implement 6 Cards and tests for two of them.
2016-07-11 18:23:00 +02:00
LevelX2
0f122ff154 Merge pull request #2062 from CountAndromalius/SerumTank
Implementing Serum Tank (Mirrodin and Planechase)
2016-07-11 18:22:47 +02:00
fireshoes
436942ccff [EMN] Minor spelling fix. 2016-07-11 09:04:46 -05:00
emerald000
e1b3428a39 [EMN] Implemented basic Meld functionality. 2016-07-11 04:49:40 -04:00
CountAndromalius
3c52670d61 Implementing Serum Tank (Mirrodin and Planechase) 2016-07-11 02:27:38 -03:00
Samuel Sandeen
bf613572e9 Fix another merge artifact. 2016-07-10 19:07:53 -04:00
Samuel Sandeen
c7cdd792d0 Remove Merge conflict artifacts. 2016-07-10 19:05:41 -04:00
Samuel Sandeen
6cf04e9bd2 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	Mage.Sets/src/mage/sets/gatecrash/Hindervines.java
#	Mage.Sets/src/mage/sets/timeshifted/Darkness.java
2016-07-10 19:01:20 -04:00
Samuel Sandeen
8fe5bf4fbb Update the uses of PreventAllDamageByAllPermanentsEffect to use the new name. 2016-07-10 18:55:58 -04:00
samuelsandeen
f9b0befac3 Implement several cards and tests for some of the more complex cards.
This also makes a small change to AbilityImpl's handling of variable 
costs which may not be needed.
2016-07-10 18:39:42 -04:00
LevelX2
cb91282f9e [EMN] Some fixes to Dark Salvation, Eldrich Moon, Make Mischief. 2016-07-10 22:02:56 +02:00
LevelX2
09273f284d [EMN] Set Hanwar the Writhing Township to nightSide 2016-07-10 21:07:59 +02:00
LevelX2
772abd9311 Merge origin/master 2016-07-10 20:58:51 +02:00
LevelX2
1e120bdeaa [EMN] Added Dark Salvation and a workaroung version of Slayer's Cleaver. The meld cards without meld. 2016-07-10 20:58:26 +02:00
Quercitron
712316d8ff [EMN] Added Thirsting Axe. 2016-07-10 18:41:36 +03:00
LevelX2
de0b66240f [EMN] Added 3 black cards. 2016-07-10 11:11:56 +02:00
LevelX2
0017f7a458 [EMN] Added 8 black cards. 2016-07-10 10:43:26 +02:00
LevelX2
b2bd87b9f4 [EMN] Some fixes to red cards. 2016-07-10 10:09:22 +02:00
LevelX2
fd55feee17 [EMN] Added the missing multicolor cards. 2016-07-10 10:09:06 +02:00
drmDev
55aae9910e fixes #2054 2016-07-10 03:27:33 -04:00
drmDev
e317719e16 [EMN] some black cards implemented 2016-07-09 19:15:04 -04:00
drmDev
4423f1e7fc the real [EMN] commit... 2016-07-09 16:48:33 -04:00
drmDev
2e4384ef68 [EMN] implemented many more colorless cards 2016-07-09 16:46:56 -04:00
drmDev
566e667780 Merge remote-tracking branch 'upstream/master' 2016-07-09 16:32:06 -04:00
drmDev
f694c2106b additional card fix for #2057 2016-07-09 16:31:17 -04:00
drmDev
6fe2c226b8 fixes #2057 2016-07-09 16:29:43 -04:00
LevelX2
771f2c4fb9 [EMN] Added the missing red cards (some untested). 2016-07-09 21:24:58 +02:00
LevelX2
7c0b11c641 [EMN] Added the missing white cards (without meld). 2016-07-09 18:16:56 +02:00
drmDev
29b3a2398d Merge remote-tracking branch 'upstream/master' 2016-07-09 09:45:36 -04:00
drmDev
d234fb7961 Added some colorless cards (EMN) 2016-07-09 09:45:03 -04:00
LevelX2
4c363bee23 [EMN] Added the missing green cards. 2016-07-09 15:39:59 +02:00
LevelX2
4818830e5c [EMN] Added the missing blue cards. 2016-07-08 23:10:12 +02:00
LevelX2
753e7dfb2c [EMN] Added some blue cards. 2016-07-08 21:37:24 +02:00
fireshoes
4cf3f29c4c [EMN] Added complete spoiler to mtg-cards-data.txt. Added existing reprints. 2016-07-08 11:18:14 -05:00
drmDev
18e8a6dc49 Merge branch 'master' of https://github.com/drmDev/mage 2016-07-08 08:51:21 -04:00
fireshoes
d30736de38 [EMN] Added Mind's Dilation, Splendid Reclamation, and Bedlam Reveler. Fixed some card translations. 2016-07-07 22:26:25 -05:00
drmDev
16ce177143 Reflector Mage restriction effect fix 2016-07-07 20:27:49 -04:00
fireshoes
742acf5406 [EMN] Added 7/7 spoilers to mtg-cards-data.txt. Implemented several cards. 2016-07-07 18:42:43 -05:00
fireshoes
7172606506 [EMN] Added additional 7/6 spoilers to mtg-cards-data.txt. Implemented Wolfkin Bond and Noose Constrictor. 2016-07-06 23:39:12 -05:00
jeff
6441a3dac3 - Little fix for Bruna, Light of Alabaster. 2016-07-06 15:44:24 -05:00
fireshoes
b8d7ee2c02 [EMN] Added 7/6 spoilers to mtg-cards-data.txt. Implemented Permeating Mass and Falkenrath Reaver. Add Meld reminder text to Bruna, Midnight Scavengers, and Hanweir Garrison. Fixed translated name of Collective Defiance. 2016-07-06 10:56:38 -05:00
LevelX2
21e1b98637 * Fixed wrong card number of Wild Pair PLC. 2016-07-06 17:18:52 +02:00
LevelX2
d95c13c563 * Fixed a problem of Identity Thief (fixes ##2052). 2016-07-06 16:14:51 +02:00
LevelX2
c236f1f8e1 Merge pull request #2048 from shootbot/master
Implemented 'The Rack' from 'Duels of the Planeswalkers'
2016-07-06 11:32:38 +02:00
fireshoes
edc6ef36ac [EMN] Added additional 7/5 spoilers to mtg-cards-data.txt. Fixed some translated text. 2016-07-05 18:07:41 -05:00
fireshoes
f0d169367a [EMN] Added 7/5 spoilers to mtg-cards-data.txt. Implemented some new cards. Fixed Liliana and Ishkanah to only filter controlled creatures. 2016-07-05 10:48:25 -05:00
spjspj
fabbcbddc1 spjspj - Implement Identity Thief [EMN] 2016-07-05 22:52:23 +10:00
fireshoes
b32b2aa4da [EMN] Added several cards. 2016-07-04 22:51:51 -05:00
drmDev
908f97ad68 Darigaaz Charm tooltip fix 2016-07-04 19:10:02 -04:00
drmDev
8a4a1933b1 Soul Separator fixes 2016-07-04 06:26:26 -04:00
drmDev
eb8519cd78 Merge remote-tracking branch 'upstream/master' 2016-07-04 04:16:33 -04:00
drmDev
a4dc6a12b8 Soul Separator (EMN) 2016-07-03 21:27:33 -04:00
LevelX2
7f4fc245cd * Fixed some cards that choose a subtype as entering the battlefield that did not work for copied permanents (e.g. Brass Herald for Mormir format). 2016-07-03 21:43:12 +02:00
drmDev
3d00bd33d5 Lamplighter of Selhoff bug fix 2016-07-03 13:45:08 -04:00
shootbot
24f568b131 Implemented 'The Rack' from 'Duels of the Planeswalkers'
First card implemented
I will add whole set later if everything is fine with this commit
Tested it locally, works fine, modern border and new art in place
2016-07-03 21:49:21 +06:00
fireshoes
1c0a4a7532 [EMN] Added Collective Brutality, Borrowed Malevolence, and Turn Aside. 2016-07-03 10:19:40 -05:00
drmDev
548b05ba74 Whoops... removing unnecessary line 2016-07-03 06:23:50 -04:00
drmDev
e1bd9a5331 EmrakulsEvangel fix 2016-07-03 06:22:32 -04:00
drmDev
41326affb5 Emrakuls Evangel (EMN) 2016-07-03 04:09:46 -04:00
emerald000
2e3f963363 [EMN] Implemented Escalate. Added Blessed Alliance. 2016-07-02 03:08:39 -04:00
fireshoes
9c0e73dfdb Fixed Warriors' Lesson to only trigger on combat damage instead of all damage.[EMN] Added a few more cards. 2016-07-01 15:00:18 -05:00
LevelX2
a6094afa40 * Worldheart Phoenix - Fixed that if cast from graveyard the counters were not added. 2016-07-01 17:04:42 +02:00
spjspj
9a1c67a9a4 Merge pull request #2040 from spjspj/master
spjspj - Implement Stitcher's Graft [EMN]
2016-07-02 00:06:50 +10:00
spjspj
dad0b3809f spjspj - Implement Stitcher's Graft [EMN] 2016-07-02 00:03:50 +10:00
spjspj
b91b6402dc spjspj - Implement Stitcher's Graft [EMN] and slight change to mtg-cards-data.txt 2016-07-01 23:59:47 +10:00
Styxo
541e6a7f9b Added Earth Surge 2016-07-01 14:50:18 +02:00
emerald000
3ca28d2eb6 [EMN] Implemented Emerge. Added Elder Deep-Fiend. 2016-07-01 01:15:56 -04:00
fireshoes
8d7ebdc088 [EMN] Added even more 6/30 spoilers to mtg-cards-data.txt. Added a couple of those cards. 2016-07-01 00:06:48 -05:00
fireshoes
33ac32f5c4 [EMN] Added additional 6/30 spoilers to mtg-cards-data.txt. Added some more cards. 2016-06-30 14:47:59 -05:00
fireshoes
e86946b23e [EMN] Added 6/30 spoilers to mtg-cards-data.txt. Fixed bugs with Lone Rider and Docent of Perfection. Added several cards. 2016-06-30 10:26:42 -05:00
fireshoes
4ed2e40841 [EMN] Added more 6/29 spoilers to mtg-cards-data.txt. 2016-06-29 11:59:05 -05:00
fireshoes
d844c6056a [EMN] Added 6/29 spoilers to mtg-cards-data.txt. Implemented several cards (will be testing with the clearImage fix in). 2016-06-29 10:01:00 -05:00
drmDev
9deb1bd0da Ignition Team implementation (requested card) 2016-06-29 03:21:40 -04:00