Commit graph

13620 commits

Author SHA1 Message Date
LoneFox
049bd002f1 Implement cards: Giant Caterpillar, Leonin Battlemage, Transluminant, and Woolly Razorback 2015-11-25 10:04:13 +02:00
fireshoes
692c7d2812 Added some POR cards and a few misc cards. Fixed POR collector's numbers. 2015-11-25 01:07:43 -06:00
fireshoes
ccece7841a Added 4 Parley cards and Mage's Guile. Updated 5 cards to use LookAtTargetPlayerHandEffect. 2015-11-24 13:45:42 -06:00
LevelX2
db669f02d5 * Zada, Hedron Grinder - Fixed that the spell copy target setting did not work correctly for targets that optional allowed more than one target creature (e.g. spells with Strive). 2015-11-24 17:07:52 +01:00
LevelX2
d65b236d0a Added some tests. 2015-11-24 16:37:43 +01:00
Quercitron
0f4300c851 Add Swirling Sandstorm, Spirit of Resistance, Might of the Nephilim, Blessing of the Nephilim cards 2015-11-24 13:10:10 +03:00
LevelX2
8b3958f7d5 Merge pull request #1385 from LoneFox78/master
Some Coldsnap
2015-11-24 09:09:21 +01:00
LevelX2
8c0b615faf Merge pull request #1380 from poixen/evolveTestFix
Fixed broken evolve test
2015-11-24 09:08:22 +01:00
fireshoes
7a78c420f1 Merge origin/master 2015-11-23 23:35:36 -06:00
fireshoes
ac5c18fc0c Added 8 cards. Updated Jim Davis's Cube to current list. Added OGW spoilers to mtg-cards-data.txt 2015-11-23 23:32:18 -06:00
Neil Gentleman
0a2c41821e fix Smash
regeneration is not prevented
2015-11-23 21:26:25 -08:00
LoneFox
f28e32ba75 Implement cards: Boreal Griffin, Chilling Shade, Thermopod, and Wilderness Elemental 2015-11-23 18:14:45 +02:00
LoneFox
ca820be4d7 Implement cards: Adarkar Windform, Forst Raptor, Ohran Yeti, and Rimebound Dead 2015-11-23 17:17:34 +02:00
LoneFox
bc91855001 Implement cards: Boreal Centaur, Chill to the Bone, Diamond Faerie, and Phyrexian Snowcrusher 2015-11-23 16:47:44 +02:00
LoneFox
6b345fb291 Snow mana symbol is {S}, not {snow} 2015-11-23 16:47:16 +02:00
LevelX2
be49cfc561 * Myriad - Fixed that wrongly also a token was created for the defending player. 2015-11-23 12:24:46 +01:00
LevelX2
bc42e48c4a * Conviction - Fixed that the activated ability had a mana costs of {U} instead of {W}. 2015-11-23 12:12:48 +01:00
Neil Gentleman
085b00499c fix Grinning Totem
the exiled card wouldn't be put in its owner's graveyard if Grinning Totem
changed zones before the delayed trigger

any cards using CardUtil.getCardExileZoneId for delayed effects are likely
broken in the same way
2015-11-22 18:40:46 -08:00
Neil Gentleman
230d1d37bd fix Grinning Totem, Thada Adel, Commune with Lava
opponent was able to cast the exiled cards

also changed Knacksaw Clique to use the same templating as Ornate Kanzashi
2015-11-22 18:40:38 -08:00
Neil Gentleman
99d33eb771 fix Erratic Explosion
wouldn't reveal any cards, since ec7c888

updated Erratic Mutation to match, but it wasn't broken
2015-11-22 18:38:26 -08:00
Neil Gentleman
f06de472a4 fix Hostility
was preventing damage to opponents regardless of source
2015-11-22 18:00:28 -08:00
Neil Gentleman
a90d0e5597 reuse shared code for picking basic land sets 2015-11-22 18:00:10 -08:00
LoneFox
4214ef94b0 Fix the text of ripple abilities 2015-11-22 20:10:39 +02:00
LoneFox
06ed29e3f6 Implement cards: Aurochs Herd, Bull Aurochs, Surging AEther, and Surging Might 2015-11-22 20:05:57 +02:00
LoneFox
de0db13693 Implement cards: Gristle Grinner, Gutless Ghoul, Lightning Serpent, and Surging Flame 2015-11-22 18:01:06 +02:00
LoneFox
3e95c36630 Implement cards: Drelnoch, Kjeldoran Outrider, Simian Brawler, and Surging Sentinels 2015-11-22 17:23:31 +02:00
LevelX2
05dd1daee6 * Added some information to the player tooltip in game (expericence counters, deck hash code, # of wins). 2015-11-22 11:07:48 +01:00
LevelX2
975105fc4f * Sandstone Oracle - Fixed rule spelling. 2015-11-22 11:07:11 +01:00
Neil Gentleman
702be67453 correct some dodgy sample deck names 2015-11-21 22:36:07 -08:00
Neil Gentleman
3540eaada4 fix some set boosters
- Masters Edition II & IV don't have basics, they used ME1 lands
   when drafting
 - Fate Reforged does have basics, they just didn't show up in boosters
 - Journey Into Nyx boosters have a basic land slot
 - Unlimited boosters do not
 - Portal Three Kingdoms boosters are only 10 cards
 - Starter 1999 boosters have two basic lands
2015-11-21 18:36:46 -08:00
Neil Gentleman
038d02e8d7 add test for non-standard booster generation 2015-11-21 18:35:10 -08:00
LevelX2
96bc3172f5 * Fixed a problem of returning cards from exile (e.g. Fiend Hunter) if the triggering permanent made multiple zone changes before the left battlefield triggered ability resolved to return the exiled permanents. 2015-11-21 23:41:41 +01:00
LevelX2
b84a315780 [C15] Fixed not correct working Commander 2015 decklists. 2015-11-21 22:56:14 +01:00
LevelX2
e3d686954a Rogue's Passage - Fixed wrong collectors number of C15 card. 2015-11-21 22:54:49 +01:00
poixen
c60a5daa2d Merge pull request #1381 from poixen/fix_add
Renamed addXXX to increaseXXX
2015-11-21 12:20:49 +01:00
poixen
c8fcbca9f9 Renamed addXXX to increaseXXX
+ add implies a variable addition rather than an increment.
2015-11-21 12:20:14 +01:00
poixen
b0da2f2260 Merge pull request #1378 from poixen/mana_cleanup
Removed minus subtraction limits
2015-11-21 12:06:02 +01:00
poixen
b08dfa48db Merge branch 'fix_mana' into mana_cleanup 2015-11-21 12:04:37 +01:00
poixen
a5242ff087 resolved conflicts 2015-11-21 12:02:55 +01:00
poixen
5c6bdfceb8 Merge pull request #1379 from poixen/manasymbol
Manasymbol
2015-11-21 11:47:28 +01:00
LevelX2
0d86e8e063 Xmage 1.4.5v0 2015-11-21 10:33:43 +01:00
Quercitron
f3019d70fd * Tin Street Hooligan - Fix that ETB trigger went on the stack even if G was not spent to cast it 2015-11-21 03:22:46 +03:00
poixen
bb8137c81a Fixed broken evolve test
As mentioned in the test comments:

“* I take two Ivy Lane Denizen on to the stack and then Renegade
Krasis's Evolve
     * Ability, so resolving Renegade Krasis's Evolve Ability is first
. (Maybe
     * Ivy Lane Denizen's target is any.) When Renegade Krasis's Evolve
Ability
     * resolves, +1/+1 counter is placed on it, but doesn't triggers
Renegade
     * Krasis's second ability.”

This means that Renegade dent put a counter on Adaptive, as the ivy +1
triggers are still on the stack
2015-11-21 00:12:23 +01:00
emerald000
59fabeee20 Added missing Scion subtype. 2015-11-20 17:42:14 -05:00
poixen
f2972c5b8e Updated Phyrexian Mana
+ “A Phyrexian mana symbol represents a cost that can be paid either
with *one mana of its color* or by paying 2 life”. These symbols are
mono colored, as such I have made them so.
+ Added test cases for phyrexian mana symbols
2015-11-20 22:43:26 +01:00
poixen
6138af0ffb Added Snow Mana Test
+ Added test case for snow mana
2015-11-20 22:29:49 +01:00
poixen
09ea717ed3 Added Hybrid Mana Tests
+ Added hybrid mana test cases
2015-11-20 22:24:55 +01:00
poixen
de13fb5cba Removed redundant modifiers
+ Removed the private modifiers. They are not needed in an ENUM class.
2015-11-20 22:08:39 +01:00
poixen
f34e69308e Updated mono colored hybrid mana type
+ “107.4e. Hybrid mana symbols are also colored mana symbols.” I have
added the Type COLORED to each mono hybrid symbol
+ added tests for hybrid mana symbols
2015-11-20 22:07:24 +01:00
poixen
f6cc03ec44 Added W mana test case
Added U mana test case
Added B mana test case
Added R mana test case
Added G mana test case
2015-11-20 20:59:52 +01:00