Pathway symbol sets from the Lord of the Mysteries universe, collected from the Fandom Wiki, plus scripts that generate ready-to-use emoji and stickers.
| Directory | Contents |
|---|---|
symbols/ |
Original pathway symbols (2000×2000 / 1600×1600, PNG RGBA) downloaded from the wiki |
emoji/ |
Emoji versions: exactly 100×100 px, PNG/WebP, transparent background, ≤ 128 KB |
sticker/ |
Sticker versions: 512×512 px (fit into a 512×512 square), PNG/WebP, transparent background |
32 pathways:
- Standard (22): Fool, Error, Door, Visionary, Sun, Tyrant, White Tower, Hanged Man, Darkness, Death, Twilight Giant, Demoness, Red Priest, Hermit, Paragon, Wheel of Fortune, Mother, Moon, Abyss, Chained, Black Emperor, Justiciar
- Non-standard (10): Eternal Aeon, Chaos Primogenitor, Patriarch, Chaos Mist, Tail-Devourer, Condenser, Everlasting, Second Law, Sublunary Eye, Eternal Edict
curldwebp(packagewebp/libwebp-tools)- ImageMagick 7 (
magick,identify)
# 1. Download original symbols into symbols/ (skips existing files)
./download_symbols.sh
# 2. Generate 100x100 emoji (≤128 KB) into emoji/
./make_emoji.sh
# 3. Generate 512x512 stickers (≤512 KB) into sticker/
./make_sticker.shCustom directories can be passed as positional arguments, e.g.:
./make_emoji.sh symbols/ custom_emoji/- All images have a transparent background (RGBA), ready to upload to Discord/Telegram/Slack, etc.
make_emoji.shandmake_sticker.shautomatically validate dimensions and file size: if a PNG exceeds the limit, the file is converted to WebP (quality 90).