/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
/* BLANKSTYLE CSS [2021 Wikidot Theme] By Placeholder McD and HarryBlank Based on: Paperstack Theme by EstrellaYoshte Penumbra Theme by EstrellaYoshte */ @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap'); #page-content { font-size: 0.8rem; } #main-content { top: -1.6rem; padding: 0.2em; } div#container-wrap { background-image: none; } div#header { background-image: none; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } #header h2 { margin-top: 0.5rem; } #header h1 span, #header h2 span { font-size: 0; display: none;} #header h1 a::before, #header h2::before { color: #000; letter-spacing: 1px; font-family: 'Montserrat', sans-serif !important; text-shadow: none; } #header h1 a::before { content: var(--header-title, "R\0026 C SITE-43"); font-weight: 400; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE"); font-weight: 700; font-size: 1.3em; } @media (max-width: 707px) { #header h1 a::before { font-size: 1.6em; } } #login-status, #login-status a { color: #333333; } #page-title { display: none; } #footer, #footer a { background: transparent; color: #333333; } #search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: none; background: #333333; box-shadow: none; border-radius: 0px; color: #efefef; } #search-top-box input.empty { color: #999999; } #search-top-box { top: 2.3rem!important; right: 8px; } #top-bar { display: flex; justify-content: center; right: 0; top: 7.9rem; } #top-bar, #top-bar a { color: #333333; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; color: #000; letter-spacing: 1px; } h1 { font-size: 2em; } h2 { font-size: 1.45em; } div#extra-div-1 { height: 160px; width: 100%; top: 0; position: absolute; background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png'); background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; z-index: -1; } @media (max-width: 707px) { div#extra-div-1 { top: 15px; } } body { background-image: linear-gradient( to bottom, #e0e0e0, #e0e0e0 90px, #e0e0e0 90px, #ffffff 200px, #ffffff 200px, #ffffff 100%); background-repeat: no-repeat; } :root { --timeScale: 1.5; --timeDelay: 1.5s; --posX: calc(50% - 358px - 13rem); } #page-content hr { background-color: #000; } #page-content tr th { padding: 6px; border: #000 1px solid; } #page-content tr td { padding: 12px; border: #000 1px solid; line-height: 1.4; } #page-content .sidebox tr td, #page-content .sidebox tr th { padding: 0.35em; } #side-bar { border-right: 1px solid #333; background: #DDD; } #side-bar .side-block { border: 1px solid #333; border-radius: 0; box-shadow: none; } #top-bar div.open-menu a { border: 1px solid #333; border-radius: 0; box-shadow: none; } @media (max-width: 767px) { #side-bar:target { border: 1px black; box-shadow: none; } } #side-bar .side-block { border: 1px solid #333; border-radius: 0; box-shadow: none; background-color: #FDF6D7; } #side-bar .side-block.media { background-color:#D7EFE7; } #side-bar .side-block.resources { background-color:#F5D8E0; } #page-content .creditRate{ margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { background-color: #ffffff; border: solid 1px #000; box-shadow: none; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333333; color: #ffffff; } .rate-box-with-credit-button .cancel { border: solid 1px #ffffff; } /* ---- PAGE RATING ---- */ .page-rate-widget-box { box-shadow: none; border: solid 1px #000; margin: unset; margin-bottom: 4px; border-radius: 0; } .page-rate-widget-box .rate-points { background-color: #ffffff !important; color: #333333 !important; border: none; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #ffffff; border-top: none; border-bottom: none; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333333; color: #ffffff; } .page-rate-widget-box .cancel { background: transparent; background-color: #ffffff; border: none; border-radius: 0; } .page-rate-widget-box .cancel a { color: #333333; } .page-rate-widget-box .cancel a:hover { background: #333333; color: #ffffff; border-radius: 0; } #page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; } .anchor { position: sticky; height:0; top: 0; } .sidebox { padding: .14rem; margin-top: 0; margin-bottom: 8px; width: calc((100vw - 870px)/2); max-height: calc(100vh - 18rem); position: absolute; top: 0; left: 103.5%; z-index: 5; overflow: auto; box-sizing: border-box; } @media (max-width: 1290px) { .sidebox { display: none; visibility:hidden; } } .scp-image-block { box-shadow: none; } /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: none; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: 1px solid #333; box-sizing: border-box; } /*---- SCROLLBAR ----*/ ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-track { background: #FFF; border-left: 1px solid #333; } ::-webkit-scrollbar-thumb { background: #CCC; border: #333 1px solid; } ::-webkit-scrollbar-thumb:hover { background: #EEE; } /*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/ .imagediv { float: right; margin: 15px } @media (max-width: 540px) { .imagediv { float: none; text-align:center; margin: auto; } } @media only screen and (max-width: 600px) { .scp-image-block.block-right{ float: none; margin: 10px auto; } } /*---- ACS-COLORED TABLE DIVS ----*/ #page-content .table1 tr th, #page-content .table1 .scp-image-block .scp-image-caption { background-color: #D7EFE7; } #page-content .table2 tr th, #page-content .table2 .scp-image-block .scp-image-caption { background-color: #D8ECF4; } #page-content .table3 tr th, #page-content .table3 .scp-image-block .scp-image-caption { background-color: #FDF6D7; } #page-content .table4 tr th, #page-content .table4 .scp-image-block .scp-image-caption { background-color: #FFDABF; } #page-content .table5 tr th, #page-content .table5 .scp-image-block .scp-image-caption { background-color: #F5D8E0; } #page-content .table6 tr th, #page-content .table6 .scp-image-block .scp-image-caption { background-color: rgba(146, 0, 255, 0.2); } .tableb .wiki-content-table { border-collapse: separate; border-spacing: 2px; } .tableb .scp-image-block { border: none; } .tableb .scp-image-block img { border: #000 1px solid; box-sizing: border-box; } .tableb .scp-image-block .scp-image-caption { margin-top: 2px; border: #000 1px solid; box-sizing: border-box; } .top-left-box > .item { display: none; } /* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */ span, a { word-break: normal !important } .avatar-hover { display: none !important; } #breadcrumbs, .pseudocrumbs { text-align: center; padding-top: 10px; } #main-content .page-tags span { max-width: 100%; } /* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */ .fancyhr hr { border-top: 2vw solid transparent; background-color: rgba(var(--bright-accent), 0); height: 0; box-sizing: border-box; border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png'); border-image-repeat: round round; background: none; border-image-slice: 80 500 80 500 fill; border-image-width: 10em 80em 10em 80em; } .fancyborder { box-sizing: border-box; border: 2vw solid rgba(0,0,0,0.5); border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round; border-image-width: 6; padding: 2vw; }
Info
SCP-####: Heretical Apple Trees.
Author: Em dash
Additional Information:
Format:
Sorry! The article's dates are formatted DD/MM/YYYY
Image use:
apple tree
Important:
This article is about trees so, if you're feeling charitable consider donating to Plant A Tree Foundation!
Credit:
A lot of credit needs to go to Nagiros for being a tremendous help with the concept in its very early stages as well as the draft in its very early stages as well.
SCP-#### Instance
Special Containment Procedures:
All instances of SCP-#### are contained in their respective locations of discovery. If the proximity of a discovered instance to nearby population centers or the instance is easily discoverable, it will be uprooted and transported to Arboreal Containment Site-####.
Produce1 from SCP-#### has mind-altering effects and should not be eaten under any circumstance, any portion of the product has proven to have the same effects as the whole. The appearance of produce from SCP-#### seems identical to a non-anomalous product of the same species.
Investigation of localized religious movements has been allocated to MTF Chiasmus-1 ("Tree Huggers"). If the behaviour of religious leaders suggests the presence of an SCP-#### instance, local forests and wildlife reserves will be provisionally restricted until verification of the instance has been achieved.
Efforts to reverse-engineer the mind-altering properties of SCP-#### for the Foundation's benefit are ongoing.
DANGER:
SCP-#### is to be treated with high risk; please administer Class-C Amnestics after the examination of this document to prevent the pursuit of these instances.
Description:
SCP-#### is an anomalous species of tree that has been traced down to 361 instances, instances of SCP-#### vary in distinction from region to region.
Upon consumption of SCP-###'s produce, the subject will develop a strict set of moral axioms specific to the instance which bore the consumed produce2. All ethical beliefs held by the subject which directly conflict with those resulting from the consumption of the product will be overridden, although it is not uncommon that a level of cognitive dissonance exists between retained and new axioms. This process has been shown to be instantaneous and irreversible.
After consuming the product, the subject develops a propensity for sharing their new views and morals, past examples of this effect are the following: the nullification crisis of 1832, the Würzburg witch trials, Posadism, and possibly conjectured to have caused the Fall of Adam and Eve depicted in the Hebrew Bible.
| Religion | ||
|---|---|---|
| Heaven's Gate | ||
| Instance | Produce3 | Location |
| SCP-####-321 | Eureka Lemon | Rancho Santa Fe, San Diego, California |
Description: The instance measures up to 5.28m tall producing Eureka Lemons weighing around 3.5 ounces, upon consumption of the product the individual will experience "enlightenment" and seek out a higher being.
[BEGIN LOG]
Discovery
26 / 03 / 1997
An instance of SCP-#### was found in Rancho Santa Fe, San Diego, California. There were multiple occurrences of the product of the aforementioned instance located in residences and was actively being consumed. Roughly 6 days prior to this discovery there had been a religious group dwelling by the name of "Heaven's Gate", around this time they had been estimated to have consumed 465.4lbs of the product of the instance over the course of 22 years.
The influence of the product was what founded the religious group; it created the belief in a higher extraterrestrial being, this later was the cause of the self-expiration of 39 out of the 41 members of the religious movement after the passing of Comet C/1995 O1 (Comet Hale-Bopp), they had believed that it had an extraterrestrial vehicle following it.
[END LOG]
Reverse-engineering tests
28 / 03 / 1997
| Instance | Test | Result |
|---|---|---|
| #321 | Pesticide | No changes observed |
| #321 | Seed Extraction | Upon consumption the effects of the seed contrasted with the regualur effects of said instance, the seed caused the subject to violently sieze leading to termination. |
| #321 | Exposure to ultraviolet | No changes observed |
| #321 | Vaporized produce extract | The vaporized procude extract has the same effects as the produce in a lower degree |
| Religion | ||
|---|---|---|
| Old Believers4 | ||
| Instance | Produce | Location |
| SCP-####-063 | Apricot | Sudzal, Russia |
Description: Instance 063 is ~6m tall bearing apricots, the variant of apricot is unknown due to the lack of documentation of the instance at the time.5 Consequent to the consumption of the product produced by the aforementioned instance the subject wishes to participate in an act of self-immolation to adopt a new religion, the act of which is referred to as a "fire baptism".
[BEGIN LOG]
Influence
Date Unknown
The Instance that caused the mass self-immolation has been traced to Suzdal, Russia. The instance was first consumed by Nikita Pustosvyat, a leader of the Old Believers, this was what presented the idea of self-immolation upon Nikita.
The effects of the instance similarly caused him to speak out against Stefan, Archbishop of Suzdal, accusing him of deviation from Orthodoxy. When Stefan was acquitted, Nikita denounced him to Tsar Aleksey Mikhailovich. Later, the church council of 1666–1667 found him guilty and expelled him from the priesthood.
[END LOG]
Reverse-engineering tests
06 / 09 / 1985
| Instance | Test | Result |
|---|---|---|
| #063 | Pesticide | Produce appears to wilt and become less ripe |
| #063 | Seed Extraction | No changes observed |
| #063 | Exposure to ultraviolet | No changes observed |
| #063 | Vaporized produce extract | No changes observed |
NOTICE:
Instance 001 should be treated with high risk and is to be contained separate from all other instances.
— O5 Council.
| Religion | ||
|---|---|---|
| [DATA EXPUNGED] | ||
| Instance | Produce | Location |
| SCP-####-001 | Apple | Nahairat, Al Qurnah, Iraq |
Description: Instance 001 ("Tree of the knowledge of good and evil") is 7.92m tall yielding apples, the type of apple is unexplained, as it does not resemble any known variants of apple. The weight of the apples is temporarily unknown, the product should not be interacted with under any circumstance.
[BEGIN LOG]
Reverse-engineering tests
08 / 05 / 1921
During the containment process of Instance 001 the Foundation discovered a new anomalous property specific to Instance 001, it tempted people to eat the produce and had a very strong influence, there were reported hallucinations of a serpent encouraging MTF members to consume the produce during the containment process, casualties were reported as well during the containment process due to the aforementioned effects.
Upon consumption of the fruit the subject will either spontaneously expire or begin reciting lyrics. In the case of the latter, the subject appears to lose all cognitive function.
During the testing of Instance 001 the researchers allowed D-####-1 to consume the seed of the product. The subject exhibited a newfound belief which they called "Fifthism", the subject then attempted to influence the researchers into joining him, the researchers agreed and released the subject, the subject was able to evade the capture of the Foundation as upon the decline of the offer the individual asked would terminate themselves, allowing the subject to escape quite easily, the subject was later located 3 days after the initial escape and was terminated along with the researchers and anyone who had been influenced.
[END LOG]
Addendum ####.01: Fifthism
WARNING:
The termination of influenced subjects has been proven unsuccessful. Numerous cases of influenced followers have been discovered. Instance 001 is not to be tested upon any further and should be treated as a cognitohazard and is not to be interacted with under any circumstance. The Fifth Church is to be classified as a hostile force to the Foundation as their followers still seek out Instance 001.
Dr. Peter Aldaz, a researcher experimenting on Instance 001, was found with a group of influenced Fifth Church members, he was detained and taken in for questioning.
Interview Log
Date: 12 / 05 / 1921
Investigating Officer: Dr. H. Shanda
Subject: SCP-####-001-F (Dr. Peter Aldaz)
[Excerpt begins.]
Dr. Shanda: Listen, you're going to need to tell what the hell happened. You went from researching a fucking tree to going batshit crazy!
[Silence on recording.]
Dr. Shanda: Aldaz, what the fuck are you doing? You're not going to say anything? You let this thing escape, you're going to get killed for that and you have nothing to say? Are you kidding me?
Dr. Aldaz: You…
Dr. Shanda: Me..? Me what?
Dr. Aldaz: And me…
Dr. Aldaz: Should take a trip, across the galaxy.
Dr. Shanda: What the fuck is wrong with you man? I'm asking you a simple question, what are you saying?
Dr. Aldaz: And feel the breaking waves, of our own energy.
Dr. Aldaz: And everything will come together.
Dr. Shanda: What is coming together? Jesus Christ Aldaz, just speak normally!
Dr. Aldaz: Slowly…
[Dr. Aldaz pauses]
Dr. Aldaz: Quietly.
Dr. Shanda: Are you done with your little song and dance? Can we get to actual answers now, talk like civilized people?
Dr. Aldaz: Join me.
Dr. Shanda: …yeah good luck with convincing me to join your bullshit religion that a fucking tree gave you the idea for.
Dr. Aldaz: Trust in the fifth church and it will reward you in due time.
Dr. Shanda: No. It. Won't. You have a family that you just left behind, the fuck is up with you?
Dr. Aldaz: They'll be included in the Fifth Church when it's their time, right now it's your time. Join us.
[Excerpt ends.]
Dr. Peter Aldaz did not reveal any useful information and kept attempting to persuade Dr. H. Shanda into joining him; however, his attempts were all unsuccessful, Dr. Peter Aldaz was terminated afterward. Dr. Aldaz's family has been put under the Foundation's watch for security purposes.
Addendum ####.02: Test Logs
| Location | Produce | Outcome |
|---|---|---|
| Seattle, Washington | Cameo apple | Effects were noted to cause an aversion to lying and fraudulent activity. Arrests for shoplifting and similar activities within Seattle are virtually non-existent. |
| Suez, Eygpt | Pomegranate | Produces increased aggression toward individuals who do not appear at set scheduled timings. |
| Loei, Thailand | Nam Doc Mai mango | Effects were noted to cause an increase in selfless actions, observed being helpful to their community members where they weren't previously |
| Würzburg, Germany | Cherry | Induces increased envious acts, fear toward more intelligent individuals, and jealousy. |
Test log of SCP-####
Location of instance: Sonoran Desert, North America
Produce: Drupe6
Subject: D-####-7
Outcome: Post consumption D-####-7 was observed as hostile and sporadic in their actions. After consumption D-####-7 was then seen attempting to break the plexiglass with their forehead which quickly caused an intracerebral hemorrhage resulting in termination to the aforementioned subject.
NOTE:
Prior to exposure, D-####-7 showed no signs of clinical depression or morals that aligned with what was observed.
NOTICE:
The previously described behaviour does not align with the current understanding of SCP-####'s effects; further study and escalation of containment procedures may become necessary.
— Dr. Stevens, Foundation Researcher.
Test log of SCP-####'s produce extract7
Location of instance: Westwood, Queensland, Australia
Produce: Cherry
Subject: D-####-8
Expected Outcome: Heightened paranoia.
Result: Subject demonstrated a complete lack of a self-aware nature and fear for their surroundings. The subject exhibited negligence toward vital human instinct.
Location of instance: Laurentian Plateau, Canada
Produce: Peach
Subject: D-####-9
Expected Outcome: Increased narcissism.
Result: The Subject exhibited apprehensive behaviour for water, the subject when presented with water would weep and wail seemingly in fear. The subject refused to consume any liquid which contained water, when the subject's skin was presented with water it would not affect the subject; however, the subject would scream in pain even though no harm was caused.
Cite this page as:
"Heretical Apple Trees" by emdash, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/semicolonn-3. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: Zapis-1230-Maslosevo-Markovica-hrast_20171112_1414.jpg
Author: Zblagojevic
License: CC BY-SA
For more information about on-wiki content, visit the Licensing Master List.






Per 


