question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Incorrect Meld Card Name Ordering ("Chittering Host" - EMN)

See original GitHub issue

MTGJSON Version: 4.1.2

Description of Bug:

“Chittering Host” should be at index 1, as per documentation.

[12] pry(main)> j['EMN']['cards'].find { |c| c['name'] =~ /Brisela/ }['names']
=> ["Bruna, the Fading Light", "Brisela, Voice of Nightmares", "Gisela, the Broken Blade"]
[13] pry(main)> j['EMN']['cards'].find { |c| c['name'] =~ /Rats/ }['names']
=> ["Graf Rats", "Midnight Scavengers", "Chittering Host"]
[14] pry(main)> j['EMN']['cards'].find { |c| c['name'] =~ /Chittering/ }['names']
=> ["Graf Rats", "Midnight Scavengers", "Chittering Host"]

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
nickhrsncommented, Dec 12, 2018

Left this as a comment on a merged PR so it may have been missed. Thank @tooomm for pinging me 😄

0reactions
tooommcommented, Dec 29, 2018

Linking the follow up issue: https://github.com/mtgjson/mtgjson/issues/187

Read more comments on GitHub >

github_iconTop Results From Across the Web

[EMN] Chittering Host : r/magicTCG - Reddit
The third meld card is Chittering Host. ... As far as rules go--copiable values include name, so the creature in play definitely has...
Read more >
CR 712. Meld Cards - Rules Resources - Magic Judge News
Example: Chittering Host, a melded permanent, dies. An ability that triggers “whenever a creature dies” triggers once. An ability that triggers “whenever a...
Read more >
Bug: exporting split cards or double faced cards uses ... - GitHub
When you export any adventure card it'll be exported as just the creature name, while when you export any of the new double...
Read more >
Meld card - MTG Wiki - Fandom
Meld card: Hanweir, the Writhing Township formed by melding Hanweir Battlements ... 713.2a Midnight Scavengers and Graf Rats meld to form Chittering Host ......
Read more >
Chittering Host · Eldritch Moon (EMN) #96b - Scryfall
When Chittering Host enters the battlefield, other creatures you control get +1/+0 and gain menace until end of turn. • Eldritch Moon (EMN)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found