This commit is contained in:
Andrew Gioia 2025-12-11 20:57:39 +00:00 committed by GitHub
commit 817f0a9898
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
48 changed files with 1009 additions and 187 deletions

View File

@ -7,22 +7,20 @@ on:
- master
permissions:
contents: read
pages: write
id-token: write
pull-requests: write
contents: write # push to gh-pages
pull-requests: write # create/update PR comment
concurrency:
group: docs-preview-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build:
name: Build docs
build-and-deploy-preview:
name: Build & deploy PR preview
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- name: Checkout PR branch
uses: actions/checkout@v4
- name: Setup Node
@ -34,41 +32,24 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build docs (npm run publish)
- name: Build docs
run: npm run publish
- name: Upload artifact for GitHub Pages
uses: actions/upload-pages-artifact@v3
- name: Deploy preview to gh-pages/pr-<number>/
uses: peaceiris/actions-gh-pages@v4
with:
path: ./docs
deploy:
name: Deploy PR preview
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
outputs:
page_url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages (preview)
id: deployment
uses: actions/deploy-pages@v4
with:
# mark this as a preview deployment for a PR
preview: true
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./docs
destination_dir: pr-${{ github.event.pull_request.number }}
keep_files: true
comment:
name: Comment preview URL on PR
needs: deploy
needs: build-and-deploy-preview
runs-on: ubuntu-latest
# only run if we actually got a URL, and only for same-repo PRs (forks have restricted tokens)
if: >
needs.deploy.outputs.page_url != '' &&
github.event.pull_request.head.repo.full_name == github.repository
# only for same-repo PRs (no forks)
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Find existing docs preview comment
@ -87,7 +68,7 @@ jobs:
body: |
🔍 **Keyrune docs preview**
Preview URL: ${{ needs.deploy.outputs.page_url }}
Preview URL: https://keyrune.andrewgioia.com/pr-${{ github.event.pull_request.number }}/
- Source branch: `${{ github.head_ref }}`
- Target branch: `${{ github.base_ref }}`

View File

@ -7,31 +7,53 @@ All notable changes to this project will be documented in this file.
* Update ONC once official, higher resolution image comes out.
* Support apparent "tri-layered" symbols, like SNC and CBL where there's a rarity layer, a fixed white layer, and a border. These are unlike the dual-layered symbols like AFR and MID.
* Validate all class names to handle official set codes, MODO codes, and MTGJson/community fallbacks
* Update this changelog for better formatting
* Review DSK and FDN SVG files to make sure they're single layer, and update docs if needed
## Versions
## [3.18.0] 2025-12-10 Lorwyn Eclipsed
### [3.17.1] 2025-06-23 Avatar: the Last Airbender
### NOTE: Sass and Bower deprecations
#### Added
* This is the last release where both LESS and Sass are going to be updated, barring anyone submitting a PR to handle Sass maintenance. I much prefer Sass, but LESS is in a better spot in this project and has been the primary tested build. I sadly just need to save time where I can and maintaining 2 CSS extensions. v4 will be all Sass or just pure CSS.
* I also deleted the bower.json file as this wasn't used in a very long time.
### Added
* Lorwyn Eclipsed (ECL) and Commander (ECC) set symbols ([#283](https://github.com/andrewgioia/keyrune/issues/283))
* Avatar: the Last Airbender Eternal (TCE) set symbol ([#278](https://github.com/andrewgioia/keyrune/issues/278))
* Teenage Mutant Ninja Turtles (TMT), TMT Source Material Cards (PZA), and TMT Eternal Legal Cards (TMC) set symbols ([#284](https://github.com/andrewgioia/keyrune/issues/284))
* Alias of `y25` for `yeoe` ([#281](https://github.com/andrewgioia/keyrune/issues/281))
* Strixhaven Mystical Archives Japan promo set symbol, using STA-JPN as the set code ([#276](https://github.com/andrewgioia/keyrune/issues/276))
### Changed
* TLA set symbol now uses the official one; there is no need to have a standalone glyph either, the regular rarity is now the default set symbol ([#286](https://github.com/andrewgioia/keyrune/issues/286))
### Fixed
* Typo for TLA set code in Sass map ([#277](https://github.com/andrewgioia/keyrune/issues/277))
* SPE name in documentation is now the corrected with the "Eternal-Legal" ending ([#282](https://github.com/andrewgioia/keyrune/issues/282))
## [3.17.1] 2025-06-23 Avatar: the Last Airbender
### Added
* Edge of Eternities: Stellar Sights (EOS) set symbol ([#273](https://github.com/andrewgioia/keyrune/issues/273))
* Avatar: The Last Airbender (TLA) set symbol, along with full rarity/border/inner variants ([#274](https://github.com/andrewgioia/keyrune/issues/274))
* Puzzle Quest (PMA), Puzzle Quest 2 (PM2), and Daxos vs Kalemne digital set symbols ([#262](https://github.com/andrewgioia/keyrune/issues/262))
#### Fixed
### Fixed
* Documentation now correctly categorizes some UB sets (WHO and PIP) as Commander sets ([#230](https://github.com/andrewgioia/keyrune/issues/230))
* FCA added to Cheatsheet ([#272](https://github.com/andrewgioia/keyrune/issues/272))
### [3.17.0] 2025-06-08 Edge of Eternities
## [3.17.0] 2025-06-08 Edge of Eternities
Special thanks to @HeliumOctahelide for the PR and all of the work, thank you 🙏
#### Added
### Added
* Tarkir Dragonstorm Commander (TDC) set symbol ([#250](https://github.com/andrewgioia/keyrune/issues/250))
* Final Fantasy (FIN) set symbol ([#263](https://github.com/andrewgioia/keyrune/issues/263))
@ -43,70 +65,72 @@ Special thanks to @HeliumOctahelide for the PR and all of the work, thank you
* Marvel Spider-Man Scene cards (SPE) set symbol ([#266](https://github.com/andrewgioia/keyrune/issues/266))
* Marvel (MAR) set symbol ([#266](https://github.com/andrewgioia/keyrune/issues/266))
#### Changed
### Changed
* Icon for Tarkir Dragonstorm (TDM) is now official, with new border glyph ([#250](https://github.com/andrewgioia/keyrune/issues/250))
#### Fixed
### Fixed
* Missing SVGs for NEM, J22, LTC, and CMM are now available ([#267](https://github.com/andrewgioia/keyrune/issues/267))
* All Alchemy aliases are now available ([#271](https://github.com/andrewgioia/keyrune/issues/271))
### [3.16.1] 2024-12-12 Tarkir: Dragonstorm
## [3.16.1] 2024-12-12 Tarkir: Dragonstorm
#### Added
### Added
* Pioneer Masters (PIO) set symbol ([#249](https://github.com/andrewgioia/keyrune/issues/249))
* Preliminary icon for the Tarkir: Dragonstorm (TDM) set symbol; this will be replaced when the official one comes out ([#250](https://github.com/andrewgioia/keyrune/issues/250))
* Aetherdrift Commander (DRC) set symbol with inner and border glyphs ([#251](https://github.com/andrewgioia/keyrune/issues/251))
* SVGs are now up to date and the improper scale of DSK and MB2 is corrected ([#260](https://github.com/andrewgioia/keyrune/issues/260))
#### Changed
### Changed
* REN and RIN are now added as set codes and class names for Renaissance and Rinascimento, respectively. Previously these were `xren` and `xrin`, which are maintained for backwards compatibility, but they now have the "official" MTGJSON/Scryfall codes.
#### Fixed
### Fixed
* Re-adds support for text-stroke borders by default, and manual glyph borders as an override on specific symbols. Note that .ss-border is not working well when .ss-grad is also applied, due to the way that the gradient has to be applied to the glyph (via text-clip).
### [3.16.0] 2024-10-28 Aetherdrift
## [3.16.0] 2024-10-28 Aetherdrift
#### Added
### Added
* Aetherdrift (DFT) set symbol ([#248](https://github.com/andrewgioia/keyrune/issues/248))
* Innistrad Remastered (INR) set symbol ([#248](https://github.com/andrewgioia/keyrune/issues/248))
* Foundations Commander (FDC) set symbol ([#223](https://github.com/andrewgioia/keyrune/issues/233))
#### Changed
### Changed
* Commander 2016 (C16) previously used the inner rarity layer as the monochrome/default set symbol. This unfortunately lost the sword pommel and much of the set symbols character, as WOTC uses nonstandard rarity/border styles for symbol images. The border is now the default monochrome set symbol and the symbol is now a dual-layered one with rarity as a separate glyph. ([#246](https://github.com/andrewgioia/keyrune/issues/246))
#### Fixed
### Fixed
* Y23 and Y24 were in the font but now are documented ([#247](https://github.com/andrewgioia/keyrune/issues/247))
* Y23 alias added for YDMU
* Cheatsheet now has better icon font rendering so things don't look so dark
#### Removed
### Removed
* `.ss-border` has been removed after realizing 1. it wasn't functional for non-duo symbols and 2. it wasn't the correct way to do it anyway. Better automatica border support for non-duo symbols coming soon.
### [3.15.1] 2024-10-26 DSC, Y25, J25, and come cleanup
#### Added
## [3.15.1] 2024-10-26 DSC, Y25, J25, and come cleanup
### Added
* Duskmourn Commander set symbol (DSC) (Uses changes from [#244](https://github.com/andrewgioia/keyrune/pull/244). There was an issue with the assets that made it easier just to manually pull them in, plus this version includes the multilayer style with inner layer handling.
* Alchemy 2025 (Y25) set symbol, with alias for Alchemy Bloomburror (YBLB) ([#231](https://github.com/andrewgioia/keyrune/issues/231))
* Jumpstart 2025 (J25) set symbol ([#236](https://github.com/andrewgioia/keyrune/issues/236)). This one suffers from most of the border adding to the set symbol itself and will be much better handled in v4, but for now we're shipping a "modified" version by default to convey the border as well as an alternate `.j25a` true to the rarity layer.
#### Fixed
### Fixed
* Moved FDN up to Core Sets in documentation
* BLB unicode corrected in icons documentation ([#244](https://github.com/andrewgioia/keyrune/pull/244))
### [3.15.0] 2024-08-21 FDN, DSK, and other fixes
## [3.15.0] 2024-08-21 FDN, DSK, and other fixes
Major thanks to @Horsty80 for the PR and patience! Thanks to @HeliumOctahelide as well for contributions.
@ -117,28 +141,33 @@ Major thanks to @Horsty80 for the PR and patience! Thanks to @HeliumOctahelide a
* **Changed:** Development dependendies in `package.json` for lessc, sass, and clean-css.
* **Added:** New contributing guide beginnings
### [3.14.1] 2024-03-04 Fixes docs for BIG, fixes .ttf for embedding
## [3.14.1] 2024-03-04 Fixes docs for BIG, fixes .ttf for embedding
* **Fixed:** Moved BIG to Expansions in docs ([#227](https://github.com/andrewgioia/keyrune/issues/227))
* **Changed:** keyrune.ttf should have the correct font embeddability setting, need to test to confirm ([#201](https://github.com/andrewgioia/keyrune/issues/201))
### [3.14.0] 2024-03-02 Murders at Karlov Manner and the 2024 announced sets
## [3.14.0] 2024-03-02 Murders at Karlov Manner and the 2024 announced sets
* **Added:** Murders at Karlov Manor (MKM), MKM Commander (MKC), and Ravnica: Clue Edition (CLU) set symbols ([#223](https://github.com/andrewgioia/keyrune/issues/223))
* **Added:** Outlaws of Thunder Junction (OTJ), OTJ Commander (OTC), Breaking News (OTP), The Big Score (BIG), Bloomburrow (BLB), BLB Commander (BLC), Universes Beyond: Assassin's Creed (ACR), Modern Horizons III (MH3), and MH3 Commander (M3C) ([#225](https://github.com/andrewgioia/keyrune/issues/225))
### [3.13.1] 2023-11-21 Fixes Sass division syntax
## [3.13.1] 2023-11-21 Fixes Sass division syntax
* **Merged:** Fix for Dart Sass 2.0.0 changes to division ([PR #221](https://github.com/andrewgioia/keyrune/pull/221)); thank you [@nogweii](https://github.com/nogweii)
### [3.13.0] 2023-11-21 Lost Caverns of Ixalan sets plus supplementals
## [3.13.0] 2023-11-21 Lost Caverns of Ixalan sets plus supplementals
* **Added:** Lost Caverns of Ixalan (LCI), Lost Caverns of Ixalan Ccmmander (LCC), Jurassic World (REX), and Special Guests (SPG) set symbols added ([#216](https://github.com/andrewgioia/keyrune/issues/216))
* **Added:** Universes Beyond: Fallout (PIP) set symbol added ([#218](https://github.com/andrewgioia/keyrune/issues/218))
* **Changed:** Kaldheim Commander now correctly has a dual-layered symbol variant to match the printed card ([#191](https://github.com/andrewgioia/keyrune/issues/191))
* **Fixed:** CMM added to Cheatsheet, was missing ([#219](https://github.com/andrewgioia/keyrune/issues/219))
### [3.12.3] 2023-10-02 WOE supplemental sets, early 2024 products, and some alternate symbols
## [3.12.3] 2023-10-02 WOE supplemental sets, early 2024 products, and some alternate symbols
* **Added:** Wilds of Eldraine Enchanting Tales (WOT) set symbol ([#208](https://github.com/andrewgioia/keyrune/issues/208))
* **Added:** Alchemy 2024 (Alchemy Wilds of Eldraine) (Y24) set symbol ([#209](https://github.com/andrewgioia/keyrune/issues/209))
@ -150,7 +179,8 @@ Major thanks to @Horsty80 for the PR and patience! Thanks to @HeliumOctahelide a
* **Fixed:** SVG for LTR is now in the SVG directory, as well as other missing ones ([#207](https://github.com/andrewgioia/keyrune/issues/207) [#211](https://github.com/andrewgioia/keyrune/issues/211))
* **Fixed:** UNF is now in the Sass variables file, it was missing previously
### [3.12.2] 2023-05-26 Spring 2023 updates
## [3.12.2] 2023-05-26 Spring 2023 updates
* **Added:** Shadows Over Innistrad (SIR) set symbol ([#202](https://github.com/andrewgioia/keyrune/issues/202))
* **Added:** Shadows of the Past (SIS) set symbol ([#202](https://github.com/andrewgioia/keyrune/issues/202))
@ -165,13 +195,15 @@ Major thanks to @Horsty80 for the PR and patience! Thanks to @HeliumOctahelide a
* **Fixed:** March of the Machine spelled correctly everywhere now ([#204](https://github.com/andrewgioia/keyrune/issues/204))
* **Fixed:** Y22 cheatsheet symbol is now the correct symbol ([#200](https://github.com/andrewgioia/keyrune/issues/200))
### [3.12.1] 2023-02-04 Hotfix for missing supplementals
## [3.12.1] 2023-02-04 Hotfix for missing supplementals
* **Added:** Jumpstart 2022 (J22) set symbol
* **Added:** Commander Starter Decks (SCD) set symbol; includes inner white layer
* **Added:** 30th Anniversary Edition (30A) alternate symbol; @todo draw official text symbol used on the cards
### [3.12.0] 2023-02-03 Phyrexia: All Will Be One
## [3.12.0] 2023-02-03 Phyrexia: All Will Be One
This was _very late_ and I apologize to everyone relying on this project. Some of these were slated for v3.11.1 but I just pushed them into v3.12.0.
@ -185,14 +217,16 @@ This was _very late_ and I apologize to everyone relying on this project. Some o
* **Fixed:** Alchemy 2022 (A22) set symbol corrected with Beleren font for the "22." Unsure what font was used in the previous glyph or how that even happened.
* Happy birthday, James!
### [3.11.0] 2022-11-15 Brothers' War sets
## [3.11.0] 2022-11-15 Brothers' War sets
* **Added:** The Brothers' War (BRO) set symbol ([#195](https://github.com/andrewgioia/keyrune/issues/195))
* **Added:** The Brothers' War Commander (BRC) set symbol ([#195](https://github.com/andrewgioia/keyrune/issues/195))
* **Added:** The Brothers' War Retro Artifacts (BRR) set symbol ([#195](https://github.com/andrewgioia/keyrune/issues/195))
* **Added:** The Brothers' War Transformers (BOT) set symbol ([#195](https://github.com/andrewgioia/keyrune/issues/195))
### [3.10.0] 2022-05-13 Summer 2022 set symbols and typo fixes
## [3.10.0] 2022-05-13 Summer 2022 set symbols and typo fixes
* **Added:** Dominaria United (DMU) set symbol
* **Added:** Dominaria United Commander (DMC) set symbol
@ -203,23 +237,26 @@ This was _very late_ and I apologize to everyone relying on this project. Some o
* **Fixed:** SaSS reference to J21 is no longer AFR (thanks to @ThePieBandit in [PR #185](https://github.com/andrewgioia/keyrune/pull/185))
* **Changed:** .ss-border now uses ::marker pseudo-element for a third glyph layer; this is an experimental test for the future 4.0 release that will normalize all symbol sizes and add 1-3 layer support to correctly represent them
### [3.9.2] 2022-03-26 Commander Legends: Battle for Baldur's Gate and Streets of New Capenna Commander
## [3.9.2] 2022-03-26 Commander Legends: Battle for Baldur's Gate and Streets of New Capenna Commander
* **Added:** Commander Legends: Battle for Baldur's Gate (CBL) set symbol, along with it's white insert dual-layered symbol ([#186](https://github.com/andrewgioia/keyrune/issues/186))
* **Added:** Streets of New Capenna Commander (NNC) set symbol and 2 additional dual-layered symbols as an alternate ([#184](https://github.com/andrewgioia/keyrune/issues/184))
### [3.9.1] 2022-03-25 Kamigawa Commander and Streets of New Capenna
## [3.9.1] 2022-03-25 Kamigawa Commander and Streets of New Capenna
* **Added:** Kamigawa, Neon Dynasty Commander (NEC) set symbol ([#180](https://github.com/andrewgioia/keyrune/issues/180))
* **Added:** Streets of New Capenna (SNC) set symbol ([#184](https://github.com/andrewgioia/keyrune/issues/184))
### [3.9.0] 2022-01-26 Kamigawa: Neon Dynasty, Unfinity, and Alchemy 2022
## [3.9.0] 2022-01-26 Kamigawa: Neon Dynasty, Unfinity, and Alchemy 2022
* **Added:** Kamigawa, Neon Dynasty (NEO) set symbol ([#178](https://github.com/andrewgioia/keyrune/issues/178))
* **Added:** Unfinity (UNF) set symbol ([#175](https://github.com/andrewgioia/keyrune/issues/175))
* **Added:** Alchemy 2022 (Y22) set symbol ([#176](https://github.com/andrewgioia/keyrune/issues/176))
### [3.8.4] 2021-11-12 Innistrad sets and cleanup
## [3.8.4] 2021-11-12 Innistrad sets and cleanup
* **Added:** Innistrad: Midnight Hunt Commander (MIC) set symbol ([#167](https://github.com/andrewgioia/keyrune/issues/167))
* **Added:** Innistrad: Crimson Vow Commander (VOC) set symbol ([#171](https://github.com/andrewgioia/keyrune/issues/171))
@ -227,36 +264,43 @@ This was _very late_ and I apologize to everyone relying on this project. Some o
* **Fixed:** Individual SVG filenames corrected and missing images added ([#168](https://github.com/andrewgioia/keyrune/issues/168))
* **Fixed:** CDN now at latest and font has the corrected/latest version
### [3.8.3] 2021-07-31 Jumpstart: Historic Horizons
## [3.8.3] 2021-07-31 Jumpstart: Historic Horizons
* **Added:** preliminary trace of a very low res source J21 symbol
### [3.8.2] 2021-07-15 Forgotten Realms Commander
## [3.8.2] 2021-07-15 Forgotten Realms Commander
* **Added:** Adventures in the Forgotten Realms Commander (AFC) set symbol ([#163](https://github.com/andrewgioia/keyrune/issues/163))
### [3.8.1] 2021-07-06 Adds mising SVGs and corrects CDN
## [3.8.1] 2021-07-06 Adds mising SVGs and corrects CDN
* **Fixed:** added missing SVG files for recent set symbols
* **Fixed:** the @latest url scheme in the CDN wasn't working well (caching issues), assets are loaded locally now for faster visual updates after releases ([#162](https://github.com/andrewgioia/keyrune/issues/162))
### [3.8.0] 2021-07-06 Strixhaven Mystical Archives and Commander 2021
## [3.8.0] 2021-07-06 Strixhaven Mystical Archives and Commander 2021
* **Added:** Strixhaven Mystical Archive (STA) set symbol ([#156](https://github.com/andrewgioia/keyrune/issues/156))
* **Added:** Commander 2021 (C21) set symbol ([#161](https://github.com/andrewgioia/keyrune/issues/161))
* **Fixed:** dual-layer typo corrected
### [3.7.2] 2021-02-19 Kaldheim Commander
## [3.7.2] 2021-02-19 Kaldheim Commander
* **Added:** Kaldheim Commander (KHC) ([#152](https://github.com/andrewgioia/keyrune/issues/152))
* **Fixed:** MP1 had an errant stroke in the SVG, this is removed now! ([#154](https://github.com/andrewgioia/keyrune/issues/154))
### [3.7.1] 2020-12-11 Kaladesh Remastered
## [3.7.1] 2020-12-11 Kaladesh Remastered
* **Added:** Kaladesh Remastered (KLR) ([#151](https://github.com/andrewgioia/keyrune/issues/151))
* **Fixed:** Set codes for Kaldheim (KHM) and Strixhaven (STX) are now official ([#149](https://github.com/andrewgioia/keyrune/issues/149))
### [3.7.0] 2020-09-02 2021 symbols and new dual-layered support!
## [3.7.0] 2020-09-02 2021 symbols and new dual-layered support!
This is a big update with all of the recently announced 2021 sets (major thanks to @csuhta and @scryfall). This also begins support for the dual-layered symbols (like M21, though that hasn't been fixed yet) where the border and fill are 2 separate layers.
@ -270,55 +314,65 @@ This is a big update with all of the recently announced 2021 sets (major thanks
* **Added:** Innistrad Werewolves (preliminary code xIN4) ([#141](https://github.com/andrewgioia/keyrune/issues/141))
* **Added:** new support for 2 dual-layered symbols, xDND and xIN4. Now if you add `.ss-duo` to these symboles they'll use the border glyph to properly represent these print layers (where the inner is the gradient/colorized portion and the border is black or white) (partly addressing [#119](https://github.com/andrewgioia/keyrune/issues/119))
### [3.6.8] 2020-08-28 Adds all missing SVGs
## [3.6.8] 2020-08-28 Adds all missing SVGs
* **Fixed:** Forgot to add some SVGs, that folder is current now
### [3.6.7] 2020-08-28 Amonkhet Remastered, Mystery Booster
## [3.6.7] 2020-08-28 Amonkhet Remastered, Mystery Booster
* **Added:** Arena's Amonkhet Remastered (AKR) added ([#132](https://github.com/andrewgioia/keyrune/issues/132))
* **Added:** Mystery Booster (MB1) uses Scryfall's planeswalker symbol ([#130https://github.com/andrewgioia/keyrune/issues/130]())
* **Changed:** aliases for Secret Lair sets (SLU and SLD) added to `.pmei` ([#131](https://github.com/andrewgioia/keyrune/issues/131))
* **Fixed:** Zendikar Rising set code fixed to ZNR ([#135](https://github.com/andrewgioia/keyrune/issues/135))
### [3.6.6] 2020-06-17 Core 2021, Jumpstart, Double Masters, Signature Spellbook: Chandra
## [3.6.6] 2020-06-17 Core 2021, Jumpstart, Double Masters, Signature Spellbook: Chandra
* **Added:** Long overdue, sorry! Core Set 2021 (M21) and Jumpstart symbols added ([#123](https://github.com/andrewgioia/Keyrune/issues/123))
* **Added:** Signature Spellbook: Chandra (SS3) set symbol ([#124](https://github.com/andrewgioia/Keyrune/issues/124))
* **Added:** Double Masters (2XM) set symbol added ([#121](https://github.com/andrewgioia/Keyrune/issues/121))
* **Fixed:** I had the symbol (a while ago) for Jumpstart as M21 oddly, that's now fixed
### [3.6.5] 2020-04-02 Unsanctioned
## [3.6.5] 2020-04-02 Unsanctioned
* **Added:** Unsanctioned (UND) set symbol added, traced from low-ish resolution image on Gatherer ([#112](https://github.com/andrewgioia/Keyrune/issues/112))
### [3.6.4] 2020-04-02 Ikoria: Lair of Behemoths has the correct set code
## [3.6.4] 2020-04-02 Ikoria: Lair of Behemoths has the correct set code
* **Changed:** xIKR is now corrected to IKO as the set code for Ikoria: Lair of Behemoths.
### [3.6.3] 2019-12-04 Judge Academy 2020 and Historic Anthology symbols
## [3.6.3] 2019-12-04 Judge Academy 2020 and Historic Anthology symbols
* **Added:** Judge Academy 2020 Promo (J20) set symbol, announced today ([#110](https://github.com/andrewgioia/Keyrune/issues/110))
* **Added:** Historic Anthology (HA1) set symbol, Arena only currently; the code is unofficial ([#108](https://github.com/andrewgioia/Keyrune/issues/108))
* **Added:** new aliases for Secret Lair Drop Series (SLD) and Heroes of the Realm 2017 (HTR17), for the PMEI symbol ([#109](https://github.com/andrewgioia/Keyrune/issues/109))
### [3.6.2] 2019-10-31 Symbols for 2020 Commander products 👻
## [3.6.2] 2019-10-31 Symbols for 2020 Commander products 👻
* **Added:** Ikoria: Commander Decks (C20), for release 4/24/20
* **Added:** Zendikar Rising: Commander Decks (ZNC), for release 2020 Q3
* **Added:** Commander Collection: Green (CC1), for release 2020 Q3
* **Added:** Commander Legends (CMR) and its accompanying decks (CMC), for release 2020 Q4
### [3.6.1] 2019-10-30 License revisions
## [3.6.1] 2019-10-30 License revisions
* **Added:** CHANGELOG.md file added and changes removed from README.md.
* **Changed:** Fonts now issued under OFL 1.1 and package under GPL 3.0.
### [3.6.0] 2019-10-30 Unofficial symbols for 2020 main sets
## [3.6.0] 2019-10-30 Unofficial symbols for 2020 main sets
* **Added:** Unofficial symbols for Theros: Beyond Death (THB), Ikoria: Lair of Behemoths (placeholder xIKR), Core 2021 (placeholder M21), Zendikar Rising (placeholder xZNR), promo Ponies: the Gathering (PTG), and Game Night 2019 (GN2).
* **Changed:** ELD updated with official symbols.
### Previous (to fix)
* v3.5.0 - Throne of Eldraine (unofficial) and Commander 2019 added; SCSS files cleaned up and tested; SVG files now distributed with project

View File

@ -1,35 +0,0 @@
{
"name": "keyrune",
"homepage": "http://keyrune.andrewgioia.com",
"version": "3.17.1",
"authors": [
"Andrew Gioia <andrew@gioia.email>"
],
"description": "Magic: the Gathering set symbol pictographic font",
"main": [
"css/keyrune.css"
],
"keywords": [
"keyrune",
"mtg",
"set",
"set symbol",
"set code",
"magic",
"gathering",
"font"
],
"dependencies": {},
"devDependencies": {},
"license": [
"OFL-1.1",
"MIT"
],
"ignore": [
"*/.*",
"*.json",
"*.md",
"node_modules",
"bower_components"
]
}

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.17.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.17.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.1') format('woff2'), url('../fonts/keyrune.woff?v=3.17.1') format('woff'), url('../fonts/keyrune.ttf?v=3.17.1') format('truetype'), url('../fonts/keyrune.svg?v=3.17.1#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.18.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.18.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.18.0') format('woff2'), url('../fonts/keyrune.woff?v=3.18.0') format('woff'), url('../fonts/keyrune.ttf?v=3.18.0') format('truetype'), url('../fonts/keyrune.svg?v=3.18.0#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -107,6 +107,10 @@
.ss-duo.ss-dsc::after {
content: "\e9de";
}
.ss-duo.ss-ecc::after {
content: "\ea14";
color: #fff !important;
}
.ss-duo.ss-eoc::after {
content: "\e9f7";
color: #fff !important;
@ -158,14 +162,21 @@
content: "\e9f2";
color: #fff !important;
}
.ss-duo.ss-tla::before {
content: "\e9fc";
width: 100%;
}
.ss-duo.ss-tla::after {
content: "\e9fe";
color: #fff !important;
}
.ss-duo.ss-tle {
/* no ::before, keeping the border as the rarity unless .ss-border is added */
}
.ss-duo.ss-tle::after {
content: "\ea0c";
color: #fff !important;
}
.ss-duo.ss-tmt::after {
content: "\ea17";
color: #fff !important;
}
.ss-duo.ss-una::after {
content: "\e9bf";
color: #fff !important;
@ -712,6 +723,13 @@
.ss-tla:before {
content: "\e9fb";
}
/* 2026 Sets */
.ss-ecl:before {
content: "\ea04";
}
.ss-tmt:before {
content: "\ea06";
}
/**
* Command Zone */
.ss-van:before {
@ -878,6 +896,12 @@
.ss-eoc:before {
content: "\e9f6";
}
.ss-ecc:before {
content: "\ea11";
}
.ss-tmc:before {
content: "\ea15";
}
/**
* Reprint */
.ss-chr:before {
@ -1223,6 +1247,12 @@
.ss-spe:before {
content: "\e9f3";
}
.ss-tle:before {
content: "\ea0b";
}
.ss-pza:before {
content: "\ea08";
}
/**
* Promotional */
.ss-pgru:before {
@ -1327,6 +1357,9 @@
.ss-eos:before {
content: "\ea00";
}
.ss-sta-jpn:before {
content: "\e9fc";
}
/**
* Secret Lairs */
.ss-slu:before {
@ -1423,7 +1456,8 @@
.ss-yblb:before,
.ss-ydft:before,
.ss-ydsk:before,
.ss-ytdm:before {
.ss-ytdm:before,
.ss-yeoe:before {
content: "\e9da";
}
.ss-pma:before {
@ -1435,6 +1469,12 @@
.ss-dvk:before {
content: "\ea03";
}
.ss-om1:before {
content: "\ea0e";
}
.ss-omb:before {
content: "\ea10";
}
/**
* Un-serious */
.ss-ugl:before {
@ -1516,14 +1556,23 @@
.ss-border.ss-dmc::before,
.ss-border.ss-drc::before,
.ss-border.ss-dsc::before,
.ss-border.ss-ecc::before,
.ss-border.ss-ecl::before,
.ss-border.ss-eos::before,
.ss-border.ss-fin::before,
.ss-border.ss-hop::before,
.ss-border.ss-inr::before,
.ss-border.ss-om1::before,
.ss-border.ss-omb::before,
.ss-border.ss-pc2::before,
.ss-border.ss-pza::before,
.ss-border.ss-sis::before,
.ss-border.ss-tce::before,
.ss-border.ss-tdm::before,
.ss-border.ss-tla::before,
.ss-border.ss-tle::before,
.ss-border.ss-tmc::before,
.ss-border.ss-tmt::before,
.ss-border.ss-van::before {
-webkit-text-stroke: 0 !important;
}
@ -1540,14 +1589,23 @@
.ss-border.ss-dmc:not(.ss-duo)::after,
.ss-border.ss-drc:not(.ss-duo)::after,
.ss-border.ss-dsc:not(.ss-duo)::after,
.ss-border.ss-ecc:not(.ss-duo)::after,
.ss-border.ss-ecl:not(.ss-duo)::after,
.ss-border.ss-eos:not(.ss-duo)::after,
.ss-border.ss-fin:not(.ss-duo)::after,
.ss-border.ss-hop:not(.ss-duo)::after,
.ss-border.ss-inr:not(.ss-duo)::after,
.ss-border.ss-om1:not(.ss-duo)::after,
.ss-border.ss-omb:not(.ss-duo)::after,
.ss-border.ss-pc2:not(.ss-duo)::after,
.ss-border.ss-pza:not(.ss-duo)::after,
.ss-border.ss-sis:not(.ss-duo)::after,
.ss-border.ss-tce:not(.ss-duo)::after,
.ss-border.ss-tdm:not(.ss-duo)::after,
.ss-border.ss-tla:not(.ss-duo)::after,
.ss-border.ss-tle:not(.ss-duo)::after,
.ss-border.ss-tmc:not(.ss-duo)::after,
.ss-border.ss-tmt:not(.ss-duo)::after,
.ss-border.ss-van:not(.ss-duo)::after {
color: #fff;
display: block;
@ -1571,14 +1629,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-drc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-ecc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-ecl:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-eos:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-fin:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-hop:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-om1:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-omb:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-pza:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-sis:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tce:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tdm:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tla:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tle:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tmc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tmt:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-van:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-40k:not(.ss-duo).ss-rare::after,
.ss-border.ss-arc:not(.ss-duo).ss-rare::after,
@ -1593,14 +1660,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-rare::after,
.ss-border.ss-drc:not(.ss-duo).ss-rare::after,
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
.ss-border.ss-ecc:not(.ss-duo).ss-rare::after,
.ss-border.ss-ecl:not(.ss-duo).ss-rare::after,
.ss-border.ss-eos:not(.ss-duo).ss-rare::after,
.ss-border.ss-fin:not(.ss-duo).ss-rare::after,
.ss-border.ss-hop:not(.ss-duo).ss-rare::after,
.ss-border.ss-inr:not(.ss-duo).ss-rare::after,
.ss-border.ss-om1:not(.ss-duo).ss-rare::after,
.ss-border.ss-omb:not(.ss-duo).ss-rare::after,
.ss-border.ss-pc2:not(.ss-duo).ss-rare::after,
.ss-border.ss-pza:not(.ss-duo).ss-rare::after,
.ss-border.ss-sis:not(.ss-duo).ss-rare::after,
.ss-border.ss-tce:not(.ss-duo).ss-rare::after,
.ss-border.ss-tdm:not(.ss-duo).ss-rare::after,
.ss-border.ss-tla:not(.ss-duo).ss-rare::after,
.ss-border.ss-tle:not(.ss-duo).ss-rare::after,
.ss-border.ss-tmc:not(.ss-duo).ss-rare::after,
.ss-border.ss-tmt:not(.ss-duo).ss-rare::after,
.ss-border.ss-van:not(.ss-duo).ss-rare::after,
.ss-border.ss-40k:not(.ss-duo).ss-mythic::after,
.ss-border.ss-arc:not(.ss-duo).ss-mythic::after,
@ -1615,14 +1691,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-drc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-ecc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-ecl:not(.ss-duo).ss-mythic::after,
.ss-border.ss-eos:not(.ss-duo).ss-mythic::after,
.ss-border.ss-fin:not(.ss-duo).ss-mythic::after,
.ss-border.ss-hop:not(.ss-duo).ss-mythic::after,
.ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
.ss-border.ss-om1:not(.ss-duo).ss-mythic::after,
.ss-border.ss-omb:not(.ss-duo).ss-mythic::after,
.ss-border.ss-pc2:not(.ss-duo).ss-mythic::after,
.ss-border.ss-pza:not(.ss-duo).ss-mythic::after,
.ss-border.ss-sis:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tce:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tdm:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tla:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tle:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tmc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tmt:not(.ss-duo).ss-mythic::after,
.ss-border.ss-van:not(.ss-duo).ss-mythic::after,
.ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after,
@ -1637,14 +1722,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-drc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-ecc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-ecl:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-eos:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-fin:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-hop:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-om1:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-omb:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-pza:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tce:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tdm:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tla:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tle:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tmc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tmt:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-van:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-40k:not(.ss-duo).ss-foil::after,
.ss-border.ss-arc:not(.ss-duo).ss-foil::after,
@ -1659,14 +1753,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-foil::after,
.ss-border.ss-drc:not(.ss-duo).ss-foil::after,
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
.ss-border.ss-ecc:not(.ss-duo).ss-foil::after,
.ss-border.ss-ecl:not(.ss-duo).ss-foil::after,
.ss-border.ss-eos:not(.ss-duo).ss-foil::after,
.ss-border.ss-fin:not(.ss-duo).ss-foil::after,
.ss-border.ss-hop:not(.ss-duo).ss-foil::after,
.ss-border.ss-inr:not(.ss-duo).ss-foil::after,
.ss-border.ss-om1:not(.ss-duo).ss-foil::after,
.ss-border.ss-omb:not(.ss-duo).ss-foil::after,
.ss-border.ss-pc2:not(.ss-duo).ss-foil::after,
.ss-border.ss-pza:not(.ss-duo).ss-foil::after,
.ss-border.ss-sis:not(.ss-duo).ss-foil::after,
.ss-border.ss-tce:not(.ss-duo).ss-foil::after,
.ss-border.ss-tdm:not(.ss-duo).ss-foil::after,
.ss-border.ss-tla:not(.ss-duo).ss-foil::after,
.ss-border.ss-tle:not(.ss-duo).ss-foil::after,
.ss-border.ss-tmc:not(.ss-duo).ss-foil::after,
.ss-border.ss-tmt:not(.ss-duo).ss-foil::after,
.ss-border.ss-van:not(.ss-duo).ss-foil::after {
color: #000;
}
@ -1758,6 +1861,26 @@
content: "\e9dd";
color: #000;
}
.ss-border.ss-ecc {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-ecc.ss-fw {
text-align: revert !important;
}
.ss-border.ss-ecc::before {
content: "\ea12";
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-ecc::marker {
content: "\ea13";
color: #000;
}
.ss-border.ss-ecl:after {
content: "\ea05";
}
.ss-border.ss-eos::before {
content: "\e9ff";
}
@ -1776,9 +1899,24 @@
.ss-border.ss-inr:after {
content: "\e9e3";
}
.ss-border.ss-om1::before {
content: "\ea0d";
}
.ss-border.ss-om1::after {
content: "\ea0e";
}
.ss-border.ss-omb::before {
content: "\ea0f";
}
.ss-border.ss-omb::after {
content: "\ea10";
}
.ss-border.ss-pc2:after {
content: "\e659";
}
.ss-border.ss-pza:after {
content: "\ea09";
}
.ss-border.ss-sis::before {
content: "\e9b3";
}
@ -1793,15 +1931,58 @@
list-style-position: inside;
}
.ss-border.ss-tla::before {
content: "\e9fc";
position: absolute;
left: 0;
left: 50%;
top: 0;
translate: -50%;
}
.ss-border.ss-tla.ss-fw {
text-align: revert !important;
}
.ss-border.ss-tla.ss-fw::before {
left: 0;
translate: 0;
}
.ss-border.ss-tla::marker {
content: "\e9fd";
color: #000;
}
.ss-border.ss-tle {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-tle.ss-fw {
text-align: revert !important;
}
.ss-border.ss-tle::before {
content: "\ea0a";
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-tle::marker {
content: "\ea0b";
color: #000;
}
.ss-border.ss-tmc:after {
content: "\ea16";
}
.ss-border.ss-tmt {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-tmt.ss-fw {
text-align: revert !important;
}
.ss-border.ss-tmt::before {
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-tmt::marker {
content: "\ea07";
color: #000;
}
.ss-border.ss-van:after {
content: "\e655";
}

199
css/keyrune.min.css vendored
View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.17.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.17.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.1') format('woff2'), url('../fonts/keyrune.woff?v=3.17.1') format('woff'), url('../fonts/keyrune.ttf?v=3.17.1') format('truetype'), url('../fonts/keyrune.svg?v=3.17.1#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.18.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.18.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.18.0') format('woff2'), url('../fonts/keyrune.woff?v=3.18.0') format('woff'), url('../fonts/keyrune.ttf?v=3.18.0') format('truetype'), url('../fonts/keyrune.svg?v=3.18.0#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -107,6 +107,10 @@
.ss-duo.ss-dsc::after {
content: "\e9de";
}
.ss-duo.ss-ecc::after {
content: "\ea14";
color: #fff !important;
}
.ss-duo.ss-eoc::after {
content: "\e9f7";
color: #fff !important;
@ -158,14 +162,21 @@
content: "\e9f2";
color: #fff !important;
}
.ss-duo.ss-tla::before {
content: "\e9fc";
width: 100%;
}
.ss-duo.ss-tla::after {
content: "\e9fe";
color: #fff !important;
}
.ss-duo.ss-tle {
/* no ::before, keeping the border as the rarity unless .ss-border is added */
}
.ss-duo.ss-tle::after {
content: "\ea0c";
color: #fff !important;
}
.ss-duo.ss-tmt::after {
content: "\ea17";
color: #fff !important;
}
.ss-duo.ss-una::after {
content: "\e9bf";
color: #fff !important;
@ -712,6 +723,13 @@
.ss-tla:before {
content: "\e9fb";
}
/* 2026 Sets */
.ss-ecl:before {
content: "\ea04";
}
.ss-tmt:before {
content: "\ea06";
}
/**
* Command Zone */
.ss-van:before {
@ -878,6 +896,12 @@
.ss-eoc:before {
content: "\e9f6";
}
.ss-ecc:before {
content: "\ea11";
}
.ss-tmc:before {
content: "\ea15";
}
/**
* Reprint */
.ss-chr:before {
@ -1223,6 +1247,12 @@
.ss-spe:before {
content: "\e9f3";
}
.ss-tle:before {
content: "\ea0b";
}
.ss-pza:before {
content: "\ea08";
}
/**
* Promotional */
.ss-pgru:before {
@ -1327,6 +1357,9 @@
.ss-eos:before {
content: "\ea00";
}
.ss-sta-jpn:before {
content: "\e9fc";
}
/**
* Secret Lairs */
.ss-slu:before {
@ -1423,7 +1456,8 @@
.ss-yblb:before,
.ss-ydft:before,
.ss-ydsk:before,
.ss-ytdm:before {
.ss-ytdm:before,
.ss-yeoe:before {
content: "\e9da";
}
.ss-pma:before {
@ -1435,6 +1469,12 @@
.ss-dvk:before {
content: "\ea03";
}
.ss-om1:before {
content: "\ea0e";
}
.ss-omb:before {
content: "\ea10";
}
/**
* Un-serious */
.ss-ugl:before {
@ -1516,14 +1556,23 @@
.ss-border.ss-dmc::before,
.ss-border.ss-drc::before,
.ss-border.ss-dsc::before,
.ss-border.ss-ecc::before,
.ss-border.ss-ecl::before,
.ss-border.ss-eos::before,
.ss-border.ss-fin::before,
.ss-border.ss-hop::before,
.ss-border.ss-inr::before,
.ss-border.ss-om1::before,
.ss-border.ss-omb::before,
.ss-border.ss-pc2::before,
.ss-border.ss-pza::before,
.ss-border.ss-sis::before,
.ss-border.ss-tce::before,
.ss-border.ss-tdm::before,
.ss-border.ss-tla::before,
.ss-border.ss-tle::before,
.ss-border.ss-tmc::before,
.ss-border.ss-tmt::before,
.ss-border.ss-van::before {
-webkit-text-stroke: 0 !important;
}
@ -1540,14 +1589,23 @@
.ss-border.ss-dmc:not(.ss-duo)::after,
.ss-border.ss-drc:not(.ss-duo)::after,
.ss-border.ss-dsc:not(.ss-duo)::after,
.ss-border.ss-ecc:not(.ss-duo)::after,
.ss-border.ss-ecl:not(.ss-duo)::after,
.ss-border.ss-eos:not(.ss-duo)::after,
.ss-border.ss-fin:not(.ss-duo)::after,
.ss-border.ss-hop:not(.ss-duo)::after,
.ss-border.ss-inr:not(.ss-duo)::after,
.ss-border.ss-om1:not(.ss-duo)::after,
.ss-border.ss-omb:not(.ss-duo)::after,
.ss-border.ss-pc2:not(.ss-duo)::after,
.ss-border.ss-pza:not(.ss-duo)::after,
.ss-border.ss-sis:not(.ss-duo)::after,
.ss-border.ss-tce:not(.ss-duo)::after,
.ss-border.ss-tdm:not(.ss-duo)::after,
.ss-border.ss-tla:not(.ss-duo)::after,
.ss-border.ss-tle:not(.ss-duo)::after,
.ss-border.ss-tmc:not(.ss-duo)::after,
.ss-border.ss-tmt:not(.ss-duo)::after,
.ss-border.ss-van:not(.ss-duo)::after {
color: #fff;
display: block;
@ -1571,14 +1629,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-drc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-ecc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-ecl:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-eos:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-fin:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-hop:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-om1:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-omb:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-pza:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-sis:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tce:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tdm:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tla:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tle:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tmc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tmt:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-van:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-40k:not(.ss-duo).ss-rare::after,
.ss-border.ss-arc:not(.ss-duo).ss-rare::after,
@ -1593,14 +1660,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-rare::after,
.ss-border.ss-drc:not(.ss-duo).ss-rare::after,
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
.ss-border.ss-ecc:not(.ss-duo).ss-rare::after,
.ss-border.ss-ecl:not(.ss-duo).ss-rare::after,
.ss-border.ss-eos:not(.ss-duo).ss-rare::after,
.ss-border.ss-fin:not(.ss-duo).ss-rare::after,
.ss-border.ss-hop:not(.ss-duo).ss-rare::after,
.ss-border.ss-inr:not(.ss-duo).ss-rare::after,
.ss-border.ss-om1:not(.ss-duo).ss-rare::after,
.ss-border.ss-omb:not(.ss-duo).ss-rare::after,
.ss-border.ss-pc2:not(.ss-duo).ss-rare::after,
.ss-border.ss-pza:not(.ss-duo).ss-rare::after,
.ss-border.ss-sis:not(.ss-duo).ss-rare::after,
.ss-border.ss-tce:not(.ss-duo).ss-rare::after,
.ss-border.ss-tdm:not(.ss-duo).ss-rare::after,
.ss-border.ss-tla:not(.ss-duo).ss-rare::after,
.ss-border.ss-tle:not(.ss-duo).ss-rare::after,
.ss-border.ss-tmc:not(.ss-duo).ss-rare::after,
.ss-border.ss-tmt:not(.ss-duo).ss-rare::after,
.ss-border.ss-van:not(.ss-duo).ss-rare::after,
.ss-border.ss-40k:not(.ss-duo).ss-mythic::after,
.ss-border.ss-arc:not(.ss-duo).ss-mythic::after,
@ -1615,14 +1691,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-drc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-ecc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-ecl:not(.ss-duo).ss-mythic::after,
.ss-border.ss-eos:not(.ss-duo).ss-mythic::after,
.ss-border.ss-fin:not(.ss-duo).ss-mythic::after,
.ss-border.ss-hop:not(.ss-duo).ss-mythic::after,
.ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
.ss-border.ss-om1:not(.ss-duo).ss-mythic::after,
.ss-border.ss-omb:not(.ss-duo).ss-mythic::after,
.ss-border.ss-pc2:not(.ss-duo).ss-mythic::after,
.ss-border.ss-pza:not(.ss-duo).ss-mythic::after,
.ss-border.ss-sis:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tce:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tdm:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tla:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tle:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tmc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tmt:not(.ss-duo).ss-mythic::after,
.ss-border.ss-van:not(.ss-duo).ss-mythic::after,
.ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after,
@ -1637,14 +1722,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-drc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-ecc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-ecl:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-eos:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-fin:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-hop:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-om1:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-omb:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-pza:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tce:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tdm:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tla:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tle:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tmc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tmt:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-van:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-40k:not(.ss-duo).ss-foil::after,
.ss-border.ss-arc:not(.ss-duo).ss-foil::after,
@ -1659,14 +1753,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-foil::after,
.ss-border.ss-drc:not(.ss-duo).ss-foil::after,
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
.ss-border.ss-ecc:not(.ss-duo).ss-foil::after,
.ss-border.ss-ecl:not(.ss-duo).ss-foil::after,
.ss-border.ss-eos:not(.ss-duo).ss-foil::after,
.ss-border.ss-fin:not(.ss-duo).ss-foil::after,
.ss-border.ss-hop:not(.ss-duo).ss-foil::after,
.ss-border.ss-inr:not(.ss-duo).ss-foil::after,
.ss-border.ss-om1:not(.ss-duo).ss-foil::after,
.ss-border.ss-omb:not(.ss-duo).ss-foil::after,
.ss-border.ss-pc2:not(.ss-duo).ss-foil::after,
.ss-border.ss-pza:not(.ss-duo).ss-foil::after,
.ss-border.ss-sis:not(.ss-duo).ss-foil::after,
.ss-border.ss-tce:not(.ss-duo).ss-foil::after,
.ss-border.ss-tdm:not(.ss-duo).ss-foil::after,
.ss-border.ss-tla:not(.ss-duo).ss-foil::after,
.ss-border.ss-tle:not(.ss-duo).ss-foil::after,
.ss-border.ss-tmc:not(.ss-duo).ss-foil::after,
.ss-border.ss-tmt:not(.ss-duo).ss-foil::after,
.ss-border.ss-van:not(.ss-duo).ss-foil::after {
color: #000;
}
@ -1758,6 +1861,26 @@
content: "\e9dd";
color: #000;
}
.ss-border.ss-ecc {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-ecc.ss-fw {
text-align: revert !important;
}
.ss-border.ss-ecc::before {
content: "\ea12";
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-ecc::marker {
content: "\ea13";
color: #000;
}
.ss-border.ss-ecl:after {
content: "\ea05";
}
.ss-border.ss-eos::before {
content: "\e9ff";
}
@ -1776,9 +1899,24 @@
.ss-border.ss-inr:after {
content: "\e9e3";
}
.ss-border.ss-om1::before {
content: "\ea0d";
}
.ss-border.ss-om1::after {
content: "\ea0e";
}
.ss-border.ss-omb::before {
content: "\ea0f";
}
.ss-border.ss-omb::after {
content: "\ea10";
}
.ss-border.ss-pc2:after {
content: "\e659";
}
.ss-border.ss-pza:after {
content: "\ea09";
}
.ss-border.ss-sis::before {
content: "\e9b3";
}
@ -1793,15 +1931,58 @@
list-style-position: inside;
}
.ss-border.ss-tla::before {
content: "\e9fc";
position: absolute;
left: 0;
left: 50%;
top: 0;
translate: -50%;
}
.ss-border.ss-tla.ss-fw {
text-align: revert !important;
}
.ss-border.ss-tla.ss-fw::before {
left: 0;
translate: 0;
}
.ss-border.ss-tla::marker {
content: "\e9fd";
color: #000;
}
.ss-border.ss-tle {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-tle.ss-fw {
text-align: revert !important;
}
.ss-border.ss-tle::before {
content: "\ea0a";
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-tle::marker {
content: "\ea0b";
color: #000;
}
.ss-border.ss-tmc:after {
content: "\ea16";
}
.ss-border.ss-tmt {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-tmt.ss-fw {
text-align: revert !important;
}
.ss-border.ss-tmt::before {
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-tmt::marker {
content: "\ea07";
color: #000;
}
.ss-border.ss-van:after {
content: "\e655";
}

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=3.17.1');
src: url('../fonts/keyrune.eot?#iefix&v=3.17.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.1') format('woff2'), url('../fonts/keyrune.woff?v=3.17.1') format('woff'), url('../fonts/keyrune.ttf?v=3.17.1') format('truetype'), url('../fonts/keyrune.svg?v=3.17.1#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=3.18.0');
src: url('../fonts/keyrune.eot?#iefix&v=3.18.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.18.0') format('woff2'), url('../fonts/keyrune.woff?v=3.18.0') format('woff'), url('../fonts/keyrune.ttf?v=3.18.0') format('truetype'), url('../fonts/keyrune.svg?v=3.18.0#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -107,6 +107,10 @@
.ss-duo.ss-dsc::after {
content: "\e9de";
}
.ss-duo.ss-ecc::after {
content: "\ea14";
color: #fff !important;
}
.ss-duo.ss-eoc::after {
content: "\e9f7";
color: #fff !important;
@ -158,14 +162,21 @@
content: "\e9f2";
color: #fff !important;
}
.ss-duo.ss-tla::before {
content: "\e9fc";
width: 100%;
}
.ss-duo.ss-tla::after {
content: "\e9fe";
color: #fff !important;
}
.ss-duo.ss-tle {
/* no ::before, keeping the border as the rarity unless .ss-border is added */
}
.ss-duo.ss-tle::after {
content: "\ea0c";
color: #fff !important;
}
.ss-duo.ss-tmt::after {
content: "\ea17";
color: #fff !important;
}
.ss-duo.ss-una::after {
content: "\e9bf";
color: #fff !important;
@ -712,6 +723,13 @@
.ss-tla:before {
content: "\e9fb";
}
/* 2026 Sets */
.ss-ecl:before {
content: "\ea04";
}
.ss-tmt:before {
content: "\ea06";
}
/**
* Command Zone */
.ss-van:before {
@ -878,6 +896,12 @@
.ss-eoc:before {
content: "\e9f6";
}
.ss-ecc:before {
content: "\ea11";
}
.ss-tmc:before {
content: "\ea15";
}
/**
* Reprint */
.ss-chr:before {
@ -1223,6 +1247,12 @@
.ss-spe:before {
content: "\e9f3";
}
.ss-tle:before {
content: "\ea0b";
}
.ss-pza:before {
content: "\ea08";
}
/**
* Promotional */
.ss-pgru:before {
@ -1327,6 +1357,9 @@
.ss-eos:before {
content: "\ea00";
}
.ss-sta-jpn:before {
content: "\e9fc";
}
/**
* Secret Lairs */
.ss-slu:before {
@ -1423,7 +1456,8 @@
.ss-yblb:before,
.ss-ydft:before,
.ss-ydsk:before,
.ss-ytdm:before {
.ss-ytdm:before,
.ss-yeoe:before {
content: "\e9da";
}
.ss-pma:before {
@ -1435,6 +1469,12 @@
.ss-dvk:before {
content: "\ea03";
}
.ss-om1:before {
content: "\ea0e";
}
.ss-omb:before {
content: "\ea10";
}
/**
* Un-serious */
.ss-ugl:before {
@ -1516,14 +1556,23 @@
.ss-border.ss-dmc::before,
.ss-border.ss-drc::before,
.ss-border.ss-dsc::before,
.ss-border.ss-ecc::before,
.ss-border.ss-ecl::before,
.ss-border.ss-eos::before,
.ss-border.ss-fin::before,
.ss-border.ss-hop::before,
.ss-border.ss-inr::before,
.ss-border.ss-om1::before,
.ss-border.ss-omb::before,
.ss-border.ss-pc2::before,
.ss-border.ss-pza::before,
.ss-border.ss-sis::before,
.ss-border.ss-tce::before,
.ss-border.ss-tdm::before,
.ss-border.ss-tla::before,
.ss-border.ss-tle::before,
.ss-border.ss-tmc::before,
.ss-border.ss-tmt::before,
.ss-border.ss-van::before {
-webkit-text-stroke: 0 !important;
}
@ -1540,14 +1589,23 @@
.ss-border.ss-dmc:not(.ss-duo)::after,
.ss-border.ss-drc:not(.ss-duo)::after,
.ss-border.ss-dsc:not(.ss-duo)::after,
.ss-border.ss-ecc:not(.ss-duo)::after,
.ss-border.ss-ecl:not(.ss-duo)::after,
.ss-border.ss-eos:not(.ss-duo)::after,
.ss-border.ss-fin:not(.ss-duo)::after,
.ss-border.ss-hop:not(.ss-duo)::after,
.ss-border.ss-inr:not(.ss-duo)::after,
.ss-border.ss-om1:not(.ss-duo)::after,
.ss-border.ss-omb:not(.ss-duo)::after,
.ss-border.ss-pc2:not(.ss-duo)::after,
.ss-border.ss-pza:not(.ss-duo)::after,
.ss-border.ss-sis:not(.ss-duo)::after,
.ss-border.ss-tce:not(.ss-duo)::after,
.ss-border.ss-tdm:not(.ss-duo)::after,
.ss-border.ss-tla:not(.ss-duo)::after,
.ss-border.ss-tle:not(.ss-duo)::after,
.ss-border.ss-tmc:not(.ss-duo)::after,
.ss-border.ss-tmt:not(.ss-duo)::after,
.ss-border.ss-van:not(.ss-duo)::after {
color: #fff;
display: block;
@ -1571,14 +1629,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-drc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-ecc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-ecl:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-eos:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-fin:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-hop:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-om1:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-omb:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-pza:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-sis:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tce:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tdm:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tla:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tle:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tmc:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-tmt:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-van:not(.ss-duo).ss-uncommon::after,
.ss-border.ss-40k:not(.ss-duo).ss-rare::after,
.ss-border.ss-arc:not(.ss-duo).ss-rare::after,
@ -1593,14 +1660,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-rare::after,
.ss-border.ss-drc:not(.ss-duo).ss-rare::after,
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
.ss-border.ss-ecc:not(.ss-duo).ss-rare::after,
.ss-border.ss-ecl:not(.ss-duo).ss-rare::after,
.ss-border.ss-eos:not(.ss-duo).ss-rare::after,
.ss-border.ss-fin:not(.ss-duo).ss-rare::after,
.ss-border.ss-hop:not(.ss-duo).ss-rare::after,
.ss-border.ss-inr:not(.ss-duo).ss-rare::after,
.ss-border.ss-om1:not(.ss-duo).ss-rare::after,
.ss-border.ss-omb:not(.ss-duo).ss-rare::after,
.ss-border.ss-pc2:not(.ss-duo).ss-rare::after,
.ss-border.ss-pza:not(.ss-duo).ss-rare::after,
.ss-border.ss-sis:not(.ss-duo).ss-rare::after,
.ss-border.ss-tce:not(.ss-duo).ss-rare::after,
.ss-border.ss-tdm:not(.ss-duo).ss-rare::after,
.ss-border.ss-tla:not(.ss-duo).ss-rare::after,
.ss-border.ss-tle:not(.ss-duo).ss-rare::after,
.ss-border.ss-tmc:not(.ss-duo).ss-rare::after,
.ss-border.ss-tmt:not(.ss-duo).ss-rare::after,
.ss-border.ss-van:not(.ss-duo).ss-rare::after,
.ss-border.ss-40k:not(.ss-duo).ss-mythic::after,
.ss-border.ss-arc:not(.ss-duo).ss-mythic::after,
@ -1615,14 +1691,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-drc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-ecc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-ecl:not(.ss-duo).ss-mythic::after,
.ss-border.ss-eos:not(.ss-duo).ss-mythic::after,
.ss-border.ss-fin:not(.ss-duo).ss-mythic::after,
.ss-border.ss-hop:not(.ss-duo).ss-mythic::after,
.ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
.ss-border.ss-om1:not(.ss-duo).ss-mythic::after,
.ss-border.ss-omb:not(.ss-duo).ss-mythic::after,
.ss-border.ss-pc2:not(.ss-duo).ss-mythic::after,
.ss-border.ss-pza:not(.ss-duo).ss-mythic::after,
.ss-border.ss-sis:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tce:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tdm:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tla:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tle:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tmc:not(.ss-duo).ss-mythic::after,
.ss-border.ss-tmt:not(.ss-duo).ss-mythic::after,
.ss-border.ss-van:not(.ss-duo).ss-mythic::after,
.ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after,
@ -1637,14 +1722,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-drc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-ecc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-ecl:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-eos:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-fin:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-hop:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-om1:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-omb:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-pza:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tce:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tdm:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tla:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tle:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tmc:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-tmt:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-van:not(.ss-duo).ss-timeshifted::after,
.ss-border.ss-40k:not(.ss-duo).ss-foil::after,
.ss-border.ss-arc:not(.ss-duo).ss-foil::after,
@ -1659,14 +1753,23 @@
.ss-border.ss-dmc:not(.ss-duo).ss-foil::after,
.ss-border.ss-drc:not(.ss-duo).ss-foil::after,
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
.ss-border.ss-ecc:not(.ss-duo).ss-foil::after,
.ss-border.ss-ecl:not(.ss-duo).ss-foil::after,
.ss-border.ss-eos:not(.ss-duo).ss-foil::after,
.ss-border.ss-fin:not(.ss-duo).ss-foil::after,
.ss-border.ss-hop:not(.ss-duo).ss-foil::after,
.ss-border.ss-inr:not(.ss-duo).ss-foil::after,
.ss-border.ss-om1:not(.ss-duo).ss-foil::after,
.ss-border.ss-omb:not(.ss-duo).ss-foil::after,
.ss-border.ss-pc2:not(.ss-duo).ss-foil::after,
.ss-border.ss-pza:not(.ss-duo).ss-foil::after,
.ss-border.ss-sis:not(.ss-duo).ss-foil::after,
.ss-border.ss-tce:not(.ss-duo).ss-foil::after,
.ss-border.ss-tdm:not(.ss-duo).ss-foil::after,
.ss-border.ss-tla:not(.ss-duo).ss-foil::after,
.ss-border.ss-tle:not(.ss-duo).ss-foil::after,
.ss-border.ss-tmc:not(.ss-duo).ss-foil::after,
.ss-border.ss-tmt:not(.ss-duo).ss-foil::after,
.ss-border.ss-van:not(.ss-duo).ss-foil::after {
color: #000;
}
@ -1758,6 +1861,26 @@
content: "\e9dd";
color: #000;
}
.ss-border.ss-ecc {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-ecc.ss-fw {
text-align: revert !important;
}
.ss-border.ss-ecc::before {
content: "\ea12";
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-ecc::marker {
content: "\ea13";
color: #000;
}
.ss-border.ss-ecl:after {
content: "\ea05";
}
.ss-border.ss-eos::before {
content: "\e9ff";
}
@ -1776,9 +1899,24 @@
.ss-border.ss-inr:after {
content: "\e9e3";
}
.ss-border.ss-om1::before {
content: "\ea0d";
}
.ss-border.ss-om1::after {
content: "\ea0e";
}
.ss-border.ss-omb::before {
content: "\ea0f";
}
.ss-border.ss-omb::after {
content: "\ea10";
}
.ss-border.ss-pc2:after {
content: "\e659";
}
.ss-border.ss-pza:after {
content: "\ea09";
}
.ss-border.ss-sis::before {
content: "\e9b3";
}
@ -1793,15 +1931,58 @@
list-style-position: inside;
}
.ss-border.ss-tla::before {
content: "\e9fc";
position: absolute;
left: 0;
left: 50%;
top: 0;
translate: -50%;
}
.ss-border.ss-tla.ss-fw {
text-align: revert !important;
}
.ss-border.ss-tla.ss-fw::before {
left: 0;
translate: 0;
}
.ss-border.ss-tla::marker {
content: "\e9fd";
color: #000;
}
.ss-border.ss-tle {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-tle.ss-fw {
text-align: revert !important;
}
.ss-border.ss-tle::before {
content: "\ea0a";
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-tle::marker {
content: "\ea0b";
color: #000;
}
.ss-border.ss-tmc:after {
content: "\ea16";
}
.ss-border.ss-tmt {
display: list-item;
list-style-position: inside;
}
.ss-border.ss-tmt.ss-fw {
text-align: revert !important;
}
.ss-border.ss-tmt::before {
position: absolute;
left: 0;
top: 0;
}
.ss-border.ss-tmt::marker {
content: "\ea07";
color: #000;
}
.ss-border.ss-van:after {
content: "\e655";
}

View File

@ -169,6 +169,8 @@
<span class="utf"><i>&#xe92d;</i> ss-e01 <code>&amp;#xe92d;</code></span>
<span class="utf"><i>&#xe931;</i> ss-e02 <code>&amp;#xe931;</code></span>
<span class="utf"><i>&#xe9b4;</i> ss-ea1 <code>&amp;#xe9b4;</code></span>
<span class="utf"><i>&#xea11;</i> ss-ecc <code>&amp;#xea11;</code></span>
<span class="utf"><i>&#xea04;</i> ss-ecl <code>&amp;#xea04;</code></span>
<span class="utf"><i>&#xe95e;</i> ss-eld <code>&amp;#xe95e;</code></span>
<span class="utf"><i>&#xe903;</i> ss-ema <code>&amp;#xe903;</code></span>
<span class="utf"><i>&#xe90b;</i> ss-emn <code>&amp;#xe90b;</code></span>
@ -279,6 +281,8 @@
<span class="utf"><i>&#xe649;</i> ss-nph <code>&amp;#xe649;</code></span>
<span class="utf"><i>&#xe62b;</i> ss-ody <code>&amp;#xe62b;</code></span>
<span class="utf"><i>&#xe901;</i> ss-ogw <code>&amp;#xe901;</code></span>
<span class="utf"><i>&#xea0e;</i> ss-om1 <code>&amp;#xea0e;</code></span>
<span class="utf"><i>&#xea10;</i> ss-omb <code>&amp;#xea10;</code></span>
<span class="utf"><i>&#xe9a8;</i> ss-onc <code>&amp;#xe9a8;</code></span>
<span class="utf"><i>&#xe9a1;</i> ss-one <code>&amp;#xe9a1;</code></span>
<span class="utf"><i>&#xe62e;</i> ss-ons <code>&amp;#xe62e;</code></span>
@ -340,7 +344,10 @@
<span class="utf"><i>&#xe961;</i> ss-thb <code>&amp;#xe961;</code></span>
<span class="utf"><i>&#xe650;</i> ss-ths <code>&amp;#xe650;</code></span>
<span class="utf"><i>&#xe9fb;</i> ss-tla <code>&amp;#xe9fb;</code></span>
<span class="utf"><i>&#xea0b;</i> ss-tle <code>&amp;#xea0b;</code></span>
<span class="utf"><i>&#xea15;</i> ss-tmc <code>&amp;#xea15;</code></span>
<span class="utf"><i>&#xe61f;</i> ss-tmp <code>&amp;#xe61f;</code></span>
<span class="utf"><i>&#xea06;</i> ss-tmt <code>&amp;#xea06;</code></span>
<span class="utf"><i>&#xe62c;</i> ss-tor <code>&amp;#xe62c;</code></span>
<span class="utf"><i>&#xe694;</i> ss-tpr <code>&amp;#xe694;</code></span>
<span class="utf"><i>&#xe63a;</i> ss-tsp <code>&amp;#xe63a;</code></span>
@ -465,6 +472,9 @@
<span class="utf"><i>&#xe9eb;</i> drc inner <code>&amp;#xe997;</code></span>
<span class="utf"><i>&#xe9dd;</i> dsc border <code>&amp;#xe9dd;</code></span>
<span class="utf"><i>&#xe9de;</i> dsc inner <code>&amp;#xe9de;</code></span>
<span class="utf"><i>&#xea13;</i> ecc border <code>&amp;#xea13;</code></span>
<span class="utf"><i>&#xea14;</i> ecc inner <code>&amp;#xea14;</code></span>
<span class="utf"><i>&#xea05;</i> ecl border <code>&amp;#xea05;</code></span>
<span class="utf"><i>&#xe9f7;</i> eoc inner <code>&amp;#xe9f7;</code></span>
<span class="utf"><i>&#xe9ff;</i> eos rarity <code>&amp;#xe9ff;</code></span>
<span class="utf"><i>&#xe9ef;</i> fin border <code>&amp;#xe9ef;</code></span>
@ -477,13 +487,17 @@
<span class="utf"><i>&#xe979;</i> mid border <code>&amp;#xe979;</code></span>
<span class="utf"><i>&#xe98f;</i> ncc inner color <code>&amp;#xe98f;</code></span>
<span class="utf"><i>&#xe990;</i> ncc inner wing <code>&amp;#xe990;</code></span>
<span class="utf"><i>&#xea0d;</i> om1 rarity <code>&amp;#xea0d;</code></span>
<span class="utf"><i>&#xea0f;</i> omb rarity <code>&amp;#xea0f;</code></span>
<span class="utf"><i>&#xe9d3;</i> otc inner <code>&amp;#xe9d3;</code></span>
<span class="utf"><i>&#xe9ab;</i> scd rarity <code>&amp;#xe9ab;</code></span>
<span class="utf"><i>&#xe9ac;</i> scd inner <code>&amp;#xe9ac;</code></span>
<span class="utf"><i>&#xe9f2;</i> spm inner <code>&amp;#xe9f2;</code></span>
<span class="utf"><i>&#xe9fc;</i> tla rarity <code>&amp;#xe9fc;</code></span>
<span class="utf"><i>&#xe9fd;</i> tla border <code>&amp;#xe9fd;</code></span>
<span class="utf"><i>&#xe9fe;</i> tla inner <code>&amp;#xe9fe;</code></span>
<span class="utf"><i>&#xea16;</i> tmc border <code>&amp;#xea16;</code></span>
<span class="utf"><i>&#xea07;</i> tmt border <code>&amp;#xea07;</code></span>
<span class="utf"><i>&#xea17;</i> tmt inner <code>&amp;#xea17;</code></span>
<span class="utf"><i>&#xe9bf;</i> una inner <code>&amp;#xe9bf;</code></span>
<div class="clear"></div>
</div>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -45,7 +45,7 @@
<div class="wrapper">
<section>
<h3>
View the full list of set and expansion symbols below, for all sets and special edition products up to <strong>Avatar: the Last Airbender</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
View the full list of set and expansion symbols below, for all sets and special edition products up to <strong>Lorwyn Eclipsed and TMNT</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
</h3>
<p style="margin: -15px 0 25px;">
<strong>Note:</strong> you can now link directly to a preview of each symbol's by adding the symbol code at the end of the url like this: <a href="https://keyrune.andrewgioia.com/icons.html?icon=ody">https://keyrune.andrewgioia.com/icons.html?icon=ody</a>.
@ -476,6 +476,12 @@
<div class="icon" id="tla" name="Avatar: The Last Airbender" data-name="Avatar: The Last Airbender" data-class="tla" data-unicode="e9fb" data-added="v3.17.1" data-duo="true">
<span class="name"><i class="ss ss-tla ss-common"></i> Avatar: The Last Airbender <em>(tla)</em></span>
</div>
<div class="icon" id="ecl" name="Lorwyn Eclipsed" data-name="Lorwyn Eclipsed" data-class="ecl" data-unicode="ea04" data-added="v3.18.0">
<span class="name"><i class="ss ss-ecl ss-common"></i> Lorwyn Eclipsed <em>(ecl)</em></span>
</div>
<div class="icon" id="tmt" name="Teenage Mutant Ninja Turtles" data-name="Teenage Mutant Ninja Turtles" data-class="tmt" data-unicode="ea06" data-added="v3.18.0" data-duo="true">
<span class="name"><i class="ss ss-tmt ss-common"></i> Teenage Mutant Ninja Turtles <em>(tmt)</em></span>
</div>
</div>
</section>
<section class="content">
@ -652,6 +658,12 @@
<div class="icon" id="eoc" name="Edge of Eternities Commander" data-name="Edge of Eternities Commander" data-class="eoc" data-unicode="e9f6" data-added="v3.17.0" data-duo="true">
<span class="name"><i class="ss ss-eoc ss-common"></i> Edge of Eternities Commander <em>(eoc)</em></span>
</div>
<div class="icon" id="ecc" name="Lorwyn Eclipsed Commander" data-name="Lorwyn Eclipsed Commander" data-class="ecc" data-unicode="ea11" data-added="v3.18.0" data-duo="true">
<span class="name"><i class="ss ss-ecc ss-common"></i> Lorwyn Eclipsed Commander <em>(ecc)</em></span>
</div>
<div class="icon" id="tmc" name="Teenage Mutant Ninja Turtles Eternal-Legal" data-name="Teenage Mutant Ninja Turtles Eternal-Legal" data-class="tmc" data-unicode="ea15" data-added="v3.18.0" data-duo="false">
<span class="name"><i class="ss ss-tmc ss-common"></i> TMT Eternal-Legal <em>(tmc)</em></span>
</div>
</div>
</section>
<section class="content">
@ -1021,9 +1033,15 @@
<div class="icon" id="inr" name="Innistrad Remastered" data-name="Innistrad Remastered" data-class="inr" data-unicode="e9e2" data-added="v3.16.0" data-duo="true">
<span class="name"><i class="ss ss-inr ss-common"></i> Innistrad Remastered <em>(inr)</em></span>
</div>
<div class="icon" id="spe" name="Marvel Spider-Man Scene" data-name="Marvel Spider-Man Scene" data-class="spe" data-unicode="e9f3" data-added="v3.17.0" data-duo="false">
<div class="icon" id="spe" name="Marvel Spider-Man Eternal-Legal" data-name="Marvel Spider-Man Eternal-Legal" data-class="spe" data-unicode="e9f3" data-added="v3.17.0" data-duo="false">
<span class="name"><i class="ss ss-spe"></i> Marvel Spider-Man Scene <em>(spe)</em></span>
</div>
<div class="icon" id="tle" name="Avatar: the Last Airbender Eternal-Legal" data-name="Avatar: the Last Airbender Eternal-Legal" data-class="tle" data-unicode="ea0b" data-added="v3.18.0" data-duo="true">
<span class="name"><i class="ss ss-tle ss-common"></i> Avatar Eternal-Legal <em>(tle)</em></span>
</div>
<div class="icon" id="pza" name="Teenage Mutant Ninja Turtle Source Material Cards" data-name="Teenage Mutant Ninja Turtle Source Material Cards" data-class="pza" data-unicode="ea08" data-added="v3.18.0" data-duo="false">
<span class="name"><i class="ss ss-pza ss-common"></i> TMT Source Material<em>(pza)</em></span>
</div>
</div>
</section>
<section class="content">
@ -1128,6 +1146,9 @@
<div class="icon" id="rex" name="Jurassic World" data-name="Jurassic World" data-class="rex" data-unicode="e9c4" data-added="v3.13.0">
<span class="name"><i class="ss ss-rex"></i> Jurassic World <em>(rex)</em></span>
</div>
<div class="icon" id="sta-jpn" name="Strixhaven Mystical Archives Japan Promos" data-name="Strixhaven Mystical Archives Japan Promos" data-class="sta-jpn" data-unicode="e9fc" data-added="v3.18.0">
<span class="name"><i class="ss ss-sta-jpn"></i> STA Japan Promos <em>(sta-jpn)</em></span>
</div>
</div>
</section>
<section class="content">
@ -1208,6 +1229,12 @@
<div class="icon" id="dvk" name="Puzzle Masters: Daxos vs. Kalemne" data-name="Puzzle Masters: Daxos vs. Kalemne" data-class="dvk" data-unicode="ea03" data-added="v3.17.1">
<span class="name"><i class="ss ss-dvk"></i> Daxos vs. Kalemne <em>(dvk)</em></span>
</div>
<div class="icon" id="om1" name="Through the Omenpaths" data-name="Through the Omenpaths" data-class="om1" data-unicode="ea0e" data-added="v3.18.0" data-duo="false">
<span class="name"><i class="ss ss-om1"></i> Through the Omenpaths <em>(om1)</em></span>
</div>
<div class="icon" id="omb" name="Through the Omenpaths Bonus Sheet" data-name="Through the Omenpaths Bonus Sheet" data-class="omb" data-unicode="ea0f" data-added="v3.18.0" data-duo="false">
<span class="name"><i class="ss ss-omb"></i> OM1 Bonus <em>(omb)</em></span>
</div>
</div>
</section>
<section class="content">
@ -1419,4 +1446,4 @@
</script>
</body>
</html>
</html>

View File

@ -43,7 +43,7 @@
</a>
</div>
<p>
Current version 3.17.1 includes all sets to Avatar: The Last Airbender.
Current version 3.18.0 includes all sets to Lorwyn Eclipsed.
</p>
</div>
</header>

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -35,14 +35,23 @@
&.@{ss-prefix}-dmc,
&.@{ss-prefix}-drc,
&.@{ss-prefix}-dsc,
&.@{ss-prefix}-ecc,
&.@{ss-prefix}-ecl,
&.@{ss-prefix}-eos,
&.@{ss-prefix}-fin,
&.@{ss-prefix}-hop,
&.@{ss-prefix}-inr,
&.@{ss-prefix}-om1,
&.@{ss-prefix}-omb,
&.@{ss-prefix}-pc2,
&.@{ss-prefix}-pza,
&.@{ss-prefix}-sis,
&.@{ss-prefix}-tce,
&.@{ss-prefix}-tdm,
&.@{ss-prefix}-tla,
&.@{ss-prefix}-tle,
&.@{ss-prefix}-tmc,
&.@{ss-prefix}-tmt,
&.@{ss-prefix}-van {
&::before {
-webkit-text-stroke: 0 !important;
@ -156,6 +165,27 @@
color: #000;
}
}
&.@{ss-prefix}-ecc { // 3 layers, rarity glyph changes here as well
display: list-item;
list-style-position: inside;
&.@{ss-prefix}-fw {
text-align: revert !important; // not sure why we have to remove center
}
&::before { // new rarity
content: "\ea12";
position: absolute;
left: 0;
top: 0;
}
&::marker { // border
content: "\ea13";
color: #000;
}
// ::after is in duo
}
&.@{ss-prefix}-ecl:after { content: "\ea05"; } // Lorwyn Eclipsed
&.@{ss-prefix}-eos { // regular symbol becomes the border
&::before {
content: "\e9ff"; // rarity
@ -174,7 +204,24 @@
}
&.@{ss-prefix}-hop:after { content: "\e656"; } // Planechase 2009
&.@{ss-prefix}-inr:after { content: "\e9e3"; } // Innistrad Remastered
&.@{ss-prefix}-om1 { // rarity becomes the border
&::before {
content: "\ea0d"; // rarity (old border)
}
&::after {
content: "\ea0e"; // border
}
}
&.@{ss-prefix}-omb { // rarity becomes the border
&::before {
content: "\ea0f"; // rarity (old border)
}
&::after {
content: "\ea10"; // border
}
}
&.@{ss-prefix}-pc2:after { content: "\e659"; } // Planechase 2012
&.@{ss-prefix}-pza:after { content: "\ea09"; } // TMT Source Material
&.@{ss-prefix}-sis { // SIS: the regular symbol becomes the border now
&::before {
content: "\e9b3";
@ -188,16 +235,64 @@
display: list-item;
list-style-position: inside;
&::before { // new rarity symbol
content: "\e9fc";
&::before {
position: absolute;
left: 0;
left: 50%;
top: 0;
translate: -50%;
}
&.@{ss-prefix}-fw {
text-align: revert !important; // not sure why we have to remove center
&::before {
left: 0;
translate: 0;
}
}
&::marker { // border
content: "\e9fd";
color: #000;
}
}
&.@{ss-prefix}-tle { // rarity gets a new glyph; using marker because inner duo
display: list-item;
list-style-position: inside;
&.@{ss-prefix}-fw {
text-align: revert !important; // not sure why we have to remove center
}
&::before { // new rarity
content: "\ea0a";
position: absolute;
left: 0;
top: 0;
}
&::marker { // border
content: "\ea0b";
color: #000;
}
// ::after is in duo
}
&.@{ss-prefix}-tmc:after { content: "\ea16"; } // TMT Eternal-Legal
&.@{ss-prefix}-tmt { // 3 layers
display: list-item;
list-style-position: inside;
&.@{ss-prefix}-fw {
text-align: revert !important;
}
&::before {
position: absolute;
left: 0;
top: 0;
}
&::marker { // border
content: "\ea07";
color: #000;
}
// ::after is in duo as inner
}
&.@{ss-prefix}-van:after { content: "\e655"; } // Vanguard
}

View File

@ -95,6 +95,12 @@
content: "\e9de";
}
// Lorwyn Eclipsed Commander
&.@{ss-prefix}-ecc::after {
content: "\ea14";
color: #fff !important;
}
// Edge of Eternities Commander
&.@{ss-prefix}-eoc::after {
content: "\e9f7";
@ -178,18 +184,27 @@
color: #fff !important;
}
// Avatar the Last Airbender
&.@{ss-prefix}-tla {
&::before {
content: "\e9fc"; // new rarity
width: 100%;
}
// Avatar:; the Last Airbender
&.@{ss-prefix}-tla::after {
content: "\e9fe";
color: #fff !important;
}
// Avatar the Last Airbender: Eternal cards
&.@{ss-prefix}-tle {
/* no ::before, keeping the border as the rarity unless .ss-border is added */
&::after { // inner
content: "\e9fe";
content: "\ea0c";
color: #fff !important;
}
}
// Teenage Mutant Ninja Turtles
&.@{ss-prefix}-tmt::after {
content: "\ea17";
color: #fff !important;
}
// Unfinity Acorns
&.@{ss-prefix}-una::after {
content: "\e9bf";

View File

@ -186,6 +186,9 @@
.@{ss-prefix}-eoe:before { content: "\e9f0"; } // Edge of Eternities
.@{ss-prefix}-spm:before { content: "\e9f1"; } // Marvel Spider-Man
.@{ss-prefix}-tla:before { content: "\e9fb"; } // Avatar: the Last Airbender (special glyph)
/* 2026 Sets */
.@{ss-prefix}-ecl:before { content: "\ea04"; } // Lorwyn Eclipsed
.@{ss-prefix}-tmt:before { content: "\ea06"; } // Teenage Mutant Ninja Turtles
/**
* Command Zone */
@ -246,6 +249,9 @@
.@{ss-prefix}-tdc:before { content: "\e9f4"; } // Tarkir Dragonstorm Commander
.@{ss-prefix}-fic:before { content: "\e9f5"; } // Final Fantasy Commander
.@{ss-prefix}-eoc:before { content: "\e9f6"; } // Edge of Eternities Commander
.@{ss-prefix}-ecc:before { content: "\ea11"; } // Lorwyn Eclipsed Commander
.@{ss-prefix}-tmc:before { content: "\ea15"; } // Teenage Mutant Ninja Turtles Eternal-Legal
/**
* Reprint */
@ -393,6 +399,8 @@
.@{ss-prefix}-mh3:before { content: "\e9cf"; } // Modern Horizons 3
.@{ss-prefix}-inr:before { content: "\e9e2"; } // Innistrad Remastered
.@{ss-prefix}-spe:before { content: "\e9f3"; } // Marvel Spider-Man Scene
.@{ss-prefix}-tle:before { content: "\ea0b"; } // Avater Eternal Cards (this is the border glyph b/c it looks better)
.@{ss-prefix}-pza:before { content: "\ea08"; } // TMT Source Material
/**
* Promotional */
@ -433,6 +441,7 @@
.@{ss-prefix}-bot:before { content: "\e99e"; } // The Brothers' War Transformers
.@{ss-prefix}-rex:before { content: "\e9c4"; } // Jurassic World
.@{ss-prefix}-eos:before { content: "\ea00"; } // Edge of Eternities: Stellar Sights
.@{ss-prefix}-sta-jpn:before { content: "\e9fc"; } // Strixhaven Mystical Archives Japanese Promos
/**
* Secret Lairs */
@ -483,10 +492,13 @@
.@{ss-prefix}-yblb:before,
.@{ss-prefix}-ydft:before,
.@{ss-prefix}-ydsk:before,
.@{ss-prefix}-ytdm:before { content: "\e9da"; } // Alchemy 2025
.@{ss-prefix}-ytdm:before,
.@{ss-prefix}-yeoe:before { content: "\e9da"; } // Alchemy 2025
.@{ss-prefix}-pma:before { content: "\ea01"; } // Puzzle Masters
.@{ss-prefix}-pm2:before { content: "\ea02"; } // Puzzle Masters 2
.@{ss-prefix}-dvk:before { content: "\ea03"; } // Daxos vs. Kalemne (Puzzle Masters)
.@{ss-prefix}-om1:before { content: "\ea0e"; } // Through the Omenpaths (using border as symbol here b/c it looks better)
.@{ss-prefix}-omb:before { content: "\ea10"; } // Through the Omenpaths (using border as symbol here b/c it looks better)
/**
* Un-serious */

View File

@ -2,6 +2,6 @@
* Global */
@ss-font-path: '../fonts';
@ss-version: '3.17.1';
@ss-version: '3.18.0';
@ss-font-size-base: 14px;
@ss-prefix: ss;

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "3.17.1",
"version": "3.18.0",
"author": {
"name": "Andrew Gioia",
"email": "andrew@gioia.email",

View File

@ -267,7 +267,7 @@ $keyrune_sets: (
("Final Fantasy", "fin", "\e9ed"),
("Edge of Eternities", "eoe", "\e9f0"),
("Marvel Spider-Man", "spm", "\e9f1"),
("Avatar: the Last Airbender", "spm", "\e9fb"),
("Avatar: the Last Airbender", "tla", "\e9fb"),
// Command zone
("Vanguard", "van", "\e655"),
("Planechase 2009", "hop", "\e656"),

4
svg/ecc-border.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.9 KiB

4
svg/ecc-inner.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M11.343 6.318c-0.088 0.017-0.175 0.030-0.264 0.039 0.091-0.011 0.179-0.025 0.264-0.039zM20.921 6.357c-0.088-0.009-0.176-0.023-0.264-0.039 0.084 0.015 0.173 0.028 0.264 0.039zM15.99 3.747l0.010-0.020 0.011 0.024v-0.002c0.271 0.66 0.681 1.253 1.158 1.78 1.142 1.171 2.771 1.884 4.416 1.821 0.738 0.016 1.464-0.164 2.152-0.418-0.258 0.711-0.443 1.464-0.402 2.226-0.047 0.897 0.178 1.789 0.544 2.603 0.588 1.226 1.605 2.24 2.838 2.814 0.065 0.043 0.182 0.055 0.169 0.157-0.792 0.311-1.476 0.846-2.051 1.464-0.772 0.84-1.27 1.918-1.448 3.043-0.086 0.483-0.041 0.975-0.051 1.463 0.042 0.597 0.188 1.188 0.417 1.742-0.722-0.278-1.489-0.366-2.168-0.401-2.171-0.112-4.568 1.324-5.495 3.422-0.006 0.049-0.065 0.151-0.090 0.191-0.025-0.041-0.083-0.141-0.089-0.19-0.927-2.099-3.324-3.534-5.495-3.422-0.68 0.035-1.446 0.123-2.168 0.401 0.229-0.554 0.375-1.144 0.417-1.742-0.009-0.488 0.036-0.98-0.051-1.463-0.178-1.124-0.676-2.203-1.448-3.043-0.575-0.618-1.26-1.154-2.051-1.464-0.013-0.102 0.104-0.114 0.169-0.157 1.233-0.575 2.25-1.588 2.838-2.814 0.366-0.814 0.591-1.706 0.544-2.603 0.041-0.762-0.144-1.514-0.402-2.226 0.688 0.254 1.414 0.434 2.152 0.418 1.644 0.063 3.274-0.65 4.416-1.821 0.478-0.528 0.889-1.122 1.159-1.783zM16 7.316c-4.039 0-7.318 3.279-7.318 7.318s3.279 7.318 7.318 7.318c4.039 0 7.318-3.279 7.318-7.318s-3.279-7.318-7.318-7.318zM14.409 10.651c1.379-0.61 3.089-0.293 4.228 0.677 1.038 0.833 1.644 2.181 1.565 3.511-0.043 1.368-0.833 2.656-1.974 3.393-0.635 0.435-1.404 0.646-2.167 0.693-0.582 0.020-1.157-0.121-1.703-0.31 1.285-0.54 2.284-1.734 2.541-3.11 0.356-1.602-0.317-3.385-1.649-4.345-0.256-0.209-0.557-0.346-0.841-0.509z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

4
svg/ecc-rarity.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M16 8.288c3.502 0 6.345 2.843 6.345 6.345s-2.843 6.345-6.345 6.345c-3.502 0-6.345-2.843-6.345-6.345s2.843-6.345 6.345-6.345zM14.015 9.762c-0.861 0.368-1.553 0.839-2.153 1.366 0 0 1.779 0.257 2.032 0.367 0.27 0.117 0.358 0.107 0.786 0.454 0.981 0.797 1.542 2.112 1.268 3.346l-0.004 0.016c-0.201 1.076-0.953 2.050-1.965 2.408-1.070 0.379-2.078 0.407-2.078 0.407 0.582 0.538 1.271 1.019 2.137 1.408 0.658 0.228 1.353 0.386 2.054 0.362l0.013-0c0.946-0.057 1.882-0.325 2.66-0.855 1.394-0.904 2.351-2.486 2.407-4.16 0.093-1.628-0.649-3.279-1.919-4.304-1.412-1.196-3.531-1.571-5.239-0.816zM24.189 23.747c-0.485 0.732-1.050 1.408-1.629 2.067-0.415 0.42-0.835 0.836-1.251 1.255-1.172 1.059-2.458 2-3.861 2.73-0.32 0.175-0.629 0.385-0.99 0.468-0.022-0.916 0.002-1.833-0.012-2.749-0.017-0.281 0.311-1.247 0.565-1.807 0.451-0.992 1.385-1.799 2.415-2.275 0.622-0.284 1.3-0.427 1.981-0.467 0.98-0.010 1.918 0.342 2.781 0.778zM7.811 23.748c0.863-0.437 1.801-0.788 2.781-0.778 0.681 0.040 1.359 0.183 1.981 0.467 1.031 0.477 1.964 1.284 2.415 2.275 0.255 0.56 0.583 1.526 0.565 1.807-0.014 0.916 0.010 1.833-0.012 2.749-0.361-0.082-0.67-0.293-0.99-0.468-1.403-0.73-2.688-1.672-3.861-2.73-0.416-0.419-0.836-0.835-1.251-1.255-0.579-0.659-1.144-1.335-1.629-2.067zM11.079 6.358c-0.636 0.079-1.423 0.064-2.115-0.236-0.318-0.115-0.639-0.23-0.929-0.407 0.613-0.841 1.112-1.771 1.408-2.771 0.042-0.136 0.117-0.392 0.151-0.506 0.008-0.027 0.014-0.048 0.017-0.057 0 0 0.056-0.013 0.141-0.033 0.16-0.038 0.424-0.102 0.621-0.155 0.036-0.010 0.070-0.019 0.1-0.028 0.078-0.023 0.167-0.047 0.266-0.072 0.547-0.141 1.389-0.32 2.256-0.463 0.551-0.091 1.113-0.167 1.614-0.21 1.082-0.092 0.944-0.056 0.944-0.056s0.050 0.796-0.106 1.254c-0.186 0.546-0.404 0.984-0.692 1.41-0.296 0.438-0.632 0.893-1.084 1.22-0.469 0.407-1.035 0.683-1.616 0.891-0.171 0.061-0.418 0.129-0.713 0.181-0.084 0.015-0.173 0.028-0.264 0.039zM6.609 7.218c0.155-0.143 0.304-0.296 0.488-0.403 0.398 0.736 0.602 1.568 0.632 2.402-0.042 0.785-0.23 1.565-0.585 2.268-0.339 0.603-0.76 1.178-1.324 1.59-0.655 0.521-1.446 0.825-2.238 1.064-0.405-1.634-0.722-3.288-0.946-4.957 1.456-0.328 2.836-0.995 3.973-1.964zM3.947 15.36c0.632 0.202 1.25 0.475 1.786 0.872 1.276 0.947 2.023 2.535 1.991 4.118-0.045 0.414-0.093 0.833-0.219 1.232-0.1 0.341-0.255 0.662-0.388 0.989-0.211-0.22-0.322-0.512-0.486-0.765-0.954-1.698-1.748-3.488-2.347-5.343-0.12-0.365-0.255-0.727-0.337-1.103zM25.391 7.217c1.136 0.969 2.517 1.637 3.973 1.964-0.223 1.668-0.541 3.323-0.945 4.957-0.792-0.24-1.584-0.544-2.238-1.064-0.564-0.412-0.985-0.986-1.324-1.59-0.356-0.703-0.543-1.483-0.585-2.268 0.030-0.834 0.234-1.666 0.632-2.402 0.184 0.107 0.333 0.26 0.488 0.403zM28.053 15.359c-0.083 0.376-0.217 0.738-0.337 1.103-0.599 1.855-1.393 3.645-2.347 5.343-0.164 0.254-0.275 0.545-0.486 0.765-0.134-0.328-0.289-0.648-0.388-0.989-0.125-0.399-0.174-0.818-0.219-1.232-0.032-1.583 0.715-3.171 1.991-4.118 0.536-0.397 1.154-0.67 1.786-0.872zM20.657 6.317c-0.294-0.051-0.542-0.119-0.713-0.181-0.581-0.209-1.147-0.484-1.616-0.891-0.452-0.327-0.788-0.782-1.084-1.22-0.288-0.427-0.506-0.864-0.692-1.41-0.156-0.458-0.106-1.254-0.106-1.254s-0.138-0.036 0.944 0.056c0.502 0.043 1.063 0.119 1.614 0.21 0.867 0.143 1.709 0.322 2.256 0.463 0.099 0.026 0.188 0.050 0.266 0.072 0.031 0.009 0.064 0.018 0.1 0.028 0.198 0.054 0.462 0.117 0.622 0.155 0.085 0.020 0.141 0.033 0.141 0.033 0.003 0.010 0.009 0.030 0.017 0.057 0.033 0.114 0.109 0.37 0.151 0.506 0.296 1 0.796 1.93 1.408 2.771-0.29 0.178-0.611 0.292-0.929 0.407-0.692 0.3-1.478 0.315-2.115 0.236-0.091-0.011-0.179-0.025-0.264-0.039z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

4
svg/ecc.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M15.989 31.756c-0.193-0.085-1.589-0.701-2.22-1.059-1.91-1.054-3.638-2.435-5.104-4.048-1.374-1.516-2.525-3.225-3.477-5.033-1.664-3.201-2.723-6.69-3.347-10.235-0.165-0.867-0.403-3.138-0.403-3.138 0.781-0.11 1.562-0.269 2.291-0.579 2.465-0.973 4.394-3.258 4.878-5.868 0.026-0.104 0.089-0.301 0.089-0.301s0.705-0.184 1.055-0.284c0.715-0.197 1.435-0.379 2.164-0.518 0.925-0.199 1.818-0.306 2.804-0.392 0.425-0.041 0.848-0.062 1.269-0.063v-0.001c0.429 0 0.86 0.021 1.292 0.063 0.986 0.087 1.879 0.193 2.804 0.392 0.729 0.139 1.449 0.321 2.164 0.518 0.35 0.101 1.055 0.284 1.055 0.284s2.502 5.196 4.967 6.169c0.729 0.31 1.51 0.469 2.291 0.579 0 0-0.238 2.271-0.403 3.138-0.624 3.545-1.683 7.035-3.347 10.235-0.953 1.808-2.103 3.517-3.477 5.033-1.466 1.614-3.194 2.994-5.104 4.048-0.631 0.359-2.027 0.975-2.22 1.059v0.011l-0.013-0.006-0.010 0.004v-0.009zM27.122 14.938l0.601-0.182-0.65-0.308c0 0-0.157-0.073-0.204-0.104l-0.017-0.011-0.018-0.009c-1.174-0.547-2.142-1.512-2.703-2.679-0.347-0.774-0.563-1.621-0.519-2.473l0.001-0.015-0.001-0.015c-0.039-0.725 0.14-1.44 0.385-2.116l0.203-0.562-0.561 0.207c-0.656 0.242-1.347 0.416-2.050 0.401l-0.008-0-0.008 0c-1.565 0.060-3.114-0.62-4.201-1.733-0.455-0.503-0.825-1.072-1.082-1.701l-0.001-0.002-0.309-0.715-0.25 0.727c-0.258 0.627-0.648 1.19-1.101 1.69-1.088 1.114-2.638 1.794-4.203 1.734l-0.008-0-0.008 0c-0.703 0.015-1.394-0.159-2.050-0.401l-0.561-0.207 0.204 0.562c0.246 0.679 0.419 1.405 0.397 2.124-0.023 0.771-0.181 1.712-0.53 2.492-0.561 1.168-1.53 2.134-2.704 2.681l-0.018 0.009-0.017 0.011c-0.051 0.033-0.207 0.113-0.207 0.113l-0.617 0.319 0.552 0.152 0 0.003 0.154 0.060c0.753 0.295 1.402 0.806 1.949 1.394 0.735 0.8 1.208 1.827 1.378 2.898l0 0.003c0.083 0.467 0.039 0.94 0.047 1.41-0.041 0.563-0.18 1.12-0.396 1.642l-0.247 0.597 0.604-0.232c0.694-0.267 1.43-0.349 2.083-0.383 2.063-0.106 4.34 1.258 5.224 3.251 0.031 0.099 0.091 0.249 0.091 0.249l0.257 0.609 0.256-0.61c0 0 0.059-0.151 0.091-0.251 0.884-1.992 3.16-3.356 5.224-3.25 0.653 0.034 1.389 0.116 2.083 0.383l0.603 0.232-0.247-0.597c-0.216-0.522-0.355-1.079-0.396-1.643 0.008-0.47-0.037-0.943 0.046-1.407l0-0.003c0.17-1.073 0.643-2.101 1.378-2.901 0.547-0.588 1.196-1.099 1.949-1.394l0.135-0.053zM16 7.316c4.039 0 7.318 3.279 7.318 7.318s-3.279 7.318-7.318 7.318c-4.039 0-7.318-3.279-7.318-7.318s3.279-7.318 7.318-7.318zM16 8.288c-3.502 0-6.345 2.843-6.345 6.345s2.843 6.345 6.345 6.345c3.502 0 6.345-2.843 6.345-6.345s-2.843-6.345-6.345-6.345zM14.015 9.762c1.708-0.755 3.827-0.38 5.239 0.816 1.27 1.024 2.011 2.676 1.919 4.304-0.056 1.674-1.013 3.256-2.407 4.16-0.778 0.529-1.715 0.797-2.66 0.855l-0.013 0c-0.701 0.024-1.395-0.135-2.053-0.362-0.866-0.389-1.555-0.87-2.137-1.408 0 0 1.008-0.029 2.078-0.407 1.012-0.358 1.764-1.332 1.965-2.408l0.004-0.016c0.274-1.233-0.287-2.549-1.268-3.346-0.428-0.347-0.516-0.338-0.786-0.454-0.253-0.11-2.032-0.367-2.032-0.367 0.6-0.527 1.292-0.999 2.153-1.366z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

4
svg/ecl-border.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="31" height="32" viewBox="0 0 31 32">
<path fill="#444" d="M16.489 2.115h0.529c1.629 0.030 3.255 0.343 4.773 0.938 2.17 0.842 4.114 2.249 5.608 4.032 0.29 0.349 0.568 0.708 0.833 1.076 0.776 1.124 1.316 2.39 1.774 3.671 0.403 1.252 0.624 2.562 0.66 3.877v0.498c-0.035 1.211-0.195 2.422-0.531 3.587-0.566 1.993-1.59 3.851-2.964 5.4-1.297 1.465-2.905 2.653-4.689 3.457-1.478 0.668-3.076 1.073-4.694 1.186-0.285 0.014-0.571 0.026-0.855 0.048h-0.435c-1.437-0.034-2.869-0.285-4.226-0.76-2.25-0.782-4.283-2.165-5.852-3.956-0.797-0.907-1.476-1.918-2.017-2.998-1.246-0.431-2.355-1.249-3.135-2.312-0.783-1.056-1.227-2.355-1.267-3.668v-0.294c0.017-1.401 0.51-2.788 1.377-3.887 0.771-0.988 1.832-1.744 3.015-2.159 0.632-1.268 1.455-2.44 2.434-3.464 1.617-1.693 3.666-2.974 5.905-3.663 1.216-0.378 2.485-0.577 3.758-0.609zM16.243 3.173c0.224 0.747 0.739 1.359 1.264 1.916 0.381 0.418 0.868 0.718 1.292 1.087 0.7 0.645 1.17 1.536 1.3 2.48 0.11 0.77-0.001 1.558-0.247 2.291 0.715 1.085 1.199 2.321 1.406 3.604 0.25 1.556 0.091 3.177-0.458 4.655-0.737 1.999-2.192 3.721-4.035 4.786-1.202 0.7-2.565 1.122-3.952 1.219-1.415 0.105-2.855-0.123-4.167-0.666-1.037-0.427-1.993-1.047-2.81-1.814 1.274 2.068 3.146 3.762 5.334 4.816 1.451 0.706 3.038 1.128 4.646 1.253-0.035-0.47 0.025-0.946 0.184-1.39 0.191-0.542 0.519-1.028 0.913-1.443 0.79-0.817 1.795-1.404 2.856-1.796 1.37-0.48 2.665-1.189 3.775-2.129 0.786-0.668 1.491-1.443 2.025-2.328 0.196-0.318 0.333-0.666 0.46-1.016 0.254-0.709 0.421-1.452 0.478-2.204 0.115-1.423-0.179-2.866-0.787-4.154-0.477-1.006-1.118-1.941-1.921-2.715-0.853-0.876-1.589-1.904-1.952-3.083-0.237-0.77-0.3-1.603-0.114-2.391-1.128-0.474-2.32-0.796-3.537-0.933-0.648-0.070-1.302-0.111-1.952-0.047zM10.958 4.551c-2.1 1.063-3.892 2.718-5.126 4.722 0.817-0.77 1.775-1.39 2.812-1.817 1.323-0.547 2.776-0.775 4.202-0.663 2.216 0.16 4.347 1.174 5.892 2.766 0.061-1.304-0.477-2.628-1.46-3.493-0.355-0.303-0.707-0.613-1.011-0.969-0.455-0.524-0.839-1.158-0.882-1.866-1.539 0.172-3.049 0.616-4.428 1.321zM22.528 4.502c0.015 0.452 0.071 0.903 0.178 1.342 0.259 1.061 0.817 2.068 1.655 2.78 0.314 0.252 0.625 0.508 0.911 0.792 0.454 0.44 0.843 0.941 1.194 1.466 0.726 1.089 1.241 2.32 1.49 3.606 0.296 1.546 0.243 3.168-0.2 4.681-0.468 1.406-1.391 2.633-2.529 3.57-0.992 0.816-2.134 1.441-3.336 1.888-0.527 0.201-1.079 0.327-1.607 0.53-0.701 0.263-1.376 0.609-1.968 1.069-0.841 0.648-1.516 1.566-1.716 2.624 0.509 0.035 1.020-0.011 1.527-0.057 0.716-0.077 1.427-0.205 2.118-0.41 0.99-0.293 1.953-0.685 2.85-1.197 1.715-0.971 3.199-2.345 4.304-3.977 1.156-1.702 1.897-3.685 2.128-5.73 0.068-0.565 0.132-1.132 0.115-1.702-0.015-0.807-0.109-1.612-0.278-2.402-0.132-0.598-0.288-1.193-0.524-1.759-0.242-0.609-0.494-1.214-0.803-1.792-0.535-1.028-1.245-1.959-2.050-2.789-1.002-1.028-2.178-1.885-3.459-2.532zM10.645 7.933c-1.258 0.246-2.444 0.811-3.455 1.594 1.317 0.132 2.589 0.674 3.594 1.535 0.833 0.708 1.484 1.628 1.869 2.652 0.511 1.348 0.553 2.869 0.109 4.241-0.417 1.296-1.246 2.458-2.342 3.268-0.941 0.698-2.074 1.127-3.239 1.244 0.69 0.534 1.458 0.968 2.277 1.268 1.28 0.474 2.684 0.593 4.029 0.367 1.383-0.227 2.702-0.823 3.793-1.703 0.929-0.747 1.693-1.697 2.221-2.765 0.664-1.335 0.948-2.853 0.819-4.338-0.107-1.275-0.521-2.524-1.197-3.611-0.683-1.103-1.629-2.041-2.739-2.714-1.698-1.036-3.785-1.424-5.739-1.039zM3.702 11.269c-0.975 0.585-1.762 1.476-2.218 2.518-0.481 1.089-0.591 2.336-0.313 3.493 0.326 1.388 1.22 2.628 2.426 3.386 1.159 0.735 2.605 1.026 3.952 0.742 0.652-0.215 1.238-0.616 1.697-1.124 0.885-0.984 1.263-2.381 1.055-3.682-0.132-0.83-0.521-1.637-1.163-2.192-0.536-0.472-1.234-0.737-1.942-0.795-0.389-0.031-0.788-0.033-1.164 0.084-0.589 0.177-1.088 0.586-1.436 1.087-0.487 0.701-0.713 1.596-0.548 2.44 0.141 0.722 0.518 1.378 0.985 1.939 0.094 0.107 0.183 0.221 0.297 0.308-0.010 0-0.028-0-0.037-0-0.41-0.144-0.799-0.35-1.135-0.626-0.574-0.458-0.975-1.124-1.104-1.847-0.31-1.694 0.577-3.542 2.105-4.343 0.762-0.404 1.655-0.492 2.502-0.398 1.225 0.147 2.394 0.75 3.209 1.679 0.586 0.654 0.979 1.469 1.15 2.328 0.052-0.357 0.014-0.72-0.033-1.075-0.204-1.428-1.004-2.755-2.161-3.614-0.921-0.692-2.065-1.083-3.217-1.093-1.017-0.016-2.036 0.259-2.906 0.784z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

4
svg/ecl.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="31" height="32" viewBox="0 0 31 32">
<path fill="#444" d="M3.702 11.269c0.87-0.526 1.889-0.801 2.906-0.784 1.153 0.011 2.296 0.401 3.217 1.093 1.158 0.859 1.957 2.186 2.161 3.614 0.047 0.355 0.086 0.718 0.033 1.075-0.172-0.859-0.565-1.674-1.15-2.328-0.815-0.929-1.984-1.532-3.209-1.679-0.847-0.095-1.74-0.006-2.502 0.398-1.529 0.8-2.416 2.649-2.105 4.343 0.13 0.723 0.531 1.39 1.104 1.847 0.336 0.276 0.725 0.481 1.135 0.626 0.009 0 0.028 0 0.037 0-0.114-0.087-0.202-0.201-0.297-0.308-0.467-0.561-0.844-1.217-0.985-1.939-0.165-0.844 0.062-1.739 0.548-2.44 0.347-0.501 0.847-0.91 1.436-1.087 0.376-0.118 0.776-0.116 1.164-0.084 0.708 0.058 1.407 0.323 1.942 0.795 0.642 0.555 1.031 1.362 1.163 2.192 0.209 1.301-0.17 2.698-1.055 3.682-0.458 0.509-1.045 0.909-1.697 1.124-1.347 0.284-2.793-0.006-3.952-0.742-1.207-0.758-2.1-1.998-2.426-3.386-0.278-1.157-0.168-2.404 0.313-3.493 0.456-1.042 1.243-1.933 2.218-2.518zM29.645 15.981c-0.001 0.501-0.058 1-0.118 1.498-0.231 2.045-0.972 4.028-2.128 5.73-1.105 1.632-2.589 3.005-4.304 3.977-0.898 0.512-1.86 0.904-2.85 1.197-0.691 0.205-1.403 0.333-2.118 0.41-0.155 0.014-0.311 0.028-0.467 0.040-0.252 0.017-0.506 0.027-0.762 0.029-0.099-0.001-0.199-0.005-0.298-0.012 0.2-1.058 0.875-1.976 1.716-2.624 0.593-0.461 1.268-0.807 1.968-1.069 0.527-0.203 1.079-0.329 1.607-0.53 1.202-0.447 2.344-1.072 3.336-1.888 1.138-0.937 2.061-2.164 2.529-3.57 0.443-1.513 0.495-3.134 0.2-4.681-0.249-1.286-0.764-2.517-1.49-3.606-0.351-0.524-0.74-1.026-1.194-1.466-0.286-0.284-0.597-0.54-0.911-0.792-0.838-0.712-1.396-1.719-1.655-2.78-0.107-0.439-0.164-0.89-0.178-1.342 1.281 0.648 2.456 1.504 3.459 2.532 0.805 0.831 1.515 1.761 2.050 2.789 0.309 0.578 0.562 1.184 0.803 1.792 0.237 0.566 0.393 1.161 0.524 1.759 0.169 0.79 0.263 1.595 0.278 2.402 0.001 0.035 0.002 0.070 0.002 0.104 0 0.033 0.001 0.066 0.001 0.1zM16.863 3.141c0.275 0.002 0.548 0.012 0.819 0.031 0.171 0.013 0.342 0.029 0.512 0.048 1.216 0.137 2.409 0.458 3.537 0.933-0.185 0.788-0.122 1.621 0.114 2.391 0.363 1.179 1.099 2.207 1.952 3.083 0.804 0.773 1.444 1.708 1.921 2.715 0.608 1.288 0.902 2.731 0.787 4.154-0.058 0.752-0.224 1.494-0.478 2.204-0.127 0.35-0.263 0.699-0.46 1.016-0.534 0.885-1.239 1.66-2.025 2.328-1.109 0.94-2.405 1.648-3.775 2.129-1.061 0.392-2.067 0.979-2.856 1.796-0.394 0.415-0.722 0.901-0.913 1.443-0.159 0.443-0.218 0.92-0.184 1.39-1.608-0.125-3.195-0.547-4.646-1.253-2.189-1.054-4.061-2.748-5.334-4.816 0.817 0.767 1.773 1.387 2.81 1.814 1.312 0.542 2.751 0.771 4.167 0.666 1.387-0.097 2.75-0.519 3.952-1.219 1.844-1.066 3.299-2.787 4.035-4.786 0.55-1.478 0.709-3.098 0.458-4.655-0.207-1.283-0.691-2.519-1.406-3.604 0.246-0.733 0.357-1.521 0.247-2.291-0.129-0.944-0.599-1.835-1.3-2.48-0.425-0.369-0.911-0.669-1.292-1.087-0.525-0.557-1.041-1.169-1.265-1.916 0.207-0.020 0.414-0.030 0.621-0.032zM10.958 4.551c1.38-0.705 2.889-1.15 4.428-1.321 0.043 0.708 0.427 1.342 0.882 1.866 0.304 0.355 0.655 0.666 1.011 0.969 0.983 0.865 1.521 2.19 1.46 3.493-1.545-1.592-3.676-2.606-5.892-2.766-1.427-0.111-2.88 0.116-4.202 0.663-1.038 0.428-1.996 1.048-2.812 1.817 1.234-2.004 3.026-3.659 5.126-4.722z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

4
svg/om1-rarity.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="31" height="32" viewBox="0 0 31 32">
<path fill="#444" d="M12.775 11.45l2.558-4.571 7.247 13.3-9.805-8.729zM9.753 20.723l2.212-7.815 0.342-0.578 2.413 2.151-4.967 6.242zM10.111 21.871l5.016-6.299 3.464 6.554-8.48-0.255zM16.542 16.172l6.020 5.33-2.616 1.063-3.403-6.393zM3.399 28.256l6.475-11.583-3.274 11.569-3.201 0.014zM8.827 28.251l14.827-6.155 0.553 1.067-5.527 5.081-9.853 0.007zM9.157 22.825l9.566 0.24-10.912 4.528 1.346-4.768zM20.109 28.261l4.599-4.214 2.275 4.196-6.874 0.017z"></path>
</svg>

After

Width:  |  Height:  |  Size: 596 B

4
svg/om1.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="31" height="32" viewBox="0 0 31 32">
<path fill="#444" d="M14.849 1.955l15.818 28.091h-30.667l14.849-28.091zM12.775 11.45l9.805 8.729-7.247-13.3-2.558 4.571zM9.753 20.723l4.967-6.242-2.413-2.151-0.342 0.578-2.212 7.815zM10.111 21.871l8.48 0.255-3.464-6.554-5.016 6.299zM16.542 16.172l3.403 6.393 2.616-1.063-6.020-5.33zM3.399 28.256l3.201-0.014 3.274-11.569-6.475 11.583zM8.827 28.251l9.853-0.007 5.527-5.081-0.553-1.067-14.827 6.155zM9.157 22.825l-1.346 4.768 10.912-4.528-9.566-0.24zM20.109 28.261l6.874-0.017-2.275-4.196-4.599 4.214z"></path>
</svg>

After

Width:  |  Height:  |  Size: 647 B

4
svg/omb-rarity.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M10.184 16.584l4.828-8.939 4.117 7.486 4.808 3.621-6.131-1.357-2.659-4.766-2.498 4.475-2.465-0.52zM15.117 14.789l3.905 7.114-7.826 0.004 3.921-7.118zM5.638 16.671l6.452 1.408-2.627 4.84 11.344-0.003-2.315-4.289 2.777 0.596 3.476 6.572-19.487-0.008 3.261-6.179-2.883-2.937z"></path>
</svg>

After

Width:  |  Height:  |  Size: 441 B

4
svg/omb.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M15.014 3.844l5.643 10.328 11.342 8.203-7.891-1.668 3.699 6.894h-25.64l4.102-7.672-6.269-6.376 8.681 1.888 6.333-11.597zM15.117 14.789l-3.921 7.118 7.826-0.004-3.905-7.114zM5.638 16.671l2.883 2.937-3.261 6.179 19.487 0.008-3.476-6.572-2.777-0.596 2.315 4.289-11.344 0.003 2.627-4.84-6.452-1.408zM10.184 16.584l2.465 0.52 2.498-4.475 2.659 4.766 6.131 1.357-4.808-3.621-4.117-7.486-4.828 8.939z"></path>
</svg>

After

Width:  |  Height:  |  Size: 562 B

4
svg/sta-jpn.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="30" height="32" viewBox="0 0 30 32">
<path fill="#444" d="M15 1c8.279 0 15 6.721 15 15s-6.721 15-15 15c-8.279 0-15-6.721-15-15s6.721-15 15-15zM2.839 9.147c-1.144 2.025-1.798 4.363-1.798 6.853 0 7.704 6.254 13.958 13.958 13.958 3.477 0 6.659-1.274 9.104-3.381-0.413-0.507-0.747-1.089-1.24-1.522-0.297-0.065-0.608-0.083-0.914-0.123-0.329-0.043-0.651-0.112-0.946-0.281l-0.001-0c-0.51-0.303-0.836-0.817-1.178-1.286l-0.040-0.055 0.038-0.057c0.141-0.209 0.284-0.42 0.426-0.63-1.366 0.164-2.83 0.307-4.098-0.314-0.366-0.165-0.556-0.469-0.678-0.817-0.106-0.302-0.159-0.638-0.247-0.932-1.512-0.088-3.045-0.030-4.496 0.432 0.439 0.399 0.888 0.784 1.343 1.164l0.052 0.043-0.022 0.064c-0.195 0.558-0.369 1.155-0.791 1.588l-0 0c-0.251 0.253-0.562 0.41-0.881 0.554-0.295 0.133-0.598 0.255-0.858 0.444-0.294 0.554-0.468 1.164-0.704 1.745l-0.062 0.153-0.104-0.129c-0.42-0.52-0.759-1.118-1.261-1.563-0.296-0.064-0.605-0.082-0.909-0.122-0.327-0.043-0.648-0.11-0.942-0.276l-0.001-0c-0.514-0.303-0.843-0.819-1.183-1.29l-0.039-0.054 0.037-0.056c0.32-0.49 0.637-0.984 0.953-1.477-0.467-3.491-0.954-6.98-1.461-10.465-0.427-0.365-0.851-0.733-1.274-1.102l-0.044-0.038 0.012-0.056c0.069-0.319 0.139-0.654 0.249-0.971zM24.41 26.306c0.702-0.641 1.338-1.353 1.897-2.124-0.2 0.119-0.418 0.209-0.633 0.302-0.24 0.103-0.476 0.211-0.675 0.378-0.247 0.458-0.407 0.956-0.588 1.444zM27.522 22.171c0.92-1.861 1.437-3.956 1.437-6.171 0-7.704-6.255-13.958-13.958-13.958-3.454 0-6.617 1.258-9.056 3.339 0.459 0.603 0.899 1.218 1.355 1.821 0.543 0.015 1.117-0.024 1.617 0.23l0.001 0c0.564 0.301 0.889 0.875 1.22 1.399 1.448-0.337 2.957-0.387 4.431-0.212l0.005 0.001 0.005 0.001c0.24 0.052 0.508 0.090 0.752 0.173 0.262 0.089 0.495 0.23 0.646 0.483l0.001 0.002c0.284 0.525 0.394 1.119 0.542 1.692 0.735-0.004 1.467-0.069 2.194-0.174-0.225-0.197-0.451-0.393-0.676-0.59l-0.045-0.039 0.014-0.058c0.156-0.649 0.298-1.346 0.768-1.853l0.002-0.002c0.224-0.221 0.507-0.341 0.797-0.449 0.261-0.097 0.528-0.184 0.754-0.341 0.335-0.684 0.537-1.425 0.825-2.128l0.064-0.157 0.103 0.135c0.479 0.624 0.937 1.264 1.411 1.891 0.539 0.013 1.107-0.026 1.605 0.224l0.001 0c0.632 0.331 0.966 0.996 1.323 1.579l0.032 0.053-0.034 0.052c-0.32 0.486-0.635 0.976-0.949 1.466 0.463 3.301 0.934 6.601 1.376 9.904l0.001 0.005 0 0.005c0.013 0.392 0.232 0.67 0.504 0.912 0.293 0.261 0.649 0.482 0.911 0.744l0.021 0.021zM5.589 5.695c-0.803 0.733-1.519 1.559-2.133 2.46 0.415-0.321 0.94-0.439 1.43-0.601 0.242-0.618 0.467-1.24 0.703-1.86zM9.765 20.411l-0.003-0.003 0.12-0.040c1.893-0.621 3.897-0.858 5.87-0.586 0.35-1.038 0.38-2.143 0.623-3.205l0.192 0.010c0.165 1.313 0.287 2.638 0.221 3.963l-0.002 0.032-0.020 0.025c-0.189 0.235-0.376 0.473-0.558 0.714 0.661 0.452 1.422 0.584 2.204 0.582 0.829-0.002 1.681-0.156 2.467-0.254 0.744-0.206 1.441-0.55 2.169-0.803l0.337-0.117-0.231 0.272c-0.448 0.529-1.060 0.858-1.61 1.261-0.32 0.307-0.535 0.701-0.78 1.066 0.593 0.797 1.612 0.902 2.541 0.877l0.049-0.001 0.030 0.039c0.201 0.257 0.402 0.513 0.603 0.77 0.117-0.303 0.235-0.605 0.353-0.908l0.016-0.042 0.043-0.015c0.436-0.152 0.925-0.308 1.326-0.559 0.371-0.232 0.666-0.546 0.762-1.022-0.374-0.325-0.778-0.628-1.079-1.025l-0.010-0.014-0.005-0.016c-0.216-0.685-0.237-1.412-0.352-2.119l-0-0.001c-0.42-2.959-0.809-5.921-1.253-8.876l-0.005-0.036 0.019-0.031c0.282-0.445 0.564-0.891 0.847-1.336-0.224-0.285-0.411-0.627-0.738-0.805-0.494-0.185-1.035-0.096-1.551-0.107l-0.048-0.001-0.028-0.038c-0.277-0.372-0.55-0.748-0.825-1.124-0.162 0.434-0.323 0.867-0.481 1.301l-0.017 0.048-0.049 0.013c-0.489 0.133-1.006 0.208-1.45 0.466-0.157 0.139-0.259 0.317-0.345 0.506-0.082 0.182-0.149 0.375-0.228 0.555 0.306 0.27 0.611 0.539 0.917 0.808 0.68-0.13 1.357-0.266 2.045-0.341l0.344-0.037-0.273 0.212c-0.746 0.577-1.578 0.838-2.468 1.063-0.868 0.22-1.944 0.301-2.805 0.291-0.184 0.241-0.222 0.536-0.233 0.84-0.013 0.348 0.011 0.709-0.067 1.031l-0.19-0.001c-0.303-1.316-0.346-2.715-0.917-3.956-0.055-0.037-0.137-0.093-0.187-0.128-2.205-0.608-4.536-0.112-6.616 0.71-0.656 0.331-1.301 0.698-1.992 0.955l-0.304 0.113 0.191-0.262c0.722-0.99 1.903-1.383 2.915-1.982-0.073-0.509-0.402-0.805-0.818-0.958-0.451-0.166-1.003-0.167-1.463-0.086l-0.059 0.010-0.036-0.048c-0.28-0.371-0.559-0.743-0.838-1.118-0.166 0.446-0.332 0.891-0.505 1.334l-0.018 0.045-0.047 0.013c-0.467 0.133-0.973 0.197-1.385 0.467l-0 0c-0.185 0.119-0.272 0.299-0.324 0.496-0.053 0.199-0.071 0.415-0.105 0.613 0.351 0.311 0.7 0.625 1.047 0.941l0.026 0.024 0.005 0.034c0.54 3.659 0.995 7.332 1.565 10.988l0.006 0.036-0.019 0.031c-0.278 0.448-0.556 0.896-0.838 1.342 0.147 0.14 0.288 0.29 0.444 0.426l0.001 0.001c0.263 0.24 0.589 0.328 0.93 0.37 0.362 0.045 0.741 0.040 1.087 0.092l0.039 0.006 0.024 0.031c0.197 0.258 0.394 0.517 0.592 0.777 0.117-0.298 0.236-0.597 0.353-0.895l0.017-0.044 0.046-0.014c0.884-0.264 1.859-0.603 2.211-1.539-0.494-0.415-0.986-0.845-1.379-1.361-0.615 0.166-1.23 0.336-1.861 0.431l-0.326 0.049 0.247-0.219c0.545-0.483 1.22-0.762 1.895-1.010z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -1,4 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M16.005 30.086v0.001c-3.32-0.090-7.224-4.059-8.848-7.48 0 0-1.252-0.744-1.794-1.194-0.531-0.44-1.061-1.414-1.22-1.923-0.204-0.653-0.313-2.663-0.171-3.693 0.065-0.473 0.281-1.024 0.534-1.344 0.291-0.368 1.104-0.313 1.711-0.112 0 0-0.069-1.827-0.036-2.574 0-5.428 4.398-9.836 9.822-9.853v-0.001c5.425 0.015 9.825 4.425 9.825 9.853 0.034 0.747-0.036 2.574-0.036 2.574 0.607-0.201 1.42-0.256 1.711 0.112 0.253 0.321 0.461 0.873 0.534 1.345 0.128 0.823 0.029 2.79-0.171 3.693-0.116 0.521-0.699 1.478-1.22 1.923-0.536 0.458-1.794 1.194-1.794 1.194-1.623 3.42-5.526 7.388-8.846 7.48zM16.005 2.906v0.001c-0.486 0.002-0.963 0.042-1.428 0.119l-0.636 8.752-3.359-0.012 5.421 6.089 5.422-6.091-3.359 0.012-0.636-8.753c-0.464-0.077-0.94-0.118-1.425-0.119zM16.002 19.226l-7.296-8.222 4.448-0.009 0.553-7.779c-3.766 1.022-6.544 4.466-6.544 8.551 0 0.318-0.010 1.228-0.015 1.784-0.009 0.948 0.004 1.79 0.072 3.368 0 0-0.827-1.040-1.098-1.235-0.433-0.312-0.837-0.099-0.952 0.19-0.254 0.639-0.007 3.481 0.073 3.485 0.263 1.272 2.514 2.432 2.934 2.438 0.527 2.688 4.91 7.114 7.824 7.193v-0.001c2.914-0.077 7.3-4.505 7.827-7.193 0.42-0.006 2.671-1.166 2.934-2.438 0.080-0.005 0.327-2.847 0.073-3.485-0.115-0.289-0.519-0.502-0.952-0.19-0.271 0.195-1.098 1.235-1.098 1.235 0.069-1.578 0.081-2.421 0.072-3.368-0.005-0.556-0.015-1.466-0.015-1.784 0-4.085-2.778-7.528-6.544-8.551l0.553 7.779 4.448 0.008-7.299 8.223zM11.424 16.785c1.688 0.349 3.438 2.288 3.185 3.513s-1.711 1.552-3.4 1.203c-1.688-0.349-2.989-1.656-2.736-2.882 0.116-0.56 0.604-0.614 0.955-1.103 0.421-0.587 1.078-0.921 1.995-0.732zM11.456 17.819c-0.611-0.126-1.042 0.061-1.312 0.402-0.225 0.284-0.548 0.309-0.616 0.638-0.149 0.721 0.734 1.515 1.859 1.747s2.162 0.142 2.311-0.579c0.149-0.721-1.116-1.976-2.241-2.208zM20.583 16.784c0.917-0.189 1.574 0.145 1.995 0.732 0.351 0.49 0.84 0.543 0.955 1.103 0.253 1.226-1.048 2.533-2.736 2.882s-3.146 0.022-3.4-1.203c-0.253-1.226 1.497-3.165 3.185-3.513zM20.55 17.818c-1.125 0.232-2.39 1.487-2.241 2.208s1.186 0.812 2.311 0.579c1.125-0.232 2.008-1.026 1.859-1.747-0.068-0.329-0.391-0.354-0.616-0.638-0.27-0.341-0.701-0.529-1.312-0.402z"></path>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="25" height="32" viewBox="0 0 25 32">
<path fill="#444" d="M6.751 3.319c1.769-1.255 3.951-1.884 6.113-1.859 2.473 0.070 4.937 1.009 6.76 2.695 1.256 1.129 2.108 2.644 2.6 4.249 0.616 1.962 0.856 4.045 0.644 6.093 0.811-0.13 1.748 0.162 2.152 0.919 0.441 0.885 0.339 1.916 0.162 2.856-0.304 1.49-0.961 2.962-2.082 4.016-0.459 0.454-1.091 0.611-1.687 0.782-0.926 2.083-2.288 4.002-4.108 5.396-1.342 1.036-2.927 1.766-4.595 2.077-2.464-0.391-4.709-1.781-6.354-3.634-1.031-1.132-1.813-2.464-2.45-3.849-0.64-0.156-1.294-0.362-1.765-0.85-1.078-1.074-1.721-2.526-2.003-4.007-0.164-0.909-0.259-1.899 0.156-2.758 0.39-0.768 1.335-1.077 2.15-0.945-0.196-1.841 0.053-3.696 0.465-5.491 0.54-2.274 1.919-4.347 3.84-5.688zM23.803 15.607c-0.372-0.226-0.821-0.099-1.186 0.072-0.177 0.595-0.441 1.158-0.745 1.697 0.085-1.472 0.235-2.945 0.231-4.422-0.073-2.309-0.543-4.705-1.893-6.627-1.31-1.873-3.37-3.25-5.636-3.627 0.627 2.596 1.049 5.238 1.253 7.9 1.389 0.016 2.778 0.007 4.166-0.004-2.45 2.79-4.889 5.589-7.328 8.387-2.441-2.799-4.874-5.602-7.331-8.386 1.385 0.013 2.768 0.013 4.154 0.009 0.244-2.67 0.625-5.332 1.28-7.933-2.434 0.457-4.639 1.976-5.931 4.089-0.879 1.379-1.253 3.002-1.507 4.597-0.204 2 0.016 4.005 0.124 6.004-0.313-0.535-0.576-1.097-0.755-1.689-0.437-0.251-0.961-0.237-1.385 0.034-0.383 0.761-0.241 1.678-0.12 2.489 0.047 0.196 0.101 0.391 0.142 0.589 0.32 1.024 0.828 2.023 1.611 2.77 0.463 0.466 1.15 0.412 1.746 0.53 0.102 0.505 0.348 0.96 0.58 1.414 1.207 2.325 3.117 4.357 5.545 5.409 0.58 0.229 1.169 0.444 1.779 0.578 0.559-0.038 1.087-0.278 1.614-0.459 3.054-1.204 5.346-3.929 6.48-6.96 0.473-0.108 1.009-0.029 1.427-0.317 0.59-0.383 0.955-1.004 1.31-1.592 0.261-0.453 0.442-0.939 0.574-1.44 0.178-0.638 0.277-1.266 0.308-1.689 0.031-0.421 0.018-1.151-0.495-1.416-0.004-0.002-0.008-0.004-0.011-0.006zM5.572 16.872c0.448-0.247 0.944-0.482 1.471-0.428 0.656 0.107 1.227 0.481 1.748 0.875 0.98 0.768 1.943 1.594 2.626 2.651-0.181-0.080-0.362-0.164-0.54-0.247-0.013 0.503 0.223 1.385-0.475 1.509-1.201 0.372-2.602 0.489-3.728-0.168-0.9-0.524-1.499-1.43-1.857-2.39 0.758-0.868 1.851-1.338 2.983-1.452-0.628-0.538-1.468-0.557-2.229-0.351zM5.437 18.772c0.403 1.069 1.321 2.010 2.479 2.201 0.814 0.175 1.64-0.038 2.429-0.235 0.13-0.564 0.133-1.313-0.4-1.671-0.519-0.39-0.979-0.857-1.529-1.202-1.078-0.27-2.179 0.188-2.978 0.907zM16.196 17.583c0.59-0.462 1.208-0.936 1.95-1.115 0.565-0.129 1.113 0.142 1.605 0.389-0.435-0.060-0.879-0.156-1.319-0.086-0.336 0.077-0.615 0.297-0.906 0.469 1.135 0.077 2.219 0.574 2.977 1.431-0.441 1.309-1.472 2.508-2.875 2.786-1.001 0.153-2.067 0.061-2.996-0.352-0.345-0.352-0.149-0.942-0.19-1.391-0.174 0.092-0.348 0.183-0.521 0.273 0.568-0.963 1.439-1.686 2.274-2.404zM16.897 17.872c-0.574 0.375-1.066 0.86-1.61 1.275-0.47 0.38-0.343 1.053-0.326 1.581 0.84 0.221 1.729 0.438 2.593 0.218 0.945-0.196 1.689-0.916 2.149-1.735 0.063-0.146 0.234-0.332 0.11-0.488-0.77-0.714-1.874-1.119-2.916-0.85zM11.339 2.476c-0.714 2.831-1.201 5.73-1.353 8.648-1.161-0.020-2.323-0.003-3.484-0.010 2.041 2.375 4.103 4.734 6.179 7.079 2.032-2.372 4.119-4.699 6.145-7.077-1.164 0.003-2.328-0.006-3.493 0.004-0.133-2.919-0.627-5.821-1.353-8.649-0.878-0.129-1.766-0.13-2.642 0.006z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -1,4 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M16.005 2.906c0.485 0.002 0.961 0.042 1.425 0.119l0.636 8.753 3.359-0.012-5.422 6.091-5.421-6.089 3.359 0.012 0.636-8.752c0.465-0.077 0.942-0.118 1.428-0.119v-0.001zM11.456 17.819c1.125 0.232 2.39 1.487 2.241 2.208s-1.186 0.812-2.311 0.579-2.008-1.026-1.859-1.747c0.068-0.329 0.391-0.354 0.616-0.638 0.27-0.341 0.701-0.529 1.312-0.402zM20.55 17.818c0.611-0.126 1.042 0.061 1.312 0.402 0.225 0.284 0.548 0.309 0.616 0.638 0.149 0.721-0.734 1.515-1.859 1.747s-2.162 0.142-2.311-0.579 1.116-1.976 2.241-2.208z"></path>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="25" height="32" viewBox="0 0 25 32">
<path fill="#444" d="M11.339 2.476c0.876-0.136 1.765-0.134 2.642-0.006 0.726 2.828 1.22 5.73 1.353 8.649 1.164-0.010 2.328-0.001 3.493-0.004-2.026 2.378-4.113 4.705-6.145 7.077-2.076-2.344-4.138-4.704-6.179-7.079 1.161 0.007 2.323-0.010 3.484 0.010 0.152-2.917 0.638-5.817 1.353-8.648zM5.437 18.772c0.799-0.719 1.9-1.177 2.978-0.907 0.551 0.345 1.011 0.812 1.529 1.202 0.533 0.358 0.53 1.107 0.4 1.671-0.789 0.197-1.616 0.41-2.429 0.235-1.158-0.191-2.076-1.132-2.479-2.201zM16.897 17.872c1.041-0.269 2.146 0.136 2.916 0.85 0.124 0.156-0.047 0.342-0.11 0.488-0.46 0.819-1.204 1.54-2.149 1.735-0.863 0.221-1.753 0.003-2.593-0.218-0.018-0.527-0.145-1.201 0.326-1.581 0.543-0.415 1.036-0.9 1.61-1.275z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 675 B

After

Width:  |  Height:  |  Size: 845 B

View File

@ -1,4 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M23.527 5.438c1.295 1.638 2.069 3.705 2.069 5.952 0 0.346 0.011 1.333 0.016 1.937 0.009 1.029-0.004 1.944-0.079 3.656 0 0 0.898-1.129 1.191-1.341 0.47-0.339 0.908-0.107 1.033 0.206 0.276 0.693 0.008 3.778-0.079 3.783-0.286 1.38-2.729 2.64-3.185 2.646-0.572 2.919-5.333 7.725-8.496 7.808v0.001c-3.163-0.086-7.921-4.891-8.493-7.808-0.456-0.007-2.899-1.266-3.185-2.646-0.087-0.005-0.355-3.090-0.079-3.783 0.125-0.314 0.563-0.545 1.033-0.206 0.294 0.211 1.191 1.341 1.191 1.341-0.074-1.713-0.088-2.628-0.078-3.656 0.005-0.604 0.016-1.591 0.016-1.937 0-2.247 0.774-4.315 2.070-5.953 1.2-1.517 2.848-2.665 4.742-3.245 0.096-0.030 0.194-0.058 0.291-0.084l0.893-0.195-0.64 9.49-3.646-0.013 5.885 6.61 5.886-6.611-3.646 0.013-0.64-9.49 0.894 0.195c0.098 0.027 0.195 0.055 0.291 0.084 1.895 0.58 3.543 1.728 4.743 3.246zM10.977 17.413c-0.823-0.181-1.402 0.088-1.766 0.577-0.303 0.408-0.738 0.443-0.83 0.916-0.201 1.035 0.988 2.174 2.503 2.508s2.91 0.204 3.111-0.832c0.201-1.035-1.503-2.836-3.018-3.17zM21.037 17.413c-1.515 0.334-3.218 2.134-3.017 3.17s1.596 1.165 3.111 0.832c1.514-0.334 2.703-1.473 2.503-2.508-0.092-0.473-0.527-0.508-0.83-0.916-0.364-0.489-0.943-0.759-1.766-0.577z"></path>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="25" height="32" viewBox="0 0 25 32">
<path fill="#444" d="M4.837 6.761c1.291-2.112 3.497-3.631 5.931-4.089-0.654 2.602-1.036 5.263-1.28 7.933-1.386 0.004-2.77 0.004-4.154-0.009 2.457 2.784 4.891 5.587 7.331 8.386 2.439-2.799 4.879-5.598 7.328-8.387-1.388 0.012-2.777 0.020-4.166 0.004-0.204-2.661-0.627-5.304-1.253-7.9 2.266 0.377 4.325 1.754 5.636 3.627 1.35 1.922 1.82 4.318 1.893 6.627 0.004 1.477-0.146 2.949-0.231 4.422 0.304-0.539 0.568-1.103 0.745-1.697 0.365-0.171 0.814-0.298 1.186-0.072 0.524 0.26 0.538 0.998 0.507 1.421-0.056 0.759-0.332 2.175-0.882 3.129-0.355 0.589-0.72 1.209-1.31 1.592-0.418 0.288-0.954 0.209-1.427 0.317-1.134 3.031-3.425 5.757-6.48 6.96-0.527 0.181-1.055 0.421-1.614 0.459-0.611-0.134-1.199-0.349-1.779-0.578-2.428-1.052-4.338-3.084-5.545-5.409-0.232-0.454-0.478-0.909-0.58-1.414-0.596-0.118-1.283-0.064-1.746-0.53-0.783-0.746-1.291-1.746-1.611-2.77-0.041-0.197-0.095-0.393-0.142-0.589-0.121-0.811-0.263-1.728 0.12-2.489 0.424-0.27 0.948-0.285 1.385-0.034 0.18 0.592 0.443 1.154 0.755 1.689-0.108-1.998-0.329-4.004-0.124-6.004 0.254-1.595 0.628-3.218 1.507-4.597zM5.572 16.872c0.761-0.206 1.601-0.187 2.229 0.351-1.132 0.114-2.225 0.584-2.983 1.452 0.358 0.96 0.957 1.865 1.857 2.39 1.126 0.657 2.527 0.54 3.728 0.168 0.698-0.124 0.462-1.006 0.475-1.509 0.178 0.083 0.359 0.167 0.54 0.247-0.684-1.058-1.646-1.883-2.626-2.651-0.521-0.394-1.093-0.768-1.748-0.875-0.527-0.054-1.022 0.181-1.471 0.428zM16.196 17.583c-0.836 0.719-1.706 1.442-2.274 2.404 0.174-0.091 0.348-0.181 0.521-0.273 0.041 0.448-0.155 1.039 0.19 1.391 0.929 0.413 1.995 0.505 2.996 0.352 1.402-0.278 2.434-1.477 2.875-2.786-0.758-0.857-1.842-1.354-2.977-1.431 0.291-0.172 0.57-0.391 0.906-0.469 0.44-0.070 0.884 0.026 1.319 0.086-0.492-0.247-1.040-0.517-1.605-0.389-0.742 0.178-1.36 0.653-1.95 1.115z"></path>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

4
svg/tle-inner.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M7.617 16.529c0.856-1.153 1.797-2.509 2.45-3.388l-1.261 3.793c-0.387-0.097-0.784-0.23-1.189-0.405zM17.314 10.807l-4.188-0.133 4.087-1.485c0.099 0.574 0.127 1.114 0.101 1.618zM16.887 12.831l-3.918-1.536 4.293 0.067c-0.073 0.536-0.206 1.026-0.375 1.469zM15.725 14.795l-3.060-3.063 4.002 1.61c-0.283 0.589-0.622 1.076-0.942 1.453zM13.517 16.458l-1.563-3.867 2.978 2.981c-0.376 0.303-0.853 0.618-1.414 0.886zM11.449 17.084l-0.089-4.278 1.646 3.872c-0.474 0.183-0.995 0.327-1.558 0.406zM9.352 17.050l1.384-4.136 0.158 4.225c-0.489 0.028-1.004 0.003-1.542-0.088zM26.163 28.374c-0.036 0.009-0.073 0.018-0.109 0.027-0.231 0.055-0.467 0.095-0.695 0.114 0.051-0.735 0.102-1.474 0.145-2.075l0.66 1.933zM26.599 25.347c0.569-0.045 1.259-0.092 1.95-0.136 0.004 0.306-0.023 0.572-0.072 0.805l-1.879-0.669zM28.314 26.548c-0.087 0.207-0.192 0.385-0.303 0.547l-1.015-1.016 1.318 0.47zM27.263 27.918c-0.166 0.108-0.36 0.204-0.571 0.286l-0.444-1.302 1.015 1.016zM13.44 9.821l0.027-0.021c0 0 1.406-1.040 3.237-2.389 0.169 0.425 0.299 0.835 0.395 1.231l-3.659 1.179z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

4
svg/tle-rarity.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M5.522 27.206c-1.326-0.543-2.683-1.308-4.056-2.339-0.018-0.013 3.063-4.175 5.81-7.879 0.464 0.208 0.917 0.366 1.359 0.48l-3.113 9.738zM17.166 7.070c3.358-2.472 7.793-5.723 7.834-5.67 1.037 1.315 1.798 2.636 2.333 3.943l-9.7 3.126c-0.113-0.449-0.266-0.915-0.467-1.399zM27.534 5.862c0.617 1.69 0.864 3.353 0.848 4.944h-10.502c0.026-0.557-0.010-1.155-0.128-1.792l9.782-3.153zM28.366 11.362c-0.097 2.011-0.603 3.897-1.295 5.566l-9.662-3.887c0.195-0.503 0.346-1.064 0.423-1.679h10.534zM26.851 17.439c-0.997 2.223-2.299 4.021-3.332 5.158l-7.4-7.408c0.361-0.419 0.749-0.968 1.070-1.638l9.663 3.887zM22.739 23.388c-1.142 1.071-2.882 2.392-5.047 3.397l-3.966-9.81c0.641-0.304 1.181-0.664 1.6-1.008l7.413 7.421zM17.184 27.011c-1.638 0.7-3.499 1.206-5.514 1.293l-0.211-10.656c0.636-0.083 1.224-0.246 1.756-0.453l3.969 9.816zM11.115 28.317c-1.611 0.007-3.313-0.26-5.074-0.91l3.139-9.819c0.602 0.11 1.179 0.141 1.725 0.111l0.21 10.618zM27.103 31.127c-0.684 0.134-1.373 0.177-1.937 0.082 0.039-0.502 0.095-1.294 0.155-2.143l0.014-0.2c0.309-0.021 0.631-0.077 0.942-0.16l0.826 2.421zM26.805 28.534c0.263-0.103 0.506-0.227 0.708-0.366l2 2.002c-0.477 0.358-1.154 0.641-1.867 0.831l-0.842-2.467zM28.264 27.348c0.142-0.198 0.278-0.417 0.388-0.68l2.538 0.904c-0.209 0.764-0.569 1.301-0.929 1.774l-1.997-1.999zM28.819 26.138c0.060-0.272 0.092-0.584 0.084-0.949l0.297-0.018c0.832-0.051 1.607-0.095 2.104-0.125 0.097 0.788 0.086 1.434 0.002 1.978l-2.487-0.886z"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

4
svg/tle.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M8.104 7.176c0.019 0.015 0.038 0.031 0.056 0.049l2.123 2.125c0.175 0.146 0.355 0.286 0.543 0.417 0.656 0.451 1.347-0.173 1.888-0.517 4.090-3.050 8.255-6.002 12.348-9.052 2.637 3.258 4.383 7.418 4.053 11.668-0.269 4.223-2.354 8.095-5.087 11.241l0.009 0.009c0.47 0.428 0.941 0.996 1.468 1.368 0.070 0.050 0.169 0.085 0.283 0.108 0.963-0.074 2.46-0.186 3.712-0.273 0.729-0.082 1.458-0.162 2.189-0.218 0 0 0.119 0.51 0.146 0.704 0.148 0.742 0.116 1.757 0.007 2.456-0.095 0.613-0.374 1.274-0.66 1.74-0.063 0.197-0.54 0.793-0.54 0.793l0.548 0.479c0.217 0.217 0.216 0.569-0.001 0.786-0.099 0.099-0.227 0.153-0.356 0.161l-0.040 0.001c-0.141-0.001-0.282-0.055-0.39-0.163l-0.485-0.491-0.237 0.158c-0.317 0.21-0.691 0.397-1.096 0.554-0.434 0.196-0.881 0.359-1.352 0.448-0.34 0.063-1.381 0.149-2.117 0.031-0.238-0.038-0.78-0.189-0.843-0.199 0.036-0.432 0.076-0.864 0.118-1.296 0.091-1.402 0.258-3.616 0.348-4.795-0.010-0.033-0.022-0.066-0.034-0.098-0.009-0.014-0.017-0.027-0.026-0.041l-1.467-1.468c-3.389 3.024-7.772 5.233-12.404 5.095-3.829 0.005-7.455-1.696-10.409-4.040 2.994-4.192 6.058-8.338 9.103-12.495 0.309-0.507 0.843-1.155 0.459-1.76-0.059-0.085-0.121-0.167-0.184-0.249l-2.402-2.404c-0.017-0.017-0.032-0.034-0.046-0.052l-0.107-0.102c-0.215-0.219-0.212-0.571 0.007-0.785s0.571-0.212 0.786 0.007l0.091 0.099zM17.166 7.070c0.201 0.484 0.354 0.95 0.467 1.399l9.7-3.126c-0.535-1.307-1.296-2.628-2.333-3.943-0.041-0.052-4.477 3.198-7.834 5.67zM28.366 11.362h-10.533c-0.077 0.615-0.229 1.176-0.423 1.679l9.662 3.887c0.692-1.669 1.198-3.555 1.295-5.566zM26.851 17.439l-9.663-3.887c-0.32 0.67-0.709 1.218-1.069 1.638l7.4 7.408c1.033-1.137 2.335-2.935 3.332-5.159zM9.352 17.050c0.537 0.092 1.053 0.116 1.542 0.089l-0.158-4.225-1.384 4.136zM11.115 28.317l-0.21-10.618c-0.546 0.030-1.123-0.001-1.725-0.111l-3.139 9.819c1.761 0.65 3.463 0.916 5.074 0.91zM7.617 16.529c0.406 0.174 0.803 0.307 1.189 0.405l1.261-3.793c-0.653 0.88-1.594 2.235-2.45 3.388zM5.522 27.206l3.113-9.738c-0.442-0.114-0.895-0.272-1.359-0.48-2.747 3.703-5.827 7.865-5.81 7.879 1.373 1.031 2.73 1.796 4.056 2.339zM17.184 27.012l-3.969-9.816c-0.532 0.207-1.12 0.37-1.756 0.453l0.211 10.656c2.015-0.087 3.876-0.593 5.514-1.293zM11.449 17.084c0.562-0.078 1.084-0.223 1.558-0.406l-1.647-3.872 0.089 4.278zM27.263 27.918l-1.015-1.016 0.444 1.301c0.21-0.082 0.405-0.178 0.571-0.286zM27.103 31.127l-0.826-2.421c-0.311 0.083-0.634 0.139-0.943 0.16l-0.014 0.2c-0.059 0.849-0.116 1.641-0.155 2.143 0.564 0.095 1.253 0.051 1.937-0.083zM27.534 5.862l-9.782 3.153c0.118 0.637 0.154 1.235 0.127 1.792h10.502c0.016-1.591-0.231-3.254-0.848-4.944zM26.163 28.374l-0.66-1.933c-0.042 0.601-0.093 1.34-0.145 2.075 0.228-0.020 0.463-0.059 0.695-0.114 0.037-0.009 0.073-0.018 0.109-0.027zM26.599 25.347l1.879 0.669c0.048-0.234 0.075-0.499 0.071-0.805-0.691 0.044-1.382 0.090-1.95 0.136zM28.314 26.548l-1.318-0.47 1.015 1.016c0.111-0.162 0.215-0.34 0.303-0.547zM16.887 12.831c0.169-0.443 0.302-0.933 0.375-1.469l-4.293-0.067 3.918 1.536zM15.725 14.795c0.32-0.378 0.659-0.864 0.942-1.453l-4.002-1.61 3.060 3.063zM13.44 9.821l3.659-1.179c-0.096-0.395-0.226-0.806-0.395-1.231-1.83 1.348-3.237 2.389-3.237 2.389l-0.027 0.021zM17.314 10.806c0.026-0.504-0.002-1.044-0.101-1.618l-4.087 1.485 4.188 0.133zM13.517 16.458c0.561-0.267 1.037-0.582 1.413-0.885l0.001-0.001-2.978-2.981 1.563 3.866zM15.324 15.968c-0.419 0.344-0.959 0.704-1.598 1.007l3.966 9.81c2.164-1.004 3.904-2.325 5.046-3.396l0.001-0.001-7.414-7.42zM26.805 28.534l0.842 2.467c0.713-0.19 1.389-0.473 1.867-0.831l-2-2.002c-0.203 0.139-0.445 0.262-0.708 0.366zM28.264 27.348l1.997 1.999c0.36-0.473 0.72-1.010 0.929-1.774l-2.538-0.904c-0.11 0.262-0.246 0.482-0.388 0.68zM28.819 26.138l2.487 0.886c0.083-0.544 0.095-1.191-0.002-1.978-0.496 0.030-1.272 0.074-2.104 0.125l-0.297 0.018c0.007 0.365-0.025 0.677-0.085 0.949z"></path>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

4
svg/tmc-border.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.1 KiB

4
svg/tmc.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.6 KiB

4
svg/tmt-border.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.5 KiB

4
svg/tmt-inner.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M12.162 14.73c0.134-0.43 0.33-0.84 0.56-1.226 0.645 0.398 1.259 0.844 1.836 1.335 0.443 0.385 0.872 0.791 1.227 1.259-0.219 0.054-0.447 0.031-0.669 0.054-1.061 0.015-2.147-0.204-3.072-0.738-0.005-0.233 0.055-0.461 0.118-0.684zM22.458 16.097c0.848-1.047 1.932-1.876 3.066-2.593 0.343 0.584 0.649 1.223 0.685 1.909-1.027 0.587-2.24 0.802-3.412 0.722-0.115 0.003-0.228-0.013-0.339-0.039z"></path>
</svg>

After

Width:  |  Height:  |  Size: 553 B

4
svg/tmt.svg Normal file
View File

@ -0,0 +1,4 @@
<!-- Generated by IcoMoon.io -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path fill="#444" d="M15.516 18.493h-0.005c-0.233 0-0.777 0.001-1.034-0.013-1.337-0.075-1.636-0.077-3.054-0.334-1.026-0.186-2.898-0.883-3.257-1.012 0.004-0.667 0.111-1.333 0.324-1.966 0.166-0.48 0.41-0.938 0.75-1.317 0.057-0.187 0.032-0.385 0.073-0.574 0.117-1.167 0.333-2.348 0.849-3.413 0.015 0.002 0.045 0.008 0.060 0.010 2.238 1.592 5.443 2.814 8.745 2.879 3.151 0.063 6.021-1.158 7.559-1.939 0.021-0.010 0.039-0.019 0.054-0.028 0.524-0.268 1.012-0.604 1.5-0.931 0.175 0.376 0.342 0.758 0.448 1.159 0.027 0.044 0.025 0.096 0.032 0.145 0.053 0.085 0.054 0.19 0.075 0.286 0.14 0.483 0.192 0.991 0.262 1.488 0.032 0.131 0.002 0.27 0.047 0.4 0 0.171 0.051 0.336 0.044 0.507 0.201 0.187 0.341 0.428 0.479 0.663 0.373 0.688 0.539 1.469 0.601 2.242 0.001 0.13 0.010 0.259 0.001 0.389-0.326 0.133-1.662 0.634-2.545 0.84-0.807 0.188-1.628 0.332-2.452 0.415-0.444 0.047-1.457 0.1-1.517 0.104-0.294-0.002-0.588 0.012-0.881-0.003-0.31-0.144-0.63-0.269-0.953-0.379-0.168-0.050-0.338-0.092-0.505-0.145-0.265-0.052-0.528-0.119-0.797-0.153-0.643-0.103-1.3-0.090-1.951-0.073-0.254 0.020-0.505 0.061-0.759 0.077-0.012 0.006-0.036 0.018-0.049 0.024-0.167 0.015-0.329 0.065-0.494 0.089-0.142 0.043-0.288 0.078-0.434 0.106-0.136 0.067-0.29 0.094-0.433 0.144-0.178 0.076-0.361 0.139-0.537 0.219-0.084 0.026-0.155 0.094-0.247 0.094zM25.728 12.675c-0.086 0.022-0.156 0.078-0.23 0.123-0.863 0.523-1.692 1.108-2.443 1.782-0.183 0.192-0.402 0.347-0.568 0.556-0.332 0.35-0.656 0.717-0.883 1.146-0.050 0.097-0.136 0.297-0.136 0.297s1.942 0.453 3.643-0.041c0.602-0.175 1.302-0.484 1.706-0.794 0.026-0.22-0.009-0.664-0.078-0.987-0.16-0.742-0.699-1.621-1.012-2.081zM15.816 15.181c-0.944-0.983-2.061-1.785-3.228-2.483-0.019-0.006-0.057-0.018-0.076-0.023-0.119 0.223-0.281 0.423-0.395 0.65-0.19 0.317-0.327 0.662-0.472 1-0.040 0.183-0.119 0.355-0.15 0.54-0.056 0.299-0.124 0.615-0.036 0.913 0.034 0.016 0.067 0.034 0.099 0.054 0.348 0.242 1.437 0.799 2.62 0.894 1.441 0.116 2.594-0.149 2.594-0.149s-0.092-0.221-0.144-0.33c-0.214-0.395-0.519-0.73-0.812-1.066zM3.241 15.37c-0.708-0.241-1.38-0.591-1.981-1.037 0.243-0.298 0.516-0.568 0.793-0.835 0.536-0.476 1.157-0.863 1.838-1.093 0.328-0.115 0.671-0.184 1.016-0.225 0.224-0.005 0.449-0.001 0.674-0.002 0.325 0.395 0.737 0.733 1.227 0.897 0.071 0.036 0.157 0.028 0.222 0.076l0.12 0.001c-0.019-0.069-0.091-0.092-0.141-0.132-0.469-0.371-0.86-0.863-1.050-1.434-0.062-0.111-0.079-0.24-0.125-0.356-0.149-0.578-0.202-1.177-0.179-1.772 0.040-0.2 0.010-0.407 0.054-0.606-0.001-0.136 0.052-0.265 0.043-0.401-0.002-0.266 0.002-0.533-0.003-0.799-0.066-0.117-0.005-0.261-0.056-0.385-0.042-0.348-0.146-0.685-0.236-1.023-0.141-0.328-0.26-0.677-0.475-0.968 0.844 0.159 1.647 0.559 2.259 1.166 0.662 0.623 1.139 1.432 1.413 2.295 0.036 0.070 0.056 0.145 0.071 0.222 0.119 0.361 0.182 0.739 0.242 1.114 0.002 0.083 0.019 0.173-0.024 0.249-0.059 0.141-0.078 0.298-0.148 0.431-0.014 0.098-0.028 0.199-0.071 0.289-0.030 0.157-0.058 0.32-0.11 0.469-0.041 0.326-0.11 0.649-0.15 0.976-0.051 0.325-0.070 0.655-0.119 0.981-0.282 0.356-0.493 0.762-0.667 1.18-0.069 0.197-0.136 0.394-0.197 0.594-0.267 0.089-0.854 0.3-1.596 0.421-0.036 0.005-0.073 0.011-0.109 0.017-0.338 0.013-0.676 0.023-1.014 0.005-0.423-0.042-1.083-0.176-1.519-0.315zM8.017 18.084c1.575 0.664 3.257 1.103 4.968 1.185 0.47 0.004 0.942 0.019 1.411-0.031-0.393 0.34-0.756 0.717-1.047 1.15 1.085-0.825 2.391-1.33 3.727-1.565 0.91-0.172 1.842-0.216 2.767-0.166 1.309 0.087 2.619 0.373 3.802 0.955 0.439 0.219 0.865 0.471 1.249 0.777-0.28-0.44-0.651-0.812-1.045-1.151 2.182 0.185 4.378-0.307 6.382-1.155 0.312 0.427 0.502 0.932 0.645 1.438 0.254 0.958 0.278 1.991-0.023 2.941-0.192 0.602-0.544 1.154-1.022 1.569-0.83 0.719-1.849 1.187-2.896 1.493-0.299 0.083-0.602 0.154-0.909 0.202 0.637-0.674 1.085-1.532 1.233-2.45-0.517 1.071-1.377 1.957-2.391 2.571-1.212 0.758-2.613 1.152-4.013 1.381-2.026 0.314-4.126 0.046-6.034-0.69-1.028-0.382-1.983-0.979-2.741-1.776-0.418-0.436-0.78-0.926-1.070-1.456 0.033 0.483 0.209 0.948 0.428 1.377 0.194 0.376 0.452 0.714 0.725 1.036-0.763-0.138-1.51-0.374-2.211-0.707-0.567-0.269-1.112-0.597-1.579-1.020-0.819-0.723-1.198-1.843-1.186-2.916-0.025-0.856 0.165-1.716 0.532-2.488 0.085-0.176 0.179-0.348 0.298-0.502zM16.376 5.017c1.078-0.288 2.2-0.426 3.316-0.36 1.434 0.089 2.854 0.456 4.144 1.091 1.514 0.741 2.823 1.9 3.726 3.325-2.246 1.594-4.949 2.509-7.689 2.717-0.745 0.068-1.494 0.023-2.235-0.071-1.86-0.245-3.693-0.779-5.353-1.66-0.554-0.294-1.087-0.626-1.601-0.985 0.592-0.922 1.345-1.742 2.224-2.398 1.031-0.776 2.223-1.325 3.468-1.658z"></path>
</svg>

After

Width:  |  Height:  |  Size: 4.6 KiB