From e32b14d185f353771685ec322702145e9d406ad4 Mon Sep 17 00:00:00 2001 From: Jenna Sloan Date: Tue, 12 Mar 2024 22:09:13 -0500 Subject: [PATCH] fezdata > added notes --- docs/content/formats/fezdata.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/content/formats/fezdata.md b/docs/content/formats/fezdata.md index 4871887..b85f701 100644 --- a/docs/content/formats/fezdata.md +++ b/docs/content/formats/fezdata.md @@ -12,6 +12,14 @@ Top-level object stored in `.fezdata.json` JSON file. +```note +LanguageResources and LanguageResource are names used solely to better convey the structure of the FezData file, and are never refered to as such in the game code, instead just being a single `Dictionary>`. +``` + +```note +The game will default to the entry with the key of `""` if an entry for the current game language was not found, or if the language was found but did not contain the desired entry. +``` + |Property name|Type|Description| |-|-|-| |LanguageResources|[LanguageResource](#languageresource)|Dictionary of definitions for each language, with keys being [ISO 639-1 two-letter Code \(external link\)](https://www.loc.gov/standards/iso639-2/php/code_list.php) |