https://github.com/nomi-san/balance-buff-viewer
ARAM/URF balance buff viewer plugin for Pengu Loader
https://github.com/nomi-san/balance-buff-viewer
aram balance league-client league-of-legends lol pengu-loader pengu-plugin plugins urf
Last synced: 4 months ago
JSON representation
ARAM/URF balance buff viewer plugin for Pengu Loader
- Host: GitHub
- URL: https://github.com/nomi-san/balance-buff-viewer
- Owner: nomi-san
- License: mit
- Created: 2023-07-05T16:09:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-04T09:51:03.000Z (4 months ago)
- Last Synced: 2026-02-04T22:18:13.897Z (4 months ago)
- Topics: aram, balance, league-client, league-of-legends, lol, pengu-loader, pengu-plugin, plugins, urf
- Language: TypeScript
- Homepage:
- Size: 148 KB
- Stars: 40
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Balance Buff Viewer
Game modes' balance buffs/nerfs viewer for
Pengu Loader
### ⚡ Features
- [x] Friendly UI with tooltips
- [x] Stat icons and highlighting
- [x] Multilingual support (en/es-mx/ko/vi/zh)
### 🎮 Game modes
- [x] ARAM
- [x] AR/URF
- [x] Nexus Blitz
- [x] Arena (2v2v2v2)
- [ ] One for All
- [ ] Ultra SpellBook
## 🔨 Installation
For **Pengu Loader v1.1.2+**, click 👇 to install.
Or goto 👉 [Releases page](https://github.com/nomi-san/balance-buff-viewer/releases) to download the plugin manually.
### Build from source
- Clone this repo to your plugins folder.
- NodeJS 18+ and pnpm are required to build.
```
pnpm i
pnpm crawl
pnpm build
```
### Contribute your translation
1. Find your locale by using Pengu DevTools.
2. Add your translation to [src/trans.json](src/trans.json).
3. Open a new Pull Request 👌
### Remote plugin
This plugins is also a npm package ([balance-buff-viewer-plugin](https://www.npmjs.com/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.
```js
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
## 🍻 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](https://github.com/BakaFT) for the original idea and Chinese translation.
- Thanks to [@hoon610](https://github.com/hoon610) for the Korean translation.
- Thanks to [@FrannDzs](https://github.com/FrannDzs) for the Mexican translation.