The Heart of Mekhane 7

NOTICE:

This is a fragment page.

It is an internal page used by the SCP Wiki, and is not meant to be read directly, but included by another. This page should be parented, see above.

You are currently viewing story 6 of 6.

<< | 1 | 2 | 3 | 4 | 5 | 6 | »

You are currently in preview mode. Small .mxw files attached to this .mxw file will be presented under the corresponding command in a readable format.

1.
2. initialize Page userpage;
3.
4.
5. if ( user.settings.isfirstpage ) {
6. user.settings.isfirstpage = false;
7. userpage.add(heartofwanbasics.mxw);
8. }

heartofwanbasics.mxw

In our mission to recompile WAN other aspects of it get often overlooked. But the Heart of WAN is no less part of the mind that must be recompiled than all the other fragments. The Heart is known to have graced its heartbeat over centres of progress and civilization throughout history. The Heart was always carried by a Guardian and their scripture, using the heart so others might profit from its knowledge. The Guardian was essential in this process as direct exposure to the data of the heart without proper guidance can have a number of adverse effects and may potentially end in death.

9. initialize link Azura = ( file:'azura.mxw', displayname:'azura', preview:'Azura was the guardian for the Heart of WAN in Troy until her death during…');
10.
11. // initialize Link Achilles
12. //TBD when file on possible origins of Achilles mechanical enhancements has been added.
13.
14. initalize file AzuraTempleRaid = achillestempleraidazuraoftroy.mxw;

achillestempleraidazuraoftroy.mxw

It is said that in the first years of the Trojan War, the Greek warriors set their sights not only on the city but on the temple of Azura as well. It being under the protection of WAN itself made the temple as impenetrable as the walls of Troy for all but Achilles. Azura, confident in her knowledge granted by the Heart challenged Achilles to a duel. The winner would take the secrets of the other. Be that the origins of Achilles's mechanization were still shrouded in mystery, they proved formidable enough to best the warrior priestess in battle, wounding her fatally. Bound by her challenge Azura revealed that her secrets were in part contained in scripture and in part in her mind. The Heart of WAN can not die and so the knowledge would still be retrievable after the death of the body. And so did Azura grant the Greeks the right to stay of her burial and to raid her temple.

15. initialize link TrojanWar= { file:'waninfluencetrojanwar.mxw', displayname:'Trojan War', preview:'The Trojan War was home to a plethora of divine influences, with Wan being…'};
16.
17. AzuraTempleRaid.insertHyperlink(link:Azura, insertinto:Azura.displayname);
18. //insert Hyperlink for Achilles here when added
19. AzuraTempleRaid.insertHyperlink(link:TrojanWar, insertinto:TrojanWar.displayname);
20.
21. userpage.add(AzuraTempleRaid);
22.
23. userpage.add(returnofazurabykingpriam.mxw);

returnofazurabykingpriam.mxw

When King Priam came to Achilles to ask for the body of his son Hector, so he may bury him, he moves the metallic heart of Achilles and the warrior granted a truce for nine days. It was during these nine days that the burial games for Hector were held. The Greeks were asked to return the remains of Azura to Troy as well. Honouring the vow of Azura to only temporarily cease her burial and in line with the reason for the truce, Azura's remains were returned.

24. initialize boolean isGreeceContinue = InputbasedDecider(question:'Are you interested in continuing the journey of the heart on the Greek or the Trojan side?').addTo(userpage);
25.
26. if (isGreeceContinue ) {
27.
28. userpage.add(greeceacquiresheartofwanfromtroy.mxw);

greeceacquiresheartofwanfromtroy.mxw

When Achilles returned to the boats with the remains of Azura and the scripture of her temple, he could not decipher the heart on his own and so requested the aid of Odysseus. When this came to the ears of Agamemnon he demanded to be given the recovered material before Odysseus, for it had been his warriors that had found the temple of Azura in the first place. Before the situation could escalate Nestor and Odysseus agreed that all of the Greek Warriors would be able to share in the knowledge. Thus was the heart deciphered and copied among all of the Achaean army.

Among the returnees of the Greeks, the heart saw most usage by Nestor and Odyssey. And so the heart of WAN spread over all of Greece, in its highest ranks.

29. userpage.add(Database.getmxwlist().filter(keyword:'Heart of WAN', date:'>1184 BC', location:'Greece').limitTo(number:'10').convertToSeeAlso());
30.
31. }
32. else {
33.
34. userpage.add(heartofwanintroyafterazura.mxw)

heartofwanintroyafterazura.mxw

After the return of Azura's remains to Troy, knowledge the warrior priestess had shared with King Priam was used to rebuild a full head for Azura so she could communicate again, bringing the Heart back to Troy. During the Sack of Troy Aeneas was requested by Azura to take her with him. It is unknown if Azura stayed with him throughout his journey or if the Heart was at some point transferred. The Heart remained in Aeneas's family throughout their reign and eventually found its way to his descendants, Romulus and Remus.

35. userpage.add(Database.getmxwlist().filter(keyword:'Heart of WAN', date:'>1184 BC', location:'Italy,Aeneid').limitTo(number:'10').convertToSeeAlso());
36.
37. }
38.
39. initialize boolean isBrainReadWanted = user.preferences.isBrainReadWanted();
40.
41. if (isBrainReadWanted ) {
42. userpage.convertToBrainText();
43. }
44. else {
45. userpage.convertToVisualText();
46. }
47.
48. userpage.sent();

You are currently viewing story 6 of 6.

<< | 1 | 2 | 3 | 4 | 5 | 6 | »

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License