Commit graph

6580 commits

Author SHA1 Message Date
LevelX2
b83634605c * Game log - Added sacrifice message, added some information to the log of combat. 2013-10-14 07:51:33 +02:00
LevelX2
f07d003bc3 * Stuffy Doll - Fixed that the damage effect won't be applied, if the player has already lost (FFA). 2013-10-14 07:50:09 +02:00
LevelX2
07af4000c5 * Kami of the Painted Road - Added text for color choose action. 2013-10-13 17:47:54 +02:00
LevelX2
7ded7f0e36 * Fixed a bug of mass destruction class (DestroyAllEffect) that the no regeneration option was not applied (concerns ~50 cards). 2013-10-13 17:47:17 +02:00
LevelX2
a751028f19 * Commander format - Added missing blank to commander damage game log message. 2013-10-13 15:13:59 +02:00
LevelX2
5de630d9b5 Soulblast - Fixed that if also works if target is a creature. 2013-10-13 11:02:48 +02:00
LevelX2
204689c19d * Game log - Changed that {this} will be replaced by object name. 2013-10-13 11:02:02 +02:00
LevelX2
c0ade21efe * Rampart Crawler, Juggernaut - Fixed can't be blocked by walls ability. 2013-10-13 11:01:26 +02:00
LevelX2
60336cbc4b * Fixed possible NPE (fixes #358). Added game log info about sacrificed permanents. 2013-10-13 11:00:28 +02:00
LevelX2
b005e7b03f * Deck generator - Fixed a bug that during the generation cards with multiple colored mana symbols of the same color were unintended rated higher. So all generated decks tend to include more or nearly only cards with double or tripple colored mana symbols ignoring all other cards. 2013-10-13 01:59:11 +02:00
LevelX2
61099a5d7d [CHK] Added Soulblast. 2013-10-12 23:55:44 +02:00
LevelX2
43da29da44 Fixed two possible NPE. 2013-10-12 22:57:44 +02:00
LevelX2
a2f1d08474 * removed some test debug messages. 2013-10-12 17:21:20 +02:00
LevelX2
d6c1075125 * Release Mage 1.1.0 final 2013-10-12 11:22:06 +02:00
LevelX2
dabcc50fb6 * Game log - Fixed a possible NPE of log of triggered abilities. 2013-10-12 10:12:10 +02:00
LevelX2
7f96cd685e * Game log - Added info about resolving triggered abilities. 2013-10-12 02:06:00 +02:00
LevelX2
3533c30591 * Devouring Rage - Fixed that it was not possible to sacrifice 0 spirits. 2013-10-12 02:05:18 +02:00
LevelX2
7a3552433e * Student of Elements - Fixed possible null pointer exception. 2013-10-12 02:04:39 +02:00
LevelX2
0655382c2a [ODY] Added Bomb Squad and Bearscape. 2013-10-12 02:04:08 +02:00
Jeff
66e8c22b32 - Added Needle Specter, Nightmare Incursion, and Soot Imp. 2013-10-11 16:49:20 -05:00
Jeff
a80c072143 - Added Crumbling Ashes, Merrow Bonegnawer, and Necroskitter. Little fix Enfeeblement and ExileFromZoneTargetEffect. 2013-10-11 13:46:15 -05:00
cbt33
09f59982d9 Create GhastlyDemise.java
Problem here with tooltip and prompt.
2013-10-10 21:43:20 -04:00
cbt33
0d39a19f88 Create RottingGiant.java
same deal here as with Decaying Soil
2013-10-10 21:42:10 -04:00
cbt33
0d5e3649ba Create DecayingSoil.java
This one wasn't requiring a sacrifice target but i think with target.setRequired(true) it should
2013-10-10 21:41:33 -04:00
cbt33
cfb9848322 Create TaintedPact.java
the duplicate card exiled part works, putting into hand is untested
2013-10-10 21:37:41 -04:00
cbt33
1397787ea8 Create ZombieAssassin.java 2013-10-10 21:36:33 -04:00
cbt33
a5438e59cd Create MoltenInfluence.java
Works but rules text does not show
2013-10-10 21:35:19 -04:00
cbt33
be24e12a89 Create CabalPatriarch.java 2013-10-10 21:33:45 -04:00
cbt33
7cb450373d Create PriceOfGlory.java
Works but doesn't prompt when lands are sacrificed
2013-10-10 21:31:53 -04:00
cbt33
7431b41607 Create MagmaVein.java
tooltip may or may not be correct
2013-10-10 21:22:37 -04:00
cbt33
bcf9714cd9 Create CausticTar.java
Works but effect says "Enchanted creature has" because of the string builder for GainAbilityAttachedEffect().
2013-10-10 21:20:07 -04:00
cbt33
2338297a87 Create PardicSwordsmith.java 2013-10-10 21:18:20 -04:00
cbt33
419a81a687 Create Mudhole.java 2013-10-10 21:16:41 -04:00
cbt33
31c085dd57 Create MinotaurExplorer.java 2013-10-10 21:15:49 -04:00
cbt33
1e2f5cf9d2 Create KamahlsDesire.java 2013-10-10 21:14:41 -04:00
cbt33
9c7e7303b0 Create FreneticOgre.java 2013-10-10 21:12:33 -04:00
cbt33
af56495ae9 Create Firebolt.java 2013-10-10 21:11:01 -04:00
cbt33
38b00cbf09 Create EngulfingFlames.java 2013-10-10 21:10:12 -04:00
cbt33
332e441dc1 Create DwarvenStrikeForce.java 2013-10-10 21:09:04 -04:00
cbt33
b9a5132775 Delete BlazingSalvo.java 2013-10-10 21:07:26 -04:00
cbt33
bdf00d8a4d Create BlazingSalvo.java 2013-10-10 21:06:54 -04:00
cbt33
3cf4f904fc Create Tombfire.java 2013-10-10 21:04:53 -04:00
cbt33
b209d71ecb Create NeedForSpeed.java 2013-10-10 21:03:51 -04:00
cbt33
5a65e729c2 Merge pull request #1 from magefree/master
update my cloned repo
2013-10-10 18:00:48 -07:00
LevelX2
b18e6320e8 Added Trough the Breaches and Tide of War. 2013-10-11 00:38:38 +02:00
LevelX2
396d244b6f Added Sideswipe. 2013-10-10 17:00:17 +02:00
LevelX2
4513c7f7c3 Created a ConstrucedEliminationTournament (only the server plugin yet). 2013-10-10 16:19:30 +02:00
LevelX2
ea6f0a3df3 Some minor fixes to Idle Thoughts. 2013-10-10 14:23:06 +02:00
LevelX2
93a1597e5d Minor fixes to Dream Thief and Indigo Faerie. 2013-10-10 13:31:04 +02:00
LevelX2
6388c939ee Some minor fixes to Idle Thoughts, Kithkin Zealot, Hallowed Burial, Endless Horizon. 2013-10-10 08:13:30 +02:00