jendave
c0310f60d2
add Spell Blast (from original base Alpha) thanks to Sol's work for targeting in AF_CounterMagic
2011-08-06 22:45:30 +00:00
jendave
fd4072e364
fixed up some stack descriptions for Tap/Untap/TapOrUntap AFs.
2011-08-06 22:45:20 +00:00
jendave
ec0ca3834e
- Converted Multani's Decree and Righteous Fury to AF
...
- Commented out spDestroyAll
2011-08-06 22:45:13 +00:00
jendave
bf8c3e2202
Added NPH to Scars of Mirrodin block.
2011-08-06 22:45:03 +00:00
jendave
f4a6a8976c
- handlePaid calls using Amount can now handle Math
...
- More elegant solution to "Destroyed This Way" taking advantage of Remembered.
- Convert Fracturing Gust to AF as an Example
2011-08-06 22:44:57 +00:00
jendave
64ff874931
- Reverting testing changes for Destroy All creature list.
2011-08-06 22:44:47 +00:00
jendave
199c78208f
- Added a dredge deck called Hobbes 3.
...
- Updated some SVars.
2011-08-06 22:44:17 +00:00
jendave
0538796a6f
- Fixed Shuffle paramter for changezoneKnownOrigin.
2011-08-06 22:43:37 +00:00
jendave
6e67d8feb4
- Fixed description of Hermit Druid and enabled AI.
...
- Updated some SVars.
2011-08-06 22:43:29 +00:00
jendave
0b2453fe8a
Significant re-write of the Booster Draft functionality.
...
Draft from the Full card pool, sets/blocks or custom drafts (like cube).
AI picks cards more intelligently, and builds decks from picked cards. Old method would pick cards for deck and then stop picking new cards.
2011-08-06 22:43:12 +00:00
jendave
b40a7373eb
- DestroyAll will now set the variable DestroyedThisWay for the amount destroyed during casting
2011-08-06 22:43:01 +00:00
jendave
fb6cbcd431
- Updated the Winter Orb card to be compliant with the newest ruling.
2011-08-06 22:42:54 +00:00
jendave
521660e03b
- Added the newest version of the WUG Combo deck as Pointy Haired Boss 3.
2011-08-06 22:42:46 +00:00
jendave
4ac2e5d0aa
*Fixed the text display for the Replicate keyword.
2011-08-06 22:41:56 +00:00
jendave
9bcff4aa44
add Gigadrowse (from Guildpact) using the new Replicate keyword
2011-08-06 22:41:49 +00:00
jendave
048ae63329
attempt to get Replicate on the card text.
2011-08-06 22:41:41 +00:00
jendave
67d8afecad
finish up new keyword: Replicate (use as "Replicate <cost>" ex. "Replicate 2 U")
2011-08-06 22:41:34 +00:00
jendave
cb5eb9e45b
forgot part of the Replicate changes.
2011-08-06 22:41:28 +00:00
jendave
6187d84198
fix to make sure Replicate code is called. Just need to loop the copy to stack, and this should be ready.
2011-08-06 22:41:21 +00:00
jendave
129efba34e
add some more Replicate plumbing. still not functional.
2011-08-06 22:41:15 +00:00
jendave
d5470ad18b
fix more java warnings
2011-08-06 22:41:06 +00:00
jendave
874f41308e
fix up some Java warnings.
2011-08-06 22:40:57 +00:00
jendave
ccf832a230
remove ExtraActions custom drawback code from AF_CounterMagic. All cards have been converted to the newer style SubAbilitys.
2011-08-06 22:40:48 +00:00
jendave
c416ac6f53
convert Glasses of Urza to AF.
2011-08-06 22:40:28 +00:00
jendave
4aae876a71
add and AbilityFactory for RevealHand (think Glasses of Urza)
2011-08-06 22:40:19 +00:00
jendave
e502dca62c
- AI will now use UnlessCost CounterMagic more aggressively if it comes from a Reusable Resource.
2011-08-06 22:39:58 +00:00
jendave
4b9f1926cd
add basic Defined for SpellAbility targeting
2011-08-06 22:39:17 +00:00
jendave
622ec54a86
- Added the missing New Phyrexia set data to the SetInfoUtil class. The new NPH cards should now look correct in the deck editor. We are still missing the pics but I think that the pic links will soon become active, next weekend I hope. :)
2011-08-06 22:38:32 +00:00
jendave
9b3ef01aa0
remove debug code from AF_Animate
2011-08-06 22:38:26 +00:00
jendave
73da648028
fix Spawning Pool not activating correctly the second time.
2011-08-06 22:38:05 +00:00
jendave
246969cfbc
- Converted Living Artifact to script.
2011-08-06 22:37:41 +00:00
jendave
3a66a82b69
- Converted Linvala, Keeper of Silence to script.
2011-08-06 22:37:23 +00:00
jendave
448f300384
- Lorthos, the Tidemaker will no longer be affected by Linvala, Keeper of Silence (it's a triggered ability).
2011-08-06 22:37:13 +00:00
jendave
789526cb94
*Fixed Beastmaster Magemark NPE
2011-08-06 22:36:49 +00:00
jendave
0397f77486
*Added Phyrexian Mana Symbols.
2011-08-06 22:36:42 +00:00
jendave
2d8211ac0f
2011-08-06 22:36:28 +00:00
jendave
278577a56f
- Fixed Mire Blight.
2011-08-06 22:36:01 +00:00
jendave
40cf32cb09
- Added player targeting to changezone Drawback AI.
...
- Added Life's Finale.
2011-08-06 22:35:41 +00:00
jendave
b9389ce5ab
*Fixed ChangesZone triggers not being flushed until priority is passed.
2011-08-06 22:35:21 +00:00
jendave
fcc1e7da84
- AF_Counter now uses actual Target object. AI seems to be casting away properly now.
...
- Converted all of the Counter SAs to use the new Target structure
2011-08-06 22:35:06 +00:00
jendave
06e184f7f0
- Added Urabrask the Hidden.
2011-08-06 22:33:14 +00:00
jendave
bec7d4d36e
- The ReceivedDamageFromThisTurn map will now be reset on the cleanUp step.
2011-08-06 22:33:05 +00:00
jendave
29e572b4fb
- Updated Neo 3 quest deck.
2011-08-06 22:32:34 +00:00
jendave
f173433fbf
- Fixed a quest deck switch.
2011-08-06 22:32:24 +00:00
jendave
ee24533f1c
- Fixed logic error with "Your opponents can't lose the game." and "Your opponents can't win the game.".
2011-08-06 22:31:07 +00:00
jendave
8c01a283bd
- Added the keyword "CARDNAME untaps during each other player's untap step.".
...
- Converted Seedborn Muse and Murkfiend Liege.
2011-08-06 22:30:32 +00:00
jendave
3c18114063
*Added a reminder for how to pay phyrexian mana using life.
...
*Fixed the message sometimes getting stuck when paying phyrexian mana with life.
*Added "CostsPhyrexianMana" mode to hasProperty.
*Added
Act of Aggression
Blinding Souleater
Corrosive Gale
Dismember
Gut Shot
Immolating Souleater
Insatiable Souleater
Lashwrithe
Marrow Shards
Mutagenic Growth
Pestilent Souleater
Pith Driller
Postmortem Lunge
Rage Extractor
Ruthless Invasion
Slash Panther
Spined Thopter
Tezzeret's Gambit
Thundering Tanadon
Trespassing Souleater
Vault Skirge
2011-08-06 22:28:02 +00:00
jendave
65189b0e49
*Added support for Phyrexian mana. Click your life total to pay life(like for Channel). The AI treats it like regular old colored mana.
...
*Added
Moltensteel Dragon
Porcelain Legionnaire
2011-08-06 22:27:12 +00:00
jendave
b52b432d84
- Corrected the duplicate description of auras with enControlCreature.
2011-08-06 22:26:14 +00:00
jendave
d55be36d52
- Improved AI of AB dealDamage.
2011-08-06 22:24:08 +00:00