<DialogueTree xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/xen-42/outer-wilds-new-horizons/main/NewHorizons/Schemas/dialogue_schema.xsd">
	<NameField>ADDENDUM</NameField>

	<DialogueNode>
		<Name>START</Name>
		<EntryCondition>DEFAULT</EntryCondition>
		<Dialogue>
			<Page>Addendum by: The Hatchling</Page>
		</Dialogue>
		<DialogueOptionsList>
      		<DialogueOption>
      			<Text><![CDATA[<i>Remember the Nomai...</i>]]></Text>
        		<DialogueTarget>Nomai</DialogueTarget>
        		<CancelledCondition>CODEX_ADDENDUM_NOMAI</CancelledCondition>
 			</DialogueOption>
 			<DialogueOption>
      			<Text><![CDATA[<i>Consider the Nomai's mission...</i>]]></Text>
        		<DialogueTarget>Nomai_Mission</DialogueTarget>
        		<RequiredCondition>CODEX_ADDENDUM_NOMAI</RequiredCondition>
        		<CancelledCondition>CODEX_ADDENDUM_NOMAI_MISSION</CancelledCondition>
        		<RequiredLogCondition>DB_VESSEL_X5</RequiredLogCondition>
 			</DialogueOption>
 			<DialogueOption>
      			<Text><![CDATA[<i>Mourn the Nomai's fate...</i>]]></Text>
        		<DialogueTarget>Nomai_Fate</DialogueTarget>
        		<RequiredCondition>CODEX_ADDENDUM_NOMAI</RequiredCondition>
        		<CancelledCondition>CODEX_ADDENDUM_NOMAI_FATE</CancelledCondition>
        		<RequiredLogCondition>COMET_INTERIOR_X3</RequiredLogCondition>
        		<RequiredLogCondition>codex_interloper_recorder_warning</RequiredLogCondition>
 			</DialogueOption>

			<DialogueOption>
				<Text><![CDATA[<i>Recall the Strangers...</i>]]></Text>
				<DialogueTarget>Strangers</DialogueTarget>
				<CancelledCondition>CODEX_ADDENDUM_STRANGERS</CancelledCondition>
				<RequiredLogCondition>IP_SARCOPHAGUS_X3</RequiredLogCondition>
			</DialogueOption>

			<DialogueOption>
				<Text><![CDATA[<i>Reflect on Hearthians...</i>]]></Text>
				<DialogueTarget>Hearthians</DialogueTarget>
				<CancelledCondition>CODEX_ADDENDUM_HEARTHIANS</CancelledCondition>
			</DialogueOption>
			
			<DialogueOption>
				<Text><![CDATA[<i>Finally, yourself...</i>]]></Text>
				<DialogueTarget>End</DialogueTarget>
				<RequiredCondition>CODEX_ADDENDUM_HEARTHIANS</RequiredCondition>
			</DialogueOption>
		</DialogueOptionsList>
	</DialogueNode>

	<DialogueNode>
		<Name>Nomai</Name>
		<Dialogue>
			<Page>The Nomai were true scholars, always curious about the nature of our universe. Relics of their search for knowledge are spread throughout this solar system.</Page>
		</Dialogue>
		<DialogueOptionsList>
			<DialogueOption>
      			<Text><![CDATA[<i>...</i>]]></Text>
        		<DialogueTarget>START</DialogueTarget>
        		<ConditionToSet>CODEX_ADDENDUM_NOMAI</ConditionToSet>
 			</DialogueOption>
		</DialogueOptionsList>
	</DialogueNode>
	<DialogueNode>
		<Name>Nomai_Mission</Name>
		<Dialogue>
			<Page>While other Nomai clans survive to this day, one clan's generations-long search for the Eye of the Universe has played a profound role in the final days of this universe.</Page>
			<Page>Without their records and technology, I could not have made it as far as I have.</Page>
		</Dialogue>
		<DialogueOptionsList>
			<DialogueOption>
      			<Text><![CDATA[<i>...</i>]]></Text>
        		<DialogueTarget>START</DialogueTarget>
        		<ConditionToSet>CODEX_ADDENDUM_NOMAI_MISSION</ConditionToSet>
 			</DialogueOption>
		</DialogueOptionsList>
	</DialogueNode>
	<DialogueNode>
		<Name>Nomai_Fate</Name>
		<Dialogue>
			<Page>Tragically, the Nomai that settled in this solar system were wiped out by an explosion of ghost matter released by a damaged fuel geode from the Lingering Chime.</Page>
			<Page>They would have been fascinated by this discovery if they had survived.</Page>
		</Dialogue>
		<DialogueOptionsList>
			<DialogueOption>
      			<Text><![CDATA[<i>...</i>]]></Text>
        		<DialogueTarget>START</DialogueTarget>
        		<ConditionToSet>CODEX_ADDENDUM_NOMAI_FATE</ConditionToSet>
 			</DialogueOption>
		</DialogueOptionsList>
	</DialogueNode>

	<DialogueNode>
		<Name>Strangers</Name>
		<Dialogue>
			<Page>The Strangers were archivists, preserving information at any cost. But their fear of the Eye led them to hide from the world inside a simulation of their own creation. Until one of them released the signal for the Nomai to find, and was imprisoned for their actions.</Page>
			<Page>I met The Prisoner but was unable to free them from their fate.</Page>
		</Dialogue>
		<DialogueOptionsList>
			<DialogueOption>
      			<Text><![CDATA[<i>...</i>]]></Text>
        		<DialogueTarget>START</DialogueTarget>
        		<ConditionToSet>CODEX_ADDENDUM_STRANGERS</ConditionToSet>
 			</DialogueOption>
		</DialogueOptionsList>
	</DialogueNode>

	<DialogueNode>
		<Name>Hearthians</Name>
		<Dialogue>
			<Page>I am a Hearthian. A young species but the bravest I know. We play music and roast marshmallows with friends around a campfire.</Page>
			<Page>Despite the <![CDATA[<i>many</i>]]> dangers of the solar system we call home, our space program has recently allowed us to take our first steps towards the stars.</Page>
		</Dialogue>
		<DialogueOptionsList>
			<DialogueOption>
      			<Text><![CDATA[<i>...</i>]]></Text>
        		<DialogueTarget>START</DialogueTarget>
        		<ConditionToSet>CODEX_ADDENDUM_HEARTHIANS</ConditionToSet>
 			</DialogueOption>
		</DialogueOptionsList>
	</DialogueNode>

	<DialogueNode>
		<Name>End</Name>
		<Dialogue>
			<Page>Trapped within a time loop of the Nomai's creation, I have uncovered the deepest mysteries of the Outer Wilds! I will do what I can to make sure they are not forgotten.</Page>
			<Page>- Signed, The Hatchling</Page>
		</Dialogue>
		<RevealFacts>
			<FactID>codex_astral_codex_fact</FactID>
		</RevealFacts>
	</DialogueNode>
</DialogueTree>




