In Memoria, Adytum

:root{
 --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
 --body-width-on-desktop:45.75rem;
 }@mediaonlyscreenand (min-width: 56.25rem) {#content-wrap{display: flex;
 position: initial;
 flex-direction: row;
 flex-grow:2;
 width: calc(100vw - (100vw - 100%));
 max-width:inherit;
 height:auto;
 min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
 margin:0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2);
 }#main-content{position: initial;
 width: var(--body-width-on-desktop, 45.75rem);
 max-width: var(--body-width-on-desktop, 45.75rem);
 max-height:100%;
 margin:0auto;
 padding:2rem 1rem;
 }#page-content{max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
 }#side-bar{position: -webkit-sticky;
 position: sticky;
 top:0;
 left:0;
 grid-area: side-bar;
 width: var(--sidebar-width-on-desktop, 13.6rem) !important;
 min-width: var(--sidebar-width-on-desktop, 13.6rem) !important;
 max-height:100vh;
 padding-right:2.5rem;
 padding-left:0.5rem;
 overflow-y:scroll;
 transition:
 translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 padding 300ms linear,
 margin 300ms linear;
 border:none;
 border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4);
 background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
 translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem);
 direction:rtl;
 scrollbar-width:thin;
 -ms-scroll-chaining:none;
 overscroll-behavior: contain;
 scrollbar-color: 
 rgba(var(--swatch-primary-darker), 0.1) /* Thumb */
 rgba(var(--swatch-tertiary-color), 0.05); /*Track*/
 }#side-bar::-webkit-scrollbar-track{background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8);
 }#side-bar::-webkit-scrollbar,
 #side-bar::-webkit-scrollbar-thumb,
 #side-bar::-webkit-scrollbar-corner{width:0.5rem;
 border-right-width: calc(100vw + 100vh);
 border-right-style:inset;
 border-color:inherit;
 background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
 }#side-bar:is(:hover, :active, :focus-within) {margin-right:2.25rem;
 padding-right:0.25rem;
 overflow-x:hidden;
 overflow-y:auto;
 border-color: rgba(var(--swatch-primary-darker), 1);
 background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
 translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0));
 scrollbar-color: 
 rgba(170, 170, 170, 1) /* Thumb */
 rgba(252, 252, 252, 1); /*Track*/
 scrollbar-color: 
 rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
 rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /*Track*/
 }#main-content::after{content: " ";
 display: flex;
 position:fixed;
 top:0;
 left:1rem;
 align-items:center;
 justify-content:center;
 width:1rem;
 height:100%;
 max-height:100%;
 transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg");
 background-attachment:fixed;
 background-repeat:no-repeat;
 background-position:centerleft1rem;
 background-size:1rem 12.875rem;
 pointer-events:none;
 }#side-bar:is(:hover, :active, :focus-within) + #main-content::after{left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
 width:0rem;
 transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 opacity:0;
 background-position:centerleft calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
 font-size:0em;
 }#main-content::before{content: " ";
 position:absolute;
 z-index:9;
 top: var(--final-header-height-on-desktop, 0);
 left:0;
 width: var(--sidebar-width-on-desktop, 14.5rem);
 height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
 margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem);
 transition:
 translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 opacity:0.5;
 background-color: rgb(var(--swatch-alternate-color, 0, 0, 0));
 pointer-events:none;
 translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem);
 }#side-bar:is(:hover, :active, :focus-within) + #main-content::before{translate:0;
 opacity:0;
 }#side-bar.side-block{margin-top:1em;
 padding-left:0.25em;
 border-right-width:0rem;
 border-left-width:0rem;
 border-radius:0;
 background-color: rgb(0, 0, 0, 0);
 direction:ltr;
 }#side-bar.scpnet-interwiki-wrapper{direction:ltr;
 }
 
 /*PrintFriendlyFormattingbyEstrella*/
 body.print-body{ 
 --sidebar-width-on-desktop:0; 
 }body.print-body#main-content::before,
 body.print-body#main-content::after{display:none; 
 }}

[フレーム]


:root{
 --sidebar-width-on-desktop: calc(var(--base-font-size) * (266 / 15));
 --body-width-on-desktop:45.75rem;
 }@mediaonlyscreenand (min-width: 56.25rem) {#content-wrap{display: flex;
 position: initial;
 flex-direction: row;
 flex-grow:2;
 width: calc(100vw - (100vw - 100%));
 max-width:inherit;
 height:auto;
 min-height: calc(100vh - var(--final-header-height-on-desktop, 10.125rem));
 margin:0 var(--sidebar-width-on-desktop, 13.6rem) 0 calc(var(--sidebar-width-on-desktop, 13.6rem) * -1 / 2);
 }#main-content{position: initial;
 width: var(--body-width-on-desktop, 45.75rem);
 max-width: var(--body-width-on-desktop, 45.75rem);
 max-height:100%;
 margin:0auto;
 padding:2rem 1rem;
 }#page-content{max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
 }#side-bar{position: -webkit-sticky;
 position: sticky;
 top:0;
 left:0;
 grid-area: side-bar;
 width: var(--sidebar-width-on-desktop, 13.6rem) !important;
 min-width: var(--sidebar-width-on-desktop, 13.6rem) !important;
 max-height:100vh;
 padding-right:2.5rem;
 padding-left:0.5rem;
 overflow-y:scroll;
 transition:
 translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 padding 300ms linear,
 margin 300ms linear;
 border:none;
 border-color: rgba(var(--swatch-tertiary-color, 170, 170, 170), 0.4);
 background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
 translate: calc(var(--sidebar-width-on-desktop, 13.5rem) * -1 - 1rem);
 direction:rtl;
 scrollbar-width:thin;
 -ms-scroll-chaining:none;
 overscroll-behavior: contain;
 scrollbar-color: 
 rgba(var(--swatch-primary-darker), 0.1) /* Thumb */
 rgba(var(--swatch-tertiary-color), 0.05); /*Track*/
 }#side-bar::-webkit-scrollbar-track{background-color: rgba(var(--swatch-secondary-color, 244, 244, 244), 0.8);
 }#side-bar::-webkit-scrollbar,
 #side-bar::-webkit-scrollbar-thumb,
 #side-bar::-webkit-scrollbar-corner{width:0.5rem;
 border-right-width: calc(100vw + 100vh);
 border-right-style:inset;
 border-color:inherit;
 background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 0);
 }#side-bar:is(:hover, :active, :focus-within) {margin-right:2.25rem;
 padding-right:0.25rem;
 overflow-x:hidden;
 overflow-y:auto;
 border-color: rgba(var(--swatch-primary-darker), 1);
 background-color: rgba(var(--sidebar-bg-color, 255, 255, 255), 1);
 translate: calc(var(--sidebar-width-on-desktop, 1rem) - var(--sidebar-width-on-desktop, 0));
 scrollbar-color: 
 rgba(170, 170, 170, 1) /* Thumb */
 rgba(252, 252, 252, 1); /*Track*/
 scrollbar-color: 
 rgb(var(--swatch-primary-darker, 170, 170, 170), 1) /* Thumb */
 rgb(var(--swatch-menubg-color, 252, 252, 252), 1); /*Track*/
 }#main-content::after{content: " ";
 display: flex;
 position:fixed;
 top:0;
 left:1rem;
 align-items:center;
 justify-content:center;
 width:1rem;
 height:100%;
 max-height:100%;
 transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 background: url("https://scp-wiki.wdfiles.com/local--files/component%3Acollapsible-sidebar/sidebar-tab.svg");
 background-attachment:fixed;
 background-repeat:no-repeat;
 background-position:centerleft1rem;
 background-size:1rem 12.875rem;
 pointer-events:none;
 }#side-bar:is(:hover, :active, :focus-within) + #main-content::after{left: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
 width:0rem;
 transition:left300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 background-position 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 opacity:0;
 background-position:centerleft calc(var(--sidebar-width-on-desktop, 14.5rem) * -1);
 font-size:0em;
 }#main-content::before{content: " ";
 position:absolute;
 z-index:9;
 top: var(--final-header-height-on-desktop, 0);
 left:0;
 width: var(--sidebar-width-on-desktop, 14.5rem);
 height: calc(100% - var(--final-header-height-on-desktop, 0.688rem) - 2.313rem);
 margin-bottom: calc(var(--final-header-height-on-desktop, -2.313rem) * -1 - 2.313rem);
 transition:
 translate 300ms cubic-bezier(0.4, 0.0, 0.2, 1),
 opacity 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
 opacity:0.5;
 background-color: rgb(var(--swatch-alternate-color, 0, 0, 0));
 pointer-events:none;
 translate: calc(var(--sidebar-width-on-desktop, 14.5rem) * -1 + 1rem);
 }#side-bar:is(:hover, :active, :focus-within) + #main-content::before{translate:0;
 opacity:0;
 }#side-bar.side-block{margin-top:1em;
 padding-left:0.25em;
 border-right-width:0rem;
 border-left-width:0rem;
 border-radius:0;
 background-color: rgb(0, 0, 0, 0);
 direction:ltr;
 }#side-bar.scpnet-interwiki-wrapper{direction:ltr;
 }
 
 /*PrintFriendlyFormattingbyEstrella*/
 body.print-body{ 
 --sidebar-width-on-desktop:0; 
 }body.print-body#main-content::before,
 body.print-body#main-content::after{display:none; 
 }}
rating: +210
memoria_websize.jpg
In Memoria, Adytum

5…and Ion stood amidst the smouldering ruin that was the gateway to the city of Kythera. Once more in the guise of a man, humbled before the ravages wrought in His name. He looked about Him and saw the suffering of those He once wished freed and realized that it was by His hand that their great works had been laid low.

He looked upon them and wept.

- The Book of the Fall, 13:5; The Solomonari Valkzaron

Sarkicism Hub

This is not a redemption story. This is not a story about triumphing over adversity.

This is a story about power, corruption, and greed.

Let us begin.

Historia in Ruinam

In Principio Erat Verbum

Foundation Threat Awareness: [ | | | | ]

Et Ecce Equus Pallidus

Foundation Threat Awareness: [ | | | ]

Principalius - The Main Arc
Assistentes - Supplemental Stories
Finis - The Final Scene

Exierunt ut Vinceret

Foundation Threat Awareness: [██ | | ]

Principalius - The Main Arc
Assistentes - Supplemental Stories
Finis - The Final Scene

Ad Momentum, Pace

Principalius
Finis
  • Ad Momentum, Pace

In Conquestum Mundi

Foundation Threat Awareness: [███ | ]

Principalius - The Main Arc
  • Morbus -
  • Bellum -
  • Famis -
  • Morte -
Assistentes - Supplemental Stories
Finis - The Final Scene
  • Imperator Mundi -

Et Mundum Incendio

Foundation Threat Awareness: [█████]

Dramatis Personae et Notitia

nakada.jpg

O5-12

O5-12

Full Name: Takeshi Junsuke Nakada

Known Aliases: Johnathan Nakada / John N.

Title: O5-12: Overseer, Groups of Interest / High Security Anomalies

Direct Report: The Administrator

Home Site: Site 01, Area 02

Clearance: L06/Overseer

Sex/Gender: M/M

D.O.B.: 13 September, 1958

Height: 1.73 m

Weight: 75.3 kg

Age: 61

Education: BA, History, Harvard; JD, International Law, Harvard; Ph.D. Pataphysics, SCPF Internal Education

Personal History: {Data unavailable per O5.ord.2819, Overseer Executive Override}

low.jpg

Dr. Judith Low

Dr. Judith Low

Full Name: Judith Elizabeth Low

Known Aliases: Judy Low

Title: Senior Adviser at the Department of History - Religious GoI Threat Analysis / Director, The Kelipat Nogah Initiative

Direct Report: O5-12

Home Site: Area-02

Clearance: L05/Director

Sex/Gender: F/F

D.O.B.: 04 January, 1967

Height: 1.7m

Weight: 63.5kg

Age: 53

Education: BA, Religion, UC-Berkley; MA, World History, UC-Berkley; MA, Linguistics, UC-Berkley; Ph.D History, World Religion, Oxford

Personal History: Dr. Low was marked for membership in the Foundation during her undergraduate years at UC-Berkley. Her research into the Late Bronze Age collapse repeatedly brought her up against information barriers put in place by the Foundation and she more than once stumbled upon information blackouts that frustrated and stymied her research.

Undaunted, she carried on until approached by Dr. Nakada, who was already a rising star himself within the Foundation and was leading up talent acquisition for the Department of History.

She began her work as an L01 historical research while also finishing her studies for her Masters program, choosing to exist with feet in both worlds. She used this as an opportunity to contrast and compare the "true" history held in trust by the Foundation to the one held by the academic community.

After she graduated from Oxford, she moved full-time into working for the Foundation, where she has excelled at every task given to her. As the world's foremost expert on Sarkic history and religious practices, she has become instrumental in heading up the Kelipat Nogah initiative and assisting in understanding the true nature of the Sarkic Threat.

golzar.jpg

Dr. Samira Golzar

Dr. Samira Golzar

Full Name: Samira Reza Golzar

Known Aliases: Sam Reza

Title: Senior Biological Research Scientist, Anomalous Biology Expert, Kelipat Nogah initiative

Direct Report: O5-12

Home Site: Area-02

Clearance: L04/Senior Researcher

Sex/Gender: F/F

D.O.B.: 25 May, 1980

Height: 1.62m

Weight: 57.8kg

Age: 39

Education: BS, Biology, University of Florida; MD, Abnormal Physiology, Johns Hopkins; MD, Paramormal Physiology, SCPF Internal Education

Personal History: A brilliant medical researcher, Dr. Golzar could have had her pick of research institutions to go to until a doctoral paper she wrote about an unusual and rare anomalous pathogen caught the eye of Dr. Jaime Forrester at the Foundation's Department of Medical Anomalies. She was brought on board shortly after, where she has dedicated herself completely to the study of anomalous physiology and paranormal biology.

After Dr. Forrester's passing while researching the 3862-Σ pathogen, Dr. Golzar threw herself into understanding Sarkic biological phenomena. Already considered an expert in that field, her newfound determination and endless hours dedicated to understanding and combating Sarkic Carnomancy has made her an invaluable asset to the Kelipat Nogah Initiative.

tariq-sattar.jpg

Field Marshall Raaina Tariq-Sattar

Field Marshall Tariq-Sattar

Full Name: Raaina Mahya Tariq-Sattar

Known Aliases/Callsigns: Mahya Tariq / "Rainmaker"

Title: Overall Command, SCPF Military Response, Kelipat Nogah Initiative

Direct Report: O5-12

Home Site: Area-02

Clearance: L5/Director MTF Command

Sex/Gender: M*/F

D.O.B.: 24 April, 1979

Height: 1.82m

Weight: 66.7kg

Age: 41

Education: BS, Military Tactics and History, West Point; MS, Military History, University of Tehran

Personal History: One of the few Iranians granted access to study at the renowned West Point Academy, Marshall Tariq-Sattar showcased an incredible understanding of military strategy earmarked by a near-flawless ability to lead those under her command.

Initially an officer of the Iranian military, she was tasked to be a liaison between the Iranian government and Foundation military assets. While she proved to be more than adequate for this role, her career within the Iranian military had more or less reached its zenith. When the opportunity arose for her to integrate into Foundation Military Command, she took it.

Throughout her years of service, she was tasked to serve first as a platoon commander in MTF Alpha-1 ("The Red Right Hand") before being given her first MTF full command when she took over as Commander of MTF Iota-10 ("Damn Feds"). Again, she excelled in the role, taking on the complex organizational task of maintaining assets in many of the Mundane World's militaries and government agencies.

Initially slotted to take over as Executive Officer of MTF Alpha-1, she passed on that opportunity to join the Kelipat Nogah initiative as the commander of MTF Xi-8 ("The Last to Fall").

liraz.jpg

Commander Malachai Yusef ben Liraz

Commander Malachai ben Liraz

Full Name: Malachai Yusef ben Liraz

Known Aliases/Callsigns: Joseph Lam / Michael Lam / Michael Sutter / "Steeljacket"

Title: Field Commander, MTF Xi-8 "The Last to Fall"

Direct Report: FM Tariq-Sattar

Home Site: Area-02

Clearance: L04/MTF Command

Sex/Gender: M/M

D.O.B.: 03 November, 1977

Height: 1.9m

Weight: 83kg

Age: 43

Education: BS, Nanoscale Science and Technology, Ben-Gurion University of the Negev; MS, Material Sciences, Tel-Aviv University

Personal History: As a brilliant materials-science researcher at Ben-Gurion, Commander ben Liraz originally intended to establish himself as a leader in the Sciences. His stint in the Israeli armed forces opened new avenues for him, and he was recruited directly into the MTF Command corps after graduating from Tel-Aviv University.

Quick thinking and adaptable, Commander ben Liraz proved himself more than adequate for the task, volunteering in several front-line assignments before being given command of the newly-formed MTF Xi-8 as the military arm of the Kelipat Nogah initiative. In that role, he has transformed his Task Force from "satisfactory" to "exemplary", due to his brilliant tactical acumen and dedication to leadership.

While his record may indicate a poor reaction to being passed up for overall leadership by Marshall Tariq-Sattar, he has quickly adapted to the new chain of command and the two of them have established a close and effective rapport.

Vy6O1nW.png

Klavigar Nadox

Klavigar Nadox

Full Name: Nadox

Known Aliases: Unknown

Title: Klavigar

Area of Activity: Unknown, though recent rumors have him based somewhere near Prague, Czech Republic

Known Cult Association(s): Unknown. Not known to be the progenitor of any cults.

Sex/Gender: M?/M?

D.O.B.: ~1300 B.C.E.

Height: Unknown

Weight: Unknown

Age: Est. 3000+

Known Abilities: Carnomancy, Thaumaturgy, Possible Ontokinetic abilities

Personal History: The history of Nadox is told only through brief mentions in the Solomonari Valkzaron and stories passed through the centuries by a few scattered Sarkic cults.

Seen as one of the closest of Grand Karcist Ion's Klavigar, he was known for his scholarly pursuits rather than military ones. While it has never been confirmed, the Solomonari Valkzaron itself is largely viewed as being a derivative work of Nadox' own teachings on Ion.

Little else is known about him.

saarn.jpg

Klavigar Saarn, artistic rendering, c. 1902

NAME

Full Name: Saarn

Known Aliases: The Child Assassin, Our Lady of the Poisoned Knife, Throne's Shadow

Title: Klavigar

Area of Activity: Unknown. Mentions of her have appeared all over the world throughout the Sarkic Diaspora

Known Cult Association(s): Unknown. Like Nadox, it is unclear if she was the originator of any descendant cults.

Sex/Gender: F?/F?

D.O.B.: ~1300 B.C.E.

Height: Unknown

Weight: Unknown

Age: Est. 3000+

Known Abilities: Carnomancy, Thaumaturgy, Possible Ontokinetic abilities.

Personal History: The most mysterious of the original Adytites, Saarn was reputed to be both Grand Karcist Ion's most reliable spy and assassin. Originally thought to have fallen with Ion at Kythera, even the Valkzaron has little mention of her beyond that event.

lucien.jpg

Karcist Lucien Dutoit

Lucien Dutoit

Full Name: Mānsatt'āppaṁ Kunna Kalākāran / "The Artist that Works in Flesh"

Known Aliases: Lucien Dutoit

Title: Karcist

Area of Activity: Europe & India

Known Cult Association(s): Société de la Fleur Sanglante (Society of the Bloody Flower)

Sex/Gender: M?/M

D.O.B.: Unknown

Height: Varies, most often described as being of average height

Weight: Varies, though has been frequently described as "slight"

Age: Unknown

Known Abilities: Carnomantic Biochemistry

Personal History: Known to have originally been based in the Indian subcontinent, he moved to Europe at some point during the Colonization period where he integrated with the French Aristocracy.

Almost nothing is known about Dutoit outside of the SCP-3862-A letters. All mention of him was expunged from French diplomatic records at the request of the Portuguese government. It is this very lack of available information that suggests that the identity of "Lucien Dutoit née Thiers" is just one of many such personas assumed by this individual.

What is known, and has been confirmed through various outside sources, is that Dutoit is the identity used by the Karcist of the Neo-Sarkic cult Société de la Fleur Sanglante (Society of the Bloody Flower). It is believed that Dutoit is the nom de guerre assumed by the Karcist after the fall of the July Monarchy in 1848.

Our understanding as to why Dutoit was positioned at the British court via the French diplomatic corps is purely conjecture. Through his letters, we can assume that he was attempting to gain leverage amongst the British aristocracy in a hope to shift his flagging power base in France and either his attempts to do so were blocked by an unknown outside entity, or he simply found that shifting to Portugal was a much more appetizing prospect.

Either way, the Société did make the move to Portugal, and Dutoit utilized his connection with the Marquessa to secure a French diplomatic residency at the Palace of Santos. It is unclear how much of that delegation was made up of members of his Société, but the impact of Dutoit's shifting to Lisbon did ultimately result in the Palace of Santos eventually becoming the permanent French Embassy in Portugal.

ieva.jpg

Karcist Halyna Ieva

Halyna Ieva

Full Name: Äiti Joka Vaatii Varpaita / "The Mother Who Demands Toes"

Known Aliases: Layla Helen Pirani, The Scourge of Iron, The Mother Who Demands One's Toes, The Flesh That Ate, Subversion of Mekhanical Expectations, The Faithful Heretic

Title: Karcist

Area of Activity: The Middle East & The Levant

Known Cult Association(s): The Hunter's Black Lodge

Sex/Gender: F?/F?

D.O.B.: Unknown

Height: Varies dramatically

Weight: Varies dramatically

Age: Unknown

Known Abilities: Combat Carnomancy

Personal History: Written in the Valkzaron as Klavigar Orok's greatest lieutenant, she was considered vicious and nigh-uncontrollable even by the members of the Grand Karcist's court.

Our most detailed information comes from a copy of an entry in the Wanderer's Library codex.

ban.jpg

Karcist Yongsun Ban

Karcist Yongsun Ban

Full Name: Wáwá Zhìzào Shāng - "The Maker of Puppets"

Known Aliases: Master Ban, Father of Children

Title: Karcist

Area of Activity: Eastern Asia

Known Cult Association(s): 검은피 아이들 - Geomeunpi Aideul, "Children of the Black Blood"

Sex/Gender: M?/M?

D.O.B.: Unknown

Height: 5'9

Weight: ~200

Age: Unknown

Known Abilities: Carnomancy, Law, underworld relations, organization & logistics

Personal History: Known as a talented fleshcrafter, Karcist Ban excelled at crafting homunculi and guiding several breeding programs. Not much else is known.

karcist_enitan.jpg

Karcist Enitan Sarbatier

Karcist Enitan Sarbatier

Full Name: Naman da ke Tsatsa / "The Flesh that Walks"

Known Aliases: None

Title: Karcist

Area of Activity: West Africa & the Americas

Known Cult Association(s): The Darkwater Lodge

Sex/Gender: ?/M

D.O.B.: Unknown

Height: 1.92 m

Weight: 95.3 kg

Age: Unknown

Known Abilities: Carnomancy

Personal History: Enitan is the "male" aspected part of the bifurcated Karcist Naman da ke Tsatsa. As Enitan, he has carefully led the Darkwater Lodge in La Rue Macabre for many years. Instrumental in the early success of the Underground Railroad, Enitan and the Darkwater Lodge have often been seen as the "exception" to the traditional view that the Neo Sarkic cults were degenerate psychopaths.

volutaar_enu.jpg

Volutaar Enu Duvernay

Naman

Full Name: Naman da ke Tsatsa / "The Flesh that Walks"

Known Aliases: None

Title: Volutaar

Area of Activity: West Africa & the Americas

Known Cult Association(s): The Darkwater Lodge

Sex/Gender: ?/F

D.O.B.: Unknown

Height: 1.72 m

Weight: 63.5 kg

Age: Unknown

Known Abilities: Carnomancy

Personal History: Enu is the "female" aspected part of the bifurcated Karcist Naman da ke Tsatsa. As Enitan, he has carefully led the Darkwater Lodge in La Rue Macabre for many years. Instrumental in the early success of the Underground Railroad, Enitan and the Darkwater Lodge have often been seen as the "exception" to the traditional view that the Neo Sarkic cults were degenerate psychopaths.

As with all Canons on the site, you do not require permission to write for this Canon. If you think your piece fits somewhere in the Canon, feel free to add it as an "Assistentes". The main plot lines are already all mapped out, all the way through Act 4, so you'll have a good framework to work with.

Articles/Tales in the canon get tagged memoria-adytum.

For tales, we suggest using the Memoria Theme. It is not required, but uniformity looks cool and the theme was designed with that in mind.

On any wiki:

[[include :scp-wiki:theme:black-highlighter-theme]]
[[include :scp-wiki:component:collapsible-sidebar]]
[[include :scp-wiki:theme:memoria]]

For the white-ish text box that you'll need to see the text over the background gradient:

[[div class="textbox"]]
Text/code whatever will go in here, as normal.
[[/div]]

For the Solomonari "scripture":

[[div class="type1"]]
You'll need to use the "@@ @@" symbols to separate paragraphs and
[[>]]
[[span style="font-family:var(--body-font); font-size: calc(var(--base-font-size) * 1.00); color: #000000;"]]- //This is the "attribution"//[[/span]]
[[/>]]
[[/div]]

Each Act is separated based upon the primary events going on + how much the Foundation is aware of what's going on.

In Acts 1 & 2, only the people initially involved in Kelipat Nogah were TRULY aware. The Foundation as a whole, led primarily by O5-08, refused to believe that the Sarkic Threat was as extensive as it was, and were (falsely) confident that the Foundation could handle anything that came from it. They turned an intentional blind eye to the goings on and refused to listen to people like Dr. Low or O5-12.

After Act 3, however, the Veil is broken and everything the Foundation does has been affected by it. Basically, anything set AFTER 23 February, 2020 in this Canon is placed in a world where the Veil has been broken and the Mundane World has at least a general idea that the Anomalous World exists.

Stuff in the Prologue generally tends to be stuff about the ancient Sarkics and the War of the Flesh. This isn't meant to be a re-telling of that war, that all happened long ago.

From MalyceGraves MalyceGraves :

Almost from Day 1 of my writing for the SCP Wiki, I had in mind a sort of 'unified headcanon' for how the Sarkic stuff worked. I read everything tagged "sarkic", had some interesting conversations about it with Metaphysician Metaphysician , then began writing.

My first foray into writing Sarkic stuff was SCP-4476: La Famille Natau, and with it was birthed my true love of Sarkicism and the history of it. I've always been fascinated with "untold histories" and "alternative histories", and I really jived with the explanation for the Bronze Age Collapse that is inherent within the Sarkic mythos.

So I crafted more, and it dawned on me that most of the Sarkic stuff fell into pretty much two categories: Retelling of What Was and a Prophesy of What Will Be. "To meet again in Adytum" is a major theme throughout a lot of the Sarkic work on-site, but there's not much that actually LEADS to Adytum. I started working on that in the Darkwater report.

Eventually I realized that I almost had enough to turn my headcanon into a REAL canon, and that's when the work on Memoria, Adytum began in earnest. I talked to several other authors who had work I loved, and… well, here we are.

I cannot thank you guys enough.


From DrAkimoto DrAkimoto :

So honestly, I was originally I was drawn to Sarkic content purely based on my love for fleshy body horror. But as I kept reading I found that i enjoyed the history and lore even more than simple body horror. Specifically focusing on Neo-Sarkicism I found the The Hunter's Black Lodge and the mix of criminal organization/meatmagic cult struck a cord with me and I began expanding on them.

When MalyceGraves MalyceGraves originally brought the idea for Memoria to me I grooved with the direction they wanted to take and began working my previous and future creations into the canon. I am immeasurably proud of all the work done by everyone and I'm looking forward to what's yet to come.

Contributing Authors:

  1. Metaphysician Metaphysician - {Author Page}
  2. MalyceGraves MalyceGraves - {Author Page}
  3. DrAkimoto DrAkimoto - {Author Page}
  4. TheMightyMcB TheMightyMcB - {Author Page}
  5. Naepic Naepic - {Author Page}
  6. Dyslexeon Dyslexeon - {Author Page}
  7. cybersqyd cybersqyd - {Author Page}
  8. OriCat OriCat - {Author Page}
  9. UraniumEmpire UraniumEmpire - {Author Page}
  10. Grigori Karpin Grigori Karpin - {Author Page}
  11. Indices Indices - { }
  12. Cyvstvi Cyvstvi - {Author Page}
  13. Ralliston Ralliston - {Author Page}

This Canon utilizes, builds on, and expands the SCP Wiki site lore involving the Sarkic Cults, as created by Metaphysician Metaphysician - {Author Page}

Furthermore, this canon loosely utilizes the Wrong Proposal written by MrWrong MrWrong as its' basis for the Foundation's overall timeline.

Cite this page as:

"In Memoria, Adytum" by MalyceGraves, from the SCP Wiki. Source: https://scpwiki.com/memoria-adytum. Licensed under CC BY-SA.

For information on how to use this component, see the License Box component. To read about licensing policy, see the Licensing Guide.

Image 1

Source: Wikimedia Commons
License: Public Domain
Title: nakada.jpg
Author: Unknown
Release year: 1920-1942

Image 2

Source: flickr
License: CC BY-SA 2.0
Title: golzar.jpg
Author: brokenchopstick
Release year: 2007

Image 3

Source: Wikimedia Commons
License: CC BY-SA 3.0
Title: low.jpg
Author: Astronomical Institute, Academy of Sciences of the Czech Republic
Release year: 2009

Image 4

Source: flickr
License: CC BY-SA 2.0
Title: liraz.jpg
Author: Liz West
Release year: 2009

Image 5

Source: SCP-WIki
License: CC BY-SA 3.0
Title: Vy6O1nW.png
Author: niram niram
Release year: 2017-2020

Image 6

Source: Niram
License: CC BY-SA 3.0
Title: Lucien.jpg
Author: niram niram
Release year: 2021

Image 7

Source: Flickr
License: CC BY-SA 2.0
Title: karcist_enitan.jpg
Author: John Atherton
Release year: 1943

Image 8

Source: Library of Congress
License: Public Domain
Title: volutaar_enu.jpg
Author: Frank and Frances Carpenter Collection
Release year: Between 1890 and 1923

Image 9

Source: flickr
License: CC BY-SA 2.0
Title: ban.jpg
Author: buddhaflow
Release year: 2009

Image 10

Source: flickr
License: CC BY-SA 2.0
Title: saarn.jpg
Author: Michele Ahin
Release year: 2008

Image 11

Source: flickr
License: CC BY-SA 2.0
Title: tariq-sattar.jpg
Author: Joi Ito
Release year: 2009

Image 12

Source: NYPL
License: CC 1.0 PD
Title: Allá vá eso
Author: Francisco Goya
Release year: Not stated, digitized in 2015

Source: Rijks Museum
License: CC 1.0 PD
Title: Dwaasheid van de angst, Francisco de Goya, 1815 - 1820
Author: Francisco Goya
Release year: 1815 - 1820 and/or 1864

Source: The Met
License: CC 1.0 PD
Title: Various plates from The Disasters of War (Los Desastres de la Guerra)
Author: Francisco Goya
Release year: 1810–20, published 1863

Source: Above art & The SCP-Wiki
License: CC BY-SA 3.0
Title: memoriabanner.jpg
Author: Francisco Goya & MalyceGraves MalyceGraves
Release year: 2020

Image 11

Source: The SCPF Wiki
License: CC BY-SA 3.0
Title: memoria_websize.jpg
Author: Niram
Release year: 2021

page revision: 97, last edited: 26 Jul 2025 12:26
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License
Click here to edit contents of this page.
Click here to toggle editing of individual sections of the page (if possible). Watch headings for an "edit" link when available.
Append content without editing the whole page source.
Check out how this page has evolved in the past.
If you want to discuss contents of this page - this is the easiest way to do it.
View and manage file attachments for this page.
A few useful tools to manage this Site.
Change the name (also URL address, possibly the category) of the page.
View wiki source for this page without editing.
View/set parent page (used for creating breadcrumbs and structured layout).
Notify administrators if there is objectionable content in this page.
Something does not work as expected? Find out what you can do.
General Wikidot.com documentation and help section.
Wikidot.com Terms of Service - what you can, what you should not etc.
Wikidot.com Privacy Policy.

AltStyle によって変換されたページ (->オリジナル) /