From 235eccad882dc247f1e832e115af4c663200c802 Mon Sep 17 00:00:00 2001 From: Kelsi Date: Tue, 5 May 2026 11:34:09 -0700 Subject: [PATCH] docs(editor): expand FORMAT_SPEC with zone.json fields and IP disclaimer --- tools/editor/FORMAT_SPEC.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/editor/FORMAT_SPEC.md b/tools/editor/FORMAT_SPEC.md index 5a74b07c..fe474e0e 100644 --- a/tools/editor/FORMAT_SPEC.md +++ b/tools/editor/FORMAT_SPEC.md @@ -35,4 +35,10 @@ Novel file formats for custom WoW zone content. No Blizzard IP. - Replaces WDT - Contains: mapName, mapId, tiles, biome, file references +## zone.json Fields +- `mapName`, `displayName`, `mapId`, `biome`, `baseHeight` +- `hasCreatures`, `description`, `tiles` array, `files` map +- `editorVersion` for compatibility tracking + ## All formats are novel, portable, and open for redistribution. +## No Blizzard intellectual property is used in any format definition.