Agetian
2abc34a93e
- Condition simplification.
2017-07-18 10:12:50 +00:00
Agetian
e7359573f2
- A more appropriate fix for BoosterGenerator and newer sets (takes into accounts sets like SOI/EMN).
2017-07-18 10:09:19 +00:00
Agetian
4498602d8b
- Fixed the foil rarity patch breaking Booster Draft mode.
2017-07-18 09:45:58 +00:00
Agetian
9315e6ca5c
- PlayAi: the mandatory parameter was not correctly propagated in chooseSingleCard, thus making the AI bail on certain mandatory spells (e.g. suspended Ancestral Vision).
2017-07-18 04:33:29 +00:00
Agetian
d071c091fd
- Put the NPE guard back in.
2017-07-18 03:59:14 +00:00
Agetian
a94d8ac86b
- Looks like specific exception for Card objects is not necessary when displaying Remembered objects since Card.toString is already routed through CardView.toString when appropriate.
2017-07-18 03:54:08 +00:00
Agetian
bbe04e61ea
- Simplified the code for displaying the Remembered cards. Already takes care of face-down cards (only shows their hidden ID, not their ordinary ID), and does it in a better way, displaying the hidden ID so that it's possible to track effects of cards such as Windbrisk Heights to their remembered face-down card in exile.
2017-07-18 03:29:42 +00:00
Hanmac
45a262780c
GameAction: reset manifested cards back to normal if they are prevented
2017-07-17 20:31:27 +00:00
Agetian
47566b3fef
- Do not update the view on ManifestAi replacement effect check.
2017-07-17 17:21:24 +00:00
Agetian
83d0e7065a
- ManifestAi: AI should check to ensure that manifesting the card will not be prevented by something like Grafdigger's Cage.
2017-07-17 17:13:44 +00:00
Agetian
6a6108c842
- Extra limiting parameter in Resilient Khenra is no longer necessary (handled as a global rule in code post-HOU).
2017-07-17 16:36:08 +00:00
Agetian
e7d777e221
- Reformatting a comment.
2017-07-17 05:40:42 +00:00
Agetian
48cd4ab029
- Integrating the foil rarity patch by Seravy.
2017-07-17 05:07:47 +00:00
Hanmac
fdb19ebfbc
SpellAbilityAI: add checkConditions, do extra handling for ManaSpent Check there
...
also add check for when main SpellAbility condition is false but the subAbility condition is true
like for Dawnglow Infusion
2017-07-16 18:31:24 +00:00
Hanmac
3793398741
AbilityUtils: add Maxto param which does max the calculated variable to zero (X cant be below 0)
...
PumpEffect & PumpAllEffect: use the new param there
2017-07-16 15:12:35 +00:00
Hanmac
fd5f230d91
Outbreak: use SpellDescription
2017-07-16 14:58:48 +00:00
Hanmac
103ddb6f15
LifeGainAi: new Format and try to add more logic into it with using Lifegain as Damage Spell
2017-07-16 08:17:21 +00:00
Agetian
56e119a094
- Updated some card scripts with "search library and hand for any number of cards with the same name" to use LKI such that they can interact correctly with cards that change the name of the card (e.g. Eradicate on a creature equipped with Spy Kit).
2017-07-16 04:18:10 +00:00
Agetian
e85975a8a2
- Formatting CardPicturePanel.
2017-07-15 18:10:44 +00:00
Agetian
87a13246f1
- Integrating the "display foils when opening booster packs" patch by Seravy.
2017-07-15 18:09:02 +00:00
Agetian
04fe6659c5
- Tweaked Princess Celestia 2 quest deck.
2017-07-15 17:46:38 +00:00
Agetian
fdc2244449
- Fixed Torment of Venom.
2017-07-15 15:51:52 +00:00
Agetian
ea8a97a7c3
- Preparing Forge for Android publish 1.6.0.004 [incremental].
2017-07-15 15:17:14 +00:00
Agetian
44cafc14f0
- A more robust check in MeldAi (checks ownership of both components, ensures that source of SA is the primary meld).
2017-07-15 14:36:47 +00:00
swordshine
bf072a831f
- C17: Added 4 cards
2017-07-15 13:45:01 +00:00
Agetian
7925ef6c48
- Fixed Gideon's Defeat.
2017-07-15 10:13:23 +00:00
Agetian
b737932da5
- Removed incorrect javadoc.
2017-07-15 08:37:45 +00:00
Agetian
bddd2d2473
- A small filtering precaution.
2017-07-15 08:36:16 +00:00
Agetian
1c20a00f7c
- Updating AI support for Meld (particularly when it's an activated ability so the AI knows when to activate it).
2017-07-15 08:32:49 +00:00
Agetian
ee1c930273
- Forge-gui-mobile-dev: target Java 8
2017-07-15 04:42:31 +00:00
Agetian
bbfa486cd7
- TargetRestrictions: correctly process validTgts definitions such as Zombie.attacking for the purpose of canTgtCreature. Fixes, for instance, the AI using Accursed Horde to give indestructible to opponent's attacking zombies.
2017-07-15 04:29:27 +00:00
Agetian
6fdf895c01
- Embalmer's Tools: AI should generally use its activated ability at opponent's end of turn and before its own turn.
2017-07-15 03:52:48 +00:00
Agetian
eec43306b9
- Corrected the deck name.
2017-07-15 03:22:36 +00:00
Agetian
ca7ce6464a
- Added Plague Fort 2 opponent by Seravy to the Urza quest world.
2017-07-15 03:21:31 +00:00
Agetian
b3310db468
- Fixed an avatar in one of the Theros PConq events.
2017-07-14 19:53:36 +00:00
Agetian
507490df59
- LifeGainAi: minor formatting.
2017-07-14 16:53:08 +00:00
Agetian
3c4309d74b
- LifeGainAi: Do not use the "don't sac possible blockers" code path if the cost is "sac self" and the card is not a creature (e.g. Woodweaver's Puzzleknot).
2017-07-14 14:44:28 +00:00
Agetian
8f27ba5022
- CopyPermanentAi: do not try to activate the copy ability if there is nothing to copy when there needs to be an imprinted card (Mimic Vat).
2017-07-14 10:12:39 +00:00
Agetian
5ebf194364
- Karn Liberated must not remember exiled cards if it leaves the battlefield.
2017-07-14 09:58:09 +00:00
Agetian
ea4f8b67f2
- Unfortunately, have to revert r34731 - breaks mobile Forge (at least when running on desktop, e.g. for debugging purposes, but quite possibly on Android itself as well) and does not allow to cast anything from hand at all, making the single click on a card function as a selection (but not allowing to actually cast the spell).
2017-07-13 20:08:47 +00:00
Agetian
03f636a726
- HOU fatpack specification doesn't need a basic land info.
2017-07-13 18:53:21 +00:00
Hanmac
690dba8549
TokenEffect: make the Kalitas + Anointed Possession working
2017-07-13 17:07:20 +00:00
Hanmac
02ba6bc889
ReplaceMoved: add Cause into params for SA
2017-07-13 17:03:02 +00:00
Hanmac
d7a0e7c674
SpellAbility: add hasReplacingObject
2017-07-13 17:01:53 +00:00
Agetian
f415edeb6d
- Fixed Saving Grace.
2017-07-13 15:02:52 +00:00
Agetian
19f3e34543
- Updating some AI variables for Hour of Devastation cards.
2017-07-13 14:41:15 +00:00
Agetian
5490008e19
- Updated quest opponent download list.
2017-07-13 11:45:25 +00:00
Agetian
370ce6a344
- Adding quest opponent decks Vegeta 2 / Vegeta 3, Temur decks focused on energy, the medium one on energy-based creatures and creature token creation, the hard one on Aetherworks Marvel + Ulamog, the Ceaseless Hunger.
2017-07-13 11:45:14 +00:00
Agetian
c6f4ac2967
- Added Meddle by schnautzr.
2017-07-13 09:58:41 +00:00
Agetian
b12380a772
- Mobile Forge: allow using A as alpha strike and E as end turn (unmodified with Ctrl) when running on desktop; bound to Ctrl+A / Ctrl+E on mobile (not sure what the rationale was, but probably to avoid skipping things when typing in something from on-screen keyboard? I decided not to touch it).
...
- Added an option to disallow using Esc as a shortcut for passing until end of turn, like in desktop forge (mostly relevant when used on desktop, but could also prevent misclicking the Esc-bound button accidentally on mobile).
2017-07-13 09:43:54 +00:00