From 0a7e1411d9f3ac0e2f97a5599b2afe4c118b28c0 Mon Sep 17 00:00:00 2001 From: Noah Pilarski Date: Thu, 12 May 2022 22:49:16 -0400 Subject: [PATCH] Add Nomai Text Schema --- NewHorizons/text_schema.xsd | 112 ++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 NewHorizons/text_schema.xsd diff --git a/NewHorizons/text_schema.xsd b/NewHorizons/text_schema.xsd new file mode 100644 index 00000000..19cc2392 --- /dev/null +++ b/NewHorizons/text_schema.xsd @@ -0,0 +1,112 @@ + + + + + + + + + + + The different text blocks of this object + + + + + + + The conditions for unlocking ship log facts + + + + + + + + + + + + + + + + + The id of this text block + + + + + + + The id of the parent text block + + + + + + + + + + + + + + + + + + + The text to show for this option + + + + + + + + + + + + + + + + + + + + + + + + + Facts to reveal when the player goes through this dialogue node + + + + + + + + + + + + + The ID of a fact to reveal + + + + + + + The text block ids (separated by commas) that need to be read to reveal that fact + + + + + + \ No newline at end of file