Skip to content

nomi-san/balance-buff-viewer

Repository files navigation

Preview image

Balance Buff Viewer

Game modes' balance buffs/nerfs viewer for Pengu Loader

⚡ Features

  • Friendly UI with tooltips
  • Stat icons and highlighting
  • Multilingual support (en/es-mx/ko/vi/zh)

🎮 Game modes support

  • ARAM
  • ARAM: Mayhem
  • AR/URF
  • Nexus Blitz
  • Arena (2v2v2v2)
  • One for All
  • Ultra SpellBook

📦 Installation

  1. Download balance-buff-viewer.js from the Releases page
  2. 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 build

Contribute your translation

  1. Find your locale by using Pengu DevTools -> inspect <html> tag
  2. Add the translation to src/trans.json.
  3. 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

About

ARAM/URF balance buff viewer plugin for Pengu Loader

Topics

Resources

License

Stars

Watchers

Forks

Contributors