Game modes' balance buffs/nerfs viewer for Pengu Loader
- Friendly UI with tooltips
- Stat icons and highlighting
- Multilingual support (en/es-mx/ko/vi/zh)
- ARAM
- AR/URF
- Nexus Blitz
- Arena (2v2v2v2)
- One for All
- Ultra SpellBook
For Pengu Loader v1.1.2+, click 👇 to install.
Or goto 👉 Releases page to download the plugin manually.
- Clone this repo to your plugins folder.
- NodeJS 18+ and pnpm are required to build.
pnpm i
pnpm crawl
pnpm build
- Find your locale by using Pengu DevTools.
- Add your translation to src/trans.json.
- Open a new Pull Request 👌
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
- Used icons - https://leagueoflegends.fandom.com/wiki
- Balance data - https://leagueoflegends.fandom.com/wiki/Module:ChampionData/data
- Thanks to @BakaFT for the original idea and Chinese translation.
- Thanks to @hoon610 for the Korean translation.
- Thanks to @FrannDzs for the Mexican translation.