3 Commits

Author SHA1 Message Date
florian.berthold 6726f30159 Add CoA custom-class Pawn scales for all 21 classes (70+ specs)
release / release (push) Successful in 3s
- Pawn/CoAClassSpecData.lua: copied from coa-db/data (source of truth,
  keyed by UnitClass token, neutral stat keys).
- Pawn/CoAScales.lua: registers a scale per class+spec via
  PawnAddPluginScaleProvider/PawnAddPluginScale; translates neutral keys
  to Pawn internal (AttackPower→Ap, RangedAttackPower→Rap,
  Dodge/Parry/Defense→DodgeRating/ParryRating/DefenseRating).
  Auto-enables the player's class scales on first login via C_Timer.After(0),
  honouring the same one-shot LastAdded guard used by Wowhead.lua.
- Pawn/Pawn.toc: loads CoAClassSpecData.lua early (before Pawn.lua),
  CoAScales.lua last (after Wowhead.lua); adds PawnCoAScaleProviderOptions
  to SavedVariables.
2026-05-30 01:28:16 +02:00
florian.berthold 914658af36 fix: defer UnitClass + guard InterfaceOptions for CoA; port Textures/*.tga to BLP (raw3)
release / release (push) Successful in 3s
2026-05-29 10:43:54 +02:00
florian.berthold a399c1eefb chore: move addon into Pawn/ + add standard .gitignore
Matches the Exiles fork-layout convention (each addon in its own folder).
2026-05-25 10:59:30 +02:00