Game modes' balance buff viewer for Pengu Loader.
- Friendly UI with tooltips
- Multilingual support
- ARAM balance
- ARURF/URF balance
- One for All
- Nexus Blitz
- Ultra SpellBook
👉 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 it's source via Skypack CDN with @latest version, it will be automatically updated when we publish a newer version.
import 'https://cdn.skypack.dev/balance-buff-viewer-plugin@latest?min';
In case of regional restrictions, you can use other ESM CDNs:
- esm.sh
- esm.run
- unpkg
- Pengu Loader: https://pengu.lol
- LoL Fandom Module:ChampionData: https://leagueoflegends.fandom.com/wiki/Module:ChampionData/data
- Original idea & zh-CN translation: @BakaFT