@import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700'); @supports(--css: variables) { :root { /* Typefaces */ --body-font: 'IBM Plex Mono', monospace; --header-font: 'IBM Plex Mono', sans-serif; --title-font: 'IBM Plex Mono', monospace; --mono-font: "IBM Plex Mono", monospace; /* Standard Colors */ --white-monochrome: 238, 238, 216; --pale-gray-monochrome: 233, 231, 204; --light-gray-monochrome: 147, 147, 147; --gray-monochrome: 127, 127, 127; --dark-gray-monochrome: 101, 101, 101; --black-monochrome: 25, 20, 16; --bright-accent: 145, 179, 153; --medium-accent: 145, 179, 153; --dark-accent: 105, 133, 111; --swatch-text-general: var(--swatch-text-dark); --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:scp-offices-theme/scpoffices_logo.svg"); --background-gradient-color: 215, 215, 215; --background-gradient-distance: 40rem; /* Link Colors */ --link-color: var(--bright-accent); --visited-link-color: var(--dark-accent); --hover-link-color: var(--dark-accent); --newpage-color: 221, 102, 17; scrollbar-color: rgba(var(--white-monochrome), 1) rgba(var(--bright-accent), 0.50); } #container-wrap-wrap { background-image: -webkit-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -webkit-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) -webkit-calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) -webkit-calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: -moz-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -moz-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) -moz-calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) -moz-calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -webkit-gradient(linear, left top, left bottom, color-stop(var(--header-height-on-desktop), rgba(var(--black-monochrome), 1)), color-stop(calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1)), color-stop(rgba(var(--gray-monochrome), 1)), color-stop(rgba(var(--gray-monochrome), 1)), to(rgba(var(--black-monochrome), 1))); background-image: -o-repeating-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), -o-linear-gradient(top, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); background-image: repeating-linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0) 0.25vh, rgba(88, 88, 88, 0.1) 0.35vh, rgba(88, 88, 88, 0.2) 0.5vh), linear-gradient(to bottom, rgba(var(--black-monochrome), 1) var(--header-height-on-desktop), rgba(var(--gray-monochrome), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--gray-monochrome), 1) calc(100% - 0.125rem), rgba(var(--black-monochrome), 1) 100%); -webkit-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; -moz-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; -o-background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; background-size: 100% var(--header-height-on-desktop), 100% 9.375rem; background-repeat: no-repeat; } #skrollr-body {} a { --wght: 900; font-weight: 900; } #header h2 span::before { color: rgb(var(--bright-accent)); } #header h1 *, #top-bar *, #page-title * { will-change: opacity; -webkit-transition: opacity 0.2s ease-in-out; -o-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out; } #header h1 a:hover::before, #top-bar a:hover, #page-title:hover, #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } #top-bar li:hover ul, #top-bar li:focus-within ul, #top-bar li.sfhover ul, #top-bar li ul { -webkit-backdrop-filter: none !important; backdrop-filter: none !important; } #search-top-box-form input[type="submit"] { background: rgb(var(--bright-accent)) !important; } #search-top-box-form input[type="submit"]:hover, #search-top-box-form input[type="submit"]:focus { background: rgb(var(--dark-accent)) !important; } #side-bar img { display: none; } #side-bar .collapsible-block-unfolded { background: unset; } #side-bar div.menu-item a.collapsible-block-link, #side-bar .side-block>.collapsible-block a.collapsible-block-link { background: rgba(var(--medium-accent),0.5); } #side-bar .close-menu::before { line-height: 0.85em !important; } #side-bar div.menu-item a, #side-bar div.menu-item .text { --wght: 900; font-weight: 900; } #side-bar div.menu-item a:hover { -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } .page-rate-widget-box { background: -webkit-gradient(linear, left top, left bottom, from(rgb(var(--bright-accent))), color-stop(30%, rgb(var(--dark-accent))), to(rgb(var(--dark-accent)))) !important; background: -webkit-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: -moz-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: -o-linear-gradient(top, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; background: linear-gradient(to bottom, rgb(var(--bright-accent)) 0%, rgb(var(--dark-accent)) 30%, rgb(var(--dark-accent)) 100%) !important; } .page-rate-widget-box > span.rate-points, .page-rate-widget-box > span.rateup, .page-rate-widget-box > span.ratedown, .page-rate-widget-box > span.cancel, .page-rate-widget-box > span.rate-points > a, .page-rate-widget-box > span.rateup > a, .page-rate-widget-box > span.ratedown > a, .page-rate-widget-box > span.cancel > a { color: rgb(var(--white-monochrome)); mix-blend-mode: unset; -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; } .page-rate-widget-box > span.rate-points:hover, .page-rate-widget-box > span.rate-points:active { color: rgb(var(--white-monochrome)) !important; mix-blend-mode: unset !important; } .page-rate-widget-box > span.rateup:hover, .page-rate-widget-box > span.rateup:active, .page-rate-widget-box > span.ratedown:hover, .page-rate-widget-box > span.ratedown:active, .page-rate-widget-box > span.cancel:hover, .page-rate-widget-box > span.cancel:active { color: rgb(var(--black-monochrome)); -webkit-animation: flicker 20s linear infinite; -moz-animation: flicker 20s linear infinite; -o-animation: flicker 20s linear infinite; animation: flicker 20s linear infinite; } .info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link { background: rgb(var(--bright-accent))!important; } iframe.scpnet-interwiki-frame { -webkit-filter: invert(0.8) hue-rotate(-40deg) saturate(0.2); filter: invert(0.8) hue-rotate(-40deg) saturate(0.2); } @media only screen and (max-width: 768px) { #header { background-position: left -webkit-calc(5vw + 5.5rem - 10.4rem) top -webkit-calc(4% - var(--offset-from-page-top) / 2),top center; background-position: left -moz-calc(5vw + 5.5rem - 10.4rem) top -moz-calc(4% - var(--offset-from-page-top) / 2),top center; background-position: left calc(5vw + 5.5rem - 10.4rem) top calc(4% - var(--offset-from-page-top) / 2),top center; -webkit-background-size: -webkit-calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); -moz-background-size: -moz-calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); -o-background-size: calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); background-size: calc(8.75rem + var(--offset-from-page-top)),100% var(--header-height-on-desktop); background-repeat: no-repeat,repeat; } } @-webkit-keyframes flicker { 0% { opacity: .2; } 5% { opacity: .9; } 6% { opacity: 1; } 11% { opacity: .4; } 11.25% { opacity: .6; } 11.5% { opacity: .4; } 18% { opacity: 1; } 18.5% { opacity: .9; } 22% { opacity: 1; } 38.5% { opacity: 1; } 39% { opacity: .8; } 42% { opacity: 1; } 60% { opacity: 1; } 60.5% { opacity: 0; } 62% { opacity: 0; } 63% { opacity: .2; } 63.25% { opacity: 0; } 65% { opacity: 1; } 73% { opacity: 1; } 75% { opacity: .8; } 79% { opacity: 1; } 100% { opacity: 1; } } }
- Wasn't TREEted Right | Idea
- Revision 1 | Wasn't TREEted Right
- Wasn't TREEted Right | Revision 2
- Wasn't TREEted Right | Revision 3
Wasn't TREEted Right
The main idea.
Anomalous tree manifestation on the island
Error, Access to SCP-XXXX has been ██████████
I haven't been able to remove this error from the system for years.
All the errors about foundation employees getting me, blah blah blah
Just work with me for once.
That faint sound of the system trying to access SCP-XXXX//
Will it end today?
Dammit, work with me for once.
I can't with this.
please
...
...
thank you
North Sentinel Island
Special Containment Procedures: Any footage and or evidence of SCP-XXXX is to confiscated by foundation employee with Class-A Amnestic being given to eye witnesses. Any evidence of foundation involvement with the Sentinelese tribe is to be claimed as a hoax.
Whenever questioned about the harming of the Sentinelese tribe, answer with the following statement.
All level 5 employees and up are to remember said code, consequences are to be given to any employee failing to answer correctly.
- We may have to look further into that.
- We haven't figured that out yet.
- We aren't able to talk about that.
- They aren't able to release the information.
- I can't answer
- I won't answer
- I will not answer
- I can't answer
- I won't answer
- I will not answer
- I can't answer
- I won't answer
- I will not answer
- I can't answer
- I won't answer
- I will not answer
- I will not answer
- I won't answer
- I can't answer
- I will not answer
- I can't answer
- I won't answer
- I will not answer
- * I can't answer
- I won't answer
- I will not answer
- * I can't answer
- I won't answer
- I will not answer
- I can't answer
- I won't answer
- I will not answer
- I can't answer
- I won't answer
- I will not answer
- * I can't answer
- I won't answer
- I will not answer
Error:
Unauthorized access has been detected. Further access to file is prohibited. Please remain standing up, away from the computer as foundation employee will escort you.
of course.
Description: SCP-XXXX is an anomalous manifestation of trees on North Sentinel Island labeled as SCP-XXXX-1. Documented tree manifestation have shown manifestations of palm and hardwood trees. Manifestation of all SCP-XXXX instances share no traits, with footage and eye witnesses being key ways to identify SCP-XXXX-1 instaces.
All manifestation of SCP-XXXX-1 are instantaneous, with video footage showing no frames of growth before and after. Instances of SCP-XXXX-1 have been theorized to appear in approximately 3-4 days.
Discovery: Earliest documentation of SCP-XXXX predates to 1771 with British Surveyor John Ritchie documenting the anomalous appearance of SCP-XXXX-1.
Sighting of SCP-XXXX was first documented with the discovery of SCP-2136. Research of SCP-XXXX and SCP-XXXX-1 was halted until the neutralization of SCP-2136.
Conflict with the Sentinelese have caused multiple disruption with the research of SCP-XXXX. Action was taken place, Sentinelese currently being detained.
Access Denied
what.
no no no.
please. please.
Access to the following addendum requires a password
Please enter the following: ___
i can't move
need to type
ACCESS GRANTED
After the initial talk about the foundation action toward SCP-XXXX, employees under level 4 working and talking about SCP-XXXX were terminated. Any talk about SCP-XXXX with others without the knowledge of SCP-XXXX is prohibited, with the foundation terminating you and the person and or people you communicated with.
To answer up questions:
The foundation has been, for years, trying to take over
North Sentinel Island, with attempts being unsuccessful.
We've been cloaking the research of SCP-XXXX and
SCP-XXXX-1 for other means, including, but not limited
to:
* Killing of Sentinelese
* Destruction of structures
* Kidnapping
* Building under the island
After the neutralization of SCP-2316 after Sentinelese interference, the O5 council has set forwards plan to destroy the island that once was owned by the Sentinelese
The knowledge of what's happening on the island in the further is prohibited only to the administrator and the O5 council.
No sympathy is to be given to any of them. Once was an enemy still is one today.
Nothing will change.
- O5-4
my island
destroyed.
Cite this page as:
"AnotherBubblebath" by AnotherBubblebath, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/anotherbubblebath. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: Gallery-1491391768-north-sentinel-island.jpg
Author: Medici82
License: CC BY-SA 4.0
Source Link: Wikimedia Commons
For more information about on-wiki content, visit the Licensing Master List.
SCP-XXXX
Special Containment Procedures: SCP-XXXX is to be monitored for escaping Sentinelese. Any interference with research by Sentinelese is to be met with force. No Sentinelese is allowed into SCP-XXXX-A (See Addendum XXXX.3 for more info)
Footage of SCP-XXXX anomalous properties and pictures of Foundation employees on SCP-XXXX is to be confiscated, with eye witnesses being terminated.
Description: SCP-XXXX is the name for the island of North Sentinel Islands, a isolated island homed to the Sentinelese. SCP-XXXX-1 is the name for anomalous manifestations of palm and hardwood trees.
Multiple SCPs1 has been linked back to SCP-XXXX. Research for potential SCP
Discovery: The earliest documentation of SCP-XXXX dated 1771. The anomalous properties of SCP-XXXX was then learned after testing logs with SCP-887 (See Addendum 1 for translation) linked back to SCP-XXXX.
Context: Presumed to be a conversation between two Sentinelese, both labeled PoI and PoI 1.
PoI: Hello
PoI 1: What is it now?
PoI: God sent us a new gift.
PoI 1: What did he send.
Noise in the background, assumed to be gathering call
PoI: Growing of trees faster
PoI 1: Catch?
PoI: What do you mean?
PoI 1: What's the catch
PoI: Why do you have to be so worried? North Sentinel Islands will be growing thanks to this new gift from God.
PoI 1: Don't you remember? Don't you remember the last gift, the gift that would fertilize the land.
PoI: What about it?
PoI 1: What land did it fertilize? It destroyed all of the remaining land used for growing plants.
silence can be heard. Assumed that PoI isn't able to answer said question
PoI 1: You see what I mean. There is no God helping us and there's no gift helping us either.
more silence can be heard.
PoI: do you know where [REDACTED]2, swore I saw her yesterday. Couldn't find her today.
PoI 1: She's probably trying the "gift of the God"
PoI: Whatever. We're going to
Notes: While talking about SCP-XXXX-1, it has also been theorized that the gift that would "Fertilized the land" is SCP-2136. Talking to SCP-887 about said transcript is prohibited.
Forcing SCP-887 to talk about it won't get us anywhere. We're unable to talk to the "unknown source" either.
- Researcher ███████
On September 15, ████, speratic growth of SCP-XXXX-1 instances occurred on SCP-XXXX. Foundation MTF were sent onto SCP-XXXX to check on the Sentinelese with none being found.
Sentinelese began to appear again next day with none cooperating with the Foundation.
Interviews with Sentinelese has been prohibited, it's pointless. We wouldn't have to resort to this if it wasn't for the fact that all our cameras weren't working.
- Site Administrator psul
On October 4, ████, the discovery of a chamber (Now referred to as SCP-XXXX-A) located both the Sentinelese leader next to, what's presumed to be, a ritual setup.
Interviewing the Sentinelese leader has yet gain any detail, with the leader not wanting to speak to the Foundation. Force has been prohibited.
Video footage was recovered after the incident. Logs have been implemented documenting the incident.
Sentinelese Leader can be heard speaking (Unable to be interpreted)
Screaming, presumed to be coming from a Sentinelese resident
Sentinelese leader speaking, assumed to be connected with the ritualPanic can be heard after MTF start entering the room.
Panic from the leader
The Sentinelese Leader has since been contained in a standard containment cell. New leader of the Sentinelese group is to-be decided on by the Foundation.
Cite this page as:
"AnotherBubblebath" by AnotherBubblebath, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/anotherbubblebath. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: Gallery-1491391768-north-sentinel-island.jpg
Author: Medici82
License: CC BY-SA 4.0
Source Link: Wikimedia Commons
For more information about on-wiki content, visit the Licensing Master List.
SCP-XXXX
Special Containment Procedures: Video footage of SCP-XXXX-1 appearances is to be confiscated from non-foundation employees. Any eye witnesses of such event is to be interviewed and terminated.
SCP-XXXX-2 is to be guarded, any Sentinelese to be given amnestic and sent back and non-Sentinelese to be terminated.
Description: SCP-XXXX is North Sentinelese Island, an island populated by the Sentinelese. SCP-XXXX was documented after the discovery of SCP-2137 (Read Document XXXX.1 for more information), with eventual sightings of SCP-XXXX-1 being documented after.
SCP-XXXX-1 is anomalous trees manifesting on SCP-XXXX. It's unclear how these trees are appearing, with only staff rumors going around explaining its source. No theory has explained SCP-XXXX-1's instantaneous appearances.
Notice: Refer to addendum XXXX.3 for explanation on SCP-XXXX-1 appearances.
SCP-XXXX-2 is an underground room made for sacrificial rituals. It was discovered on ██/██/1991 after hostile fights between Sentinelese and the Foundation. It has been linked to the creation of SCP-2137, with investigation of connections to SCP-XXXX-1 being looked on.
Cite this page as:
"AnotherBubblebath" by AnotherBubblebath, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/anotherbubblebath. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: Gallery-1491391768-north-sentinel-island.jpg
Author: Medici82
License: CC BY-SA 4.0
Source Link: Wikimedia Commons
For more information about on-wiki content, visit the Licensing Master List.






Per 


