Add New hybrid Phyrexian mana
Closed this issue · 4 comments
icameron commented
Please add the New hybrid Phyrexian mana symbols scryfall has created them
BarneyL01 commented
I was able to achieve this by adding this to my own CSS for the after phyrexian symbol, and using the ms-split
.ms-pp::after {
content: "\e618";
}
So for Tamiyo, Compleated Sage the hybrid phrexian symbol is:
<i class="ms ms-cost ms-shadow ms-p ms-split ms-pp ms-ci-gu"></i>
gbartholomeu commented
In case @BarneyL01 's answer is not enough, you can check out my css https://github.com/gbartholomeu/mtg-minimalist-proxies/blob/master/minimalistproxies/html/css/mana.css
I created all hybrid manas following the pattern ms- so:
- .ms-bgp
- .ms-brp
- .ms-gup
- .ms-gwp
- .ms-rgp
- .ms-rwp
- .ms-ubp
- .ms-urp
- .ms-wbp
- .ms-wup
you can use it as the original hybrid manas: ms ms-cost ms-wup
andrewgioia commented
Thanks @gbartholomeu, adding this in 1.15.3 shortly
andrewgioia commented
Added in 1.15.3