Update AGENTS.md
Update to reflect the addition of other spec's bis lists
This commit is contained in:
@@ -20,7 +20,7 @@ Amibis/
|
|||||||
- **SavedVariables**: `AmibisDB` (account-wide, stores selected phase), `AmibisCharDB` (per-character, stores frame position + spec override)
|
- **SavedVariables**: `AmibisDB` (account-wide, stores selected phase), `AmibisCharDB` (per-character, stores frame position + spec override)
|
||||||
- **Namespace pattern**: `local addonName, ns = ...` — all modules attach to `ns`
|
- **Namespace pattern**: `local addonName, ns = ...` — all modules attach to `ns`
|
||||||
- **No build/test/lint tooling** — tested in-game via WoW client
|
- **No build/test/lint tooling** — tested in-game via WoW client
|
||||||
- **Currently**: Only Priest (Discipline/Holy) T5 data populated
|
- **Currently**: Only T5 data populated
|
||||||
|
|
||||||
## Adding new BIS data
|
## Adding new BIS data
|
||||||
1. Add a `local CLASS_T5 = { ... }` table in `Data/BISLists.lua` following the existing `PRIEST_T5` structure
|
1. Add a `local CLASS_T5 = { ... }` table in `Data/BISLists.lua` following the existing `PRIEST_T5` structure
|
||||||
|
|||||||
Reference in New Issue
Block a user