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
Sol
389ec63ea4
- You shouldn't have to interact when Stitchers Graft trigger resolves
2016-07-15 17:56:14 +00:00
Agetian
6abdafc0d3
- Reverted r31521, not needed (already works the way it has to).
2016-07-15 17:02:00 +00:00
Hanmac
a79d066949
DelayedReveal: use empty string as default to prevent crashing
2016-07-15 16:38:10 +00:00
Hanmac
115c125886
DigEffect: add MessagePrefix for DelayedReveal, to prevent crashing
2016-07-15 16:37:07 +00:00
Agetian
a963bf41f4
- For the purpose of moving an equipment, the AI considers a creature it no longer controls as "useless" for the purpose of retaining an equipment on it.
2016-07-15 15:44:01 +00:00
Hanmac
da52430567
Foul Emissary: add Card, using "WhileKeyword$ Emerge" to check the CostStack.
2016-07-15 14:50:20 +00:00
Hanmac
86de7cd591
GameAction & TriggerSacrificed: give the TriggerSacrificed to CostPaymentStack and its peek.
...
add WhileKeyword to TriggerSacrificed, to check if a Spell with given Keyword is on CostStack (or its cost is in paying)
Currently used once for Emerge
2016-07-15 14:49:00 +00:00
Hanmac
80ffb62a4a
CostPayment & IndividualCostPaymentInstance: need access to the SpellAblity from the PaymentInstance over the CostPayment object
2016-07-15 14:45:00 +00:00
Hanmac
5ff0845311
CostPaymentStack: while not changeable, it should be Iterable to look whats inside
2016-07-15 14:42:45 +00:00
Hanmac
58e631d1d3
Nephalia Academy: add card thanks Discard fix
2016-07-15 11:17:07 +00:00
Hanmac
a06b1c8ef1
Player: DiscardToTopOfLibrary and Madness are replacement discards, that should not trigger other Replacement again
2016-07-15 11:16:24 +00:00
Hanmac
811c8ae1e8
DebuffEffect: Protection Keywords with ChosenColor are Capitalized, need to use regex for matching
2016-07-15 10:32:18 +00:00
Hanmac
8d1b533f4f
ProtectAllEffect & ProtectEffect: use updateKeywords when a Protection is added
2016-07-15 09:44:29 +00:00
Hanmac
f61cf0f929
StaticAbilityContinuous: applyContinuousAbility: use StringUtils.capitalize for ChosenColor
2016-07-15 09:40:41 +00:00
Hanmac
81a673fb79
Prototype Portal: add ExiledWithSource and add Forget Trigger
2016-07-15 08:59:03 +00:00
Hanmac
e3d84cc6ff
Panoptic Mirror: add ExiledWithSource and add Forget Trigger
2016-07-15 08:49:11 +00:00
Hanmac
58cc1b77c6
Myr Welder: add ExiledWithSource and add Forget Trigger
2016-07-15 08:47:20 +00:00
Hanmac
35742957de
Muse Vessel: use ExiledWithSource, and use ChosenCard in the Effect instead of Rememberd
2016-07-15 08:45:44 +00:00
Hanmac
8c705f301a
Moonring Mirror: use ExiledWithSource and add Forget Trigger
2016-07-15 08:43:47 +00:00
Hanmac
b905d458b4
"as though they had flash" cards: add Stack to the affected zones, otherwise the "If you cast it any time a sorcery couldn't have been cast" effects would trigger but they should not.
2016-07-15 08:24:59 +00:00
Hanmac
c1b818e813
DebuffEffect: improved the removing of Protection, while something has protection from all colors or some special wording like Spectra Ward
2016-07-15 08:20:10 +00:00
swordshine
91cb47a64d
- EMN: Added missing Falkenrath Reaver
2016-07-15 00:53:46 +00:00
Hanmac
d6078b1127
Nahiri's Wrath: need to Announce first, then Target, then Discard
2016-07-14 20:36:43 +00:00
Hanmac
52fe3baeb3
Soul Separator: fixed token image to use "x_y"
2016-07-14 20:16:29 +00:00