jendave
d95b38c5e6
Added Gwafa Hazid, Profiteer
2011-08-06 05:39:13 +00:00
jendave
09d0cbbeca
Added Gwafa Hazid, Profiteer checks in canBlock and canAttack.
2011-08-06 05:39:08 +00:00
jendave
4e1e9214b0
Added BRIBERY counter.
2011-08-06 05:39:02 +00:00
jendave
b5ad201786
Provided for cards.txt keyword "SVar:RemAIDeck:True" to replace removed cards list.
2011-08-06 05:38:57 +00:00
jendave
46a3ccf73a
Added a medium deck centered around indestructible permanents with lots of mass removal called Gimli 2.
2011-08-06 05:38:51 +00:00
jendave
b8887d9e74
- Fixed AI_getMostExpensivePermanent, AI_getBestEnchantment and AI_getBestArtifact in CardFactoryUtil.java.
...
- Enabled the AI to use the spDestroyTgt target restrictions it previously couldn't handle.
2011-08-06 05:38:43 +00:00
jendave
5fb883abed
Added more cards to be removed from generated decks.
2011-08-06 05:38:36 +00:00
jendave
9a18731d60
Added the option ShuffleIntoLibrary to spBounceTgt. Added Deglamer.
2011-08-06 05:38:30 +00:00
jendave
5171e4547c
- Fixed getValidCards in CardList.java to handle a Restriction of more than one Permanent.#### (before the tmpList wouldn't get updated)
...
- Fixed the AI of spBounceTgt to accept Type.#### targets.
- Converted the following cards to keyword and commented out the card object for these cards: Celestial Purge; Unmake.
2011-08-06 05:38:23 +00:00
jendave
faab8b549c
Added Saprazzan Raider, Timid Drake and Zephyr Spirit.
2011-08-06 05:38:16 +00:00
jendave
9d40d7890a
- Converted the following cards to keyword and commented out the card object for these cards: Regress; Repulse; Temporal Fissure; Temporal Spring and Unsummon.
...
- Removed a duplicate filter from spBounceTgt.
- Added an AI check for Overwhelming Forces
2011-08-06 05:38:10 +00:00
jendave
190f8128bb
Converted the following cards to implemented via keyword and commented out the card object for these cards: Boomerang; Deny Reality; Eye of Nowhere; Rescind; Surging AEther.
2011-08-06 05:38:03 +00:00
jendave
164e57a353
Minor addition to the spBounceTgt AI.
2011-08-06 05:37:57 +00:00
jendave
5b7efcc320
- Removed duplicate "filter" variable in Culling Sun.
2011-08-06 05:37:52 +00:00
jendave
0f92330dee
- Improved the AI of Consume the Meek, Culling Sun, Retribution of the Meek, Cleanse and Plague Wind by considering indestructible.
...
- reverted the changes to Mirror Gallery
2011-08-06 05:37:47 +00:00
jendave
da5787b298
- Improved the AI of Soulscour, Day of Judgment, Planar Cleansing and All is Dust by considering indestructible.
2011-08-06 05:37:41 +00:00
jendave
5fdfe987ae
- Improved the AI of Wrath of God and Damnation by considering indestructible.
...
- Added getNotKeyword (to filter out cards with certain keywords) to Cardlist.java.
- More elegant implementation of Mirror Gallery.
2011-08-06 05:37:35 +00:00
jendave
944242146a
* move main GUI creation to Swing thread
...
* force LAF update on start to have consistent LAF on all widgets
2011-08-06 05:37:30 +00:00
jendave
f63cc84727
- Fixed some bugs with Qasali Pridemage and improved the AI's targeting a bit.
2011-08-06 05:37:24 +00:00
jendave
35fdd20765
Added Mirror Gallery.
2011-08-06 05:37:19 +00:00
jendave
464034b950
Fixed "two indestructible legends not dying" bug, by using sacrificeDestroy instead of destroy in destroyLegendaryCreatures.
2011-08-06 05:37:13 +00:00
jendave
7183d230f8
added more cards to be removed from generated decks.
2011-08-06 05:37:07 +00:00
jendave
f867c127ab
Added Symbiotic Beast, Tukatongue Thallid, Haru-Onna and Jackalope Herd.
2011-08-06 05:37:01 +00:00
jendave
f522a52299
Added Grixis Slavedriver, Rotlung Reanimator and Breeding Pit.
2011-08-06 05:36:56 +00:00
jendave
c98a530caa
Added Viashino Cutthroat, Viashino Sandscout and Viashino Sandstalker.
2011-08-06 05:36:52 +00:00
jendave
0630f16731
Fixed Sapphire Leech.
2011-08-06 05:36:47 +00:00
jendave
e2e1c95cb1
I have updated the list of cards removed from random constructed decks. I merged this list into both of the GenerateConstructedDeck java files.
2011-08-06 05:36:43 +00:00
jendave
7aa3ad6f67
Added Fists of Ironwood, Lys Alana Huntmaster and Infested Roothold.
2011-08-06 05:36:37 +00:00
jendave
49b4057bbc
- Fix Part2.
2011-08-06 05:36:33 +00:00
jendave
72692fa115
- Fixed the match lost/won dialog showing up whenever the Quests button is clicked.
2011-08-06 05:36:28 +00:00
jendave
8bd1d30f99
- Fixed Wall of Tears / AEther Membrane (should remove tokens from game).
2011-08-06 05:36:23 +00:00
jendave
4b8700118a
Removed the 2nd copy of the spell description from Parallel Evolution and moved the entry to top of file.
2011-08-06 05:36:17 +00:00
jendave
195b0ecff4
Added a hard deck centered around Elvish Piper and Quicksilver Amulet with huge creatures called Boromir 3.
2011-08-06 05:36:12 +00:00
jendave
cb7605ffc7
Added Quicksilver Amulet.
2011-08-06 05:36:04 +00:00
jendave
f426170a9b
* move LAF change to Swing thread
...
* scaling option (for new GUI it's best to leave it set)
2011-08-06 05:35:58 +00:00
jendave
c662008ed0
Added card Parallel Evolution.
...
Added CardFactoryUtil.copyTokens(CardList) to support new card.
2011-08-06 05:35:49 +00:00
jendave
95c2af458b
- Added Ability_Cost.java to combine Ability costs for Keywords. Will ease implementing additional costs to any keyword.
...
- Added Sac-CARDNAME for spDamageTgt.
- Added Unyaro Bees, Ticking Gnomes, Shock Troops, Ember Hauler, Aeolipile.
- Added pictures and rarity for recently added cards from Script.
2011-08-06 05:35:41 +00:00
jendave
573af4f0c9
Added Blasting Station, Blood Rites, Keldon Necropolis, Orcish Bloodpainter, Orcish Mechanics, Scorched Rusalka and Tar Pitcher.
2011-08-06 05:35:30 +00:00
jendave
90f657ce43
removed accents from Deja Vu. Updated the Grampa Simpson 1 deck.
2011-08-06 05:35:25 +00:00
jendave
12dbf81dae
- Added Sac-<Type> and Sac-CARDNAME to abPump keyword as a cost.
...
- Some of the inputs will now check if an ability has AfterPayMana for Sacrifice effects before putting the ability on the stack.
- Added Atog, Auratog, Foratog, Lithatog, Thaumatog, Megatog, Goblin Sledder, Need for Speed, Gruul Guildmage, Marsh Lurker, Plagued Rusalka, Deathspore Thallid, Thallid Devourer, Thallid Germinator, Vitaspore Thallid
- Updated Phyrexian Plaguelord to use updated abPump keyword
- Added rarity and pictures grabbed from Python Script
- Note: Deja Vu picture failed.
2011-08-06 05:35:18 +00:00
jendave
66acc22e4f
These cards were converted to keyword in the past. The original code objects were commented out when they were keyword-ed. I have deleted these commented out code objects:
...
Braidwood Cup
Mind Twist through Mind Shatter
2011-08-06 05:35:05 +00:00
jendave
4cc5932554
These cards were converted to keyword in the past. The original code objects were commented out when they were keyword-ed. I have deleted these commented out code objects:
...
Thoughtseize through Distress
Path of Anger's Flame
Kjeldoran War Cry
Wandering Stream
Festival of Trokin
Duress
Ostracize
Titanic Ultimatum
Black Lotus
2011-08-06 05:34:59 +00:00
jendave
00c0af7319
Added Déjà Vu, Reconstruction, Ritual of Restoration and Sage's Knowledge. Fixed Disperse.
2011-08-06 05:34:53 +00:00
jendave
eec50f51f8
These cards were converted to keyword in the past. The original code objects were commented out when they were keyword-ed. I have deleted these commented out code objects:
...
Brave the Elements through Warrior's Honor
Tanglebloom
Sacred Nectar
Reviving Dose
Hymn to Tourach
Haze of Rage
Renewed Faith through Nourish
Wit's End
Coercion
Brainbite
2011-08-06 05:34:48 +00:00
jendave
b083e63429
Added Caustic Rain, Erase, Iona's Judgment and Wipe Clean.
2011-08-06 05:34:42 +00:00
jendave
6b535eabfc
added the option Exile to spBounceTgt. Added Altar's Light.
2011-08-06 05:34:36 +00:00
jendave
0a371d4195
- Added Sac-<Type> as a cost to abDamageTgt
...
- Added Krovikan Horror, Fodder Cannon, Skull Catapult, Arms Dealer, Rath's Edge, Deadapult, Goblin Bombardment using new subkeyword
- Added some missing Rarity values from the python script.
2011-08-06 05:34:29 +00:00
jendave
3f111f352c
Updated the card-pictures.txt file. I have not yet figured out how to increase the time out value. :(
2011-08-06 05:34:19 +00:00
jendave
28396bc20d
- Fixed Thran Quarry/Glimmervoid bug where it was only sacrificing on active players turn.
2011-08-06 05:34:14 +00:00
jendave
9f2581b583
Added Aura Extraction, Disempower, Excommunicate, Fallow Earth, Uproot, Forced Retreat and Repel.
2011-08-06 05:34:08 +00:00