You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"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!
The text was updated successfully, but these errors were encountered:
-emerges from chrysalis- Thank you! This is definitely an error with my script. I was thinking about changing it from _ to {1} and I think that would solve the ambiguity here.
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!
The text was updated successfully, but these errors were encountered: