Commit graph

13348 commits

Author SHA1 Message Date
LevelX2
d3000da3a3 * Void Winnower - Fixed that the check for even casting costs did not work correctly. 2015-11-14 11:14:50 +01:00
LevelX2
50b5602459 * Conflagrate - Fixed that the damage amount could be calulated if cast by flashback. 2015-11-14 10:01:13 +01:00
LevelX2
1335d58e77 * Collapsing Borders - Fixed that it did not give life to players. 2015-11-14 02:33:24 +01:00
LevelX2
11d671d255 * Serrated Arrows - Fixed that it came onto battlefield with 4 instead of correctly 3 arrowhead counters. 2015-11-14 02:31:47 +01:00
LevelX2
aa9290276d [C15] Added Centaur Vinecrasher. 2015-11-14 02:12:10 +01:00
LevelX2
4711e0cf99 Changed ability handling of modal spells to be able to select the same mode multiple times with different targets. 2015-11-14 01:56:56 +01:00
fireshoes
b18cae5100 Legendary Cube - fixed formatting of split card names 2015-11-12 22:18:10 -06:00
Quercitron
a092f965fa Add tokens.mtg.onl token images source 2015-11-13 02:54:22 +03:00
emerald000
7fff8a1caf Merge branch 'master' of https://github.com/magefree/mage 2015-11-12 04:05:17 -05:00
LevelX2
ae3640557a Merge pull request #1361 from nigelzor/vanguard
add Momir Basic game type
2015-11-12 04:00:27 -05:00
LevelX2
4d1c4d64e9 Merge pull request #1361 from nigelzor/vanguard
add Momir Basic game type
2015-11-12 09:22:52 +01:00
emerald000
02b19424c2 [C15] Added Command Beacon and Seal of the Guildpact. 2015-11-11 20:15:10 -05:00
LevelX2
f295e565f4 Merge pull request #1360 from LoneFox78/master
Random cards and fixes
2015-11-11 22:42:11 +01:00
Neil Gentleman
c5ecb26289 Momir: lookup token at activation
loading all the cards at game start is quite slow
2015-11-11 12:55:49 -08:00
Neil Gentleman
cda5a06a6c fix sorcery-speed LimitedTimesPerTurnActivatedAbility
calling super.canActivate() from inside activate() will always fail,
because the stack is no longer empty
2015-11-11 12:31:42 -08:00
Neil Gentleman
02a6780766 add Momir Basic game type
- re-using Emblems as Vanguard cards; should probably give them their own
  CommandObject class
- setting the timing on the Momir ability to TimingRule.SORCERY causes the
  ability not to activate (?), so I've left it at INSTANT for now
- need to add a new card image source for vanguard cards
2015-11-11 12:31:30 -08:00
LoneFox
38ea922ea9 Kill some unnecessary custom effects 2015-11-11 11:07:13 +02:00
emerald000
abd90acbf2 [C15] Added Grave Peril and Reins of Power. 2015-11-11 04:01:48 -05:00
Neil Gentleman
c25e45095e remove Mage.Theme.Plugin module
it has been a included in Mage.Client since 8ac58cfc
2015-11-11 00:31:31 -08:00
LoneFox
70f77b858e Rename BecomesTappedCreatureControlledTriggeredAbility -> BecomesTappedTriggeredAbility and generalize it to allow all kinds of permanent fiilters instead of just controlled creatures. Implement cards: Lifeblood and Lifetap 2015-11-11 10:18:49 +02:00
LoneFox
f133854db1 Rename BecomesTappedTriggeredAbility -> BecomesTappedSourceTriggeredAbility 2015-11-11 09:49:25 +02:00
LoneFox
bddb9999aa Implement cards: Aliban's Tower, Folk of An-Havva, Leaping Lizard, and Reef Pirates 2015-11-10 23:46:46 +02:00
LoneFox
f631f74faf Fix Active Volcano to be able to target a nonland Island if such thing happens to be around. Implement cards: Cleanse, Flash Flood, and Spinal Villain 2015-11-10 22:03:40 +02:00
LoneFox
2c23d23566 Fix PlayWithTheTopCardRevealedEffect's text. Implement cards: Field of Dreams and Wizened Snitches 2015-11-10 21:11:11 +02:00
LoneFox
c33e7ad59b Add support for selecting the counter type during resolution to RemoveCounterTargetEffect. Use it for existing cards. Fix some tooltip text issues with the effect. Implement cards: Ferropede and Spinal Parasite 2015-11-10 20:35:48 +02:00
LoneFox
6830b9c903 Implement cards: Acorn Catapult, Lunar Avenger, Plunder, and Storm Spirit 2015-11-10 12:07:29 +02:00
Neil Gentleman
ce3a70d3cf Jorael, Empress of Beasts: fix ability
needs to be a Predicate<Permanent>, not Predicate<Player>
2015-11-09 21:26:15 -08:00
Neil Gentleman
616d1e556a Nephalia Smuggler: ability can't target self 2015-11-09 21:26:15 -08:00
fireshoes
6a86a19408 [C15] ImplementedFiery, Mystic, Verdant, and Wretched Confluences. Added Legendary Cube. 2015-11-09 14:09:39 -06:00
LevelX2
932b454595 * Myriad - Fixed handling of source object determination. 2015-11-09 14:25:42 +01:00
Neil Gentleman
deb4608c00 Don't try to play null audio
a message is already logged when loadClip fails; this avoids showing an error
dialog over and over afterwards.
2015-11-08 22:32:43 -08:00
Neil Gentleman
a1c46da5f2 make clean_dbs.sh executable 2015-11-08 22:32:42 -08:00
Neil Gentleman
eda5d1a1ef BoostSourceEffect: format X like BoostTargetEffect
primarily to fix Chameleon Colossus and friends, but also updated
Terra Ravager's ability to match the corrected format, and now
both Source and Target support -X, for Death's Shadow.
2015-11-08 22:14:15 -08:00
Neil Gentleman
7830dc1098 Tarox Bladewing, Chameleon Colossus: remove custom effect
now using the same template as Yew Spirit, Feral Animist
2015-11-08 22:14:15 -08:00
Neil Gentleman
a0ed2c2cdb Desolation Angel: remove custom effect
now using the same template as Desolation Giant
2015-11-08 22:14:15 -08:00
LevelX2
64fb7fba76 [C15] Added Righteous Confluence (selecting targeted modes multiple times does not work correctly yet). 2015-11-08 20:08:02 +01:00
LevelX2
431d0005f2 Updated modes to handle selection of modes multiple times (not working yet if targets included). 2015-11-08 20:07:02 +01:00
Quercitron
9b29cd042f Move updateExpansionSetCode from CreateTokenEffect.apply to Token.putOntoBattlefield 2015-11-08 20:16:47 +03:00
Quercitron
e23fc13db0 Fix pictures for some tokens from recent sets 2015-11-08 20:16:47 +03:00
fireshoes
8caf33cdf0 [C15] Implemented Broodbirth Viper, Banshee of the Dread Choir, and Blade of Selves. 2015-11-08 11:01:01 -06:00
LevelX2
5592b8f868 [C15] Added Caller of the Pack, Herald of the Host, Warchief Giant. 2015-11-08 11:52:25 +01:00
LevelX2
6f2d3a18c0 [C15] Added Myriad keyword. 2015-11-08 11:51:36 +01:00
LevelX2
7572c756c4 * PlanarGate, Mana Matrix, StoneCalendar - Fixed not correctly working spell cost reduction. 2015-11-08 09:57:35 +01:00
LevelX2
d310276be1 * Jhoira's Toolbox - Fixed that the activated ability was missing. 2015-11-08 09:18:11 +01:00
LevelX2
1aea4b3b36 * Ior Ruin Expedition - Fixed that the sacrifice effect let you draw 3 instead of 2 cards. 2015-11-08 09:15:54 +01:00
fireshoes
4de4caad26 [C15] Implemented Shielded by Faith, Grasp of Fate, Arachnogenesis, and Great Oak Guardian. 2015-11-07 21:18:21 -06:00
LevelX2
82d3d52e61 * Scaleguard Sentinels - Fixed that the +1/+1 was not put on Scaleguard Sentinels if Dragon card was revealed. 2015-11-07 21:39:24 +01:00
LevelX2
43ebe000f0 * Pia and Kiran Nalaar and Whirler Rogue - Fixed rule text. 2015-11-07 21:30:02 +01:00
LevelX2
5702c694a9 * Fixed that the corresponding token image was not always set correctly. 2015-11-07 21:23:22 +01:00
LevelX2
f3e8a93316 * Renegade Krasis - Fixed that check if Renegade Krasis was evolved did not always work correctly. 2015-11-07 21:21:03 +01:00