jendave
4b0ba28ff4
Added Hellfish's Journey To Nowhere and it's LQ pic url.
2011-08-06 04:54:13 +00:00
jendave
f261fd187f
Added a modified version of the Fungus Amongus deck as quest16.
2011-08-06 04:54:07 +00:00
jendave
bdb11a7ed7
Fixed a crash with cruel ultimatum when the computer had no cards in graveyard.
2011-08-06 04:53:59 +00:00
jendave
660202a0d7
Fixed a bug with Omnath, Locus of Mana (Abilities didn't work when the computer started the game) and made Oracle of Mul Daya work with fastbond (i.e. it damages the player if you played more than one land)
2011-08-06 04:53:54 +00:00
jendave
d30949e8eb
Changes to who starts the game: The process happens after players draw cards and mulligan and the cut to card is now placed on the bottom of the respectively libraries
2011-08-06 04:53:48 +00:00
jendave
0987c06143
Added Dwarven Demolition Team and it's LQ pic url.
2011-08-06 04:53:42 +00:00
jendave
f7c0147cb9
- Added some support for trample working with multiple blockers (for now, just for the human player).
2011-08-06 04:53:36 +00:00
jendave
93d918185f
Fixed the morph bug introduced by Linvala, Keeper of Silence. She now disables morphing up when she's in play (not sure if this is correct)
2011-08-06 04:53:31 +00:00
jendave
ed9f229635
Added Oracle of Mul Daya
2011-08-06 04:53:26 +00:00
jendave
ee40e34a51
I fixed Artisan of Kozilek. Turns out the code was creating a list of the cards in the graveyard. I added a line to filter this list to include just the creatures and it now works as expected.
2011-08-06 04:53:19 +00:00
jendave
f202264a91
Fixed typos on the cutting message
2011-08-06 04:53:14 +00:00
jendave
80c192289f
Added Roiling Terrain, Tectonic Edge and Evolving Wilds
2011-08-06 04:53:08 +00:00
jendave
c2349b2475
Stonecloaker will now prompt you to select a card from your own graveyard to exile if there is no cards in the computer's graveyard.
2011-08-06 04:53:00 +00:00
jendave
82fb318a98
Improved Lorthos, the Tidemaker. Now you only have to cancel once when trying to stop selecting permanents
2011-08-06 04:52:55 +00:00
jendave
7da1576fe5
Added Mentos the Freshmaker :)
2011-08-06 04:52:49 +00:00
jendave
40ed439b1b
Added timmermac's Burning Elves deck (with modifications) as quest 15.
2011-08-06 04:52:42 +00:00
jendave
2e404a2631
Committed Sloth's Grand Coliseum and Elves of Deep Shadow
2011-08-06 04:52:34 +00:00
jendave
4c30997f31
Committed Hellfish's Land Pack with LQ pics.
2011-08-06 04:52:29 +00:00
jendave
6b1dd9c90e
Added Master of the Wild Hunt and Predatory Advantage
2011-08-06 04:52:22 +00:00
jendave
8e42779015
Added High Tide, Painter's Servant and Grindstone (AI even combos with Painter's Servant (: )
2011-08-06 04:52:13 +00:00
jendave
9932cd91da
Added Beached As' Vengevine deck as quest14.
2011-08-06 04:52:05 +00:00
jendave
d8a59ed505
Changed the mana cost of Abyssal Persecutor and Platinum Angel to their actual mana costs
2011-08-06 04:51:57 +00:00
jendave
a8847a578b
Added Abyssal Persecutor and Platinum Angel
2011-08-06 04:51:52 +00:00
jendave
de4384c33c
Added Mayael the Anima
2011-08-06 04:51:45 +00:00
jendave
d5e7b61824
Added brief descriptions to the recent Grampa Simpson and Harry Potter decks.
2011-08-06 04:51:38 +00:00
jendave
1e34d619a5
Added Grampa Simpson 1, Grampa Simpson 2 and Grampa Simpson 3 to the collection of Realistic mode quest decks.
2011-08-06 04:51:33 +00:00
jendave
450e06c50b
Added Harry Potter 1 and Harry Potter 2 to the collection of Realistic mode quest decks.
2011-08-06 04:51:25 +00:00
jendave
64c5081c69
* cleanups
2011-08-06 04:51:18 +00:00
jendave
d45ef08d46
* add Java version and vendor to error log too
2011-08-06 04:51:12 +00:00
jendave
14fcd94853
* OS name, version and architecture in error report
2011-08-06 04:51:04 +00:00
jendave
8736c85739
Added quest deck 13 … I hope this one will raise a few eyebrows!
2011-08-06 04:50:56 +00:00
jendave
d8a7ceea13
Added Momentous Fall.
2011-08-06 04:50:48 +00:00
jendave
23f5f16995
- For fantasy Quest mode, added options to leave your plant and/or pet at home.
2011-08-06 04:50:41 +00:00
jendave
0645ee1fb7
- removed the "this.setIconImage(null);" from Deck Analysis, which caused a crash on java 1.5.
2011-08-06 04:50:36 +00:00
jendave
5a9b8e755b
Added Hammer of Bogardan
2011-08-06 04:50:31 +00:00
jendave
004c2afb56
Fixed a bug with Beacon of Destruction not reseting its stats (Occurs with the use of Mind's Desire)
2011-08-06 04:50:24 +00:00
jendave
3f4fc721c0
Made it so you can activate Mind's Desire on the first time it resolves (required for the Doomsday Combo) and Added Doomsday
2011-08-06 04:50:19 +00:00
jendave
623ac0c622
Fixed a bug with typeCycling where the cycling card would disappear from the game entirely if there was no suitable card found in the library. Added Eternal Dragon
2011-08-06 04:50:12 +00:00
jendave
532b76993c
Removed a out-dated comment in Rite of Replication's code
2011-08-06 04:50:05 +00:00
jendave
26d9612821
Slight modification of ally code to account for simultaneous token creation and added Rite of Replication (Tested but may have bugs as it is quite complex).
2011-08-06 04:49:59 +00:00
jendave
ae42f2e04b
Minor edits to the cards.txt entry for Eternity Vessel and to the code for Brave the Elements.
2011-08-06 04:49:52 +00:00
jendave
9da3012245
Fixed a typo with Undead Gladiator and made it so you can only play it during your turn.
2011-08-06 04:49:46 +00:00
jendave
2d367d4c2c
Added Undead Gladiator - it uses unearth code.
2011-08-06 04:49:41 +00:00
jendave
59b03dbca3
Created an empty card object with spell ability for Resuscitate.
2011-08-06 04:49:35 +00:00
jendave
ce34cd0d61
Commented out the separate card objects for Kjeldoran War Cry and Path of Anger's Flame.
2011-08-06 04:49:29 +00:00
jendave
9d84fd5d16
Added Martial Coup
2011-08-06 04:49:24 +00:00
jendave
7198ff9020
Added Linvala, Keeper of Silence (I'm expecting Bugs) and Nirkana Revenant (AI doesn't use mana bonus)
2011-08-06 04:49:17 +00:00
jendave
7e1bc95189
Fixed a typo for handling "-X" in the toughness for spAllPump.
2011-08-06 04:49:08 +00:00
jendave
bce3213620
I placed the code for Brave the Elements is a separate card object. The card works but the AI is limited. I watched as the computer cast this spell more than once in the same turn. Even though it had already given it's creatures pro from the opponent's most prominent color.
2011-08-06 04:49:03 +00:00
jendave
b758de36dd
1) Converted these cards to the spAllPump keyword and moved their cards.txt entries to top of file:
...
Burst of Speed
Chorus of Woe
Dance of Shadows
Desperate Charge
Glorious Charge
Kjeldoran War Cry
Magnify
Nature's Cloak
Nocturnal Raid
Overrun
Path of Anger's Flame
Righteous Charge
Scare Tactics
Shield Wall
Solidarity
Steadfastness
Tortoise Formation
Tromp the Domains
Valorus Charge
Virtuous Charge
Vitalizing Wind
Warrior's Charge
Warrior's Honor
2) Commented out the large code block which for these cards.
3) Brave the Elements becomes a separate code block which will become the first card object. This spell is currently under construction.
2011-08-06 04:48:57 +00:00