Skip to content

Commit

Permalink
added "Item Enhancements"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zottelchen committed Jun 27, 2023
1 parent 4b7f678 commit 4d4b0fd
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@
- Cavern Currencies (like Bartering Stones)
- Fyrak Assault
- Embellishments
- Item Enhancements

If anything is missing, misplaced, or you want a new category, then please write a comment or [open an issue](https://github.com/Zottelchens-WoW-Addons/AdiBags-Dragonflight/issues).
If anything is missing, misplaced, or you want a new category, then please write a comment or [open an issue](https://github.com/Zottelchens-WoW-Addons/AdiBags-Dragonflight/issues). There are literally thousands of item IDs in this addon, so it's possible that I missed or misplaced something. Report these items & I will fix them ASAP. Thanks! :)

**A special thanks to the following people for their contributions in translating this addon:**

Expand Down
175 changes: 175 additions & 0 deletions items/item_enhancements.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
category_name = "Temporary & Permanent Enhancements"
category_color = 0x5A7684
category_description = { _ = "Use these for a powerup!" }
mergeable = true
merged_by_default = true

[permanent_enhancements]
name = "Permanent Enhancements"
description = { _ = "These are permanent enhancements that you can typically apply to armor to improve it." }
color = 0x92AFD7
items = [
193556,
193557,
193559,
193560,
193561,
193563,
193564,
193565,
193567,
194008,
194009,
194010,
194011,
194012,
194013,
194014,
194015,
194016,
198310,
198311,
198312,
198313,
198314,
198315,
198316,
198317,
198318,
204700,
204701,
204702,
205039,
205043,
205044,
]

[temporary_enhancements]
name = "Temporary Enhancements"
description = { _ = "These are temporary enhancements that you can typically apply to armor to improve it." }
color = 0xC5D1EB
items = [
191933,
191939,
191940,
191943,
191944,
191945,
191948,
191949,
191950,
194817,
194819,
194820,
194821,
194822,
194823,
194824,
194825,
194826,
198160,
198161,
198162,
198163,
198164,
198165,
203862,
203865,
204971,
204972,
204973,
]

[gems]
name = "Gems"
description = { _ = "These are gems that you can typically apply to armor to improve it." }
color = 0xFF00EA
items = [
192900,
192901,
192902,
192903,
192904,
192905,
192906,
192907,
192908,
192910,
192911,
192912,
192913,
192914,
192916,
192917,
192918,
192919,
192920,
192921,
192922,
192923,
192924,
192925,
192926,
192927,
192928,
192929,
192931,
192932,
192933,
192934,
192935,
192936,
192937,
192938,
192940,
192941,
192942,
192943,
192944,
192945,
192946,
192947,
192948,
192950,
192951,
192952,
192953,
192954,
192955,
192956,
192957,
192958,
192959,
192960,
192961,
192962,
192963,
192964,
192965,
192966,
192967,
192968,
192969,
192970,
192971,
192972,
192973,
192974,
192975,
192976,
192977,
192978,
192979,
192980,
192981,
192982,
192983,
192984,
192985,
192986,
192987,
192988,
192989,
192990,
192991,
]

0 comments on commit 4d4b0fd

Please sign in to comment.