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.