docs: clarify BattleSummary.shots scaling in FBS schema

Doc-only nit; triggers a CI rerun on the workflow's path filter to
verify the new Monitor permission lets local-CI polling run without
prompts.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ilia Denisov
2026-05-13 13:03:10 +02:00
parent 37cf34a587
commit 46996ebf31
+2 -1
View File
@@ -199,7 +199,8 @@ table LocalFleet {
// BattleSummary identifies one battle the report recipient // BattleSummary identifies one battle the report recipient
// participated in or could see on a planet. `planet` lets the map // participated in or could see on a planet. `planet` lets the map
// place a battle marker without fetching the full BattleReport; // place a battle marker without fetching the full BattleReport;
// `shots` lets the marker scale its stroke with the protocol length. // `shots` lets the marker scale its stroke with the protocol length
// (1 shot → thinnest cross, 100+ shots → maximum cross thickness).
table BattleSummary { table BattleSummary {
id:common.UUID (required); id:common.UUID (required);
planet:uint64; planet:uint64;