<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://gunmetalolympus.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Demongrrl</id>
	<title>Gunmetal Olympus Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://gunmetalolympus.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Demongrrl"/>
	<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/wiki/Special:Contributions/Demongrrl"/>
	<updated>2026-06-26T14:23:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=1064</id>
		<title>Template:Infobox personnel file/doc</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=1064"/>
		<updated>2026-06-22T22:26:54Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: /* TemplateData */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Documentation subpage}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An infobox for personnel file entries.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox personnel file&lt;br /&gt;
| image           = &lt;br /&gt;
| name            = &lt;br /&gt;
| pronouns        = &lt;br /&gt;
| aliases         = &lt;br /&gt;
| age             = &lt;br /&gt;
| height          = &lt;br /&gt;
| status          = &lt;br /&gt;
| type            = &lt;br /&gt;
| affiliated with = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Infobox summarising a character&#039;s personnel file.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;image&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Filename of an artwork with the character (without the File: prefix).&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-file-name&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Example.jpg&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;caption&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image caption&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Optional caption displayed beneath the image.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;name&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Name&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Full name, often {{PAGENAME}}&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Pronouns&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;aliases&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Aliases&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Other names they are known by, separated with &amp;lt;br /&amp;gt;&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;height&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Height&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Height of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;age&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Age&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Age of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;status&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Status&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Current status (e.g. Alive, Dead)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;type&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Type&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Demigod; Marks Four, Three, Two; Mortal; etc&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Affiliated with&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;People and/or organisations they are affiliated with, as wikilinks. They should be described as the relationship the article character has from the affiliated character. (e.g. on Athena&#039;s article page, her affiliation to Zeus would be listed as &#039;&#039;child&#039;&#039; (as she is the &#039;&#039;child&#039;&#039; of Zeus). Whereas, on Zeus&#039; article page, her relationship to Athena is listed as &#039;&#039;father&#039;&#039; (as Zeus is the father of Athena). Entries are separated with &amp;lt;br /&amp;gt; &amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;affiliation&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;image&amp;quot;,&lt;br /&gt;
		&amp;quot;caption&amp;quot;,&lt;br /&gt;
		&amp;quot;name&amp;quot;,&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;,&lt;br /&gt;
		&amp;quot;aliases&amp;quot;,&lt;br /&gt;
		&amp;quot;age&amp;quot;,&lt;br /&gt;
		&amp;quot;height&amp;quot;,&lt;br /&gt;
		&amp;quot;status&amp;quot;,&lt;br /&gt;
		&amp;quot;type&amp;quot;,&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=1063</id>
		<title>Template:Infobox personnel file/doc</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=1063"/>
		<updated>2026-06-22T22:25:59Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: /* TemplateData */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Documentation subpage}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An infobox for personnel file entries.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox personnel file&lt;br /&gt;
| image           = &lt;br /&gt;
| name            = &lt;br /&gt;
| pronouns        = &lt;br /&gt;
| aliases         = &lt;br /&gt;
| age             = &lt;br /&gt;
| height          = &lt;br /&gt;
| status          = &lt;br /&gt;
| type            = &lt;br /&gt;
| affiliated with = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Infobox summarising a character&#039;s personnel file.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;image&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Filename of an artwork with the character (without the File: prefix).&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-file-name&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Example.jpg&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;caption&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image caption&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Optional caption displayed beneath the image.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;name&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Name&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Full name, often {{PAGENAME}}&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Pronouns&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;aliases&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Aliases&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Other names they are known by, separated with &amp;lt;br /&amp;gt;&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;height&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Height&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Height of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;age&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Age&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Age of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;status&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Status&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Current status (e.g. Alive, Dead)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;type&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Type&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Demigod; Marks Four, Three, Two; Mortal; etc&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Affiliated with&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;People and/or organisations they are affiliated with, as wikilinks. They should be descriped as the relationship the article character has from the affiliated character. (e.g. on Athena&#039;s article page, her affiliation to Zeus would be listed as &#039;&#039;child&#039;&#039; (as she is the &#039;&#039;child&#039;&#039; of Zeus). Whereas, on Zeus&#039; article page, her relationship to Athena is listed as &#039;&#039;father&#039;&#039; (as Zeus is the father of Athena). Entries are separated with &amp;lt;br /&amp;gt; &amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;affiliation&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;image&amp;quot;,&lt;br /&gt;
		&amp;quot;caption&amp;quot;,&lt;br /&gt;
		&amp;quot;name&amp;quot;,&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;,&lt;br /&gt;
		&amp;quot;aliases&amp;quot;,&lt;br /&gt;
		&amp;quot;age&amp;quot;,&lt;br /&gt;
		&amp;quot;height&amp;quot;,&lt;br /&gt;
		&amp;quot;status&amp;quot;,&lt;br /&gt;
		&amp;quot;type&amp;quot;,&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Neomea&amp;diff=1062</id>
		<title>Neomea</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Neomea&amp;diff=1062"/>
		<updated>2026-06-22T22:23:13Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox personnel file&lt;br /&gt;
| image = Neomea.png&lt;br /&gt;
| caption = Neomea by [[Mango]]&lt;br /&gt;
| name = Neomea, daughter of Theodora&lt;br /&gt;
| pronouns = She/Her&lt;br /&gt;
| aliases = Doe (during her first time working in The Pit)&amp;lt;br /&amp;gt;Ne&lt;br /&gt;
| age = 22&lt;br /&gt;
| height = 5&#039;6&amp;quot;&lt;br /&gt;
| status = Alive&lt;br /&gt;
| type = Mortal&lt;br /&gt;
| affiliated with = [[Elysium Office of Disaster Management]] (employee)&amp;lt;br /&amp;gt; Agape (partner)&amp;lt;br /&amp;gt; Zosime (partner)&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Neomea, daughter of Theodora, is a new Intelligence Officer at the [[Elysium Office of Disaster Management]].&amp;lt;ref&amp;gt;Viatrix, Ara. [https://archiveofourown.org/works/87045811 A Doe Before Lions (Prologue)].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Mortal]]&lt;br /&gt;
[[Category:EODM]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Neomea&amp;diff=1061</id>
		<title>Neomea</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Neomea&amp;diff=1061"/>
		<updated>2026-06-22T22:19:42Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox personnel file&lt;br /&gt;
| image = Neomea.png&lt;br /&gt;
| caption = Neomea by [[Mango]]&lt;br /&gt;
| name = Neomea, daughter of Theodora&lt;br /&gt;
| pronouns = She/Her&lt;br /&gt;
| aliases = Doe (during her first time working in The Pit)&amp;lt;br /&amp;gt;Ne&lt;br /&gt;
| age = 22&lt;br /&gt;
| height = 5&#039;6&amp;quot;&lt;br /&gt;
| status = Alive&lt;br /&gt;
| type = Mortal&lt;br /&gt;
| affiliated with = [[Elysium Office of Disaster Management]] (employee)&amp;lt;br /&amp;gt; Agape (partner)&amp;lt;br /&amp;gt; Zosime&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Neomea, daughter of Theodora, is a new Intelligence Officer at the [[Elysium Office of Disaster Management]].&amp;lt;ref&amp;gt;Viatrix, Ara. [https://archiveofourown.org/works/87045811 A Doe Before Lions (Prologue)].&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Mortal]]&lt;br /&gt;
[[Category:EODM]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=1060</id>
		<title>Template:Infobox personnel file/doc</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=1060"/>
		<updated>2026-06-22T22:16:47Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: /* TemplateData */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Documentation subpage}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An infobox for personnel file entries.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox personnel file&lt;br /&gt;
| image           = &lt;br /&gt;
| name            = &lt;br /&gt;
| pronouns        = &lt;br /&gt;
| aliases         = &lt;br /&gt;
| age             = &lt;br /&gt;
| height          = &lt;br /&gt;
| status          = &lt;br /&gt;
| type            = &lt;br /&gt;
| affiliated with = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Infobox summarising a character&#039;s personnel file.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;image&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Filename of an artwork with the character (without the File: prefix).&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-file-name&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Example.jpg&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;caption&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image caption&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Optional caption displayed beneath the image.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;name&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Name&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Full name, often {{PAGENAME}}&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Pronouns&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;aliases&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Aliases&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Other names they are known by, separated with &amp;lt;br /&amp;gt;&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;height&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Height&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Height of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;age&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Age&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Age of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;status&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Status&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Current status (e.g. Alive, Dead)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;type&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Type&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Demigod; Marks Four, Three, Two; Mortal; etc&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Affiliated with&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;People and/or organisations they are affiliated with, as wikilinks. They should be descriped as the relationship the article character has from the affiliated character. (e.g. Athena (article page) is the &#039;&#039;child&#039;&#039; of Zeus (affiliated character), Adrastus (article page) is the &#039;&#039;brother&#039;&#039; of Persephone (affiliated character, Neomea (article page) is an &#039;&#039;employee&#039;&#039; of the EODM (affiliated organisation)). Entries are separated with &amp;lt;br /&amp;gt; &amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;affiliation&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;image&amp;quot;,&lt;br /&gt;
		&amp;quot;caption&amp;quot;,&lt;br /&gt;
		&amp;quot;name&amp;quot;,&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;,&lt;br /&gt;
		&amp;quot;aliases&amp;quot;,&lt;br /&gt;
		&amp;quot;age&amp;quot;,&lt;br /&gt;
		&amp;quot;height&amp;quot;,&lt;br /&gt;
		&amp;quot;status&amp;quot;,&lt;br /&gt;
		&amp;quot;type&amp;quot;,&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=1059</id>
		<title>Template:Infobox personnel file/doc</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=1059"/>
		<updated>2026-06-22T22:14:14Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: /* TemplateData */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Documentation subpage}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An infobox for personnel file entries.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox personnel file&lt;br /&gt;
| image           = &lt;br /&gt;
| name            = &lt;br /&gt;
| pronouns        = &lt;br /&gt;
| aliases         = &lt;br /&gt;
| age             = &lt;br /&gt;
| height          = &lt;br /&gt;
| status          = &lt;br /&gt;
| type            = &lt;br /&gt;
| affiliated with = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Infobox summarising a character&#039;s personnel file.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;image&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Filename of an artwork with the character (without the File: prefix).&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-file-name&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Example.jpg&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;caption&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image caption&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Optional caption displayed beneath the image.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;name&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Name&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Full name, often {{PAGENAME}}&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Pronouns&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;aliases&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Aliases&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Other names they are known by, separated with &amp;lt;br /&amp;gt;&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;height&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Height&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Height of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;age&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Age&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Age of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;status&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Status&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Current status (e.g. Alive, Dead)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;type&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Type&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Demigod; Marks Four, Three, Two; Mortal; etc&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Affiliated with&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;People and/or organisations they are affiliated with, as wikilinks. They should be descriped as the relationship the article character has from the affiliated character. (e.g. Athena is the &#039;&#039;child&#039;&#039; of Zeus, Adrastus is the &#039;&#039;brother&#039;&#039; of Persephone, Neomea is an &#039;&#039;employee&#039;&#039; of the EODM). Entries are separated with &amp;lt;br /&amp;gt; &amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;affiliation&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;image&amp;quot;,&lt;br /&gt;
		&amp;quot;caption&amp;quot;,&lt;br /&gt;
		&amp;quot;name&amp;quot;,&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;,&lt;br /&gt;
		&amp;quot;aliases&amp;quot;,&lt;br /&gt;
		&amp;quot;age&amp;quot;,&lt;br /&gt;
		&amp;quot;height&amp;quot;,&lt;br /&gt;
		&amp;quot;status&amp;quot;,&lt;br /&gt;
		&amp;quot;type&amp;quot;,&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=1058</id>
		<title>Template:Infobox personnel file/doc</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=1058"/>
		<updated>2026-06-22T22:13:03Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: /* TemplateData */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Documentation subpage}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An infobox for personnel file entries.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox personnel file&lt;br /&gt;
| image           = &lt;br /&gt;
| name            = &lt;br /&gt;
| pronouns        = &lt;br /&gt;
| aliases         = &lt;br /&gt;
| age             = &lt;br /&gt;
| height          = &lt;br /&gt;
| status          = &lt;br /&gt;
| type            = &lt;br /&gt;
| affiliated with = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Infobox summarising a character&#039;s personnel file.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;image&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Filename of an artwork with the character (without the File: prefix).&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-file-name&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Example.jpg&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;caption&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image caption&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Optional caption displayed beneath the image.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;name&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Name&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Full name, often {{PAGENAME}}&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Pronouns&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;aliases&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Aliases&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Other names they are known by, separated with &amp;lt;br /&amp;gt;&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;height&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Height&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Height of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;age&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Age&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Age of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;status&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Status&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Current status (e.g. Alive, Dead)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;type&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Type&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Demigod; Marks Four, Three, Two; Mortal; etc&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Affiliated with&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;People and/or organisations they are affiliated with, as wikilinks. They should be descriped as the relationship the article character has from the affiliated character. (e.g. Athena is the &#039;&#039;child&#039;&#039; of Zeus, Athena is the &#039;&#039;brother&#039;&#039; of Persephone, Neomea is an &#039;&#039;employee&#039;&#039; of the EODM). Entries are separated with &amp;lt;br /&amp;gt; &amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;affiliation&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;image&amp;quot;,&lt;br /&gt;
		&amp;quot;caption&amp;quot;,&lt;br /&gt;
		&amp;quot;name&amp;quot;,&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;,&lt;br /&gt;
		&amp;quot;aliases&amp;quot;,&lt;br /&gt;
		&amp;quot;age&amp;quot;,&lt;br /&gt;
		&amp;quot;height&amp;quot;,&lt;br /&gt;
		&amp;quot;status&amp;quot;,&lt;br /&gt;
		&amp;quot;type&amp;quot;,&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Neomea&amp;diff=1055</id>
		<title>Neomea</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Neomea&amp;diff=1055"/>
		<updated>2026-06-21T22:06:13Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Create Neomea&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox personnel file&lt;br /&gt;
| image = Neomea.png&lt;br /&gt;
| caption = Neomea by [[Mango]]&lt;br /&gt;
| name = Neomea, daughter of Theodora&lt;br /&gt;
| pronouns = She/Her&lt;br /&gt;
| aliases = Doe (during her first time working in The Pit)&amp;lt;br /&amp;gt;Ne&lt;br /&gt;
| age = 22&lt;br /&gt;
| height = 5&#039;6&amp;quot;&lt;br /&gt;
| status = Alive&lt;br /&gt;
| type = Mortal&lt;br /&gt;
| affiliated with = [[Elysium Office of Disaster Management]] (employee)&amp;lt;br /&amp;gt; Agape (partner)&amp;lt;br /&amp;gt; Zosime&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Neomea, daughter of Theodora, is a new Intelligence Officer at the [[Elysium Office of Disaster Management]].&amp;lt;ref&amp;gt;Viatrix, Ara. [https://archiveofourown.org/works/87045811 A Doe Before Lions (Prologue)].&amp;lt;/ref&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=File:Neomea.png&amp;diff=1054</id>
		<title>File:Neomea.png</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=File:Neomea.png&amp;diff=1054"/>
		<updated>2026-06-21T22:02:26Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Neomea by [[Mango]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Elysium_Office_of_Disaster_Management&amp;diff=1053</id>
		<title>Elysium Office of Disaster Management</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Elysium_Office_of_Disaster_Management&amp;diff=1053"/>
		<updated>2026-06-21T22:00:29Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Elysium Office of Disaster Management (EODM) is a public safety agency that sits within Elysium&#039;s bureaucracy.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Viatrix, Ara. [https://archiveofourown.org/works/87045811 A Doe Before Lions (Prologue)].&amp;lt;/ref&amp;gt; Their primary responsibility includes end-to-end, hazard-agnostic emergency management across all phases of the disaster cycle (prevention, preparedness, response, recovery - also known as PPRR).&lt;br /&gt;
&lt;br /&gt;
The EODM&#039;s primary Emergency Operations Centre is referred to as &#039;The Pit&#039; due to its archetecture. The Pit contains a large central work floor, with one wall consisting of a series of screens and holo-readouts called the &#039;&#039;&#039;Othoni Gnoseon&#039;&#039;&#039;, or Wall of Knowledge. On all other sides, The Pit is surrounded by an observation balcony.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The head of the EODM is [[Director-General of the Elysium Office of Disaster Management]].&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:EODM]]&lt;br /&gt;
[[Category:Elysian Bureaucracy]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Director-General_of_the_Elysium_Office_of_Disaster_Management&amp;diff=1052</id>
		<title>Director-General of the Elysium Office of Disaster Management</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Director-General_of_the_Elysium_Office_of_Disaster_Management&amp;diff=1052"/>
		<updated>2026-06-21T21:59:59Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: backlinked to EODM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Director-General of the Elysium Office of Disaster Management is the title bestowed to the public servant who leads Elysium&#039;s [[Elysium Office of Disaster Management|disaster management agency]]. They technically report directly to The Twelve, however their authority and agency is often stymied by the politicking of the temples.&lt;br /&gt;
&lt;br /&gt;
The current DG-EODM is Katerina.&lt;br /&gt;
[[Category:EODM]]&lt;br /&gt;
[[Category:Elysian Bureaucracy]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Director-General_of_the_Elysium_Office_of_Disaster_Management&amp;diff=1051</id>
		<title>Director-General of the Elysium Office of Disaster Management</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Director-General_of_the_Elysium_Office_of_Disaster_Management&amp;diff=1051"/>
		<updated>2026-06-21T21:59:38Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Created page with &amp;quot;The Director-General of the Elysium Office of Disaster Management is the title bestowed to the public servant who leads Elysium&amp;#039;s disaster management agency. They technically report directly to The Twelve, however their authority and agency is often stymied by the politicking of the temples.  The current DG-EODM is Katerina. Category:EODM Category:Elysian Bureaucracy&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Director-General of the Elysium Office of Disaster Management is the title bestowed to the public servant who leads Elysium&#039;s disaster management agency. They technically report directly to The Twelve, however their authority and agency is often stymied by the politicking of the temples.&lt;br /&gt;
&lt;br /&gt;
The current DG-EODM is Katerina.&lt;br /&gt;
[[Category:EODM]]&lt;br /&gt;
[[Category:Elysian Bureaucracy]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Elysium_Office_of_Disaster_Management&amp;diff=1050</id>
		<title>Elysium Office of Disaster Management</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Elysium_Office_of_Disaster_Management&amp;diff=1050"/>
		<updated>2026-06-21T21:58:10Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Elysium Office of Disaster Management (EODM) is a public safety agency that sits within Elysium&#039;s bureaucracy.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Viatrix, Ara. [https://archiveofourown.org/works/87045811 A Doe Before Lions (Prologue)].&amp;lt;/ref&amp;gt; Their primary responsibility includes end-to-end, hazard-agnostic emergency management across all phases of the disaster cycle (prevention, preparedness, response, recovery - also known as PPRR).&lt;br /&gt;
&lt;br /&gt;
The EODM&#039;s primary Emergency Operations Centre is referred to as &#039;The Pit&#039; due to its archetecture. The Pit contains a large central work floor, with one wall consisting of a series of screens and holo-readouts called the &#039;&#039;&#039;Othoni Gnoseon&#039;&#039;&#039;, or Wall of Knowledge. On all other sides, The Pit is surrounded by an observation balcony.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The head of the EODM is [[Director-General of the Elysium Office of Disaster Management]].&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Elysium_Office_of_Disaster_Management&amp;diff=1049</id>
		<title>Elysium Office of Disaster Management</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Elysium_Office_of_Disaster_Management&amp;diff=1049"/>
		<updated>2026-06-21T21:56:51Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Fleshed out&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Elysium Office of Disaster Management is a public safety agency that sits within Elysium&#039;s bureaucracy.&amp;lt;ref name=&amp;quot;:0&amp;quot;&amp;gt;Viatrix, Ara. [https://archiveofourown.org/works/87045811 A Doe Before Lions (Prologue)].&amp;lt;/ref&amp;gt; Their primary responsibility includes end-to-end, hazard-agnostic emergency management across all phases of the disaster cycle (prevention, preparedness, response, recovery - also known as PPRR).&lt;br /&gt;
&lt;br /&gt;
Their primary Emergency Operations Centre is referred to as &#039;The Pit&#039; due to its archetecture. The Pit contains a large central work floor, with one wall consisting of a series of screens and holo-readouts called the &#039;&#039;&#039;Othoni Gnoseon&#039;&#039;&#039;, or Wall of Knowledge. On all other sides, The Pit is surrounded by an observation balcony.&amp;lt;ref name=&amp;quot;:0&amp;quot; /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Poseidon&amp;diff=1048</id>
		<title>Poseidon</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Poseidon&amp;diff=1048"/>
		<updated>2026-06-21T21:38:54Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Deity&lt;br /&gt;
| name = Poseidon&lt;br /&gt;
| pronouns = She/Her&lt;br /&gt;
| title = Lord of the Sea&lt;br /&gt;
| epithets = Unknown&lt;br /&gt;
| heraldic colours = Unknown&lt;br /&gt;
| status = Alive&lt;br /&gt;
| eidolon = [[Corinth]]&lt;br /&gt;
| current pilot = [[Kymopoleia]]&lt;br /&gt;
| first pilot = [[Charybdis]]&amp;lt;ref&amp;gt;Ying, Maria. [[The Hades Calculus]].&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;One of the three heads of [[Maria Ying]] personally pinged me on Discord to correct this.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| other affiliations = [[Rhea]] (creator)&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Hades]] (sister)&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Zeus]] (sister)&lt;br /&gt;
| image = Poseidon.png&lt;br /&gt;
| caption = Poseidon by [[Mango]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Poseidon is Lord of the Sea. Her domain is The [[Domain of the Deep]].&amp;lt;ref&amp;gt;Ying, Maria. The Persephone Effect (Personnel).&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:The Twelve]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Hades&amp;diff=1047</id>
		<title>Hades</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Hades&amp;diff=1047"/>
		<updated>2026-06-19T09:07:30Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Hadesmell&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Deity&lt;br /&gt;
| name = Hades&lt;br /&gt;
| pronouns = She/Her&lt;br /&gt;
| title = Lord of the Machine Dead&lt;br /&gt;
| epithets = Brooding Butch&lt;br /&gt;
| heraldic colours = Black and gold&lt;br /&gt;
| status = Alive&lt;br /&gt;
| eidolon = [[Styx]]&lt;br /&gt;
| current pilot = [[Persephone]]&lt;br /&gt;
| first pilot = [[Leuce]], daughter of [[Rhea]]&lt;br /&gt;
| other affiliations = [[Rhea]] (child) &amp;lt;br /&amp;gt; &lt;br /&gt;
[[Cronus]] (child) &amp;lt;br /&amp;gt; &lt;br /&gt;
[[Zeus]] (sister)&amp;lt;br /&amp;gt; &lt;br /&gt;
[[Poseidon]] (sister)&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Hephaestus]] (lover)&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Cerberus Cadre]] (pilots)&lt;br /&gt;
| image = Hades 2.png&lt;br /&gt;
| caption = Hades by [https://bsky.app/profile/mangomakes.bsky.social @mangomakes.bsky.social]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Hades is Lord of the Machine Dead. Her domain is The [[Underworld]]. She smells like smoked wood. &amp;lt;ref&amp;gt;Ying, Maria. [[The Hades Calculus]]. Chapter 9. &amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Underworld]]&lt;br /&gt;
[[Category:Appears in: The Hades Calculus]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;br /&gt;
[[Category:The Twelve]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Siproites&amp;diff=1046</id>
		<title>Siproites</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Siproites&amp;diff=1046"/>
		<updated>2026-06-18T12:34:35Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Added pronouns and Gods&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Siproites is a pilot. Zhe was [[Artemis]] and [[Apollo]]&#039;s shared pilot before leaving and becoming [[Aphrodite]]&#039;s pilot.&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Appears in: The Hades Calculus]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=The_Medusa_Terminus&amp;diff=1045</id>
		<title>The Medusa Terminus</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=The_Medusa_Terminus&amp;diff=1045"/>
		<updated>2026-06-16T07:43:22Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox book simple&lt;br /&gt;
| cover = Medusa Terminus Cover-1.png&lt;br /&gt;
| author = [[Emmeryn Palladino]]&lt;br /&gt;
| year = 2026&lt;br /&gt;
| caption = Cover by keeperesque.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Medusa Terminus is a 2026 novel by [[Emmeryn Palladino]].&lt;br /&gt;
&lt;br /&gt;
== Blurb ==&lt;br /&gt;
Eighty years before Persephone, there was Medusa.&lt;br /&gt;
&lt;br /&gt;
A simple delivery. A show of devotion. A dangerous path.&lt;br /&gt;
&lt;br /&gt;
Sthenno and Euryale are Athena&#039;s chosen: twin pilots whose teamwork guides their eidolon, Gorgoneion, against the endless colossi hordes. When the pair become incapacitated during a clandestine mission and Gorgoneion is damaged, Athena selects Medusa, her lead mechanic and their younger sister, to complete their task: deliver what they&#039;ve discovered in the wastes beyond Wall Caryatid to Elysium&#039;s queen, Hera. But the material she is moving through the Elysium&#039;s streets threatens the tenuous balance the Twelve have found in the wake of the Titanomachy, dredging up old enemies, and setting Medusa on a journey which will change the face of Elysium...&lt;br /&gt;
&lt;br /&gt;
A ~48k word, standalone fan novel based on Maria Ying&#039;s Gunmetal Olympus series.&lt;br /&gt;
&lt;br /&gt;
Book one in the Medusa Terminus trilogy.&amp;lt;ref&amp;gt;https://gamemakerm.itch.io/medusa-terminus-devotion&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:All Works]]&lt;br /&gt;
[[Category:Novel]]&lt;br /&gt;
[[Category:By Emmeryn Palladino]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=The_Medusa_Terminus&amp;diff=1044</id>
		<title>The Medusa Terminus</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=The_Medusa_Terminus&amp;diff=1044"/>
		<updated>2026-06-16T07:29:48Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox book simple&lt;br /&gt;
| cover = Medusa Terminus Cover-1.png&lt;br /&gt;
| author = [[Emmeryn Palladino]]&lt;br /&gt;
| year = 2026&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Medusa Terminus is a 2026 novel by [[Emmeryn Palladino]].&lt;br /&gt;
&lt;br /&gt;
== Blurb ==&lt;br /&gt;
Eighty years before Persephone, there was Medusa.&lt;br /&gt;
&lt;br /&gt;
A simple delivery. A show of devotion. A dangerous path.&lt;br /&gt;
&lt;br /&gt;
Sthenno and Euryale are Athena&#039;s chosen: twin pilots whose teamwork guides their eidolon, Gorgoneion, against the endless colossi hordes. When the pair become incapacitated during a clandestine mission and Gorgoneion is damaged, Athena selects Medusa, her lead mechanic and their younger sister, to complete their task: deliver what they&#039;ve discovered in the wastes beyond Wall Caryatid to Elysium&#039;s queen, Hera. But the material she is moving through the Elysium&#039;s streets threatens the tenuous balance the Twelve have found in the wake of the Titanomachy, dredging up old enemies, and setting Medusa on a journey which will change the face of Elysium...&lt;br /&gt;
&lt;br /&gt;
A ~48k word, standalone fan novel based on Maria Ying&#039;s Gunmetal Olympus series.&lt;br /&gt;
&lt;br /&gt;
Book one in the Medusa Terminus trilogy.&lt;br /&gt;
&lt;br /&gt;
[[Category:All Works]]&lt;br /&gt;
[[Category:Novel]]&lt;br /&gt;
[[Category:By Emmeryn Palladino]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=File:Medusa_Terminus_Cover-1.png&amp;diff=1043</id>
		<title>File:Medusa Terminus Cover-1.png</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=File:Medusa_Terminus_Cover-1.png&amp;diff=1043"/>
		<updated>2026-06-16T07:27:04Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cover of The Medusa Terminus&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Eodm.gunmetolymp.us&amp;diff=1042</id>
		<title>Eodm.gunmetolymp.us</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Eodm.gunmetolymp.us&amp;diff=1042"/>
		<updated>2026-06-16T07:17:39Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: changed to the pride month pfp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox rp account&lt;br /&gt;
| name = Elysium Office of Disaster Management&lt;br /&gt;
| handle = [https://bsky.app/profile/eodm.gunmetolymp.us @eodm.gunmetolymp.us]&lt;br /&gt;
| picture = Eodm-pride.png&lt;br /&gt;
| pronouns = N/A&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
@eodm.gunmetolymp.us is a [[Gunmetal Olympus]] [[:Category:Fan account|fan account]] on Bluesky personifying the [[Elysium Office of Disaster Management]].&amp;lt;ref&amp;gt;https://bsky.app/profile/eodm.gunmetolymp.us/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notable Posts ==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;In a disaster, a population (me) is affected by a hazard (beautiful women). To assess impact (gay panic) we look at what is exposed to the hazard (my gym time) then identify its vulnerabilities (back muscles). Only then can we begin to appreciate the consequences of what has occurred (lesbianism).&amp;lt;ref&amp;gt;https://bsky.app/profile/eodm.gunmetolymp.us/post/3mjhgttw3fc25&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In our Emergency Operations Centre, we have plenty of big screens for all the gods to look and point at, because looking and pointing at a map on a screen is a cornerstone of effective disaster response&amp;lt;ref&amp;gt;https://bsky.app/profile/eodm.gunmetolymp.us/post/3ljoej5dubs2a&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Bollards play an vital role in ensuring pubic safety. Not only do they provide a clear separation between pedestrian areas and roadways, they&#039;re also a critical defence against vehicular-based attacks. They&#039;re also perfect for holding your coffee whilst you need to rummage in your bag! #EODM&amp;lt;ref&amp;gt;https://bsky.app/profile/eodm.gunmetolymp.us/post/3lj2pvxqipk2v&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
[[Category:Fan account]]&lt;br /&gt;
[[Category:GO Community]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=File:Eodm-pride.png&amp;diff=1041</id>
		<title>File:Eodm-pride.png</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=File:Eodm-pride.png&amp;diff=1041"/>
		<updated>2026-06-16T07:17:17Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;pride month pfp of the EODM GOsky account&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Known_Timeline&amp;diff=1038</id>
		<title>Known Timeline</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Known_Timeline&amp;diff=1038"/>
		<updated>2026-06-08T01:02:14Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Added Phoebe wikilink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The events of Gunmetal Olympus primarily take place within a space of roughly half a year, as covered in [[The Persephone Trilogy]] (as of [[The Persephone Effect]]). This page aims to provide a roughly estimated timeline of events and a summarised history of the setting as we currently know it. Many of these dates are approximated and should thus not be taken as absolute immutable fact.&lt;br /&gt;
&lt;br /&gt;
It should go without saying, but &#039;&#039;&#039;THIS PAGE CONTAINS SPOILERS FOR THE EVENTS OF THE PERSEPHONE TRILOGY.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== The Titanic Era (~100 years before The Hades Calculus) ==&lt;br /&gt;
Before the rule of the [[Gods]], [[Elysium]] was ruled by the [[Titans]] for an indeterminate amount of time. They would eventually create the Gods as their ultimate progeny, the first being [[Zeus]] and [[Hades]]. At some point after that, the Gods rebelled in what came to be known as the [[Titanomachy]], slaying and thus overthrowing their progenitors.&lt;br /&gt;
&lt;br /&gt;
== Post-Titanomachy ==&lt;br /&gt;
&#039;&#039;This section is a placeholder. Various key events from side stories such as [[The Zeus Constant]] notably take place in this time.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== The Hades Calculus ==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Main article: [[The Hades Calculus]]&lt;br /&gt;
&lt;br /&gt;
See also: [[The Zeus Constant]], [[Flower of the Underworld]]&amp;lt;/blockquote&amp;gt;The vast majority of first book in the trilogy takes place over the course of approximately three months. Many of the dates listed here are based on the outline provided by [[Callisto Khan]] in [[The Zeus Constant]], using her &amp;quot;[Time] before the Fall&amp;quot; format, with some added elaborations by [[Amber Jayne]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3 months before the Fall:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Persephone]] escapes the [[Estate of Wheat]] and flees to the [[Underworld]].&lt;br /&gt;
* Segment 279 of [[Wall Caryatid]] is attacked by a colossus.&lt;br /&gt;
* 1 day later, the Gods hold council and Hades declares Persephone as the new pilot of [[Styx]].&lt;br /&gt;
* 1 week later, the [[Panathenaic]] takes place but is interrupted by the attack on Segment 314.&lt;br /&gt;
* 1 day later, Hades brings Persephone to the crypts beneath her estate and proclaims her as her pilot before the Machine Dead.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;~6 weeks before the Fall:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;Paralos&#039;&#039; is sent afield for a month, with the [[Cerberus Cadre]] devoted to its reinforcements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;~2 weeks before the Fall:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;Paralos&#039;&#039; returns to Elysium after [[Outposts|Outpost Altis]] is restored.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1 week before the Fall:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Khrysothemis]] eats Persephone at [[Aphrodite]]&#039;s gala.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Fall of Zeus:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Battle of Outpost Altis against the [[Harvester]].&lt;br /&gt;
* On the same evening, Persephone and Khrysothemis return to the Estate of Wheat and devour Demeter, leading into the opening moments of the next book.&lt;br /&gt;
&lt;br /&gt;
== The Persephone Effect ==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Main article: [[The Persephone Effect]]&lt;br /&gt;
&lt;br /&gt;
See also: [[House of the Underworld]]&amp;lt;/blockquote&amp;gt;Like its predecessor, the second major novel in the trilogy takes place over the course of approximately three months. Most of these dates are approximations made by [[Amber Jayne]] as part of its notekeeping for [[Killers in a Cage]] based on text given in The Persephone Effect and House of the Underworld.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 1:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Following the ending of The Hades Calculus, Persephone gets shot in the head by [[Circe]], but gets better.&lt;br /&gt;
* She and [[Artemis]] are put under house arrest.&lt;br /&gt;
* [[Madalithea]], [[Lydia]], &amp;amp; [[Cassiphone]] arrive at the House of the Underworld.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 2:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Preparations are made for the &#039;&#039;Paralos&#039;&#039; to depart on a scouting mission around [[Outposts|Outpost Aeaea]].&lt;br /&gt;
&#039;&#039;&#039;Day 3:&#039;&#039;&#039;&lt;br /&gt;
* Persephone synchronises with [[Charis]] for the first time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 4:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Persephone, [[Adrastus]], [[Siproites]], &amp;amp; the Cerberus Cadre battle the illusory construction of [[Python]] at Aeaea.&lt;br /&gt;
* Artemis &amp;amp; [[Apollo]] announce Persephone &amp;amp; Adrastus as the new Lords of Harvest.&lt;br /&gt;
* Persephone &amp;amp; Adrastus attend their first official council meeting. Afterwards, Adrastus negotiates the [[clone]] buyback program with Hades.&lt;br /&gt;
* Adrastus reconvenes with Siproites, [[Methe]], [[Khloe]], &amp;amp; [[Ligeia]] to discuss the future of the Estate of Wheat.&lt;br /&gt;
* Hades offers Aphrodite divorce papers.&lt;br /&gt;
* Hades, Hephaestus, &amp;amp; Persephone find traces of Demeter&#039;s consciousness lingering inside Persephone.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 5:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Adrastus negotiates with [[Dionysus]] and Aphrodite to forward the buyback program.&lt;br /&gt;
* [[Hephaestus]] visits the [[Vault of the Queen]] to examine the timelocked relics from Aeaea, then returns home to begin work on the [[Hybrid eidolons]]&lt;br /&gt;
* Artemis &amp;amp; Apollo meet with the disembodied voice of [[Mnemosyne]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 6:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Hippolyta]] &amp;amp; the Cerberus Cadre push north into the wastes and encounter an illusory construct of a [[Scythe of Cronus]]. They pursue it further north to the [[Atlas Mountains]] where they find the ruins of [[Rhea]]&#039;s citadel and the corpse of the Harvester, with the colossi&#039;s nest believed to be nearby. [[Ares]] proposes an expansion pattern to reclaim six outposts in order to form a logistical chain to the area.&lt;br /&gt;
* Persephone &amp;amp; Adrastus are inaugurated as Lords of Harvest; Demeter takes control and makes a scene.&lt;br /&gt;
* Persephone is locked in her room under watch, while Adrastus is escorted home and forced to face the destruction and bloodshed left behind in Khrysothemis&#039; rampage.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 7:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Late at night, Persephone attacks Madalithea and [[Cedalion]] and escapes and returns to the Estate of Wheat, where she and Adrastus descend into Demeter&#039;s laboratory. Demeter&#039;s attempt to take full control is interrupted by Circe, but she escapes into another [[Mark Four]] body and flees. Persephone is apprehended by the [[Krypteia]] and taken to the [[Garden of the Hesperides]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 8:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Persephone speaks directly with [[Circe]], who has been inhabiting Madalithea&#039;s body.&lt;br /&gt;
* Demeter arrives at the [[Court of Light]].&lt;br /&gt;
* Aphrodite claims Siproites as her pilot.&lt;br /&gt;
* Hephaestus, Lydia, and [[Metioche]] have a very fun day of tripping on colossus hallucinations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 9:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Hephaestus shows Aphrodite the work-in-progress [[Eros]], and the pair have divorce sex.&lt;br /&gt;
* [[Phoebe (Shadow of Artemis)|Phoebe]] &amp;amp; [[Phoebus]] are revealed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 10:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Annual [[Pythian Hunt]] fete.&lt;br /&gt;
* Hephaestus visits Persephone in the Garden.&lt;br /&gt;
* Hades begins shortlisting second-year cadets to be fastforwarded into full pilothood for the expansion effort. She plays a game of chess with Circe, then chats with Madalithea as though everything is fine (it is not).&lt;br /&gt;
* Adrastus visits Persephone at the Garden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 11:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Hades and Persephone fuck on the autopsy table, only to discover Persephone&#039;s insides are turning into ichor and she&#039;s slowly dying. She&#039;s allowed to return home, and spends several days in hedonistic indulgence.&lt;br /&gt;
* Hades lays Zeus to rest amongst the Machine Dead.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 15:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Madalithea kickstarts the [[Cult of Persephone]].&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Approximately a month passes between Chapters 15 (Euchomai) and 16 (Seedbed)&amp;lt;ref&amp;gt;[[Cirice Gray]] told me this over Discord.&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Day ~45:&#039;&#039;&#039;&lt;br /&gt;
* Mada and the clones execute [[Axierus]].&lt;br /&gt;
&#039;&#039;&#039;Interlude, Seasons:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Approximately two months pass over the course of Interlude: Seasons. The distribution of events therein is uncertain, but is presumably chronological.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Hephaestus &amp;amp; Ares overlook the construction of the first point of the expansion effort and name it [[Outposts|Outpost Mycenae]].&lt;br /&gt;
* Adrastus &amp;amp; Siproites finally talk again after weeks of the former ignoring the latter&#039;s calls.&lt;br /&gt;
** Presumably the same day, Persephone calls Hippolyta and asks to meet up sometime. Hippolyta tells Ares xe should replace her.&lt;br /&gt;
* 1 day later, Ligeia &amp;amp; [[Melita]] are reunited.&lt;br /&gt;
** Persephone brings Hippolyta to [[Herakles]]&#039;s wake.&lt;br /&gt;
*[[Athena]] &amp;amp; Circe have a lovely date together where they discuss the loss of the other oracles.&lt;br /&gt;
*Demeter and Artemis do some scheming for the coming gala.&lt;br /&gt;
&#039;&#039;&#039;Day ~100:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The [[Banner Class|Banners]] hunt and skin a pack of colossi with a force of hybrid eidolons backing them up.&lt;br /&gt;
* Hades &amp;amp; Persephone run a hacking simulation integrating Styx&#039;s systems.&lt;br /&gt;
* Persephone is introduced to what will eventually become [[Melinoe]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day ~102:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Demeter interrogates Madalithea &amp;amp; Cedalion.&lt;br /&gt;
* Apollo subsumes [[Phoebus]] and immediately leaves to go kill Adrastus.&lt;br /&gt;
* Adrastus &amp;amp; Persephone&#039;s gala.&lt;br /&gt;
* Persephone knowingly runs into a trap, throws Circe&#039;s aegis at Mada&#039;s head, and meets Mnemosyne.&lt;br /&gt;
* Mada &amp;amp; Circe lock in for one last job; Adrastus duels a colossus in the streets; they all fight Apollo.&lt;br /&gt;
* The Banners engage the [[Herald]] north of [[Outposts|Outpost Pella]].&lt;br /&gt;
* The [[Maenads]] fall in battle.&lt;br /&gt;
* Mnemosyne drags the Gods into a pocket dimension to have a chat but is cut off by the remnants of [[Cronus]].&lt;br /&gt;
* [[Phoebe (Shadow of Artemis)|Phoebe]] kills Apollo.&lt;br /&gt;
* Circe sacrifices herself so Mada can live.&lt;br /&gt;
* Demeter is brought home in a muzzle.&lt;br /&gt;
* Persephone resurrects Adrastus.&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Known_Timeline&amp;diff=1037</id>
		<title>Known Timeline</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Known_Timeline&amp;diff=1037"/>
		<updated>2026-06-08T00:54:22Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Added a couple of extra wikilinks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The events of Gunmetal Olympus primarily take place within a space of roughly half a year, as covered in [[The Persephone Trilogy]] (as of [[The Persephone Effect]]). This page aims to provide a roughly estimated timeline of events and a summarised history of the setting as we currently know it. Many of these dates are approximated and should thus not be taken as absolute immutable fact.&lt;br /&gt;
&lt;br /&gt;
It should go without saying, but &#039;&#039;&#039;THIS PAGE CONTAINS SPOILERS FOR THE EVENTS OF THE PERSEPHONE TRILOGY.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== The Titanic Era (~100 years before The Hades Calculus) ==&lt;br /&gt;
Before the rule of the [[Gods]], [[Elysium]] was ruled by the [[Titans]] for an indeterminate amount of time. They would eventually create the Gods as their ultimate progeny, the first being [[Zeus]] and [[Hades]]. At some point after that, the Gods rebelled in what came to be known as the [[Titanomachy]], slaying and thus overthrowing their progenitors.&lt;br /&gt;
&lt;br /&gt;
== Post-Titanomachy ==&lt;br /&gt;
&#039;&#039;This section is a placeholder. Various key events from side stories such as [[The Zeus Constant]] notably take place in this time.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== The Hades Calculus ==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Main article: [[The Hades Calculus]]&lt;br /&gt;
&lt;br /&gt;
See also: [[The Zeus Constant]], [[Flower of the Underworld]]&amp;lt;/blockquote&amp;gt;The vast majority of first book in the trilogy takes place over the course of approximately three months. Many of the dates listed here are based on the outline provided by [[Callisto Khan]] in [[The Zeus Constant]], using her &amp;quot;[Time] before the Fall&amp;quot; format, with some added elaborations by [[Amber Jayne]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;3 months before the Fall:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Persephone]] escapes the [[Estate of Wheat]] and flees to the [[Underworld]].&lt;br /&gt;
* Segment 279 of [[Wall Caryatid]] is attacked by a colossus.&lt;br /&gt;
* 1 day later, the Gods hold council and Hades declares Persephone as the new pilot of [[Styx]].&lt;br /&gt;
* 1 week later, the [[Panathenaic]] takes place but is interrupted by the attack on Segment 314.&lt;br /&gt;
* 1 day later, Hades brings Persephone to the crypts beneath her estate and proclaims her as her pilot before the Machine Dead.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;~6 weeks before the Fall:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;Paralos&#039;&#039; is sent afield for a month, with the [[Cerberus Cadre]] devoted to its reinforcements.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;~2 weeks before the Fall:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The &#039;&#039;Paralos&#039;&#039; returns to Elysium after [[Outposts|Outpost Altis]] is restored.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;1 week before the Fall:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Khrysothemis]] eats Persephone at [[Aphrodite]]&#039;s gala.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Fall of Zeus:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Battle of Outpost Altis against the [[Harvester]].&lt;br /&gt;
* On the same evening, Persephone and Khrysothemis return to the Estate of Wheat and devour Demeter, leading into the opening moments of the next book.&lt;br /&gt;
&lt;br /&gt;
== The Persephone Effect ==&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Main article: [[The Persephone Effect]]&lt;br /&gt;
&lt;br /&gt;
See also: [[House of the Underworld]]&amp;lt;/blockquote&amp;gt;Like its predecessor, the second major novel in the trilogy takes place over the course of approximately three months. Most of these dates are approximations made by [[Amber Jayne]] as part of its notekeeping for [[Killers in a Cage]] based on text given in The Persephone Effect and House of the Underworld.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 1:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Following the ending of The Hades Calculus, Persephone gets shot in the head by [[Circe]], but gets better.&lt;br /&gt;
* She and [[Artemis]] are put under house arrest.&lt;br /&gt;
* [[Madalithea]], [[Lydia]], &amp;amp; [[Cassiphone]] arrive at the House of the Underworld.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 2:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Preparations are made for the &#039;&#039;Paralos&#039;&#039; to depart on a scouting mission around [[Outposts|Outpost Aeaea]].&lt;br /&gt;
&#039;&#039;&#039;Day 3:&#039;&#039;&#039;&lt;br /&gt;
* Persephone synchronises with [[Charis]] for the first time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 4:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Persephone, [[Adrastus]], [[Siproites]], &amp;amp; the Cerberus Cadre battle the illusory construction of [[Python]] at Aeaea.&lt;br /&gt;
* Artemis &amp;amp; [[Apollo]] announce Persephone &amp;amp; Adrastus as the new Lords of Harvest.&lt;br /&gt;
* Persephone &amp;amp; Adrastus attend their first official council meeting. Afterwards, Adrastus negotiates the [[clone]] buyback program with Hades.&lt;br /&gt;
* Adrastus reconvenes with Siproites, [[Methe]], [[Khloe]], &amp;amp; [[Ligeia]] to discuss the future of the Estate of Wheat.&lt;br /&gt;
* Hades offers Aphrodite divorce papers.&lt;br /&gt;
* Hades, Hephaestus, &amp;amp; Persephone find traces of Demeter&#039;s consciousness lingering inside Persephone.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 5:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Adrastus negotiates with [[Dionysus]] and Aphrodite to forward the buyback program.&lt;br /&gt;
* [[Hephaestus]] visits the [[Vault of the Queen]] to examine the timelocked relics from Aeaea, then returns home to begin work on the [[Hybrid eidolons]]&lt;br /&gt;
* Artemis &amp;amp; Apollo meet with the disembodied voice of [[Mnemosyne]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 6:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[Hippolyta]] &amp;amp; the Cerberus Cadre push north into the wastes and encounter an illusory construct of a [[Scythe of Cronus]]. They pursue it further north to the [[Atlas Mountains]] where they find the ruins of [[Rhea]]&#039;s citadel and the corpse of the Harvester, with the colossi&#039;s nest believed to be nearby. [[Ares]] proposes an expansion pattern to reclaim six outposts in order to form a logistical chain to the area.&lt;br /&gt;
* Persephone &amp;amp; Adrastus are inaugurated as Lords of Harvest; Demeter takes control and makes a scene.&lt;br /&gt;
* Persephone is locked in her room under watch, while Adrastus is escorted home and forced to face the destruction and bloodshed left behind in Khrysothemis&#039; rampage.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 7:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Late at night, Persephone attacks Madalithea and [[Cedalion]] and escapes and returns to the Estate of Wheat, where she and Adrastus descend into Demeter&#039;s laboratory. Demeter&#039;s attempt to take full control is interrupted by Circe, but she escapes into another [[Mark Four]] body and flees. Persephone is apprehended by the [[Krypteia]] and taken to the [[Garden of the Hesperides]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 8:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Persephone speaks directly with [[Circe]], who has been inhabiting Madalithea&#039;s body.&lt;br /&gt;
* Demeter arrives at the [[Court of Light]].&lt;br /&gt;
* Aphrodite claims Siproites as her pilot.&lt;br /&gt;
* Hephaestus, Lydia, and [[Metioche]] have a very fun day of tripping on colossus hallucinations.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 9:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Hephaestus shows Aphrodite the work-in-progress [[Eros]], and the pair have divorce sex.&lt;br /&gt;
* [[Phoebe (Shadow of Artemis)|Phoebe]] &amp;amp; [[Phoebus]] are revealed.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 10:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Annual [[Pythian Hunt]] fete.&lt;br /&gt;
* Hephaestus visits Persephone in the Garden.&lt;br /&gt;
* Hades begins shortlisting second-year cadets to be fastforwarded into full pilothood for the expansion effort. She plays a game of chess with Circe, then chats with Madalithea as though everything is fine (it is not).&lt;br /&gt;
* Adrastus visits Persephone at the Garden.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 11:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Hades and Persephone fuck on the autopsy table, only to discover Persephone&#039;s insides are turning into ichor and she&#039;s slowly dying. She&#039;s allowed to return home, and spends several days in hedonistic indulgence.&lt;br /&gt;
* Hades lays Zeus to rest amongst the Machine Dead.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day 15:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Madalithea kickstarts the [[Cult of Persephone]].&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Approximately a month passes between Chapters 15 (Euchomai) and 16 (Seedbed)&amp;lt;ref&amp;gt;[[Cirice Gray]] told me this over Discord.&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Day ~45:&#039;&#039;&#039;&lt;br /&gt;
* Mada and the clones execute [[Axierus]].&lt;br /&gt;
&#039;&#039;&#039;Interlude, Seasons:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Approximately two months pass over the course of Interlude: Seasons. The distribution of events therein is uncertain, but is presumably chronological.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* Hephaestus &amp;amp; Ares overlook the construction of the first point of the expansion effort and name it [[Outposts|Outpost Mycenae]].&lt;br /&gt;
* Adrastus &amp;amp; Siproites finally talk again after weeks of the former ignoring the latter&#039;s calls.&lt;br /&gt;
** Presumably the same day, Persephone calls Hippolyta and asks to meet up sometime. Hippolyta tells Ares xe should replace her.&lt;br /&gt;
* 1 day later, Ligeia &amp;amp; [[Melita]] are reunited.&lt;br /&gt;
** Persephone brings Hippolyta to [[Herakles]]&#039;s wake.&lt;br /&gt;
*[[Athena]] &amp;amp; Circe have a lovely date together where they discuss the loss of the other oracles.&lt;br /&gt;
*Demeter and Artemis do some scheming for the coming gala.&lt;br /&gt;
&#039;&#039;&#039;Day ~100:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The [[Banner Class|Banners]] hunt and skin a pack of colossi with a force of hybrid eidolons backing them up.&lt;br /&gt;
* Hades &amp;amp; Persephone run a hacking simulation integrating Styx&#039;s systems.&lt;br /&gt;
* Persephone is introduced to what will eventually become [[Melinoe]].&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Day ~102:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Demeter interrogates Madalithea &amp;amp; Cedalion.&lt;br /&gt;
* Apollo subsumes [[Phoebus]] and immediately leaves to go kill Adrastus.&lt;br /&gt;
* Adrastus &amp;amp; Persephone&#039;s gala.&lt;br /&gt;
* Persephone knowingly runs into a trap, throws Circe&#039;s aegis at Mada&#039;s head, and meets Mnemosyne.&lt;br /&gt;
* Mada &amp;amp; Circe lock in for one last job; Adrastus duels a colossus in the streets; they all fight Apollo.&lt;br /&gt;
* The Banners engage the [[Herald]] north of [[Outposts|Outpost Pella]].&lt;br /&gt;
* The [[Maenads]] fall in battle.&lt;br /&gt;
* Mnemosyne drags the Gods into a pocket dimension to have a chat but is cut off by the remnants of [[Cronus]].&lt;br /&gt;
* Phoebe kills Apollo.&lt;br /&gt;
* Circe sacrifices herself so Mada can live.&lt;br /&gt;
* Demeter is brought home in a muzzle.&lt;br /&gt;
* Persephone resurrects Adrastus.&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Athena&amp;diff=1001</id>
		<title>Athena</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Athena&amp;diff=1001"/>
		<updated>2026-05-20T09:06:39Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Add art from Mango!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Deity&lt;br /&gt;
| name = Athena&lt;br /&gt;
| pronouns = She/Her&lt;br /&gt;
| title = Lord of Wisdom&lt;br /&gt;
| epithets = Pallas Athena&amp;lt;br /&amp;gt;Goddess of Strategy&amp;lt;ref name=&amp;quot;flowershop&amp;quot;&amp;gt;Wolff, Autumn. The Little Owl Flower Shop.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| heraldic colours = Unkown&lt;br /&gt;
| status = Alive&lt;br /&gt;
| eidolon = Gorgoneion&lt;br /&gt;
| current pilot = [[Circe]]&lt;br /&gt;
| first pilot = [[Circe]]&lt;br /&gt;
| other affiliations = [[Zeus]] (child)&lt;br /&gt;
| image = Athena.png&lt;br /&gt;
| caption = Athena by [[Mango]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Athena is the Lord of Wisdom. Her domain is [[The Aerie]].&amp;lt;ref&amp;gt;Ying, Maria. The Persephone Effect (Personnel).&amp;lt;/ref&amp;gt; She coordinates a network of mortal spies and informants throughout [[Elysium]].&amp;lt;ref name=&amp;quot;flowershop&amp;quot;/&amp;gt;&lt;br /&gt;
==Notes==&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Member: The Twelve]]&lt;br /&gt;
[[Category:Appears in: The Hades Calculus]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=File:Athena.png&amp;diff=1000</id>
		<title>File:Athena.png</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=File:Athena.png&amp;diff=1000"/>
		<updated>2026-05-20T09:06:08Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Athena]] by [[Mango]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Demeter&amp;diff=999</id>
		<title>Demeter</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Demeter&amp;diff=999"/>
		<updated>2026-05-20T09:05:19Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Add art from Mango!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Deity&lt;br /&gt;
| name = Demeter&lt;br /&gt;
| pronouns = She/Her&lt;br /&gt;
| title = Lord of the Harvest&lt;br /&gt;
| epithets = Witch&lt;br /&gt;
| heraldic colours = Green and wheat gold&lt;br /&gt;
| status = Alive&lt;br /&gt;
| eidolon = [[Anesidora]] (destroyed)&lt;br /&gt;
| current pilot = [[Adrastus]]&lt;br /&gt;
| first pilot = [[Hecate]]&lt;br /&gt;
| other affiliations = [[Persephone]] (daughter)&lt;br /&gt;
[[Khrysothemis]] (daughter)&lt;br /&gt;
[[Adrastus]] (son)&lt;br /&gt;
| image = Demeter.png&lt;br /&gt;
| caption = Demeter by [[Mango]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Demeter is Lord of the Harvest. Her domain is The [[Estate of Wheat]].&amp;lt;ref&amp;gt;Ying, Maria. The Persephone Effect (Personnel).&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Member: The Twelve]]&lt;br /&gt;
[[Category:Appears in: The Hades Calculus]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=File:Demeter.png&amp;diff=998</id>
		<title>File:Demeter.png</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=File:Demeter.png&amp;diff=998"/>
		<updated>2026-05-20T09:04:49Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Demeter]] by [[Mango]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Dionysus&amp;diff=997</id>
		<title>Dionysus</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Dionysus&amp;diff=997"/>
		<updated>2026-05-14T21:33:29Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: New art from Mango&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Deity&lt;br /&gt;
| name = Dionysus&lt;br /&gt;
| pronouns = She/They&lt;br /&gt;
| title = Lord of Revels&lt;br /&gt;
| epithets = God of Wine&lt;br /&gt;
| heraldic colours = Champagne, wine, and burgundy&lt;br /&gt;
| status = Alive&lt;br /&gt;
| eidolon = Nil&amp;lt;br /&amp;gt;&lt;br /&gt;
See: [[The Paralos]]&lt;br /&gt;
| current pilot = [[Methe]]&lt;br /&gt;
| first pilot = [[Ariadne]]&lt;br /&gt;
| other affiliations = [[The Paralos]]&lt;br /&gt;
| image = Dio.png&lt;br /&gt;
| caption = Dionysus by [[Mango]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Dionysus is the Lord of Revels. Their domain is [[The Paralos]].&amp;lt;ref&amp;gt;Ying, Maria. The Persephone Effect (Personnel).&amp;lt;/ref&amp;gt;&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Member: The Twelve]]&lt;br /&gt;
[[Category:Appears in: The Hades Calculus]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;br /&gt;
[[Category:Appears in: Flower of the Underworld]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=File:Dio.png&amp;diff=996</id>
		<title>File:Dio.png</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=File:Dio.png&amp;diff=996"/>
		<updated>2026-05-14T21:33:05Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Dionysus]] by [[Mango]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Gunmetal_Olympus_Wiki:Editing_Tips_and_Tricks&amp;diff=985</id>
		<title>Gunmetal Olympus Wiki:Editing Tips and Tricks</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Gunmetal_Olympus_Wiki:Editing_Tips_and_Tricks&amp;diff=985"/>
		<updated>2026-05-14T04:09:22Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: /* Infoboxes */  update to add eidolons and creators&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== General notes ===&lt;br /&gt;
One you have an approved account, you are able to begin making edits and contributions. Please refer to the [[Gunmetal Olympus Wiki:Article Guidelines]] page for advice on what content to include in the wiki.&lt;br /&gt;
&lt;br /&gt;
Style wise, whilst this wiki is being established, err on the side of including information and figuring out how to neatly format it later.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please include categories on each entry.&#039;&#039;&#039; A complete list of categories can be found[[Special:Categories | here]] (fyi the list includes a few system categories). &lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
External links, when not written in the &#039;&#039;add link&#039;&#039; box in the main editor, need to be formatted as &amp;lt;syntaxhighlight lang=&amp;quot;http&amp;quot;&amp;gt;&lt;br /&gt;
[url Displayed Text]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;For example:&amp;lt;syntaxhighlight lang=&amp;quot;http&amp;quot;&amp;gt;&lt;br /&gt;
[https://gunmetalolympus.wiki Gunmetal Olympus Wiki]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;If there is no text after the url, then no text will be displayed once the page is saved. &lt;br /&gt;
&lt;br /&gt;
=== Wiki Linking ===&lt;br /&gt;
Every entry in the wiki can be found [[Special:AllPages | here]]. Please link to entries where pages exist. By typing &amp;lt;code&amp;gt;[[&amp;lt;/code&amp;gt; in the main editor, a popup will launch allowing you to search by page name. Note: the wiki&#039;s search is case-sensitive. Where a page does not yet exist, but should, follow the same process, instead typing out the full page name and adding it to your entry. It should appear in red.&lt;br /&gt;
&lt;br /&gt;
=== Infoboxes ===&lt;br /&gt;
Infoboxes can be added in the main editor: Insert &amp;gt; Template &amp;gt; search for &#039;Infobox: &#039;. They need to be added at the top of the page, above any article content. There are currently four custom infobox templates:&lt;br /&gt;
&lt;br /&gt;
* personnel file: for characters&lt;br /&gt;
* Deity: for the Gods&lt;br /&gt;
* book simple: for published books&lt;br /&gt;
* rp account: for GO RP accounts&lt;br /&gt;
* Eidolon: for Eidolons&lt;br /&gt;
* Creator: for people in the GO community&lt;br /&gt;
&lt;br /&gt;
Please feel free to explore the other infobox templates available. If you would like changes to be made or a new infobox template to be created, please reach out to [[User:Demongrrl]], or edit/create one yourself if you are up for it.&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Madalithea&amp;diff=974</id>
		<title>Madalithea</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Madalithea&amp;diff=974"/>
		<updated>2026-05-14T03:07:34Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Remove age and height&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox personnel file&lt;br /&gt;
| image = Madalithea.jpg&lt;br /&gt;
| caption = Sister Madalithea by [https://bsky.app/profile/mangomakes.bsky.social/ @mangomakes.bsky.social]&lt;br /&gt;
| name = Madalithea&lt;br /&gt;
| pronouns = She/Her&lt;br /&gt;
| height = &lt;br /&gt;
| aliases = Sister Madalithea &amp;lt;br /&amp;gt; Mada&lt;br /&gt;
| status = Alive?&lt;br /&gt;
| type = Mortal&lt;br /&gt;
| affiliated with = [[Hades]] &amp;lt;br /&amp;gt; [[Lydia]] &amp;lt;br /&amp;gt; [[Cassiphone]] &amp;lt;br /&amp;gt; [[Sybil Lysippa]] &amp;lt;br /&amp;gt; [[Cedalion]] &amp;lt;br /&amp;gt; [[Persephone]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Sister Madalithea is an acolyte of [[Hades]] from the temple [[Meténeion]] and central protagonist of &#039;&#039;Flower of the Underworld&#039;&#039; and &#039;&#039;House of the Underworld&#039;&#039; and one of the founders of the [[Cult of Persephone]].&amp;lt;ref&amp;gt;Ying, Maria. [[The Persephone Effect]]&amp;lt;/ref&amp;gt; She has asthma, and is in a relationship with [[Cedalion]]&amp;lt;ref&amp;gt;Gray, Cirice. [[Flower of the Underworld]]&amp;lt;/ref&amp;gt; of the [[Cerberus Cadre]].&lt;br /&gt;
&lt;br /&gt;
=== Appearance ===&lt;br /&gt;
Madalithea is slight in build, with striking red hair, uncustomary among the faithful of Hades, who traditionally blacken their locks in devotion. Her eyes are soil brown. She wears the vestments of [[Meténeion]] and a golden colored cypress pendant as both symbol of faith and signifier as a woman who made her own gender.&lt;br /&gt;
&lt;br /&gt;
=== Personality ===&lt;br /&gt;
Self-deprecating, sincere, and prone to anxiety in unscripted social situations. Her speech is formal and confident in ceremonial contexts, where she has long excelled; in personal conversations she falters and stammers under stress. Socially, she tends to misread friendly pressure as coercion, anticipates rejection with pre-emptive self-destruction, and is prone to shame spirals she has difficulty talking herself out of. In her best moments—she is funny, warm, and capable of defiant joy.&lt;br /&gt;
&lt;br /&gt;
Madalithea enjoys baking and frequently does so for her Sisters and Cedalion.&lt;br /&gt;
&lt;br /&gt;
=== Traits ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Mortal]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;br /&gt;
[[Category:Appears in: Flower of the Underworld]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Madalithea&amp;diff=973</id>
		<title>Madalithea</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Madalithea&amp;diff=973"/>
		<updated>2026-05-14T03:05:41Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox personnel file&lt;br /&gt;
| image = Madalithea.jpg&lt;br /&gt;
| caption = Sister Madalithea by [https://bsky.app/profile/mangomakes.bsky.social/ @mangomakes.bsky.social]&lt;br /&gt;
| name = Madalithea&lt;br /&gt;
| pronouns = She/Her&lt;br /&gt;
| age = 19&lt;br /&gt;
| height = 162cm&lt;br /&gt;
| aliases = Sister Madalithea &amp;lt;br /&amp;gt; Mada&lt;br /&gt;
| status = Alive?&lt;br /&gt;
| type = Mortal&lt;br /&gt;
| affiliated with = [[Hades]] &amp;lt;br /&amp;gt; [[Lydia]] &amp;lt;br /&amp;gt; [[Cassiphone]] &amp;lt;br /&amp;gt; [[Sybil Lysippa]] &amp;lt;br /&amp;gt; [[Cedalion]] &amp;lt;br /&amp;gt; [[Persephone]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Sister Madalithea is an acolyte of [[Hades]] from the temple [[Meténeion]] and central protagonist of &#039;&#039;Flower of the Underworld&#039;&#039; and &#039;&#039;House of the Underworld&#039;&#039; and one of the founders of the [[Cult of Persephone]].&amp;lt;ref&amp;gt;Ying, Maria. [[The Persephone Effect]]&amp;lt;/ref&amp;gt; She has asthma, and is in a relationship with [[Cedalion]]&amp;lt;ref&amp;gt;Gray, Cirice. [[Flower of the Underworld]]&amp;lt;/ref&amp;gt; of the [[Cerberus Cadre]].&lt;br /&gt;
&lt;br /&gt;
=== Appearance ===&lt;br /&gt;
Madalithea is slight in build, with striking red hair, uncustomary among the faithful of Hades, who traditionally blacken their locks in devotion. Her eyes are soil brown. She wears the vestments of [[Meténeion]] and a golden colored cypress pendant as both symbol of faith and signifier as a woman who made her own gender.&lt;br /&gt;
&lt;br /&gt;
=== Personality ===&lt;br /&gt;
Self-deprecating, sincere, and prone to anxiety in unscripted social situations. Her speech is formal and confident in ceremonial contexts, where she has long excelled; in personal conversations she falters and stammers under stress. Socially, she tends to misread friendly pressure as coercion, anticipates rejection with pre-emptive self-destruction, and is prone to shame spirals she has difficulty talking herself out of. In her best moments—she is funny, warm, and capable of defiant joy.&lt;br /&gt;
&lt;br /&gt;
Madalithea enjoys baking and frequently does so for her Sisters and Cedalion.&lt;br /&gt;
&lt;br /&gt;
=== Traits ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Mortal]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;br /&gt;
[[Category:Appears in: Flower of the Underworld]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=970</id>
		<title>Template:Infobox personnel file/doc</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=970"/>
		<updated>2026-05-14T02:53:56Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Reverted edit by Demongrrl (talk) to last revision by Ciricegray&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Documentation subpage}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An infobox for personnel file entries.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox personnel file&lt;br /&gt;
| image           = &lt;br /&gt;
| name            = &lt;br /&gt;
| pronouns        = &lt;br /&gt;
| age             =&lt;br /&gt;
| height          =&lt;br /&gt;
| aliases         = &lt;br /&gt;
| status          = &lt;br /&gt;
| type            = &lt;br /&gt;
| affiliated with = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Infobox summarising a character&#039;s personnel file.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;image&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Filename of an artwork with the character (without the File: prefix).&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-file-name&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Example.jpg&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;caption&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image caption&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Optional caption displayed beneath the image.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;name&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Name&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Full name, often {{PAGENAME}}&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Pronouns&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;aliases&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Aliases&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Other names they are known by, separated with &amp;lt;br /&amp;gt;&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;height&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Height&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Height of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;age&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Age&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Age of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;status&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Status&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Current status (e.g. Alive, Dead)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;type&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Type&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Demigod; Marks Four, Three, Two; Mortal; etc&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Affiliated with&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;People and/or organisations they are affiliated with, as wikilinks. Relationships should be described from the article character&#039;s perspective (e.g. Athena is the &#039;&#039;child&#039;&#039; of Zeus). Entries are separated with &amp;lt;br /&amp;gt; &amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;affiliation&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;image&amp;quot;,&lt;br /&gt;
		&amp;quot;caption&amp;quot;,&lt;br /&gt;
		&amp;quot;name&amp;quot;,&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;,&lt;br /&gt;
		&amp;quot;aliases&amp;quot;,&lt;br /&gt;
		&amp;quot;age&amp;quot;,&lt;br /&gt;
		&amp;quot;height&amp;quot;,&lt;br /&gt;
		&amp;quot;status&amp;quot;,&lt;br /&gt;
		&amp;quot;type&amp;quot;,&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=968</id>
		<title>Template:Infobox personnel file/doc</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Template:Infobox_personnel_file/doc&amp;diff=968"/>
		<updated>2026-05-14T02:50:15Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;{{Documentation subpage}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
An infobox for personnel file entries.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox personnel file&lt;br /&gt;
| image           = &lt;br /&gt;
| name            = &lt;br /&gt;
| pronouns        = &lt;br /&gt;
| age             =&lt;br /&gt;
| height          =&lt;br /&gt;
| aliases         = &lt;br /&gt;
| status          = &lt;br /&gt;
| type            = &lt;br /&gt;
| affiliated with = &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TemplateData ==&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;Infobox summarising a character&#039;s personnel file.&amp;quot;,&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;image&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Filename of an artwork with the character (without the File: prefix).&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;wiki-file-name&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Example.jpg&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;caption&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Image caption&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Optional caption displayed beneath the image.&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;name&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Name&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Full name, often {{PAGENAME}}&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Pronouns (styled: She/Her, Xe/Xem, Ze/Zir, etc)&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Pronouns&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;age&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Age&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Age of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;height&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Height&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Height of the character&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
&lt;br /&gt;
&amp;quot;aliases&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Aliases&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Other names they are known by, separated with &amp;lt;br /&amp;gt;&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;status&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Status&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Current status (e.g. Alive, Dead)&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;type&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Type&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Demigod; Marks Four, Three, Two; Mortal; etc&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;: {&lt;br /&gt;
			&amp;quot;label&amp;quot;: &amp;quot;Affiliated with&amp;quot;,&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;People and/or organisations they are affiliated with, as wikilinks. Relationships should be described from the article character&#039;s perspective (e.g. Athena is the &#039;&#039;child&#039;&#039; of Zeus). Entries are separated with &amp;lt;br /&amp;gt; &amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;aliases&amp;quot;: [&lt;br /&gt;
				&amp;quot;affiliation&amp;quot;&lt;br /&gt;
			]&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;format&amp;quot;: &amp;quot;block&amp;quot;,&lt;br /&gt;
	&amp;quot;paramOrder&amp;quot;: [&lt;br /&gt;
		&amp;quot;image&amp;quot;,&lt;br /&gt;
		&amp;quot;caption&amp;quot;,&lt;br /&gt;
		&amp;quot;name&amp;quot;,&lt;br /&gt;
		&amp;quot;pronouns&amp;quot;,&lt;br /&gt;
		&amp;quot;aliases&amp;quot;,&lt;br /&gt;
		&amp;quot;age&amp;quot;,&lt;br /&gt;
		&amp;quot;height&amp;quot;,&lt;br /&gt;
		&amp;quot;status&amp;quot;,&lt;br /&gt;
		&amp;quot;type&amp;quot;,&lt;br /&gt;
		&amp;quot;affiliated with&amp;quot;&lt;br /&gt;
	]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Styx&amp;diff=959</id>
		<title>Styx</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Styx&amp;diff=959"/>
		<updated>2026-05-13T22:26:20Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox Eidolon&lt;br /&gt;
| name = {{PAGENAME}}&lt;br /&gt;
| image = Styx.jpg&lt;br /&gt;
| class = [[Banner Class]]&lt;br /&gt;
| lord = [[Hades]]&lt;br /&gt;
| current_pilot = [[Persephone]]&lt;br /&gt;
| caption = Styx by [https://bsky.app/profile/@lotusws.bsky.social @lotusws.bsky.social]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Styx is [[Hades]]&#039; [[Banner Class]] [[Eidolon]].&amp;lt;ref&amp;gt;Ying, Maria. [[The Hades Calculus]]&amp;lt;/ref&amp;gt; It is equipped with a sniper rifle.&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
[[Category:Eidolon]]&lt;br /&gt;
[[Category:Banner Class Eidolon]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Phoebus&amp;diff=954</id>
		<title>Phoebus</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Phoebus&amp;diff=954"/>
		<updated>2026-05-13T10:52:18Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Created page with &amp;quot;Phoebe is Apollo&amp;#039;s shadow. They are Phoebe&amp;#039;s sibling. Category:Character Category:Appears in: The Persephone Effect&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Phoebe is [[Apollo]]&#039;s shadow. They are [[Phoebe (Shadow of Artemis)|Phoebe&#039;s]] sibling.&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Phoebe&amp;diff=953</id>
		<title>Phoebe</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Phoebe&amp;diff=953"/>
		<updated>2026-05-13T10:47:42Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Demongrrl moved page Phoebe to Phoebe (Titan): better disambiguation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Phoebe (Titan)]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Phoebe_(Titan)&amp;diff=952</id>
		<title>Phoebe (Titan)</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Phoebe_(Titan)&amp;diff=952"/>
		<updated>2026-05-13T10:47:42Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Demongrrl moved page Phoebe to Phoebe (Titan): better disambiguation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Phoebe is a [[Titan]].&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Titan]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Phoebe,_Artemis%27_Shadow&amp;diff=951</id>
		<title>Phoebe, Artemis&#039; Shadow</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Phoebe,_Artemis%27_Shadow&amp;diff=951"/>
		<updated>2026-05-13T10:46:07Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Demongrrl moved page Phoebe, Artemis&amp;#039; Shadow to Phoebe (Shadow of Artemis): better disambiguation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Phoebe (Shadow of Artemis)]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Phoebe_(Shadow_of_Artemis)&amp;diff=950</id>
		<title>Phoebe (Shadow of Artemis)</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Phoebe_(Shadow_of_Artemis)&amp;diff=950"/>
		<updated>2026-05-13T10:46:07Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Demongrrl moved page Phoebe, Artemis&amp;#039; Shadow to Phoebe (Shadow of Artemis): better disambiguation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Phoebe is [[Artemis]]&#039; shadow. She is [[Phoebus]]&#039; sister.&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Clone]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Phoebe_(Shadow_of_Artemis)&amp;diff=949</id>
		<title>Phoebe (Shadow of Artemis)</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Phoebe_(Shadow_of_Artemis)&amp;diff=949"/>
		<updated>2026-05-13T10:41:11Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Created page with &amp;quot;Phoebe is Artemis&amp;#039; shadow. She is Phoebus&amp;#039; sister. Category:Character Category:Clone&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Phoebe is [[Artemis]]&#039; shadow. She is [[Phoebus]]&#039; sister.&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Clone]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Phoebe_(Titan)&amp;diff=948</id>
		<title>Phoebe (Titan)</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Phoebe_(Titan)&amp;diff=948"/>
		<updated>2026-05-13T10:37:45Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Phoebe is a [[Titan]].&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Titan]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Phoebe_(Titan)&amp;diff=947</id>
		<title>Phoebe (Titan)</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Phoebe_(Titan)&amp;diff=947"/>
		<updated>2026-05-13T10:37:31Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Created page with &amp;quot;Phoebe is a Titan.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Phoebe is a [[Titan]].&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Kymopoleia&amp;diff=946</id>
		<title>Kymopoleia</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Kymopoleia&amp;diff=946"/>
		<updated>2026-05-13T10:36:36Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Created page with &amp;quot;Kymopoleia is Poseidon&amp;#039;s pilot. She/Her as in chapter 19 of The Persephone Effect. Category:Character Category:Appears in: The Persephone Effect&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Kymopoleia is [[Poseidon]]&#039;s pilot. She/Her as in chapter 19 of [[The Persephone Effect]].&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Cassiphone&amp;diff=945</id>
		<title>Cassiphone</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Cassiphone&amp;diff=945"/>
		<updated>2026-05-13T10:34:47Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Cassiphone is an acolyte of [[Hades]].&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Mortal]]&lt;br /&gt;
[[Category:Appears in: Flower of the Underworld]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Lydia&amp;diff=944</id>
		<title>Lydia</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Lydia&amp;diff=944"/>
		<updated>2026-05-13T10:34:02Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Create&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lydia is an acolyte of [[Hades]].&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Mortal]]&lt;br /&gt;
[[Category:Appears in: Flower of the Underworld]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Galene&amp;diff=943</id>
		<title>Galene</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Galene&amp;diff=943"/>
		<updated>2026-05-13T10:32:38Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Galene is a [[Nymph]] who works for [[Isadora]].&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Nymph]]&lt;br /&gt;
[[Category:Appears in: Keeping The Peace]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Galene&amp;diff=942</id>
		<title>Galene</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Galene&amp;diff=942"/>
		<updated>2026-05-13T10:32:03Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: Created page with &amp;quot;Galene is a Nymph who works for Isadora.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Galene is a [[Nymph]] who works for [[Isadora]].&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
	<entry>
		<id>http://gunmetalolympus.wiki/index.php?title=Orphne&amp;diff=941</id>
		<title>Orphne</title>
		<link rel="alternate" type="text/html" href="http://gunmetalolympus.wiki/index.php?title=Orphne&amp;diff=941"/>
		<updated>2026-05-13T10:30:53Z</updated>

		<summary type="html">&lt;p&gt;Demongrrl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Orphne is a [[Nymph]]. She serves [[Hades]] in the House of the [[Underworld]].&lt;br /&gt;
[[Category:Character]]&lt;br /&gt;
[[Category:Appears in: The Hades Calculus]]&lt;br /&gt;
[[Category:Appears in: The Persephone Effect]]&lt;br /&gt;
[[Category:Nymph]]&lt;/div&gt;</summary>
		<author><name>Demongrrl</name></author>
	</entry>
</feed>