Commit Graph

30356 Commits

Author SHA1 Message Date
Hanmac
da4cb7c716 ItemListView: return empty string instead of null to prevent the Tooltip from crashing 2016-07-19 06:32:47 +00:00
Hanmac
49b00ca650 GameAction: don't clear ExiledWith when card is moved to Stack. (because it can't know if the spell was canceled) 2016-07-19 06:31:27 +00:00
Hanmac
9ca43bcb17 PlayEffect should only forget if the cast was successful 2016-07-19 06:29:37 +00:00
Hanmac
49c8b987e5 HumanPlay.playSpellAbility now returns boolean if the spell was cast successful. (and returns false on rollback) 2016-07-19 06:28:19 +00:00
Sol
7661e44e2b - Kaalia of the Vast has a defined Defender 2016-07-18 21:56:42 +00:00
Hanmac
2ff3d1be86 Remorseless Punishment: add Card, fixed AI logic to make this card usable 2016-07-18 14:33:04 +00:00
Hanmac
a1b3199251 ComputerUtilCost: turn "LifeLE2" into a more generic "LifeLE", also fixed checkSacrificeCost using wrong split separator 2016-07-18 13:01:00 +00:00
Agetian
d8eba36dcb - A simpler fix for Kaho, Minamo Historian that does not need an extra parameter in AB Play. 2016-07-18 12:54:51 +00:00
Agetian
2ce131f7bb - Added ForgetTargetRemembered to AB Play which removes only one (target) remembered card instead of clearing the entire remembered list.
- Fixed Kaho, Minamo Historian by making it forget cards one by one as they are played.
2016-07-18 10:54:46 +00:00
Agetian
90cdfd9774 - Removed extra newlines from Nephalia Academy. 2016-07-18 08:47:49 +00:00
Agetian
41453c0f85 - Fixed Nephalia Academy oracle text. 2016-07-18 08:43:21 +00:00
Agetian
93b404e8f6 - Added an override mechanism to allow the game to correctly detect "large small" sets that have over 200 cards in them but that are treated as the small set of the block, e.g. Eldritch Moon.
- Fixes SOI and EMN/SOI booster draft generation in quest draft tournaments,
2016-07-18 08:40:52 +00:00
Hanmac
649c715346 Street Savvy: add card, thanks to new Keyword in CombatUtil 2016-07-18 07:55:42 +00:00
Hanmac
ec762d652f CombatUtil: add "CARDNAME can block creatures with landwalk abilities as though they didn't have those abilities."
ts not a global deactivating, but a local one.
2016-07-18 07:52:09 +00:00
Hanmac
fc046a582d ReplacementHandler: do FaceDown check for Necropotence 2016-07-18 05:08:08 +00:00
Agetian
8db93d3255 - Fixed Vexing Scuttler trigger description. 2016-07-18 04:03:55 +00:00
Agetian
8badfc4da0 - Added Weapons and Wards EMN precon (supported now with the addition of Slayer's Cleaver). 2016-07-18 03:55:08 +00:00
drdev
5776a75ec5 Support completing quest draft 2016-07-17 23:00:50 +00:00
drdev
ed23ac3b15 Support leaving tournament 2016-07-17 21:33:34 +00:00
drdev
e06db51295 Support editing existing quest draft decks 2016-07-17 20:31:46 +00:00
Hanmac
3627e9d3fb Slayer's Cleaver: add Card, using MustBeBlockedBy 2016-07-17 20:14:12 +00:00
Hanmac
96d1c1c6db CombatUtil: add MustBeBlockedBy for Slayer's Cleaver 2016-07-17 20:12:40 +00:00
drdev
0cfa184d62 Support laying out tournament screen when preparing deck 2016-07-17 19:57:36 +00:00
drdev
4ecb5e17fa Fix compile warnings 2016-07-17 18:41:00 +00:00
Agetian
d10d59a980 - A minor formatting tweak. 2016-07-17 15:53:58 +00:00
Agetian
ec9a5e2566 - Prompt if the player wants to change anything about the order of simultaneous abilities that was chosen previously. 2016-07-17 15:45:07 +00:00
Agetian
2e947ce860 - Added Unearthed Secrets SOI precon (now supported with the addition of Briarbridge Patrol). 2016-07-17 14:49:04 +00:00
Sloth
9705a44de3 - Updated some SVars on EMN cards (n-s). 2016-07-17 13:53:05 +00:00
Hanmac
7a5ab58e79 Briarbridge Patrol: add Card, using OncePerEffect for Damage, and SacrificedThisTurn for Clue 2016-07-17 12:45:07 +00:00
Hanmac
87f47dc570 CardFactoryUtil: add SacrificedThisTurn to be used with Count 2016-07-17 12:42:45 +00:00
Hanmac
60f53fb369 GameAction & Player: move the Sacrifice Trigger to Player and add SacrificedThisTurn to keep track of what was sacrificed. 2016-07-17 12:34:21 +00:00
Hanmac
d0755c4cba TriggerDamageDone: add OncePerEffect 2016-07-17 12:30:13 +00:00
Sloth
4e2d746788 - Updated some SVars on EMN cards (e-m). 2016-07-17 11:34:52 +00:00
Hanmac
0fb4e2063f LifeSetAI: Reverse the Sands does crash it, so prevent the AI from thinking about it 2016-07-17 09:25:09 +00:00
Sloth
689f5ca692 - Updated some SVars on EMN cards (a-d). 2016-07-17 08:39:59 +00:00
Agetian
33ec616f42 - Fixed image URL for Ruthless Disposal. 2016-07-17 04:15:11 +00:00
Krazy
6d9a7146b3 [maven-release-plugin] prepare for next development iteration 2016-07-17 00:57:42 +00:00
Krazy
a4ab46bc8c [maven-release-plugin] prepare release forge-1.5.54 forge-1.5.54 2016-07-17 00:57:30 +00:00
Krazy
89bf8884cd Update CHANGES.txt for release 2016-07-17 00:53:24 +00:00
Hanmac
0c0ed397e0 AbilityUtils: the Helper should only replace it if card has this variable, otherwise it might be false positives 2016-07-16 11:08:02 +00:00
Hanmac
f7cc29aaa0 AbilityUtils: using ImmutableList for the comperators 2016-07-16 10:56:33 +00:00
Sloth
50377bbe9d - Added the quest opponent She-Hulk 2. 2016-07-16 08:28:16 +00:00
Agetian
953ee7ec54 - Fixed Stitcher's Graft 2016-07-16 06:30:30 +00:00
Agetian
3fcd74d1c3 - Fixed Otherworldly Outburst. 2016-07-16 05:44:03 +00:00
Hanmac
f26ed7a65e Eldritch Evolution: updated Description 2016-07-16 04:40:57 +00:00
Hanmac
6ee50faf8e AbilityUtils: if filtering a ListByType check for other Compare like LT, LE, GT, GE too
it does optimize the calculating
2016-07-16 04:37:53 +00:00
Hanmac
c44876d1e0 Card: hasProperty cmc uses AbilityUtils.calculateAmount to get the compared value 2016-07-16 04:29:43 +00:00
Krazy
35d069eca8 Add booster box and fat pack image URLs 2016-07-16 00:02:14 +00:00
Sol
976ba4bbe5 Fix description of Enlightened Maniac 2016-07-15 20:32:58 +00:00
Hanmac
6873e57bbe - You shouldn't have to interact when Parasitic Implant trigger resolves 2016-07-15 19:14:21 +00:00