andrewgioia / mana

Magic: the Gathering mana symbol pictographic font
300 stars 32 forks source link

Add New hybrid Phyrexian mana #86

Closed icameron closed 1 year ago

icameron commented 2 years ago

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

https://github.com/scryfall/manamoji-discord/commit/07424d083f1617b65516a2cfcd466e4b9701a033

BarneyL01 commented 2 years ago

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 1 year ago

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:

you can use it as the original hybrid manas: ms ms-cost ms-wup

andrewgioia commented 1 year ago

Thanks @gbartholomeu, adding this in 1.15.3 shortly

andrewgioia commented 1 year ago

Added in 1.15.3