You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Quildra 484e0a57a6 Regular auto-commit at 19:00:28 on 05/04/2023 3 years ago
..
extractor Regular auto-commit at 19:00:28 on 05/04/2023 3 years ago
tests Regular auto-commit at 19:00:28 on 05/04/2023 3 years ago
LICENSE Regular auto-commit at 19:00:28 on 05/04/2023 3 years ago
LibItemBuffs-1.0.lua Regular auto-commit at 19:00:28 on 05/04/2023 3 years ago
LibItemBuffs-1.0.toc Regular auto-commit at 19:00:28 on 05/04/2023 3 years ago
LibItemBuffs-1.0.xml Regular auto-commit at 19:00:28 on 05/04/2023 3 years ago
LibItemBuffs-Database-1.0.lua Regular auto-commit at 19:00:28 on 05/04/2023 3 years ago
LibStub.lua Regular auto-commit at 19:00:28 on 05/04/2023 3 years ago
README.md Regular auto-commit at 19:00:28 on 05/04/2023 3 years ago

README.md

LibItemBuffs-1.0

Buff-to-item database.

Build status

LibItemBuffs-1.0 allows to retrieve the identifier or slot of an item that provides a buff.

It has data for the following items and enchantments:

  • MoP high-level enchantments from enchanting, tailoring and engineering.
  • MoP legendary meta-gems.
  • All trinkets, both "Equip" procs and "Use" effects.
  • All consumables of the following categories: potions, elixirs, flasks, scrolls, foods & drinks and other.

The former two lists are maintained by the author. The latter two ones are automatically built using an HTML parser.

Embedding LibItemBuffs-1.0

Manually

Just copy the whole package somewhere in your addon and reference the file LibItemBuffs-1.0.xml in your TOC file.

Using the wowace packager

Add the following lines into your .pkgmeta:

externals:
  libs/LibItemBuffs-1.0:
    url: git://github.com/AdiAddons/LibItemBuffs-1.0.git
    tag: latest

And these in your TOC file:

libs\LibItemBuffs-1.0\LibItemBuffs-1.0.xml

Using LibItemBuffs-1.0

See the API page (todo).

License

LibItemBuffs-1.0 is licensed using the GPL v3.