docs(editor): add WHM version info and total size to FORMAT_SPEC

This commit is contained in:
Kelsi 2026-05-05 11:18:08 -07:00
parent 60048c0ee4
commit 539de3f5b0

View file

@ -10,7 +10,9 @@ Novel file formats for custom WoW zone content. No Blizzard IP.
## WHM — Wowee HeightMap (binary)
- Extension: `.whm`
- Magic: `WHM1` (0x314D4857)
- Version: 1 (embedded in magic — WHM2 for future revisions)
- Layout: magic(4) + chunks(4) + vertsPerChunk(4) + [baseHeight(4) + heights[145](580)] × 256
- Total size: 12 + 256 × 584 = 149,516 bytes
## WOM — Wowee Open Model (binary)
- Extension: `.wom`