-
Notifications
You must be signed in to change notification settings - Fork 34
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
[New] Pawprint #129
Comments
Adding some context: Pawprints are like a resource, but are explicitly not a resource. Players can't generate or earn pawprints. You don't get pawprint counters. Unused pawprints don't float in a pool or carry over step and phases. They only exist as the spell is cast when choosing modes. Each individual card defines the maximum number of pawprints you can utilize and whether using them all is optional or mandatory. The plaintext equivalent to the pawprint symbol is Mechanics article: https://magic.wizards.com/en/news/feature/bloomburrow-mechanics |
Thanks so much guys, I think the remaining issue for me is how to handle backwards compatibility with {P} and {H} now. {P} was used as the Phyrexian Mana symbol and I guess this is just going to be a breaking change. Happy to entertain any suggestions though. |
I had the same issue, how to tackle the new pawprint symbol. Currently Scryfall utilizes the official definition of {P} and it doesn't conflict "yet", because phyrexian mana utilizes a pattern of {color/P}, for example: {R/P} for red phyrexian mana. So it currently does not require any changes, but if you want to future proof it, you could add new CSS selectors to the phyrexian mana along with the current one, adding the new definition of {color/H}. |
This is not quite accurate. The colored Phyrexian mana symbol plaintext, both on Scryfall and the official WotC plaintext, remains in the form of {color/P}. This remains true even after the change of {P} to {H}. What has changed is the "generic Phyrexian mana" symbol has changed from {P} to {H}. There is only one card that uses this symbol, Rage Extractor (NPH). The problem Andrew's articulating is that while WotC only uses they symbol in one place, most users of Mana are probably using it as the de facto Phyrexian symbol. Unfortunately I think a breaking change is the only answer. Unless straying away from WotC official plaintext is ok. Then {P} could remain as the Phyrexian mana symbol and the pawprint could be labelled {Paw}. |
Yeah this is precisely it. It's unfortunate because I imagine the Phyrexian symbol is and will be way more used than the Pawprint symbol. For now I think we'll keep Phyrexian as |
Seems like a pretty reasonable solution. |
Thanks all, this was added in v1.17.0 as so:
|
A new symbol exclusive to modal Bloomburrow cards.
Scryfall trace
https://svgs.scryfall.io/card-symbols/J.svg
The text was updated successfully, but these errors were encountered: