A WoW TBC Classic addon for converting ratings to value in tooltips. Currently distributed via WowInterface and CurseForge, but releases are also published here on GitHub under Releases.
The addon is written in Teal, a typed dialect of Lua. Much like TypeScript compiles to Javascript, Teal compiles to Lua.
As such, this project requires the Teal compiler, tl
. You can install it by following the instructions in the Teal repo.
To build the addon, first ensure that tl
is somewhere on your computer, and in your PATH
. Then, run with included build.ps1
script with PowerShell. This will generate a working addon in the output
directory.
If on a machine without PowerShell available, you can follow the steps manually:
tl build
from the root directory..tl
files (such as XML files) from /src/
to their respective directories inside /output/
LittleBuster.toc
, CHANGELOG.txt
and LICENSE.md
from the repo root to to/output/
.Converts all ratings in tooltips from their rating, to the value or percentage they grant to you at your current level.
Supports tooltips with phrasing like:
ā: Fully tested and working
š·: Functional, but not fully tested, or incomplete
ā: Not supported, no functionality
Locale | Support | Future plans |
---|---|---|
enUS | ā | Update as bugs are discovered |
ruRU | ā | Update as bugs are reported by users |
esMX | š· | Update as bugs are reported by users |
esES | š· | Update as bugs are reported by users |
deDE | š· | Update as bugs are reported by users |
ptBR | š· | Update as bugs are reported by users |
frFR | š· | Update as bugs are reported by users |
zhCN | š· | Update as bugs are reported by users |
zhTW | š· | No plans to support unless assisted |
koKR | ā | No plans to support unless assisted |