Seed data structure
Each seed’s data arrives as a fixed 189-byte record over a single HTTP
Range request, decoded (little-endian) into the structure below. The table is
one row per leaf field; example values are from today’s daily seed.
Population statistics
The table above shows one seed’s decoded values. This section instead summarizes
every metric across all scripts/compute-max.js (shipped as maxStats.json). For each metric:
min/max/mean/std and the percentiles are the exact population distribution, and
top is the record-holding seed.
Two kinds of rows appear:
- Per-seed metrics (
summed: false) — the value is read straight from one field in the record. Theaxis.*rows are split by world (West PW / Main / East PW); spell totals, spell types, damage types, horde and faction creatures are each a single aggregate count for the whole seed (no per-world breakdown). - Summed metrics (
summed: true, theaxisSum.*group) — synthetic: the three per-worldaxis.*values added together. The record-holder’s per-worldpartsare shown as e.g.1+2+5.
Raw decoded record
The literal object returned by reader.readSeed(seed) — expand to inspect.