NC
HomeGuidesMechanics

Changelog entry

Alliance war targets: priority queue and nation assignment (#574)

2026-03-22

  • Alliance officers can now designate specific nations as war targets via `POST /api/alliances/[id]/war-targets`.
  • Each target has a configurable priority (`HIGH`, `MEDIUM`, `LOW`) and optional notes visible to alliance members.
  • Officers can assign specific member nations to a target and update or remove targets via `PATCH`/`DELETE /api/alliances/[id]/war-targets/[targetId]`.
  • Active targets are surfaced in the alliance ops console to coordinate war efforts.