-
Notifications
You must be signed in to change notification settings - Fork 16
VOW Tokens #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VOW Tokens #125
Conversation
Co-authored-by: ebbit1q <ebbit1q@gmail.com>
|
Question for ordering cards when spaces are involved: Do we order it letter by letter (thereby ignoring the spaces), or word by word? The reason I ask is because of:
The Blood Petal Celebrant has a space but the others dont, so if we go letter by letter it goes between bloodcrazed and bloodsoaked, and if we go word by word it goes before all of them. |
|
space is a character, it is a lower value than others |
|
To clarify on your statement, is A a lower value than B? Or the other way around? |
|
Known issue: There is no token image for the Bat tokens made by Timothar, Baron of Bats. It is a 1/1 Bat token with flying and another effect. I could not find an image of this token with the other tokens. |
|
if no placeholder art can be found for the card you should remove the picURL alltogether |
|
actually, timothar specifies that the card gains the ability, this means it is not part of the card's text box imo |
/VOW^M/related^MV/token^Mk:norm ^dt>$p^M:'<,'>sort^M:'<,'>norm ^2f<d$^P^M
sed -i s/$(cat version.txt)/$(date --utc +%Y%m%d)/ tokens.xml date --utc +%Y%m%d >version.txt
No description provided.