andrewgioia/mana

Add New hybrid Phyrexian mana

Closed this issue · 4 comments

Please add the New hybrid Phyrexian mana symbols scryfall has created them

scryfall/manamoji-discord@07424d0

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>

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

Thanks @gbartholomeu, adding this in 1.15.3 shortly

Added in 1.15.3