694f6262ee
release / release (push) Successful in 2s
Copy CoAClassSpecData.lua into the addon folder and load it before RatingBuster.lua in the .toc. After the vanilla if/elseif ladder in applyClassProfileDefaults(), a new CoA branch checks CoAClassPrimaryStats[cls]: if the player's token is a CoA custom class, enable the stat-summary keys that match the class's union of primary stats (Agility→physical melee block, Strength→physical melee block, Intellect→spell block, Spirit→healing/mp5 block, Stamina→health/sta). Vanilla classes and unrelated settings are not touched.
43 lines
1.2 KiB
TeX
43 lines
1.2 KiB
TeX
## Interface: 30301
|
|
## Title: RatingBuster
|
|
## Notes: Item stat breakdown, analysis and comparison
|
|
## Notes-zhTW: 裝備數值解析與比較
|
|
## Author: Whitetooth
|
|
## Modder: Aramis/Fujoshi
|
|
## X-eMail: hotdogee [at] gmail [dot] com
|
|
## SavedVariables: RatingBusterDB
|
|
## OptionalDeps: Ace3, LibTipHooker-1.1, LibStatLogic-1.1, UTF8, LibBabble-Inventory-3.0, LibDualSpec-1.0, TankPoints
|
|
## X-Embeds: Ace3, LibTipHooker-1.1, LibStatLogic-1.1, UTF8, LibBabble-Inventory-3.0, LibDualSpec-1.0
|
|
## X-Category: Interface Enhancements
|
|
## X-RelSite-WoWI: 5819
|
|
## X-RelSite-Curse: 4991
|
|
## X-License: GPL v2
|
|
## X-Encoding: UTF-8
|
|
## X-Curse-Packaged-Version: r284
|
|
## X-Curse-Project-Name: RatingBuster
|
|
## X-Curse-Project-ID: rating-buster
|
|
## X-Curse-Repository-ID: wow/rating-buster/mainline
|
|
|
|
# Non-Ace Libraries #
|
|
UTF8\utf8data.lua
|
|
UTF8\utf8.lua
|
|
|
|
#@no-lib-strip@
|
|
embeds.xml
|
|
#@end-no-lib-strip@
|
|
|
|
# Localization Files #
|
|
RatingBuster-Locale-enUS.lua
|
|
RatingBuster-Locale-ruRU.lua
|
|
RatingBuster-Locale-zhCN.lua
|
|
RatingBuster-Locale-zhTW.lua
|
|
RatingBuster-Locale-deDE.lua
|
|
RatingBuster-Locale-frFR.lua
|
|
RatingBuster-Locale-koKR.lua
|
|
RatingBuster-Locale-esES.lua
|
|
|
|
# CoA class/spec data (must load before RatingBuster.lua) #
|
|
CoAClassSpecData.lua
|
|
|
|
# Core #
|
|
RatingBuster.lua |