Commit Graph

96 Commits

Author SHA1 Message Date
swordshine
4a7cee412c - Fixed Quicken 2013-07-08 14:47:23 +00:00
Agetian
32a5f4389b - Consolidating AI hints for planes in Planechase into a single "AIRollPlanarDieParams" parameter.
- Adding a foundation for the condition specifications in AI hints for planes.
- Code simplification in RollPlanarDiceAi.
2013-07-05 05:20:40 +00:00
Agetian
6ebfe9b630 - Adding AI hint SVars to Planechase plane cards. Most planes are set to "roll once each turn" for the AI right now, which seems to work fine for a very basic AI (better than nothing). Dangerous or unpredictable planes like Academy of Tolaria West, Isle of Vezuva, Kharasha Foothills, Minamo, Takenuma, Windriddle Palaces are currently set to "never roll" for the AI. Feel free to expand. 2013-07-04 15:40:08 +00:00
Sloth
3dac462afd - Expanded NonStackingAttachEffects (H-Q). 2013-06-30 15:45:30 +00:00
swordshine
77191443ec - Added Quicksilver Sea 2013-06-28 00:25:11 +00:00
Maxmtg
7245506564 remove setinfos, part q 2013-06-22 08:19:29 +00:00
swordshine
19d93f9e34 - Added Mindlock Orb and Shadow of Doubt 2013-06-15 00:31:43 +00:00
swordshine
7577d00896 - Added Aven Mindcensor 2013-05-07 01:01:08 +00:00
Sloth
5b15713fee - Added "NonStackingEffect" SVars. 2013-04-10 21:32:15 +00:00
swordshine
917f5babd0 - Some script changes about the counter effect 2013-04-05 07:51:16 +00:00
Sol
7a036a7df2 - Fixing Quietus Spike description 2013-03-23 00:41:30 +00:00
Sloth
945d5a5f56 - Improved the script pf Quietus Spike. 2013-03-13 22:58:45 +00:00
Maxmtg
5ad70f3f18 new setinfos, part q 2013-03-04 14:22:05 +00:00
Maxmtg
5147a891c9 mass-removal of deprecated lines 'Text:no text' and 'End' from card scripts 2013-02-25 19:00:08 +00:00
Maxmtg
871f0f739b Card is read from CardRules, old CardLoader removed
CardToken class is now available to represent out-of-game tokens.
Licids use an altername mode named 'Licid'
2013-02-22 08:30:25 +00:00
swordshine
6953d25c73 - Added Setinfos to recent cards 2013-02-12 08:27:36 +00:00
swordshine
c21689690f - Fixed DamageDeal StackDescription string builder (to script Crush Underfoot)
- Initial commit of "TargetsWithSameController" (check the parent targets, might be used in Bioshift and Simic Guildmage in future)
- Added two Avatars: Sisters of Stone Death Avatar and Viridian Zealot Avatar
- Added some cards
2013-02-12 07:46:56 +00:00
moomarc
75f45c2076 - Converted Dodecapod, Loxodon Smiter, Obstinate Baloth and Wilt-Leaf Liege from keywords to replacement effects.
- Added DiscardMeByOpp param and applied to relevant cards (I've prioritised from 1 - 3, 3 being most dangerous to discard, but priority checking isn't actually applied yet. Plan to expand when I have more free time).
2013-02-12 06:23:43 +00:00
Sol
3d2d6eb5b2 - Convert Permanent Multikickers to Script 2013-02-09 03:00:09 +00:00
swordshine
48c09149ef - Added Nightveil Specter
- Converted cards with etbReplacements "as...enters the battlefield"
2013-01-28 00:51:54 +00:00
Sol
be814a8a57 - Fix issue with Qasali Ambusher 2013-01-06 03:33:38 +00:00
moomarc
9185110edb - Fixed keyword "CARDNAME untaps during each other player's untap step." for correct application in multiplayer. 2012-12-26 11:47:16 +00:00
moomarc
6f523cd221 - Made a few more cards multiplayer compatible 2012-12-11 06:02:45 +00:00
Sloth
7493bfeb95 - Added 3 cards by swordshine. 2012-12-07 07:52:09 +00:00
Sloth
836486cc5c - Made some cards with "Whenever an opponent" triggers multiplayer compatible. 2012-12-02 21:43:04 +00:00
moomarc
a730abf331 - Minor script changes 2012-11-28 07:17:47 +00:00
Hellfish
0382171599 *Merged r18371-r18427 from trunk into Variants 2012-11-27 21:36:55 +00:00
Sloth
0b24c92f20 - Removing unnecessary "HIDDEN" strings (WIP). 2012-11-27 09:53:21 +00:00
Hellfish
a77eeab71d *Variants: Created command zone view.
*Variants: Moved effects and emblems to command zone.
*Variants: Added a bunch of Vanguard cards (Thanks, Marc!)
*Variants: Added a Vanguard home screen.
2012-11-19 20:03:00 +00:00
Sloth
754b2d2b2d - Added the card property "attackingYou". 2012-11-10 09:31:05 +00:00
Sol
eb3ad526bd - Running set info for PC2 cards that were never ran previously 2012-11-07 13:33:26 +00:00
Sloth
ea88ca3c37 - Changed more instances of "YouDontCtrl" to "OppCtrl". 2012-10-26 18:10:03 +00:00
Sloth
ce4ff71371 - The AI will no longer clone its own legendary creatures. 2012-10-25 21:05:06 +00:00
Sloth
5a8c33ddab - Made more scripts ready for multiplayer. 2012-10-23 17:21:28 +00:00
Sloth
f065d0a2a4 - The AI can now use Quillspike. 2012-10-03 18:04:51 +00:00
Sloth
436e72fa9f - Updated some SVars of slivers. 2012-09-01 21:05:08 +00:00
Hellfish
2f40a48ecd *Added ETBReplacement:<Mode>:<SVar>[:Optional] keyword.
*Added ActiveZones parameter to replacement effects to let replacement effects function wherever.
*Converted clones to ETBReplacement
*Added Essence of the Wild
*CardCharacteristics now copy ReplacementEffects
*ReplacementEffects now copy alot more stuff.
*Divvied up Replacement Effect running into layers
*Moved stuff common between Trigger and ReplacementEffect to TriggerReplacementBase
*Let AF_Tap tap cards on the stack in order to work with ETBReplacement.
*Converted Remote Farm to ETBReplacement.
2012-08-31 22:23:02 +00:00
Sloth
50aae21eb3 - Fixed AI of Grief Tyrant and Incremental Blight. 2012-08-28 21:01:29 +00:00
Sloth
d76b294007 - Added some DeckNeeds (Red). 2012-08-24 20:15:05 +00:00
moomarc
522a7c299b - Fix: Quirion Dryad's triggered ability made mandatory 2012-08-10 07:59:44 +00:00
mcrawford620
5ba0659f05 - Fix DeckHints and put back in to LimitedDeck generation. 2012-08-02 23:02:24 +00:00
Chris
4ee1d222dc Quagmire 2012-07-27 10:20:56 +00:00
moomarc
aaf1f185e6 Added Quiet Disrepair 2012-07-17 16:59:51 +00:00
Sloth
a88edded34 - Converted Affinity cards to StAb ReduceCost. 2012-07-15 12:57:22 +00:00
mcrawford620
afa59c0596 - New DeckWants SVar and class. Provides a way to give instructions for selecting related combo cards in random and Limited decks. 2012-07-15 05:37:10 +00:00
moomarc
93a903b827 convert Q equipment to new Equip keyword (converted Quietus Spike to script) 2012-07-09 16:54:09 +00:00
Sol
f0f2f1c60a - Adding reprint info for M13 and PC2 cards 2012-07-06 14:43:58 +00:00
ArsenalNut
452750c971 removed RemAIDeck as Choose AF has some basic logic already 2012-07-05 05:36:34 +00:00
ArsenalNut
c46ba5e9ae marking clones with choices as RemAIDeck:True until logic is added to appropriate AFs 2012-07-05 05:08:52 +00:00
ArsenalNut
834897973c merged r16032-r16054 from the Trunk into CloneFix branch 2012-07-03 04:11:17 +00:00