Commit Graph

31206 Commits

Author SHA1 Message Date
Hanmac
99a69107ba Game: add getLastStateBattlefield it does store the cards which where on the battlefield for a given moment 2016-08-09 14:24:06 +00:00
Hanmac
5d322f1bd7 TriggerReplacementBase: add getActiveZone to make it visible 2016-08-09 14:21:51 +00:00
Hanmac
27b5eb2103 SpellAbilityStackInstance: don't save SVars for wrapped abilities 2016-08-09 14:12:35 +00:00
Hanmac
4e37501912 SpellAbility & WrappedAbility: overwride getSVar for WrappedAbility to access it later 2016-08-09 10:03:40 +00:00
Hanmac
577784040b Zone: add getLKICopy to get a copy of that zone 2016-08-09 09:58:05 +00:00
Hanmac
2567ed40fe KeywordWithAmount: fixed adding extra to string 2016-08-09 09:57:03 +00:00
Sol
3bb913b4fc - Fixed issue with single set Fantasy Blocks 2016-08-09 02:06:36 +00:00
Hanmac
088879bdd0 ComputerUtil: scoreHand, prevent crash on zero lands deck 2016-08-08 12:21:22 +00:00
Hanmac
b0f357d0e8 Pillar Tombs of Aku: add card now with AI 2016-08-08 11:11:35 +00:00
Hanmac
59232efe17 ComputerUtil: add logic into choosePermanentsToSacrifice for Pillar Tombs of Aku 2016-08-08 11:08:59 +00:00
Hanmac
ce3a7800fa Volcanic Offering: now works, but might a bit more AI logic 2016-08-08 08:01:32 +00:00
Hanmac
a3c57c2f4b DamageDealAi: fixed for the AI is not the activator of the damage spell
might need some more AILogic.
2016-08-08 07:59:02 +00:00
Hanmac
e52b6c065a CardFactory: fixed RollPlanarDice with unorthodox way 2016-08-07 15:43:12 +00:00
Hanmac
ca5a592739 Kilnspire District: add card, now working as it should 2016-08-07 15:04:11 +00:00
Hanmac
1a7e80921c HumanPlay: forgot one for exiledList 2016-08-07 15:02:54 +00:00
Hanmac
3c823ffa4a CardFactory: use PlanarDiceCostX because it does colide with other cards 2016-08-07 15:00:23 +00:00
Hanmac
1af0477d1d Spell: remove unused Includes 2016-08-07 10:21:09 +00:00
Hanmac
781150c5cd Spell: Bestow only with Flash if the Aura Part has Flash instead of only the Creature 2016-08-07 10:20:13 +00:00
Hanmac
3119deefa2 Spell: apply special ruling that you can cast a Bestow spell if you can cast an Aura for Flash 2016-08-07 09:27:04 +00:00
Hanmac
d1b04f0aec Ib Halfheart, Goblin Tactician: fixed card, it used the wrong trigger 2016-08-06 19:15:17 +00:00
Hanmac
cfcdd37b4a Quicksilver Elemental: add new card 2016-08-06 17:34:30 +00:00
Hanmac
37ce4cafe7 HumanPlaySpellAbility: add ManaConvert Keyword to have the colors be converted for ActivatedAbilities
that should make Quicksilver Elemental possible.
2016-08-06 17:34:10 +00:00
Hanmac
34222fca62 StaticAbility: add IsPresent Parameters 2016-08-06 16:51:12 +00:00
swordshine
22350672e4 - A guick fix forRakshasa Vizier 2016-08-06 15:19:59 +00:00
Agetian
85425249c1 - A little more generic solution for ChooseType message formatting. 2016-08-06 14:34:08 +00:00
Agetian
f381875715 - Fixed a little mistype. 2016-08-06 14:28:10 +00:00
Agetian
4058c2e7a9 - Added Sultai Schemers KTK precon (now supported thanks to Rakshasa Vizier). 2016-08-06 14:13:26 +00:00
Hanmac
fa08387a93 Rakshasa Vizier: add new card, thanks to new trigger 2016-08-06 12:48:57 +00:00
Hanmac
0f18060d9f CostAdjustment: add ChangesZoneAll trigger 2016-08-06 12:27:31 +00:00
Hanmac
10adb4a042 HumanPlay: add ChangesZoneAll trigger 2016-08-06 12:22:01 +00:00
Hanmac
869bb7b09d ChangeZoneAllEffect: add ChangesZoneAll Trigger 2016-08-06 12:10:23 +00:00
Hanmac
ec4f0cf057 ChangeZoneEffect: add ChangesZoneAll Trigger 2016-08-06 12:08:36 +00:00
Hanmac
03be91aa3e TriggerChangesZoneAll: add new Trigger Type 2016-08-06 11:49:30 +00:00
Hanmac
3bcd2420ec Sidisi, Brood Tyrant: make second trigger Secondary 2016-08-06 11:36:36 +00:00
Agetian
a56bc5b01f - Fixed Mind's Dilation. 2016-08-06 05:56:51 +00:00
Hanmac
bc6723ea57 Card & CharmEffect: have the Effect generate the description with the bullets from the choices. 2016-08-05 17:17:10 +00:00
mcrawford620
504830bfde Add deck hints for Eldritch Moon 2016-08-05 05:38:23 +00:00
Hanmac
0222055e48 Permeating Mass: fixed it when its itself is a clone 2016-08-05 04:34:46 +00:00
Hanmac
fd9ed11887 CloneEffect: revert last changes with LKI, it breaks more than it has fixed 2016-08-05 04:33:00 +00:00
Hanmac
c9139e2771 TriggerDamageDone: use LKI copy for DamageSource 2016-08-05 04:26:24 +00:00
Hanmac
9f98cc40c3 revert 31631: it does make problems with WrappedAbility 2016-08-05 04:25:27 +00:00
Hanmac
0aefa3751f CloneEffect: use getChangeZoneLKIInfo if the clone source is not on the battlefield anymore
that should fix Permeating Mass
2016-08-05 03:45:01 +00:00
Hanmac
44e3a7e126 CardUtil: LKICopy now does copy the Cloner State too 2016-08-05 03:43:30 +00:00
Sloth
07677f98cc - Improved AI predicting the effect of Castle when attacking. 2016-08-04 14:28:28 +00:00
Hanmac
be9f6c8ef2 ComputerUtil: fixed chooseSomeType
PlayerControllerAi & MessageUtil: fixed output for chooseType
2016-08-04 13:49:12 +00:00
excessum
c802512ffd - Fixed bug with AI responding wrongly with pumps against exile effects 2016-08-04 12:43:07 +00:00
Hanmac
987af3d0fd ZoneExchangeAi: AI should also not activate it if it does not own the first card 2016-08-04 09:41:53 +00:00
Hanmac
e3184c9a29 - Added Duel Decks: Nissa vs. Ob Nixilis 2016-08-04 09:38:28 +00:00
Hanmac
dee7b87c08 ZoneExchangeEffect: only works if you own that object
specially if you gain control of opponents Arcanum Wings
2016-08-04 09:32:34 +00:00
swordshine
5e145c0cfa - Added From the Vault: Lore 2016-08-04 09:02:38 +00:00