balance-buff-viewer-plugin
v16.4.4
Published
ARAM/URF balance buff viewer plugin for Pengu Loader.
Maintainers
Readme
⚡ Features
- [x] Friendly UI with tooltips
- [x] Stat icons and highlighting
- [x] Multilingual support (en/es-mx/ko/vi/zh)
🎮 Game modes support
- [x] ARAM
- [x] ARAM: Mayhem
- [x] AR/URF
- [x] Nexus Blitz
- [x] Arena (2v2v2v2)
- [ ] One for All
- [ ] Ultra SpellBook
📦 Installation
- Download balance-buff-viewer.js from the Releases page
- Put it in the plugins folder
Pengu Loader/
|__ plugins/
|__ balance-buff-viewer.js ✅🚀 Development
Build from source
- Clone this repo to your plugins folder.
- NodeJS 18+ and pnpm are required to build.
pnpm i
pnpm crawl
pnpm buildContribute your translation
- Find your locale by using Pengu DevTools -> inspect
<html>tag - Add the translation to src/trans.json.
- Open a new Pull Request 👌
Npm package & Remote plugin
This plugin is already published to npm registry, check out: (balance-buff-viewer-plugin).
The plugin entry will import its source via esm.sh CDN with @latest version, so it will be automatically updated when we publish a newer version.
(() => import('https://esm.sh/balance-buff-viewer-plugin@latest'))();In case of regional restrictions, you can use other CDNs:
- jsDelivr:
https://cdn.jsdelivr.net/npm/balance-buff-viewer-plugin@latest - UNPKG:
https://unpkg.com/balance-buff-viewer-plugin@latest - Skypack:
deprecated
🍻 Credits
- Pengu Loader - https://pengu.lol
- Used icons - https://leagueoflegends.fandom.com/wiki
- Balance data - https://leagueoflegends.fandom.com/wiki/Module:ChampionData/data
- Balance data (after patch 25.15) - https://wiki.leagueoflegends.com/en-us/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.
- Thanks to @Triggered0 for the Turkish translation.
