feat(class): add CoA custom-class stat-summary defaults via CoAClassPrimaryStats
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.
This commit is contained in:
2026-05-30 01:27:49 +02:00
parent e7b3d4fb93
commit 694f6262ee
3 changed files with 208 additions and 0 deletions
+3
View File
@@ -36,5 +36,8 @@ 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