Commit Graph

748 Commits

Author SHA1 Message Date
Sloth
634e6b34c5 - Removed code for Venser's ultimate ability (which is scripted). 2011-10-20 17:07:29 +00:00
Sloth
72d76f25b0 - cleanup for last commit. 2011-10-20 17:04:42 +00:00
Sloth
b96c73e308 - Converted Gaddock Teeg to script. 2011-10-20 17:00:57 +00:00
Sloth
9fb331a8a6 - Tokens with different P/T will no longer stack. 2011-10-20 12:39:31 +00:00
Sloth
efb3782073 - Added Grappling Hook. 2011-10-20 12:28:09 +00:00
Sloth
a9fcc58256 - Fixed the property "blockedBySource".
- Fine tuning of the mustBlock trigger AI.
2011-10-20 12:03:57 +00:00
Sloth
4169dfd545 - Added the property NotEnchantedBy to fix Bravado. 2011-10-19 20:56:05 +00:00
Sloth
0e33208bc7 - Fixed a bug caused by the strange "equals" function of mana abilities (fixes Joiner Adept leaving the battlefield). 2011-10-19 15:23:55 +00:00
Sloth
6aa9a8d56e - Fixed issue 463. 2011-10-19 15:01:06 +00:00
Sloth
9835d020c5 - Removed the keyword "When CARDNAME is put into a graveyard from anywhere, reveal CARDNAME and its owner shuffles his or her graveyard into his or her library." and converted the abilities to triggered abilities. 2011-10-19 14:53:54 +00:00
Sloth
09ead4f149 - Fixed the wording of the keyword: "If CARDNAME would be put into a graveyard from anywhere, reveal CARDNAME and shuffle it into its owner's library instead.". 2011-10-19 14:47:30 +00:00
Sloth
d81300d786 - Removed the keyword "When CARDNAME is put into a graveyard from anywhere, shuffle it into its owner's library." 2011-10-19 14:43:06 +00:00
Sloth
d88363af84 - A little note is added to creatures that have to block an attacker (in case the player forgot who was targeted with provoke).
- Finished the basic trigger AI of AF MustBlock.
- Removed RemAIDeck SVar from some of the Provoke cards.
2011-10-19 09:54:57 +00:00
Sloth
3a33891911 - Little correction for last commit. AF MustAttack should be ready for AI use. Will be enabled after testing. 2011-10-18 20:48:23 +00:00
Sloth
c5e6ccc28f - Included mustBlockCard into the existing structures. Renamed canBlockAttackerWithLure to mustBlockAnAttacker. 2011-10-18 20:42:12 +00:00
Hellfish
75af9c1636 *Added Alpha Status based on Coat of Arms. 2011-10-18 19:08:45 +00:00
Sloth
2b70c642b2 - Added the option "OnlySorcerySpeed" to CantBeCast.
- Added Teferi, Mage of Zhalfir.
2011-10-18 18:15:53 +00:00
Hellfish
2881c020df *Removed remnants of my first attempt at Epic. 2011-10-18 15:28:50 +00:00
Hellfish
a504833663 *Added Epic keyword.
*Added
	Endless Swarm
	Enduring Ideal
	Eternal Dominion
	Neverending Torment
Undying Flames can't be done in script currently.
2011-10-18 15:22:23 +00:00
Sloth
0f713c1dd1 - Converted Blizzard to script. 2011-10-18 10:07:10 +00:00
Hellfish
b5f37803f3 *Corrected some scripts etbCounters->etbCounter.
*Added ThisTurnCast and ThisTurnNotCast to special conditions. See Hotheaded Giant for example.
*Added
	Dream Thief
	Goblin Cohort
	Hotheaded Giant
	Mogg Conscripts
	Soul Reap
2011-10-18 08:49:02 +00:00
Sloth
234e791158 - Fixed a little loophole in the MustBlock code.
- First steps towards an AI for AF MustBlock.
2011-10-17 21:10:21 +00:00
Sloth
d968d28352 - Changed the order of checks in canBePlayedAndPayedByAI to canPlay and then canPlayAI (this should speed things up and prevent possible NPE's). 2011-10-17 21:05:11 +00:00
Hellfish
f6d1e11559 *Added ThisTurnCast to xCount to complement ThisTurnEntered. Count$ThisTurnCast <Valid> lets you count how many <Valid> cards were cast so far this turn. StormCount remains, but is now functionally equivalent to ThisTurnCast Card.
*Converted to script
	Ichneumon Druid
	Predatory Advantage
	Storm Entity
	Vengevine
*Added
	Ethersworn Canonist
2011-10-17 20:56:14 +00:00
Sloth
f362724fb1 - Converted the second ability of Meddling Mage to script. 2011-10-17 19:54:22 +00:00
Sloth
dc7ec4b4c9 - Converted Iona, Shield of Emeria to script. 2011-10-17 18:58:18 +00:00
Sloth
b9a7fab398 - Added the static ability "CantBeActivated".
- Converted Grand Abolisher.
2011-10-17 18:38:29 +00:00
Sloth
845539c095 - Added a "Caster" parameter to StaticAbility_CantBeCast. 2011-10-17 18:30:21 +00:00
Hellfish
19cb646e47 *Added Parallel Lives. 2011-10-17 16:32:03 +00:00
Sloth
acb035191d - Added the static ability "CantBeCast".
- Added Grid Monitor.
2011-10-17 15:06:00 +00:00
Sloth
66ba724133 - Removed ReplaceMoveToGraveyardCommand, CycleCommand and TurnFaceUpCommand. 2011-10-17 14:28:04 +00:00
slapshot5
9504f0950a add Remember the Fallen (from New Phyrexia) 2011-10-17 04:25:26 +00:00
slapshot5
4ba7211318 add support for ChosenNumber in Number$ counting 2011-10-17 04:24:51 +00:00
slapshot5
698bec15e1 fix possible NPE in AF_ChooseNumber 2011-10-17 02:58:30 +00:00
slapshot5
cba6aba24a add Provoke keyword 2011-10-17 01:12:31 +00:00
Sol
8dae75a9ee Rishadan Footpad no longer overrides Sacrifice Input, but still prompts twice for the Unless cost. 2011-10-16 21:51:42 +00:00
slapshot5
d05c569511 convert Rith, the Awakener to script 2011-10-16 19:53:05 +00:00
slapshot5
e3b5752bf7 clean up a couple Java warnings 2011-10-16 19:27:41 +00:00
slapshot5
a2be681878 add Crown of Empires, Scepter of Empires and Throne of Empires (from Magic 2012) 2011-10-16 18:54:38 +00:00
Sloth
3ae3a871a7 - Converted Lurking Predators to script. 2011-10-16 10:40:32 +00:00
jendave
79fa5b6aa6 Remove code that can pull build ID from another jar in the classpath. 2011-10-16 08:11:45 +00:00
Hellfish
4c6d2f6eb1 *Initial Delve keyword checkin. (Does not work with X-cost spells.)
*Added OwnerDoesntControl property.
*Added
	Bronze Bombshell
	Death Rattle
	Tombstalker
*Ran Setinfo and Oracle script.
2011-10-16 08:07:37 +00:00
Sloth
ab7b9760ee - Removed the Faerie part of the champion stack description. 2011-10-16 07:47:33 +00:00
Sloth
7fee3a6fc0 - Added backward compatibility to the "DefinedPlayer"/"Defined" issue. 2011-10-16 07:40:31 +00:00
Sloth
19333953f9 - Fixed Planar Guide by using AllZoneUtil.getCardState to search the card the Remembered object gets added to. 2011-10-16 07:14:09 +00:00
slapshot5
e0d325bf08 add Rag Man (from The Dark) 2011-10-16 02:36:53 +00:00
slapshot5
ff070ee1d5 add an AF_MustBlock (for things like Target creature blocks CARDNAME this turn if able.)
-also fixes an issue with Card.ChosenColor property
2011-10-15 18:09:27 +00:00
slapshot5
462cb84694 toString tweak in CostRemoveCounter for "All" 2011-10-15 11:57:27 +00:00
slapshot5
af336b0f06 convert Brave the Elements to script 2011-10-15 11:56:44 +00:00
slapshot5
8086b32820 convert the etb of Iona, Shield of Emeria to script 2011-10-15 11:03:21 +00:00