Commit graph

8096 commits

Author SHA1 Message Date
LevelX2
2619202931 Merge pull request #1409 from LoneFox78/master
New cards
2015-12-06 09:35:21 +01:00
LoneFox
4e576114f3 Implement cards: Militant Monk, Nantuko Blightcutter, Organ Grinder, and Pyromania 2015-12-06 10:26:09 +02:00
LoneFox
1f2dca2ee6 Implement cards: Airborne Aid, Aven Liberator, Mystic Familiar, and Soulcatchers' Aerie 2015-12-06 08:53:40 +02:00
Poddo
22f4c272b9 Fix to mana cost of Goblin Dynamo's 2nd ability
Goblin Dynamo's second ability was incorrectly costed as {X}, instead of {X}{R}.  Implemented the correct cost.
2015-12-05 08:52:01 -06:00
LevelX2
dd50521887 * Grasp of Fate - Fixed that only the first target was exiled. 2015-12-04 19:11:34 +01:00
LevelX2
74d2ff0316 * Perplexing Chimera - Fixed that the control effect was not discarded as Perplexing Chimera changed zone. 2015-12-04 19:00:10 +01:00
fireshoes
60fe45dcf4 Merge origin/master 2015-12-04 10:13:41 -06:00
fireshoes
86903f9efb Fixed some cards with "When this becomes blocked, it gets +x/+x for each creature blocking it" so that it is one trigger instead of a trigger for each creature blocking. 2015-12-04 10:12:15 -06:00
LoneFox
04e2282e82 Extract RecruiterEffect from Goblin Recruiter to its own file. Implement cards: Dwarven Recruiter and Scouting Trek 2015-12-04 12:58:59 +02:00
LoneFox
45b1d2ea57 Implement cards: Dwarven Bloodboiler, Dwarven Nomad, Dwarven Warriors, and Liberated Dwarf 2015-12-04 12:15:46 +02:00
LevelX2
ac19cfe379 Some changes to token expansion set calculation. 2015-12-04 08:24:18 +01:00
fireshoes
257092dc34 Merge origin/master 2015-12-04 01:19:41 -06:00
fireshoes
4a9bbef535 Added some HML, FEM, and other cards. 2015-12-04 01:18:46 -06:00
emerald000
3dcdd7f046 Removed obsolete Zone parameter in CardsImpl constructors. 2015-12-04 00:34:10 -05:00
LevelX2
65f4b4c2d7 * Homura, Human Ascendant - Fixed return flipped ability. Fixed that some of the Enchantment abilities were applied to all permanents instad of only creatures. 2015-12-04 00:44:04 +01:00
fireshoes
e5b4790d20 Merge origin/master 2015-12-03 16:27:30 -06:00
fireshoes
7abd1133e6 Added numerous cards, mostly from PO2 and PO3. Fixed that Suture Priest's first ability wasn't optional. Updated Adam Styborski's Pauper Cube. 2015-12-03 16:26:29 -06:00
LevelX2
0af5ed4e7b * Chandra's Phoenix - Fixed check for source object doing damage to opponents. 2015-12-03 16:36:30 +01:00
LoneFox
d28e52a0fa Implement cards: Anurid Barkripper, Aven Fogbringer, Ember Shot, and Fledgling Dragon 2015-12-03 10:26:58 +02:00
emerald000
fc719699a3 Added Forfend and Stomping Slabs. 2015-12-03 01:10:20 -05:00
LevelX2
eb1c738b37 * Moved some logic in a framework class. Fixed some problems of Whirlpool creatures. 2015-12-02 16:55:09 +01:00
fireshoes
82d9d12276 [OGW] Added Alyi, Eternal Pilgrim 2015-12-01 23:38:33 -06:00
fireshoes
af09e4afe6 Merge origin/master 2015-12-01 20:20:14 -06:00
fireshoes
d0d9731da2 Added promo sets Arena League, Super Series, APAC Lands, Euro Lands, Commander's Arsenal, Champs, and Ugin's Fate. Added some Media Insert, Judge Promo, and FNM promos.Fixed a few collector numbers to match magiccards.info. 2015-12-01 20:19:28 -06:00
emerald000
cd38f6f11c Added Nivix, Aerie of the Firemind and Traveler's Cloak. 2015-12-01 05:30:13 -05:00
fireshoes
375d307746 Added Coalition Victory, Zirilan of the Claw, and Imperial Hellkite. Fixed Helm of Kaldra condition to also check for Sword of Kaldra. 2015-11-30 19:55:45 -06:00
fireshoes
afc523b7c7 Added several coin flip cards and a few others. Fixed Spike Drone's number of counters ETB. 2015-11-30 02:25:04 -06:00
LevelX2
a427a8eaf9 Merge pull request #1397 from andyfries/master
Implemented Sunscour
2015-11-29 21:51:14 +01:00
Andy Fries
59733e38bf Merge remote-tracking branch 'upstream/master' 2015-11-29 11:20:45 -08:00
Andy Fries
d4591f8e08 implemented Sunscour 2015-11-29 11:15:13 -08:00
poixen
409e66a2e9 Removed mutable public static mana 2015-11-29 20:12:39 +01:00
Neil Gentleman
07838a2abc fix Courier's Capsule
missing tap cost on ability
2015-11-28 21:11:58 -08:00
Neil Gentleman
ef66c58570 fix Clutch of the Undercity
targets permanents, not creatures
2015-11-28 21:11:58 -08:00
Neil Gentleman
3b4af2243c fix Clockwork Gnomes
was missing activated ability
2015-11-28 21:11:58 -08:00
Neil Gentleman
bdbded367e fix Bogardan Firefiend
can only target creatures
2015-11-28 21:11:58 -08:00
Neil Gentleman
b17ad42096 fix Blistergrub
was missing swampwalk
2015-11-28 21:11:57 -08:00
Neil Gentleman
ccc020dc94 fix Blockbuster
ability was missing sacrifice cost
2015-11-28 21:11:57 -08:00
Neil Gentleman
d857a2393f fix Bloodcrazed Hoplite
should only be able to remove counters from opponent's creatures
2015-11-28 21:11:57 -08:00
Neil Gentleman
7996d02b1a add Accelerated Mutation, Torrent of Fire, et al.
using new HighestConvertedManaCostValue
2015-11-28 21:11:56 -08:00
Neil Gentleman
bfb428b13a always use log4j
removed all references to mage.util.Logging, java.util.logging

transient static doesn't mean anything, since static fields are never
included in serialization
2015-11-28 21:11:25 -08:00
LevelX2
732d0f86a1 * Coldsteel Heart - Fixed tooltip rule text. 2015-11-28 12:17:24 +01:00
LevelX2
9324853c8d * Scrambleverse - Fixed that only players in range can get control of the permanets and added missing untap action. 2015-11-28 09:51:59 +01:00
LevelX2
5a2febc385 * Dromoka's Command - Fixed that the first mode could target Dromoka's Command itself. 2015-11-27 16:31:46 +01:00
Quercitron
a71e94fabc Add Glacial Crevasses, Sunstone cards 2015-11-27 03:29:04 +03:00
LevelX2
123afcb44c * Some minor tooltip rule text fixes. 2015-11-26 22:57:42 +01:00
LevelX2
a8f855608e Merge origin/master 2015-11-26 17:07:43 +01:00
LevelX2
eb6a5e7dcb * Some rework of play card effects. 2015-11-26 17:06:50 +01:00
LevelX2
3a3aa17552 Merge pull request #1390 from LoneFox78/master
Random cards
2015-11-26 14:44:05 +01:00
LoneFox
05e77898fd Implement cards: Boneknitter, Embalmed Brawler, Putrid Raptor, and Zombie Brute 2015-11-26 14:44:15 +02:00
LoneFox
60579bfc79 Implement cards: Battlewise Aven, Icatian Lieutenant, Silkenfist Fighter, and Silkenfist Order 2015-11-26 12:51:57 +02:00