Commit Graph

31762 Commits

Author SHA1 Message Date
Hanmac
07cb03889f SpellAbility: add helper functions to check if more Targets can be added. 2016-11-20 11:34:00 +00:00
Agetian
230bef59fa - Fixed some rarities in Commander 2016 edition file according to Indigo Dragon's list of fixes. 2016-11-20 11:19:42 +00:00
Hanmac
7a36b36835 CountersProliferateAi: use better AI logic 2016-11-20 09:23:57 +00:00
Hanmac
ab8401fadf Spell: fixed flickering of Bestow creatures.
it should not need to check if Card can be played with Bestow
if it is already on the Battlefield.
2016-11-19 17:52:03 +00:00
Hanmac
7400baf1c7 Card & Player: changed Commander Effect to work with multiple Commanders
Player: removed Leftover from Miracle
2016-11-19 16:47:09 +00:00
Hanmac
a78cd7cb54 CardFactoryUtil: moved Evolve to new Trigger Format 2016-11-19 10:52:14 +00:00
Hanmac
34017dbce4 cards: fixed Dreampod Druid 2016-11-18 20:10:29 +00:00
Hanmac
3c5eb2248b CardFactoryUtil: Miracle is a Trigger now, and make PlayAi a bit better to check if it can play it 2016-11-18 19:55:05 +00:00
Hanmac
959fd5471e CardFactoryUtil: fixed Haunt trigger 2016-11-18 19:08:09 +00:00
Sol
474fbcb8ab - Fix Damping Engine casting cost 2016-11-17 20:05:26 +00:00
Sol
1b875d94a3 - Fix PT of sinuous_vermin.txt 2016-11-17 13:25:59 +00:00
excessum
4178d0f7e3 - Fixed timing for AI self-mill
- Fixed chkAIDrawBack() for ChooseCardAi
2016-11-17 06:57:09 +00:00
Sol
09ec692374 - Revenant characteristic defining ability wasn't written appropriately. 2016-11-16 20:48:13 +00:00
Hanmac
b6465a9c6f CardFactoryUtil: move part of Unearth into ChangeZone Effect to use registerDelayedTrigger Helper 2016-11-16 16:28:17 +00:00
Hanmac
3af0976cd3 SpellAbilityEffect: make registerDelayedTrigger output better with using Lang.joinHomogenous and use intrinsic 2016-11-16 16:25:01 +00:00
Hanmac
b5f30b687f CardFactoryUtil: moved Transmute to new Format 2016-11-16 12:02:14 +00:00
Hanmac
72df8e241b cards: updated cards with DelayedTrigger 2016-11-16 09:30:30 +00:00
Hanmac
852f6b77d6 DelayedTriggerEffect: add CopyTriggeringObjects when RememberObjects does not work 2016-11-16 09:25:07 +00:00
Hanmac
ff947651f0 AbilityUtils: add helper for getDefinedPlayers, that makes DelayTriggerRememberedController and others possible 2016-11-16 08:45:01 +00:00
Hanmac
e9ddecbc8c AiController: checkETBEffects: make it better working with OverridingAbility (and use better getAbility function) 2016-11-16 06:23:15 +00:00
Hanmac
5ac07c67af Pharagax Giant: fixed TrigNotTribute Ability 2016-11-16 06:18:57 +00:00
Sol
76f125d215 - Executed trigger subabilities either need to be "DB" or contain "Cost$ 0" 2016-11-15 15:46:52 +00:00
excessum
f698239c86 - Voltaic Brawler does not have Trample 2016-11-15 09:28:15 +00:00
Hanmac
5729ec0779 ComputerUtil: getDamageFromETB fixed Trigger with OverwridingAbility 2016-11-14 21:00:33 +00:00
Hanmac
e79ebedced CardFactoryUtil: make LifeLostThisTurn work with multiple players 2016-11-14 20:49:58 +00:00
Hanmac
997ac450fb CardFactoryUtil: fixed Trigger for Annihilator 2016-11-14 07:45:28 +00:00
drdev
214e3f10e6 Version bump to 1.5.58.002
Attempt to fix issue where StringUtils methods aren't found
2016-11-13 16:50:43 +00:00
drdev
1afbc9084e Minor optimization 2016-11-13 00:22:50 +00:00
drdev
0f1fbc46d1 Fix warnings 2016-11-13 00:08:32 +00:00
drdev
0f73efdbaf Fix invalid event definitions 2016-11-13 00:03:13 +00:00
drdev
d9626a2774 Fix more misspellings and differentiate Ashling and Maralen decks a bit 2016-11-12 23:57:22 +00:00
drdev
94fd79dd81 Fix typo and delete unused decks 2016-11-12 23:15:50 +00:00
drdev
e038265c94 Fix misspelling 2016-11-12 22:51:16 +00:00
drdev
65450f7298 Fix typo 2016-11-12 22:43:45 +00:00
drdev
e4516177f9 Fix so Vanguard cards can display as avatar 2016-11-12 22:32:49 +00:00
drdev
a8d46248df Flesh out Innistrad to 9 events per region 2016-11-12 22:19:22 +00:00
drdev
d5bbbcc80c Prevent flicker when moving planeswalker if not enough room for 3 rows on the screen at one time 2016-11-12 22:01:51 +00:00
drdev
2befbb1c99 Make Innistrad and Lorwyn-Shadowmoor reachable 2016-11-12 21:50:07 +00:00
drdev
8ce31a7082 Version bump to 1.5.58.001 2016-11-12 21:44:47 +00:00
drdev
a33b8b5093 Flesh out remaining events for Lorwyn-Shadowmoor 2016-11-12 21:41:58 +00:00
drdev
1fe2cc013d Flesh out remaining events for Innistrad 2016-11-12 21:38:29 +00:00
swordshine
d47f31d6ad - Fixed Hedron Fields of Agadeem 2016-11-11 14:40:08 +00:00
swordshine
3ebb013469 - Fixed Eldrazi Conscription 2016-11-11 14:32:22 +00:00
Hanmac
08b7dca335 C16: fixed Atraxa's wrong name 2016-11-11 07:22:22 +00:00
Hanmac
2e94ba619f CostPayment & PaymentStack: some rework in using the PaymentStack
also add the SpellRestriction for ManaAbilities to be blocked if they are already on the payment stack.
2016-11-10 19:52:25 +00:00
Hanmac
2ee14942f2 TriggerSacrificed: better format 2016-11-10 19:25:02 +00:00
Hanmac
30d96d1095 CostPaymentStack: add toString for better debug 2016-11-10 19:23:48 +00:00
Hanmac
b7beb6612e ChangeZoneAllAi: add more check for mandatory 2016-11-10 18:19:39 +00:00
Hanmac
e7f7ce2d91 EffectEffect: for StackDescription use SpellDescription if able, that prevents to show the cost on Stack 2016-11-10 15:04:01 +00:00
Hanmac
009b40b95e CharmEffect: for chained Abilities make StackDescription use SpellDescription, that looks better on the Stack 2016-11-10 15:01:39 +00:00