docs(conquest): document Conquest War RE status and implementation gaps

The feature/conquest branch drifted too far from develop without completing
the core gameplay loop. This doc captures all known packet wire formats,
handler states, confirmed values from captures, and a prioritised table of
unknowns needed before the feature can be implemented cleanly.

Also updates unimplemented.md to link to the new reference.
This commit is contained in:
Houmgaor
2026-03-22 20:16:44 +01:00
parent 63312dac1b
commit 93f8c677d9
2 changed files with 515 additions and 1 deletions

View File

@@ -190,7 +190,7 @@ that needs no reply). Others are genuine feature gaps.
| Branch | Commits ahead | Handlers targeted |
|--------|:---:|-------------------|
| `feature/enum-event` | 4 | `EnumerateEvent` scheduling only — not mergeable, see `docs/fort-attack-event.md` |
| `feature/conquest` | 4 | Conquest quest handlers |
| `feature/conquest` | 4 | Conquest quest handlers — not mergeable, see `docs/conquest-war.md` |
| `feature/tower` | 4 | Tower handlers |
---