{
"text": "Let's take it from the top, and remember, you are _. Show me _(SAME CARD AGAIN)_.",
"pick": 3
},
It should be "pick: 1" in both cases.
Both of these cards appear in the CAH Packs on the Google Docs Spreadsheet; I have not yet looked to see if there's any others. I'm guessing your script counts underscores but it also counts the ones surrounding the second blank space. I can't think of a more elegant solution other than adding a special case for each of the cards, unfortunately. I've done this in my own Python script, but JS isn't my jam!
I'm currently making a script which uses the JSON files and have noticed a bit of a quirk with two specific cards so far:
And:
It should be
"pick: 1"
in both cases.Both of these cards appear in the CAH Packs on the Google Docs Spreadsheet; I have not yet looked to see if there's any others. I'm guessing your script counts underscores but it also counts the ones surrounding the second blank space. I can't think of a more elegant solution other than adding a special case for each of the cards, unfortunately. I've done this in my own Python script, but JS isn't my jam!