Game modes' balance buffs/nerfs viewer for Pengu Loader.
- Friendly UI with tooltips
- Stat icons and highlighting
- Multilingual support (en/vi/zh)
- ARAM balance stats
- ARURF/URF balance stats
- One for All balance stats
- Nexus Blitz balance stats
- Ultra SpellBook balance stats
👉 Goto Release to download the plugin.
- Clone this repo to your plugins folder.
- NodeJS 16+ and pnpm are required to build.
pnpm i
pnpm crawl
pnpm build
This plugins is also a npm package (balance-buff-viewer-plugin). The plugin entry will import its source via Skypack CDN with @latest version, so it will be automatically updated when we publish a newer version.
import 'https://cdn.skypack.dev/balance-buff-viewer-plugin?min';
In case of regional restrictions, you can use other ESM CDNs:
- esm.sh
- esm.run
- unpkg
- Pengu Loader: https://pengu.lol
- Icons: https://leagueoflegends.fandom.com/wiki
- Balance data: https://leagueoflegends.fandom.com/wiki/Module:ChampionData/data
- Original idea & zh-CN translation: @BakaFT