Commit Graph

46877 Commits

Author SHA1 Message Date
jendave
4fd4555333 Added my Megrim deck called Saruman 3 2011-08-06 05:19:57 +00:00
jendave
2d376808f1 - Fixed Crib Swap ordering issue. 2011-08-06 05:19:49 +00:00
jendave
16fa6d8c0e 1) Added a period to the to the end of keyword string test located in CombatUtil.check.checkDeclareAttackers() and the keyword now works. :)
2) Added LQ pic url.
2011-08-06 05:19:44 +00:00
jendave
a694d5b1b0 - Added Rogue Kavu (using "Whenever CARDNAME attacks alone, it gets +2/+0 until end of turn" keyword, hmm maybe I should've expanded beached as' "Whenever" keyword instead). 2011-08-06 05:19:37 +00:00
jendave
672e380af9 Turns out the spells Evacuation and Rebuild did not have a canPlayAI() method. I borrowed the canPlayAI() method from wrath of God and made a couple of minor adjustments. It may or may not need additional adjustments. 2011-08-06 05:19:30 +00:00
jendave
59998cc175 - Fixed bug where Retribution of the Meek recalculates Power in the middle of resolution. 2011-08-06 05:19:25 +00:00
jendave
e2d38f5f60 Minor editing of the quest 19 description. Found a jpg for the new quest 21 and named the pic "Private Domain.jpg". 2011-08-06 05:19:20 +00:00
jendave
4aa31e30d5 - Added all of the required checks into canPlayLand() so they can't be played illegally through alternate effects. 2011-08-06 05:19:12 +00:00
jendave
86d2743415 Expanded Whenever Keyword and converted Niv-Mizzet, the Firemind to keyword 2011-08-06 05:19:06 +00:00
jendave
e50a39c2ba - Added 3 LQ pic urls.
- Fixed the cards.txt entry for Mind Sludge.
2011-08-06 05:18:59 +00:00
jendave
dd53fe2d7f - Added another quest assignment deck (very tough). 2011-08-06 05:18:54 +00:00
jendave
b8f9d1ed6e - Added "Domain" to text of Aven Trailblazer. - Added Matca Rioters. 2011-08-06 05:18:46 +00:00
jendave
afe280a45d - Added Psychatog. 2011-08-06 05:18:40 +00:00
jendave
5bf7198032 Expanded the WheneverKeyword. Added Mishra, Artificer Prodigy and Masked Admirers 2011-08-06 05:18:33 +00:00
jendave
ece71e5834 - Exile creature before fetching land in Path to Exile resolution. 2011-08-06 05:18:27 +00:00
jendave
9b1dab8203 - Added Crucible of Worlds. 2011-08-06 05:18:21 +00:00
jendave
2dd444afb7 - Fix for WinQuitting in the middle of the match that allows a player to get the rewards of a Win, if they quit in the middle of the match after a victory. Now penalized for quitting mid-match. 2011-08-06 05:18:14 +00:00
jendave
bc28832ece - Recoded how Additional Land Plays work
- Added Summer Bloom
- Added Horn of Greed
- Each Fastbond will now deal damage to owner, not just 1 damage for all of them. Also, removed limit of 100 land plays for Fastbond.
- Additional lands granted by Rites of Flourishing and Storm Cauldron in place for when the second ability for each is implemented.
- Oh god, this update was way larger than I was expecting.
2011-08-06 05:18:09 +00:00
jendave
aa23f71b27 Expanded WheneverKeyword with bug fix and added Dune-Brood Nephilim 2011-08-06 05:17:56 +00:00
jendave
42acc31803 Expanded the Whenever Keyword (again) with a MoveFrom-Zone1-Zone2 effect which moves the target card from Zone1 to Zone2. Also added support for Whenever Keyworded cards when they are in the graveyard and allowed a cost of sacrificing a card type. Also made a new condition MoreCardsInHand which checks if the controlling player has more cards in hand compared to the opponent and added support for multiple special conditions. Added Akuta, Born of Ash 2011-08-06 05:17:50 +00:00
jendave
32db41ca0a - Added Expert (50 life) and Insane (100 life) difficuly levels for Quest_Assignments. 2011-08-06 05:17:43 +00:00
jendave
666fc41273 Fixed a bug where the human was able to choose new targets for copied spells and added the LQ pic for Sun Titan. Expanded the Whenever Keyword with BeginningOfUpkeep so that it can trigger at the beginning of an upkeep and added a Controller_Upkeep condition so that it checks whether or not it is the source card controller's upkeep. Re-arranged the code in the WheneverKeyword to make it much more flexible and it is now able to take groups of effects and individual targets for groups of effects. Added Agent of Masks 2011-08-06 05:17:37 +00:00
jendave
d4e70e72c1 - Added Sun Titan. 2011-08-06 05:17:28 +00:00
jendave
8290d43bcf - Some more color updates. 2011-08-06 05:17:21 +00:00
jendave
825bb5d2dd - Added some colors for the different phases. 2011-08-06 05:17:16 +00:00
jendave
e6a4fcf569 Added Roc Egg. 2011-08-06 05:17:11 +00:00
jendave
305eae1a6e * draw animation 2011-08-06 05:17:03 +00:00
jendave
47f0a526a8 With Hellfish's directions I was able to add his Reliquary Tower bug fixes. I tested them and they work. :) 2011-08-06 05:16:56 +00:00
jendave
6c920de369 Fix to the bug reported in forums regarding Enchanted Creatures in the Whenever Keyword (I used the name of the card instead of the card object) Added Sleeper's Robe, Ophidian Eye and Keen Sense (Thanks Sloth and Chris H :)) 2011-08-06 05:16:50 +00:00
jendave
ec24053da1 Expanded the Whenever keyword with CastSpell so that the keyword can trigger when a player casts a spell (currently CastSpell only has a condition of Controller which means the controller of the card has to cast the spell). Also added a OneTypeOfMany Check to the whenever keyword (if the triggering card has one or more types then the ability resolves) and added a CopySpell effect (copies the triggering card onto the stack). Also added a PayMana/X condition preventing the whenever keyword from triggering unless the player pays X. Added Mirari, Bereavement and converted Blazing Specter to the Whenever Keyword. 2011-08-06 05:16:43 +00:00
jendave
5e11719970 * log levels
* fix for Mind Funeral
2011-08-06 05:16:35 +00:00
jendave
456ff467ec 1. fixed comment for Elspeth, Knight Errant
2. Jace Mind Sculptor was missing stack description for 4th ability
2011-08-06 05:16:15 +00:00
jendave
a6f034a1af Merged the revised Ned Flanders 1 deck into the SVN. 2011-08-06 05:16:10 +00:00
jendave
ff2f970672 Cleaned Up and expanded the Whenever Keyword with DiscardsCard to allow the keyword to trigger when a player discards a card. Added Liliana's Caress. Also made lands with blaze counters as the source of blaze counter damage 2011-08-06 05:16:05 +00:00
jendave
74e6e2af24 * this revision
* revert to older substance version
 * missing symbols
* r1424
 * starting work on new GUI
 * new Hand functionality
 * drag and drop to order cards via left or right mouse button, right mouse button default action is play card, so try not to use it for dragging as you might accidentally play the card you don't want to
 * WIP animations, new play area
 * new picture panel
2011-08-06 05:15:57 +00:00
jendave
22725a4ede 2011-08-06 05:15:48 +00:00
jendave
138698d28c Big Update :). Allowed the SubtractLife command in PlayerLife to take a Source Card and updated all code for this change(Do not want to do that again). As a result of this, i had to remove the AddLife(Player,Life),AddDamage(Player,Damage) commands from GameAction. Expanded the Whenever keyword with the DealsDamage/Opponent option so it can trigger when a card deals damage to an opponent and added a draw card effect for the keyword. Added Curiosity (Niv-Mizzet fans rejoice! :)) 2011-08-06 05:15:08 +00:00
jendave
6c98ed686f Added Pyretic Ritual and included it as one of the list of cards which will not show up when the computer generates a random 2 color or multi color deck. 2011-08-06 05:14:57 +00:00
jendave
20d79b1ec0 Made Ajani's Pridemate's ability optional 2011-08-06 05:14:50 +00:00
jendave
b3a1924ab9 Expanded the Whenever Keyword to allow it to trigger when a player gains life and added an object array to the Whenever keyword to store some data. Added Ageless Entity, Ajani Pridemate and Angelic Chorus 2011-08-06 05:14:45 +00:00
jendave
f6357681fa Expanded the Whenever keyword so it can applied to cards when they enter the battlefield and attack and did a little cleanup. Also added a damage effect for the Whenever Keyword. Added Inferno Titan 2011-08-06 05:14:37 +00:00
jendave
5c4f455719 Added the Everflowing Chalice to the list of cards which will not show up when the computer generates a random 2 color or multi color deck. 2011-08-06 05:14:29 +00:00
jendave
73b4a52db3 Added Sylvan Ranger. 2011-08-06 05:14:23 +00:00
jendave
fb9ba53e5a Added Manic Vandal. 2011-08-06 05:14:17 +00:00
jendave
a5de1ff273 Added Back to Nature. 2011-08-06 05:14:10 +00:00
jendave
1d36ba4e75 Added using keywords:
Augury Owl
Water Servant
Temple Bell
2011-08-06 05:14:03 +00:00
jendave
2b8312ca2c Added 3 LQ pic urls. 2011-08-06 05:13:59 +00:00
jendave
37fa4c9d32 Slight tweak to the AI for spDiscard. 2011-08-06 05:13:54 +00:00
jendave
aa0d174ffb Fixed a typo with the Whenever Keyword (Thanks Dennis). Expanded the Whenever Keyword so it can be used for end of turn effects. Also added a ModifyLife Effect to the Whenever Keyword and added Dross Harvester. 2011-08-06 05:13:49 +00:00
jendave
bedbe67eff - Added Time Reversal. 2011-08-06 05:13:41 +00:00