The majority of today's cards are from the new
COMMANDER 2016 set.
I have coded all of the non-reprint cards from this set, except for
Cruel Entertainment (which is impossible) and
Selfless Squire (which I'm not sure if it is possible -- if you think it is, I am interested in your ideas).
Not all of the cards have been uploaded as some are still being debugged by me and others are ones I am seeking help with (see the Open Items section below).
I don't upload anything without testing it because I know what it's like to be playing and be disappointed by a bug. That said, I encourage others to test them as well because I can't possibly test every scenario or combination.
EDIT TO ADD: There are few Commander-specific features that have been marked as non-functional on these cards, most notably "Partner". If this capability becomes available, the cards may be updated. The only other Commander-specific item I found was one "trigger" for cards going to the Command Zone. This is another item that will have to be updated when the capability is added.
COMMANDER 2016Coded, tested, and uploaded:Akiri, Line-SlingerAncient ExcavationArmory AutomatonAsh BarrensAtraxa, Praetors' VoiceBoompileBreya, Etherium ShaperBruse Tarl, Boorish HerderCharging CinderhornCoastal BreachConqueror's FlailCrystalline CrawlerCurse of VengeanceCurtains' CallDivergent TransformationsDuelist's HeritageEntrapment ManeuverEvolutionary EscalationFrenzied FugueGrave UpheavalGrip of PhyresisIkra Shidiqi, the UsurperIshai, Ojutai DragonspeakerKraum, Ludevic's OpusKydele, Chosen of KruphixKynaios and Tiro of MeletisLudevic, Necro-AlchemistMagus of the WillMigratory RoutePrimeval ProtectorPrismatic GeoscopeRavos, SoultenderRunehorn HellkiteSeeds of RenewalSidar Kondo of JamuraaStonehoof ChieftainSublime ExhalationSylvan ReclamationTana, the BloodsowerThrasios, Triton HeroTreacherous TerrainVial Smasher the FierceMISSING CARDSCoded, tested, and uploaded:Imperial MaskIvory GargoyleMolten FirebirdBugs fixed:Rashmi, Eternities Crafter -- typo
Art uploaded:All are LQ unless otherwise noted; the uploads include a piece of art for every single non-reprintAkiri, Line-SlingerAncient ExcavationArmory AutomatonAsh BarrensAtraxa, Praetors' Voice -- HQ
Benefactor's DraughtBoompile -- HQ
Breya, Etherium Shaper -- HQ
Bruse Tarl, Boorish HerderCharging CinderhornCoastal Breach -- HQ
Conqueror's FlailCruel EntertainmentCrystalline Crawler -- HQ
Curse of VengeanceCurtains' CallDeepglow SkateDivergent TransformationsDuelist's HeritageEntrapment ManeuverEvolutionary EscalationFaerie ArtisansFrenzied FugueGoblin SpymasterGrave UpheavalGrip of PhyresisIkra Shidiqi, the Usurper -- HQ
Ishai, Ojutai Dragonspeaker -- HQ
Kraum, Ludevic's OpusKydele, Chosen of Kruphix -- HQ
Kynaios and Tiro of MeletisLudevic, Necro-Alchemist -- HQ
Magus of the Will -- HQ
Manifold Insights -- HQ
Migratory RouteOrzhov AdvokistParting ThoughtsPrimeval ProtectorPrismatic Geoscope -- HQ
Ravos, SoultenderReyhan, Last of the Abzan -- HQ
Runehorn HellkiteSaskia the Unyielding -- HQ
Seeds of RenewalSelfless SquireSidar Kondo of JamuraaSilas Renn, Seeker Adept -- HQ
Stonehoof Chieftain -- HQ
Sublime ExhalationSylvan ReclamationTana, the BloodsowerThrasios, Triton Hero -- HQ
Treacherous Terrain -- HQ
Tymna the WeaverVial Smasher the FierceYidris, Maelstrom WielderOpen Items:-- CW_COUNTERS.LOL has been updated to include "Fury" and "Spite" counters. This is my first time updating this file, so if there is another spot I am supposed to update, please let me know.
-- CW_CARD_QUERY_SPLINTERVERSE has been updated and uploaded.
--
Benefactor's Draught http://pastebin.com/e8X7QkmP The card draw on block is not happening. Everything else is good to go.
--
Deepglow Skate http://pastebin.com/tV9bM6K0 Trying to figure out how to handle all the various counter types. This most recent attempt borrows from proliferate, but it simply does nothing here. Perhaps it's not possible. This issue is also affecting
Parting Thoughts, but I won't post that code yet since the answers for this one might help there as well.
--
Faerie Artisans http://pastebin.com/yUjuNast The tokens are created, but they keep getting created instead of replacing each other. This my third or fourth attempt.
--
Goblin Spymaster http://pastebin.com/H0eD1Y9P The tokens are being created, but the granted ability does not cause the token's controller's creatures to attack.
--
Hoarder's Greed http://pastebin.com/qjfHgr3G I'm getting an error that reads "[lua] [string "HOARDERS_GREED_CW_146160_TITLE (RESOLUTION_TIME_ACTION)~0x0000034e"]:8: attempt to call method 'Player_Clash' (a nil value)". My guess is that Player_Clash has to be it's own thing that has a return. All examples I have seen of it have the clash happening in one block and the result in another. Thus, I am not sure if repeating is an option.
--
Saskia the Unyielding http://pastebin.com/KHDN2n6a It prompts for player name on entry, and the animation fires on the second trigger, but the second set of damage is not dealt.
--
Tymna the Weaver http://pastebin.com/Uj2mAtKw It gives me the option to gain the reward from
X, but it is behaving as if
X is 0 every time.
-- Yrdris Maelstrom Wielder
http://pastebin.com/5qw8L2jL This one is kind of crazy, perhaps impossible. I do see "Cascade" appear on each of the cards in my hand, but they don't behave as though they have the ability when cast.
Next:Back tomorrow to finish up on Commander 2016 (hopefully) as well as some missing cards.