Finished coding for today; all cards referenced are from the missing cards list.
Coded, tested, and uploaded:Alpha AuthorityBenalish Emissary -- added kicker trigger and tested
Benalish Lancer -- added kicker trigger and tested
BereavementBlood Tribute -- added kicker trigger and tested
Bloodhusk Ritualist -- added kicker trigger and tested
Bog Down -- added kicker trigger and tested
Bold Defense -- added kicker trigger and tested
Breath of Darigaaz -- added kicker trigger and tested
Burst Lightning -- added kicker trigger and tested
Canopy Surge -- added kicker trigger and tested
Cetavolver -- added kicker trigger and tested
Citanul Woodreaders -- added kicker trigger and tested
Conjurer's BanConqueror's Pledge -- added kicker trigger and tested
Emberwilde DjinnGloomlanceGrave SifterHarsh MercyLey LineMask of IntoleranceMogg AssassinMolten SentryNo QuarterNoetic ScalesOath of GhoulsOath of MagesOath of ScholarsPatriarch's BiddingRisky MoveTide of WarBugs fixed:Grapple with the Past -- was missing a parenthesis on a target call
Grim Flayer -- had incorrect + amounts in delirium buff
HQ art uploaded (all were missing):Grapple with the PastGrave SifterGrim FlayerHarsh MercyOpen Items:-- CW_CARD_QUERY_SPLINTERVERSE has been updated and uploaded.
-- I added a couple posts to the Impossible Cards thread about a few cards that may have to be added to the impossible list.
--
Spreading Plague in the .wad is not working properly. I tested it multiple times and attempted a fix to no avail. I tested with monocolor cards to make sure it wasn't a multicolor issue. I suspect it has something to do with INTERSECTS being used in a filter block. I've never gotten that to work. The only card in the .wad that it seems to work on is
Konda's Banner, which when you look at it, doesn't appear to be different. It is this issue that has prevented me from completing
Crown of Awe,
Crown of Suspicion, etc. I wish there was another way to query subtype. I've tried Get_Subtype() and looked through the S_ChooseCreatureType functions etc. EDIT TO ADD:
Spreading Plague is destroying all creatures except the trigger creature, rather than all creatures that share a color with the trigger creature.
Next:Back tomorrow to continue coding missing cards.