System · Chronicle

The Cartarch Chronicle.

A journal of releases — what we shipped, what we refined, what we resolved, and a short note from the Archivist on each.

Folio IV · Issue 7 · Entry 3
v4.7.3 · 13 July 2026 · published

Chronicle of Changes.

Added1 entry

  • Momir creatures on the table board are now centered in each player's zone and sized to the count — a lone creature shows big, and cards shrink to stay readable as the board fills up.
Notes from the Archivist

v4.7.3 = center + count-responsive Momir battlefield cards (tablet). .momir-board .tc-momir-tokens is now flex:1 with align-content/align-items/justify-content center (centered both ways in the zone between the top corners and the life numeral). sizeMomirBoard() computes a per-seat --momir-card-w by trying every column count and picking the width that best packs N cards into clientWidth x clientHeight (gap 8px, height/width ratio 1.55 for image+name), clamped 30..220px; card + .tc-momir-name max-width read the var. Called from render() (idempotent CSS-var set → no DOM rebuild / re-pop, composes with the v4.7.2 flicker guard) and on resize / orientationchange. Works in the card's local coordinate space so seat rotation is irrelevant. Suite 868 green.