Commit Graph

64352 Commits

Author SHA1 Message Date
jendave
ea654c88fc bugfix that allows to import older .deck files, before Deck changed to forge.Deck 2011-08-06 03:35:16 +00:00
jendave
36585ed229 Added Lightkeeper of Emeria and it's LQ pic url. 2011-08-06 03:35:10 +00:00
jendave
6addb9bc08 Moved the artifact equiptments that use the VanillaEquiptment keyword to the top of the cards.txt file. 2011-08-06 03:35:04 +00:00
jendave
4153371f69 - Made sure the AI won't spend too much mana on X when targeting a creature with an X damage spell (e.g. Blaze). 2011-08-06 03:35:00 +00:00
jendave
9a137ab916 Moved the still active card objects in CardFactory_Equiptment.java to the top/start of the file and the commented out card objects are now at the bottom/end of this file. 2011-08-06 03:34:55 +00:00
jendave
e5b8f30c86 - Put in some fixes to make sure X is zero when cascading or using Isochron Scepter on a spell with X in its manacost. 2011-08-06 03:34:49 +00:00
jendave
296eed3f3d Converted Trusty Machete & Whispersilk Cloak from code to keyword. 2011-08-06 03:34:44 +00:00
jendave
c983f51d87 Converted Spidersilk Net & Trailblazer's Boots from code to keyword. 2011-08-06 03:34:38 +00:00
jendave
b6b481ebd1 Converted No-Dachi & Shuko from code to keyword. 2011-08-06 03:34:32 +00:00
jendave
97ffdf24fb Converted Lightning Greaves & Loxodon Warhammer from code to keyword. 2011-08-06 03:34:26 +00:00
jendave
99a2419dab Changed Helix Pinnacle AI calculation to consider doubling seasons in hand. 2011-08-06 03:34:20 +00:00
jendave
20cb8b73f0 Changed Helix Pinnacle AI calculation to more efficient one; lowercased setSVar. 2011-08-06 03:34:15 +00:00
jendave
2708bed463 Added 7 X cost cards via keyword and their LQ pic urls. Includes:
Bloodcurdling Scream
Enrage
Heat Ray
Howl from Beyond
Mind Spring
Swallowing Plague
Volcanic Geyser
2011-08-06 03:34:10 +00:00
jendave
aee12717fa - Added 7 LQ pic urls.
- Added Stroke of Genius to the Braingeyser card object.
2011-08-06 03:34:05 +00:00
jendave
e1bac7d7ac - Added Death Grasp. 2011-08-06 03:33:59 +00:00
jendave
746097ed15 - Instead of pressing Cancel, the user can now click Ok after X costs have been paid. 2011-08-06 03:33:54 +00:00
jendave
d3c2c19e91 - AI should block a lot more often now. 2011-08-06 03:33:49 +00:00
jendave
9c88ef0e40 - Fault Line fix. 2011-08-06 03:33:44 +00:00
jendave
2c728db0ea - Added Fault Line. 2011-08-06 03:33:38 +00:00
jendave
d868deeb08 - Added Braingeyser. 2011-08-06 03:33:32 +00:00
jendave
ad4049db05 - Added Earthquake and Rolling Earthquake. 2011-08-06 03:33:26 +00:00
jendave
ce1ee3ae9f - Fixed AI part for Meloku, the Clouded Mirror. 2011-08-06 03:33:20 +00:00
jendave
eba1086cb5 - Added Hurricane. 2011-08-06 03:33:15 +00:00
jendave
92b18b56e3 - Added 1 LQ pic url.
- Converted Bonesplitter & Fireshrieker from code to keyword.
2011-08-06 03:33:09 +00:00
jendave
928e97c45d Added Helix Pinnacle. 2011-08-06 03:33:02 +00:00
jendave
81a701ee1c - Converted Blight Sickle from code to keyword.
- Simplified the onUnEquip Command in CardFactoryUtil.java. Removed the test to see if keyword is named "none". Previous update should remove all of these keywords named "none".
2011-08-06 03:32:56 +00:00
jendave
76ea782664 - Added Quag Vampires and Skitter of Lizards to the card object which is used for creatures with Multikicker {cost} cardName + " enters the battlefield with a +1/+1 counter on it for each time it was kicked." This gives us all five of the different color creatures of this type.
- Added 4 LQ pic urls.
2011-08-06 03:32:47 +00:00
jendave
492ad8d873 - Made a few more X cost updates.
- Added Blaze, Wolfbriar Elemental.
2011-08-06 03:32:41 +00:00
jendave
58369314d3 Converted Behemoth Sledge from code to keyword. 2011-08-06 03:32:34 +00:00
jendave
65ed74e308 - Made Boomerang cascadable and it should work correctly with Isochron Scepter.
- Fixed some funky characters in Isochron Scepter's text.
2011-08-06 03:32:28 +00:00
jendave
7c057cd361 - Added 13 LQ pic urls. Nice cards, thank you.
- Fixed a cards.txt issue with Isochron Scepter.
2011-08-06 03:32:22 +00:00
jendave
94fa100a47 Fixed bounceland bug. 2011-08-06 03:32:18 +00:00
jendave
a6cff5bb36 Added Isochron Scepter! 2011-08-06 03:32:12 +00:00
jendave
d324c21f2c - Added the beginnings of X manacost support, also added the card Prosperity. 2011-08-06 03:32:05 +00:00
jendave
d7d6b54569 Added Ravnica bouncelands. 2011-08-06 03:31:57 +00:00
jendave
d40abbb376 Moved input_targetValid code into CardFactoryUtil 2011-08-06 03:31:50 +00:00
jendave
53c521f7c9 Fixed Umbral Mantle glitch, it seems I forgot to add an untilEndOfTurn event. Also coded {Q} ability handling, inserting it in all places I found "card.isTapAbility": therefore, no more "untap on resolve" funny business. 2011-08-06 03:31:44 +00:00
jendave
3e7929f70c Added a couple of miscellaneous utilities: Count$ now has CardConvertedManaCost, CardUtil.getRelative might be useful sometime later :). 2011-08-06 03:31:37 +00:00
jendave
c1dcb3729e Moved some CARDNAME handling to Ability_Mana, fixed a TODO in "add {X} for each". 2011-08-06 03:31:32 +00:00
jendave
b2be1cf91a Added Viridian Joiner 2011-08-06 03:31:26 +00:00
jendave
e638c2bd1f - Fixed Bridge from Below, replaced "opponentÔøΩs" with "opponent's".
- Fixed Command onEquip, will no longer show "none" as a keyword and it will no longer add a second copy of an pre-existing keyword.
- Added three LQ pic urls.
2011-08-06 03:31:20 +00:00
jendave
152edbe517 - Tweaked Multikicker a bit, now the spell won't hit the stack until after the (optional) multikicker costs have been paid. 2011-08-06 03:31:14 +00:00
jendave
337525148d - Implemented an experimental version of Multikicker, added Gnarlid Pack, Apex Hawks and Enclave Elite. 2011-08-06 03:31:09 +00:00
jendave
c5882ca1af Added "Sacrifice at EOT" keyword and changed existing cards to use it. Also added Trample & Haste to Sparksmith tokens, as they seemed to be missing. 2011-08-06 03:31:00 +00:00
jendave
6c56d06121 I could not find any references to this file. 2011-08-06 03:30:54 +00:00
jendave
b1611afa4e Updated rarities to Chris's 2011-08-06 03:30:49 +00:00
jendave
18baae9cee Changed spellbombs to use CARDNAME. 2011-08-06 03:30:44 +00:00
jendave
c82b9e272f Changed spellbombs to use CARDNAME. 2011-08-06 03:30:39 +00:00
jendave
fabd5bf3d6 Added "CARDNAME" recognition to Card.getText 2011-08-06 03:30:34 +00:00
jendave
f466be9d39 Fixed Darkwater Catacombs 2011-08-06 03:30:30 +00:00