Commit Graph

24528 Commits

Author SHA1 Message Date
Agetian
09b638075c - Another MMA foil update. 2014-02-10 08:44:52 +00:00
Agetian
79a61f2e12 - Fix for the previous fix. 2014-02-10 08:38:40 +00:00
Agetian
ed39723ab6 - Fix Modern Masters definition to work correctly with foils. 2014-02-10 08:38:03 +00:00
Agetian
b22ce18572 - Fix imports. 2014-02-10 08:34:09 +00:00
Agetian
9b55d3c36b - Update the Modern Masters definition. 2014-02-10 08:33:36 +00:00
Agetian
02bb5942b3 - Get rid of a debug println. 2014-02-10 08:33:24 +00:00
Agetian
a72655fc79 - Read the foil chance in booster value from edition files as a US locale double. 2014-02-10 08:32:49 +00:00
Agetian
30fda0e7a8 - Simplify foil chance calculations, use double to represent chance. 2014-02-10 08:17:34 +00:00
Maxmtg
9957c12ff8 split Command interface - separate class for ui, and another one for game. 2014-02-10 08:11:32 +00:00
Maxmtg
bfee22e968 disbanded 'constant' class from game 2014-02-10 08:04:02 +00:00
Agetian
485aa06339 - Revert the previous representation of foil chances in booster (doesn't work the way I thought it would).
- Changed the default chance of a foil in booster to 0.2143 (21.43%) which seems to match the official 1 foil per 70 cards more closely.
2014-02-10 07:38:13 +00:00
Agetian
bd5471cb30 - A comment is not necessary here (moved elsewhere). 2014-02-10 06:56:40 +00:00
Agetian
39c83b4870 - A more intuitive way to represent foil chance in booster in edition files (1:6 instead of 1667, 1:1 instead of 10000).
- Updated Modern Masters definition file to use the new format.
2014-02-10 06:56:00 +00:00
swordshine
d32858b4c4 - Added False Dawn 2014-02-10 05:21:14 +00:00
Sol
de0348592b - Add an extra Restriction Matrix to handle Celestial Dawn for Mana Conversion
- Added Celestial Dawn
2014-02-10 03:22:19 +00:00
Maxmtg
804a8801e5 Moved ai to dedicated module, fix api dictionary 2014-02-09 21:12:26 +00:00
Maxmtg
dd34a3aa9b remove AI class from ApiType 2014-02-09 21:01:34 +00:00
Maxmtg
0f37de9627 removed another ai hook 2014-02-09 20:25:47 +00:00
Maxmtg
14a0e6e3ac by adding a bit ugly method to player controller, I've removed last isHuman check and the last reference from api executor to AI 2014-02-09 20:22:15 +00:00
Maxmtg
2f2d24eb3e move some ai-classes to right package 2014-02-09 20:15:58 +00:00
Maxmtg
06484f81f6 Separate AI decision making from SpellAbility classes 2014-02-09 20:05:05 +00:00
drdev
b3f019420f Fix so current quest deck remembered correctly 2014-02-09 19:47:33 +00:00
Agetian
2487f7ee93 - Modern Masters now correctly has a foil in every booster pack. 2014-02-09 19:38:54 +00:00
drdev
e9c4f0913d Fix so quest decks can be deleted properly 2014-02-09 19:18:57 +00:00
drdev
81c5912add Remove unused imports 2014-02-09 19:07:10 +00:00
Hellfish
767524fb57 *More overzealous rename refactoring done away with 2014-02-09 17:44:00 +00:00
Hellfish
40f7d164bf *Fix overzealous rename refactoring 2014-02-09 17:38:39 +00:00
Hellfish
1ff23dcc56 *Apparently the reintroduced TriggerReplacementBase was never added. It is now! 2014-02-09 17:33:14 +00:00
Agetian
a4e9aa6243 - Added the star icon to old-style (pre-8E) foils for authenticity. 2014-02-09 16:41:19 +00:00
Hellfish
50c40311a7 *Reintroduced TriggerReplacementBase as a specialized subclass of CardTraitBase 2014-02-09 16:03:27 +00:00
Chris
d331c87ab5 Added new card names to changes.txt. 2014-02-09 15:24:50 +00:00
Hellfish
c4e1552b8b *StaticAbility shares some functionality with Trigger and ReplacementEffect, extend their base instead of duplicating code 2014-02-09 14:42:39 +00:00
Hellfish
94783575cc *Prettied up TriggerReplacementBase 2014-02-09 14:14:08 +00:00
Hellfish
a54a0ba985 *Moved common functionality of Trigger and ReplacementEffect into base class. 2014-02-09 13:56:04 +00:00
swordshine
e9da0ec519 - Fixed Fact or Fiction 2014-02-09 11:19:54 +00:00
swordshine
8a9a13c5d7 - "enters the battlefield tapped with counters" now is a single replacement effect. 2014-02-09 10:43:27 +00:00
swordshine
85d967e5a5 - Fixed Eureka so these cards actually start with the activator when resolving 2014-02-09 10:39:48 +00:00
swordshine
453bf76d63 - Added Fearsome Temper 2014-02-09 10:36:23 +00:00
swordshine
72bb290215 - Added Contamination 2014-02-09 10:30:21 +00:00
swordshine
6230b6f28b - Converted "CARDNAME enters the battlefield tapped unless you control a" keyword to an ETBtapped replacement effect. 2014-02-09 10:28:35 +00:00
swordshine
0f5228259a - Fixed Mistbind Clique 2014-02-09 10:18:46 +00:00
Sloth
4b5bd3d619 - Added Vortex Elemental. 2014-02-09 09:10:38 +00:00
Maxmtg
1ad1714388 fix hybrids payment {2/C} 2014-02-09 07:22:08 +00:00
drdev
f10fd27869 Fix so view has focus when opening FDeckViewer 2014-02-09 06:05:56 +00:00
drdev
1f883c993b Fix so switching group by options retains all groups being collapsed
Add option to group by rarity
2014-02-09 05:30:14 +00:00
drdev
319b470acd Prevent crash when attempting to being build Draft deck immediately after ending drafting process and saving the draft 2014-02-09 05:10:51 +00:00
Agetian
e09ec6c165 - Better variable name. 2014-02-09 04:45:40 +00:00
Agetian
1fa0a2c81c - Fixed a bug in booster generator that caused the foil from a wrong print sheet to be generated for sets that did not have a foil always in common slot. 2014-02-09 04:41:54 +00:00
Sol
a8e54c5052 - Added Warping Wurm by squee1968 2014-02-09 03:39:53 +00:00
drdev
f17fa767c0 Sort draft pack by rarity then by color 2014-02-09 02:57:00 +00:00