Worldshaper/docs/kb/terminology.json

67 lines
2.5 KiB
JSON
Raw Normal View History

2026-06-27 01:44:11 -04:00
{
"schemaVersion": 1,
"generatedFromRepoDate": "2026-06-27",
"terms": [
{
"canonical": "Graphics Painter",
"aliases": ["graphic painter", "sprite editor", "art editor", "painting tool", "pixel editor", "recoloring tool"],
"tags": ["Graphics Painter", "Content", "Animation"],
"systemIds": ["graphics-painter", "content-catalog-records"]
},
{
"canonical": "Tile Canvas",
"aliases": ["map canvas", "map paint", "tile brush", "grid painter", "rectangle tile tool", "tile tool"],
"tags": ["Tiling", "Layers", "Chunks"],
"systemIds": ["layers-tile-editing", "chunk-storage-streaming"]
},
{
"canonical": "Chunk",
"aliases": ["map section", "region", "chunk cell", "chunk area"],
"tags": ["Chunks", "World Overview", "Worlds"],
"systemIds": ["chunk-storage-streaming", "world-overview"]
},
{
"canonical": "World Overview",
"aliases": ["overview map", "chunk overview", "world map", "big map"],
"tags": ["World Overview", "Chunks", "Worlds"],
"systemIds": ["world-overview", "chunk-storage-streaming"]
},
{
"canonical": "Renderer",
"aliases": ["runtime renderer", "viewport", "draw system", "scene draw", "engine view"],
"tags": ["Rendering", "Performance", "Animation"],
"systemIds": ["rendering-viewport"]
},
{
"canonical": "Runtime",
"aliases": ["engine", "game runtime", "play mode", "actual game"],
"tags": ["Worlds", "Rendering", "Performance"],
"systemIds": ["world-bootstrap", "rendering-viewport"]
},
{
"canonical": "Character Entity",
"aliases": ["character", "npc", "actor", "unit", "entity"],
"tags": ["Content", "Rendering", "Worlds"],
"systemIds": ["content-catalog-records", "rendering-viewport", "world-bootstrap"]
},
{
"canonical": "Grid",
"aliases": ["tile grid", "map grid", "cells", "squares"],
"tags": ["Tiling", "Chunks", "Layers"],
"systemIds": ["layers-tile-editing", "chunk-storage-streaming"]
},
{
"canonical": "Asset Catalog",
"aliases": ["sprite list", "tile list", "catalog", "content records", "asset database"],
"tags": ["Content", "Persistence"],
"systemIds": ["content-catalog-records", "persistence-save-pipeline"]
},
{
"canonical": "Launcher Request Board",
"aliases": ["request board", "requests", "admin review", "pending queue"],
"tags": ["Request Board", "Website", "Wiki"],
"systemIds": ["request-board", "launcher-home"]
}
]
}