@supports((display: -ms-grid) or (display: grid)) { @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.25rem; left: 0.5rem; width: 3rem; opacity: 1; pointer-events: all; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.25rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; -webkit-transition: opacity var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important; -webkit-border-radius: var(--toggle-roundness, 50%); -moz-border-radius: var(--toggle-roundness, 50%); border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; } #side-bar { display: block; position: fixed; top: 0; left: -webkit-calc(var(--sidebar-width-on-desktop)*-1); left: -moz-calc(var(--sidebar-width-on-desktop)*-1); left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; -webkit-transition: left var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing); height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; -webkit-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -o-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); -moz-transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing), width var(--sidebar-transition-timing); margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within~#main-content::before { width: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #content-wrap { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: -webkit-calc(100vw - (100vw - 100%)); width: -moz-calc(100vw - (100vw - 100%)); width: calc(100vw - (100vw - 100%)); min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem))); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); -webkit-box-flex: 2; -webkit-flex-grow: 2; -moz-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: 45.8rem; max-width: 45.8rem; margin: 0 auto; } @media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) { #side-bar { -webkit-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -o-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); -moz-transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); transition: left var(--sidebar-transition-timing), padding-right var(--sidebar-transition-timing), background-color var(--sidebar-transition-timing); padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity var(--sidebar-transition-timing); transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: -webkit-calc(100% - var(--sidebar-width-on-desktop)); width: -moz-calc(100% - var(--sidebar-width-on-desktop)); width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } } }
@supports((display: -ms-grid) or (display: grid)) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header { background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center -3.5rem; -webkit-background-size: auto 8rem; -moz-background-size: auto 8rem; -o-background-size: auto 8rem; background-size: auto 8rem; background-position: center top; opacity: 0.45; pointer-events: none; } #header h1, #header h1 a, #header h1 a::before { position: absolute; top: 0; left: 0; margin: 0; padding: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; } #header>h1>a>span { width: 100%; height: 100%; top: 0; left: 0; max-width: inherit; } #header h1 { height: -webkit-calc(100% - 2.25rem); height: -moz-calc(100% - 2.25rem); height: calc(100% - 2.25rem); } #header h1 a::before, #header h1 a { text-align: center; line-height: 0.8; } #header h2, #header h2 span, #header h2 span::before { position: absolute; left: 0; top: 0.15em; margin-left: 0; padding: 0; width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; max-height: inherit; z-index: 0; text-transform: uppercase; pointer-events: none; } #login-status { min-height: -webkit-calc(var(--base-font-size) * 1.5); min-height: -moz-calc(var(--base-font-size) * 1.5); min-height: calc(var(--base-font-size) * 1.5); -webkit-border-radius: .0625rem; -moz-border-radius: .0625rem; border-radius: .0625rem; -webkit-border-radius: var(--border-radius-width); -moz-border-radius: var(--border-radius-width); border-radius: var(--border-radius-width); color: rgb(var(--pale-gray-monochrome)); background-color: rgba(0, 0, 0, 0); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-flex: 1; -webkit-flex-grow: 1; -moz-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; left: 3%; right: initial; } #login-status .printuser { --wght: 900; position: relative; top: 0; left: 0; color: rgb(var(--swatch-menutxt-light-color)); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0.25rem; margin: 0; font-weight: 900; } #login-status #my-account { --wght: 300; color: rgb(var(--pale-gray-monochrome)); font-weight: 300; } #login-status #account-topbutton { border: initial; padding: 0.5em 0.5em 0.5em 0.25em; position: relative; height: 100%; top: 0; left: 0; margin: 0; font-size: 1em; } #account-options { width: auto; padding: 0.5em; border-color: rgba(var(--bright-accent)); background: var(--gradient-header); color: rgb(var(--swatch-text-light)); } #account-options ul li a { color: rgb(var(--swatch-text-light)); } #account-options li a:hover { color: rgb(var(--swatch-text-light)); text-decoration: underline; } @media only screen and (min-width: 769px) { #search-top-box { right: 3%; top: 0.5rem; } #search-top-box-form>input, #search-top-box-form>input:hover, #search-top-box-form>input:focus { background: rgb(var(--black-monochrome)); } #search-top-box-form>input { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form>input:hover, #search-top-box-form>input:focus { -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } #search-top-box-form input[type="submit"], #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { border: none; border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color)); } #search-top-box-form input[type="submit"] { background: rgb(var(--swatch-primary-darkest)); color: rgb(var(--swatch-menutxt-light-color)); } #search-top-box-form input[type="submit"]:focus, #search-top-box-form input[type="submit"]:hover { background: rgb(var(--swatch-primary)); -webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); -moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color)); } } #page-title { text-align: center; } @media only screen and (max-width:768px) { :root { --header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); --header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750))); } #header h1, #header h1 a, #header h1 a::before { top: 0.25rem; } #header h2, #header h2 a, #header h2 a::before { top: 0; } #header h2 span { margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem); margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem); } }
Special Containment Procedures:
Any new discovered instances of SCP-6040 near urban or inhabited areas are to be reported and recovered by available agents if possible. If recovery is impossible due to environmental factors or lack of resources, a report of active specimen must be completed and sent to zib.ssenisub|gnikcartwc#zib.ssenisub|gnikcartwc.1 Specimens in uninhabited areas are to be reported, but not recovered unless they exceed the size of 1.4 meters when extended.
Individual specimens can easily be contained, but the Foundation cannot achieve containment of entire species because of its large population and many potential habitats across the world, due to the inherent need of appropriate and ethical housing for captured members of the species. Agents are recommended to ignore possible sightings of SCP-6040 unless there is clear evidence of the presence of a specimen engaging in predatory behavior. Captured subjects are to be sent to Wilson's Wildlife Solutions (WWS) for further care and study. Updates are to be transmitted in regular communications between WWS and USORPL-Site-64. If no specialized enclosures are currently available at WWS, specimens are to be temporarily kept in available facilities wherever possible . No currents plans are in motion for a specialized containment facility for specimens of SCP-6040.
Subjects under study are to be kept with others specimens in a enclosure imitating a wooded natural environment with the minimum size of a kilometer, with an additional 100 meters per specimen once the number of 3 has been exceeded. A buffer zone near the access point entrance must be absent of any obstruction to the line of sight of cameras. Cameras are to be hidden or protected by a plexiglass enclosure. Walled surfaces near access point of enclosure must be smooth to discourage climbing behavior near door. Natural fauna such as insects, common reptiles, birds and fish (if facility can accommodate a river simulation) can be added to the enclosure to simulate natural environments. Mammals (of any size) should not be added unless researchers are trying to observe hunting behavior. After adjusting to new environment, subjects are generally docile as long as they are fed an adequate portion of meat (relative to their size) every week.
In inhabited areas, local animal control specialists are to be contacted and hired on a need to know basis, if available, with agent giving them special instructions: animal is unknown, a rabid racoon or something. Capture of SCP-6040 can be completed with standard animal control equipment, with use of protective gear and tranquilizers guns. Once capture of specimen is complete, agents are to proceed administration of class A anesthetics on animal control specialists and any civilians that has had a clear view of specimens.
Smaller captured specimens (less then 1.4 meters when extended) are to be sent in robust soundproofed cage (list of approved models can be requested at zib.ssenisub|gnikcartwc#zib.ssenisub|gnikcartwc) via mail (maximum package size of 3 meters), or delivered by hand to a nearby facility if possible. Research has demonstrated the ability of specimen surviving for 40 days without food, but shipping should be expedited if possible.
Advance Capture Tactics with Mobile Task Force Assistance
If complications arrive in the capture of a specimen of SCP-6040, or an incident involving a specimen of SCP-6040 meets one of the following criteria, the relevant mobile task force must be contacted:
Contact MTF Epsilon-6:
- If a specimen exceeds safe capture size (extended size of +1.4 meters) in an inhabited area.
- If a specimen repeatedly avoids capture, and/or is gaining attention in the media.
Contact MTF Lambda-12 :
- If a specimen exceeds safe capture size (extended size of +1.4 meters) in a mostly uninhabited area. MTF will conduct potential risk evaluation and determine if capture is necessary.
- If a specimen is deemed responsible of animal attacks on humans or deemed a man-eater.
Specimens of 6040 will be dealt by relevant task force. Use of heavy duty tranquilizers and advanced netting recommended to facilitate capture. Specimens of SCP-6040 deemed to be responsible of animal attacks or deemed a man-eater will be dealt with extreme prejudice, with use of lethal force a possibility in the interest of preserving human life. Specimens captured by either task force are to be relocated to facility XRC-Site-91. Live specimens are to be contained on second-floor in additional SCP containment, with research in predatory behavior. Deceased specimens are to be stored in a sealed container before transport, with a solution 23% formaldehyde, 5% glutaraldehyde, 2% methanol, diluted in saline to avoid rapid decomposition of specimens. Specimens are to be moved to xenobiological research laboratory for dissection and genetic analysis.
Description:
SCP-6040, scientific name Nautilus venari vocem, is a species of predators of mammalian life forms, with a complex xenobiology that has been approximated to be closest in nature to cephalopods of terrestrial origin. The species is a nocturnal predator of small mammals. The species uses six extendable limbs to position itself out of view, often lying still before choking its prey to death with its center limbs. The species assimilate larynges of prey into their bodies, roughly parroting sounds of prey as part of their calling and hunting behavior.
Short Notes on the Biology of the Nautilus Venari Vocem, by Dr. Edgar Fredericton
NOTICE FROM THE FOUNDATION RECORDS AND INFORMATION SECURITY ADMINISTRATION
The specifics of the creature's anatomy are hereby written from "SHORT NOTES ON THE BIOLOGY OF THE NAUTILUS VENARI VOCEM" taken from the research of the now deceased Dr. Edgar Fredericton, following an incident in his research with SCP-6040.
SHORT NOTES ON THE BIOLOGY OF THE NAUTILUS VENARI VOCEM
by Dr. Edgar Fredericton
presented by yours truly
I've done considerable research for the foundation, but I consider SCP-6040, known as the Nautilus venari vocem, my magnum opus. The species carries incredible genetic potential, and we have truly have much to learn from its unique biology. Without further due, please enrich yourself with the condensed form of my work on the N. venari vocem!
|
Table of Contents
|
Etymology
Cognomen has been given by local residents according to regional folktales. SCP-6040 is thus known as cognomen Cat Warbler. Specifics of the etymology is rooted in the perception that SCP-6040's main prey consists of Felis catus, commonly known as house cats. This taxonomy is erroneous as research has proven that the species are opportunistic hunters that prey on various mammals, with specimens of Felis catus being a common prey as a result of coincidence because of the widespread and invasive nature of Felis catus in the world. More information is located in "Hunting and Feeding" section. Usage of the term Warbler seems to be related to the loosely defined quavering or "warbling" in the vocalizations of the species. See "Communication, Sleep and Social Behavior" section for elaboration on vocalization behaviors. After analysis of behavior, the name Nautilus venari vocem (N. venari vocem) is given to the species by Dr. Fredericton, given the hunting tactics of the species and in honor of the troubled history of the nomenclatures of specimens in the Nautilus genus.2
Note from the Doctor
So I'm thinking to myself, why shouldn't I tell you readers more about the great mind behind all this research? If I can inspire any of you with my wisdom, I might as well share all of the real stuff behind my work. I'm just an ordinary man really, but who am I to judge? Ha! Ha!
Environment
Specimens of the species have been found across the world in various different climates. Species seems to occupy tropical, semiarid, mediterranean, humid continental, marine west coast, highlands, humid subtropical and humid continental weathers, with a clear preference for wooded areas. Species seem to avoid dry weather regions, such as desert, and extreme cold weather such tundra, subarctic or ice caps weather regions.
Skeletal Structure
Although SCP-6040 is most closely related to cephalopods, in regards to its general biology and brain functionality, the biggest divergence is that the species is not invertebrate. Dissections have shown an advanced skeletal structure composed of crystallized cartilage, with molecular resemblances to the cartilage of specimens of the Selachimorpha clade (commonly known as sharks). The resemblance ends on the molecular level as the bone structures are vastly different, shaped and organized to accommodate the unique hunting behavior of the species. More information is located in "Hunting and Feeding" section.
Inside the head of the N. venari vocem lies a thick cranium protecting its primary brain from blunt impacts. Six flat ended tentacled limbs are attached to the side of the head, symmetrical in distancing. The front and back tentacles are capable of moving on a frontal axis, to permit movement. The middle tentacles are capable of moving on a sagittal axis and are able to connect with each other. Attached by spheroid joints, the tentacles contain the structure of pseudo-spinal columns, with a series of extendable muscles permitting the limbs to contract and adjust in height as needed.
There is also unique spine mechanisms present in the specimens, as sections of spines are fused to bony nodules nested in the tissue of specimen with strands of collagen. When attacked, or feeling stress, the N. venari vocem can break the nodule connectors and force these various spines to protrude from their limbs or cranium, piercing their skin. The spines seem to be defensive as they do not serve in hunting of the prey of the N. venari vocem, potentially indicating an unknown predator of the species.
Note from the Doctor
Anyhow, these things have an amazing skeleton, they're like sharks had babies with squids and then God decided they were going to buy a bunch of spinal columns on sale? And whats that? They're gonna use them to rise up like my standing desk? Pffft! We rarely seen them pull out their spines too, although SCP-6040-4 sometimes does it out of habit. It's a real meanie to anything around. Maybe it's because it's so small?
Xeno-transplantation, Respiratory, Digestive and Immune System
The species has a highly specialized respiratory system, digestive and immune system. Composed of a series of smaller air sacks, their lungs are connected to the laryngeal area and pharynx without a trachea. As the species is not born with larynges, they have a set of extendable laryngeal jaws. A row of specialized needle like teeth is located inside of the jaw. Once N. venari vocem kill their prey, they rapidly eat their way to their larynges with their chitinous beak, and extend their laryngeal jaws to rip out their larynges. The newly acquired larynges will be integrated into the N. venari vocem’s bodies, their needle-like teeth providing blood and nerve endings to the new organs. An unknown protein compound named ████████ is generated in the specie's blood which seems directly responsible of successful integration of organs without a fatal immune response and necrosis of organs. Further research in the compound and the species's immune response might prove useful in developing heterologous transplants in human patients at XRC-Site-91. The remainder of the digestive system of the N. venari vocem is similar to Octopus vulgaris, or the common octopus, with the exception of an enlarged radula, capable of guiding food and blocking the connected segment of laryngeal area and pharynx area to avoid chocking on ingested items.
Note from the Doctor
Crazy things happened when we were studying the species, apparently they got a really large one that's been transferred to quote-unquote the cough facility cough 91 cough, not that I'm allowed there. They think it was eating horses and was moving on to bigger prey? We talk about them eating smaller mammals, but the only one I've studied that ate a horse was SCP-6040-1. Apparently, it was found in a barn after it got locked in by accident. It's the oldest one we got. Family thought they could see something outside their window whenever they were watching TV. Turns out SCP-6040-1 was the one doing the watching! Long story short, and lots of aggressive behavior later, but SCP-6040-1 gets an hour of color television per day if plays nice with other N. venari vocem!
Nervous System
The specie's nervous system is largely responsible of their classification as entities ressembling cephalopods. The N. venari vocem have multiple brains, with a main brain and several smaller brains, composed of nerve cells clusters, in each of the limbs. These "brains" or "clusters" are able to control the limbs independently, adjusting their height and position as needed. The nerve clusters appear to be communicate with each other as the N. venari vocem is able to perform several configurations rapidly within a short time. Effective configurations appear to be memorized when utilized frequently in their environment. Although the clusters seem to demonstrate long term memory for configurations, it is unknown if they are able to store complex information such memories.
Possessing two camera-type eyes similar to cephalopods, they occupy roughly 30% of the side of their cranium. These enormous eyes are externally mounted to the skin and are very sensitive to light and movement. They required a large amount of energy from the N. venari vocem, requiring roughly 15% of their caloric intake per day. The species have advanced statocys to maintain their balance and hear frequencies in the range of a 100 to 64,000Hz.
The species seems to have an intelligence correlation with the size of the specimen, with larger specimens generally showcasing more advanced behaviors then smaller ones. Working theories assume that this is due to a larger brain size compared to regular specimens. Is it theorized that the N. venari vocem is able to develop more advance hunting patterns when ingesting larger mammals, by growing in size to accommodate the larger larynx. Fringe theories suggest that the N. venari vocem grow after consuming hormones from more advanced or complex brains, but are only pure speculation because of the unethical actions required to pursue this line of research.
Note from the Doctor
I hear a lot from younger researchers that think the N. venari vocem can get smarter by eating brains. They're not zombies you juvenile idiots! I can't believe I had to include their stuff in my report. On a different note, I'm pretty sure those nerve clusters do a lot more then we think in the N. venari vocem. SCP-6040-5 was initially found with a gunshot wound from a backwards idiot that shot at it! It got permanent damage on part of its brain on the left side. It often accidentally drops its larynx when it moves around, so some part of the clusters must be compensating for the missing grey matter! Its kind of cute when it has a hard time walking…
Muscular and Vascular System
Most of the muscle mass of the N. venari vocem are composed of muscular hydrostats, structures composed of densely packed muscles. The unique extendable limb structures are possible due to low density and compressible fluid occupying the space between the segments of the pseudo-spinal columns. The muscles combined with the ball joints provide a large range of movement and complex configurations to allow the species to walk, climb and suspend itself in a variety of positions. The species possesses three hearts, one larger main heart for its primary vascular system and two smaller ones each for separate secondary vascular systems. The primary system is in charge of distributing oxygen from it lungs to its primary brain. The secondary systems on its left and right sides are in charge distributing secondary oxygen absorbed from its skin to its limbs, as well as maintaining the necessary pressure to compress the fluid in its limbs for extension and potential bursts of speed. Similar to cephalopods, the N. venari vocem utilizes haemocyanin for the transport of oxygen, giving its blood a blue color in an oxygenated state. The species utilizes a mostly closed circulatory system, as the species temporarily opens their circulatory system when assimilating larynges into their bodies.
Note from the Doctor
I really get excited when I look at the muscles of the N. venari vocem! Weird little dudes use them to get taller and stand over prey. You'd think they're trying to be spooky flamingos or something. I get creeped out sometimes when SCP-6040-1 just stands tall and stares at the cameras, I feel like it knows we're watching it. It goes to prove that we don't know much about why they do what they do! And it won't get more TV time by sulking in front of the cameras (it tried that for a while!) Ha! Ha!
Hunting and Feeding
Typical hunting behavior is not often observed in laboratory because of ethical concerns regarding feeding small mammals to members of the N. venari vocem. Pseudo-hunting behavior has been noticed in captive specimens of the species, although behavior has since been re-categorized as a form of playful behavior. Coincidental observations of the species in the wild have demonstrated general hunting behavior of the species:
- The species has a tendency to eat fresh prey in large quantities and does not eat for a period of approximately two weeks once it is full. Research has shown subjects entering a form of hibernation if unable to drink water for over 4 days. It can survive up to 40 days without food or water, but it will die if starved for longer.
- The species does not typically hunt cold blooded creatures or members of the Ornithurae clade (modern feathered birds). These are ignored unless the creature is starved and none of their typical prey are available.
- The species takes advantage of its darker skin coloring to mask themselves in the dark. Their hunting behavior is strictly nocturnal, although they are frequently active in the day.
- Typical behavior of species consists of specimens perching themselves into trees, or in elevated positions sheltered from view. They will stand motionless until a prey passes under them. If no cover is available, they stand above nests, dens, or small passageways with their limbs extended, awaiting for prey.
- The species use their two central legs as a battering ram to break the prey's neck, or choke them to death with continued pressure.
- Smaller specimens are often without larynges. They hunt for smaller prey until they are able to kill and assimilate their first larynges into their bodies.
- If they possess larynges assimilated from prey, they will parrot sounds heard from prey. These imitations are not perfect, with a warbling quality to them.
- The species do not inherently know how to imitate calls from prey. They can learn calls upon hearing them frequently and will incorporate them in their vocalizations upon practicing with compatible larynges.
- Utilizing vocalizations, the species imitates prey calls in hunting behavior. They typically attract a member of the species or a predator of the species.
- When the species captures larger prey, they have a tendency to eject their currently assimilated larynges by expelling them from their laryngeal jaw in favor of assimilating the larynges from their larger prey.
- Specimens assimilating new larynges have a period of adjustment in which they try to reproduce previous emulated calls. They may be incapable of emulating previous learned calls if new larynges are incompatible with the sounds that were emulated.
Note from the Doctor
The folks have "ethical concerns" about giving cats and dogs to the N. venari vocem. We should be giving the species proper prey if we want to study their natural behavior! They've been talking of trying to use robots and scents to imitate prey, but who are they kidding? We don't have the budget, they have to pay my salary after all!
Lifespan and Reproductive Behavior
Current lifespan is unknown. First recovered subject SCP-6040-1 was found on December 20th, 1951. Thus far, none of the subjects in captivity have died from old age. Members of the species can continue growing indefinitely if fed in excess, but most specimens do no eat more then needed unless they are fed live prey. Origin of the species is unknown and subject of debate. It is theorized that the species could have been around for longer then initial discovery of SCP-6040-1, but no fossilized proof has been recovered, as carcasses in the wild do not leave discernible traces upon digestion or decomposition. No reproductive behavior has been notes in the species, and specimens do not appear to be gendered or possess reproductive systems.
Note from the Doctor
It must have been one hell of a Christmas when they first found SCP-6040-1. I heard rumors that we keep finding bigger specimens like it, but we don't get them at six-four! I've been asking to transfer or at least get clearance for site nine-one research. Guess this shark is stuck with the little fish for a while longer! Gosh, I am brilliant! I guess the losers at nine-one need time to get sunglasses before they can handle a man like me!
Communication, Sleep and Social Behavior
The members of the N. venari vocem use vocalization outside of interactions with prey. Typical behavior hunting behavior during nighttime will be imitation of animal calls or cries of pain to attract further prey. They have been observed to occasionally practice vocalizations parroting sounds previously heard. They have been observed practicing vocalizations to scare animals away, with a playful type of behavior in regards to members of the Ornithurae clade, particularly songbirds. They are not mammalian, and although they possess larynges, these do not vocalize, instead use a syrynx organ to produce sound. Members of the N. venari vocem will occasionally attempt to imitate songbird vocalizations with little success, and try to approach them out of curiosity.
Note from the Doctor
I guess we're lucky the SCP-6040 don't have wings! SCP-6040-1 used to climb above the entry door of its enclosure! They had to smooth out the surfaces of the walls and add some reinforced windows so it could look out and stop trying to get a jump on the researchers! They're thinking of adding a wall mounted TV behind the window so it can watch it whenever it wants. A bad idea if you ask me!
Performing a form of rest during day time, occupying empty nests in trees or dens taken from prey, they will retract their limbs in an attempt to hide. They do not sleep for a set period of time, with the longest catalogued time seen sleeping being 84 minutes without activity, and the average time of sleeping sessions being estimated at 15 minutes. The species tends to sleep 8 to 12 hours per day, with sessions being spread out mostly through the day and rarely at night.
The N. venari vocem appear to be social in nature, as they display pseudo-hunting behavior (or playful behavior) even when they are not hunting for prey to feed. They have been observed to kill prey without feeding, and in the absence of other members of their species, have a tendency to displace cold blooded animals (such as fish or reptiles) using their limbs. Example of such behavior is using limbs to poke a fish or reptile, or attempting to move said animals in different positions. They have been observed to follow other animals out of curiosity (while keeping themselves hidden). This playful behavior may serve in learning vocalizations of prey as the N. venari vocem do not inherently know how to imitate the vocalizations of prey and have to learn specifics calls by observing behavior and hearing them repeatedly. Playful behavior has also been successfully reproduced using moving toys such as robotic imitations of animals.
Interactions between members of the N. venari vocem are unique as members with different larynges may not be able to produce the same sounds. Members have been known to reproduce sounds learned from other members of their species if they have compatible larynges. The species does not have language or coherent speech patterns, as every interaction between members is unique, and cannot necessarily be reproduced by other specimens. Specimens have also demonstrated a unique signaling behavior only performed with other members of the species, named "cartwheeling". Using their limbs, they perform a rapid rotation of their limbs to cartwheel on themselves, completing a full rotation towards the left, before cartwheeling to the right into their initial position. This behavior has also been performed by some specimens towards researchers that regularly interact with them. This has been theorized as a display of security towards them, or that the researchers are considered a N. venari vocem by the specimen.3
Opposite to the cartwheel behavior is a signaling display of aggression, called "posing". The signaling member will plant its limbs straight and firmly into the ground, extending itself to its largest possible size, and if they possess larynges, use the loudest vocalization they have learned in an attempt to intimate. Specimens have been classified into 3 general behaviors:
- Social: Individual participates in group behavior with frequent exchange of vocalizations, following others specimens, and performing signaling "cartwheel" behavior.
- Loner: Individual rarely participates in group behavior, rarely vocalizes outside of hunting behavior and spends time alone. Rarely performs signaling "cartwheel" behavior.
- Aggressive: Individual disrupts group behavior with no predictable pattern, utilizing posing behavior towards individuals, and using its beak to harass or wound other individuals.
Note from the Doctor
I have to say its kind of sad that some of them like to be alone. I guess some would say they can relate but that's not me! Talking about being social, but SCP-6040-3 was actually raised by a family that kept it after it ate the corpse of their old dog! They were going to bury him in their backyard, but I guess they thought it was doggie Jesus when it barked like Old Sparky used to! Hilarious!!! They must have a hell of hard time in the early weeks and were pretty good at hiding it! That being said, SCP-6040-3 loves to play fetch with the researchers and is pretty popular with the other specimens!
Speculation on Origin
Specific evolutionary origin of species is under research as the genetic make-up of the species is carbon based, with protein chains that are digestible and absent of general toxicity. Attempts to place the species in an phylogenetic tree is subject of debate, as in-depth analysis of genetics demonstrate no terrestrian genetic ancestor. Two speculative theories have emerged in regards to their genetic ancestry:
- (I) The species originates from an alternate carbon-based dimension with an entirely different evolutionary speciation, adapted for unknown environments.
- (II) The species has been designed from carbon-based creatures by an intelligent creator, for reasons unknown.
Note from the Doctor
I finally get to be with the big boys! That's right, yours truly is being transferred to the mystery nine-of-one building. On my first tour of the job site some idiot security guard told me I wouldn't even last a day! WeLl gUeSs wHo hAs a PhD aNd wHo hAsN't Mr. GuArD??? Somebody call an ambulance, this guy got burneeed!!! Those idiots shouldn't even talk to me! I showed those naysayers who the biggest guy in the room was! Oh who you ask? That's right, me!
Interview with Agent Bloom on Civilian Encounter of SCP-6040-5
Foreword: Identities and location redacted to protect subjects. Interview with civilian subject Mr. ████████ that encountered SCP-6040-5 in ████████████████, █████████. Mr. ████████ had assisted two civilian animal control employees from ██████████ in capturing subject SCP-6040-5. Animal control employees had been administered class A anesthetics as soon as SCP-6040-5 had been recovered. Foundation Records and Information Security control procedure enacted with no photos or messages leaked from civilians subjects. Agent Bloom assumed role of local law enforcement for interview.
<Begin Log>
Mr. ████████ : Thanks for listening to my story. I swear, everybody thinks I'm losing my mind, talking 'bout my gran's old stories.
Agent Bloom : No worries, Mr. ████████, I am not here to judge you, only to listen and help you process what you believe you saw.
Mr. ████████ : (angry grumble and a pause) …WHAT DO YOU MEAN WHAT I THINK I SAW?!?!
Agent Bloom : (silent pause from Agent Bloom) …Mr. ████████. I think we got off on the wrong foot. I'm sorry if I've offended you, I've worded myself poorly. I don't mean to say what you've experienced isn't real.
Mr. ████████ : (grumbling and a sigh) …I'm sorry Mr. Bloom. I'm just so tired of people calling me crazy over this! Even the animal control people are telling me they never saw it, even after I called them and they captured it! Craziest thing too, when I talked to them later, they said I called but never left them a message! I paid those assholes cash and now they're pretending they never helped me catch the damn monster!
Agent Bloom : What did they have Mr. ████████? You are talking about a monster, but you still haven't told me what you say they captured.
Mr. ████████ : Its the damn Cat Warbler that's what!
Agent Bloom : A Cat Warbler? Like some sort of bird or cat?
Mr. ████████ : No! No! A Cat Warbler, a damned Cat Warbler Mr. Bloom!
Agent Bloom : I'm sorry, Mr. ████████, what do you mean by Cat Warbler? I don't believe I've ever heard someone talk about a Cat Warbler before.
Mr. ████████ : (grumbling) It's a damn storybook monster if I've ever heard of one! My 'gran used to tell me stories before going to bed, and it used to give me nightmares!
Agent Bloom : I'm sorry Mr. ████████, but I've never heard of a Cat Warbler in a storybook before.
Mr. ████████ : I can't blame yah… Its more of a story that's been passed down in my family. Always said out-loud, never written down, but when I first saw it, I knew it was a goddamned Cat Warbler! I can never remember it exactly, but I got it on tape! and I got my 'gran, god bless her soul, to tell it to me one last time before she passed. She didn't know I was taping her of course!
Agent Bloom : On tape? Are you saying that you have a recording of this story Mr. ████████?
Mr. ████████ : Yep! The one and only recording! (Mr. ████████ pulls out a Panasonic RQ-2102 Portable Cassette Recorder).
Agent Bloom : Are we able to listen to this tape Mr. ████████?
Mr. ████████ : Why do you think I brought it!?! I want you to listen, to believe. Once you hear it, you'll know what I mean by monster! (Mr. ████████ presses play on the cassette player, and it starts with an audible crack.)
Cassette Player (recording) : (a female elderly crackling voice narrates a story).
Deep in the night,
The cat warbler’s slight,
You hear tomcats fight
At your windows, every time!
The cat warbler’s bite,
Too quiet with no light
At your windows, reunite
Tomcats hiss and yowl in spite
The cat warbler’s delights,
You hear tomcats right?
At your windows, not this time!
Deep is your plight,
The cat warbler’s fright!
(shaking voice) …promise me ████████, please don’t ever open your door when you hear strange sounds late at night!
Mr. ████████ (recording) : ‘Gran, we’ve been over this I’m a grown ass man and I can open my door if I want to shoot the damn tomcats keeping me up… (recording stops).Mr. ████████ : Umm. (Short pause). I'm sorry about that last part, but you hear how creepy that story is? Its some kind of monster that eats cats and tries to come eat people or something!
Agent Bloom : It certainly is scary Mr. ████████, but I don't know how a story is proof of anything? Now is that the only recording?
Mr. ████████ : Oh crap! It is the only recording, I should do something about that huh? But you've got yourself a recording now too! We better make copies or the G-Men are going to get it!
Agent Bloom : (laughs) Very funny Mr. ████████! I sure am feeling tired, and I need a little sugar before we keep going! Are you in the mood for some donuts, maybe a cup of coffee?
Mr. ████████ : Coffee sounds great! I take mine with 2 sugars and a boatload of cream!
Agent Bloom : No problem, as for donuts I only have sour-cream glazed! Will that do the trick Mr. ████████?
Mr. ████████ : Wow, you're one hospitable guy huh Mr.Bloom? We need more folks like you asking the real questions! And I'll take donuts if you got them!
<End Log>
Closing Statement: Panasonic RQ-2102 Portable Cassette Recorder and recording recovered from Mr. ████████. Class B anesthetics are administered in cup of coffee consumed by Mr. ████████. Agent Bloom performed two more cover interviews and declared the incident as a short stress-related hallucination to local residents. Mr. ████████ has been recommended a psychiatrist with a free first session.
Catalogued Specimens at Wilson's Wildlife Solutions
| Subject | Skin Pigment | Size (Retracted/Extended) | General Behavior | Nickname | Assimilated Larynx Species |
|---|---|---|---|---|---|
| SCP-6040-1 | Dark Purple | 0.71/1.83 meters | Social | Doc | Equus caballus |
| SCP-6040-2 | Black | 0.38/1.01 meter | Loner | Bashful | Felis catus |
| SCP-6040-3 | Brown | 0.55/1.52 meters | Social | Happy | Canis lupus familiaris |
| SCP-6040-4 | Purple | 0.34/0.90 meters | Aggressive | Grumpy | Sciurus vulgaris |
| SCP-6040-5 | Grey | 0.46/1.21 meters | Social | Dopey | F. catus |
| SCP-6040-6 | Brown | 0.53/1.50 meters | Loner | Sleepy | C. familiaris |
| SCP-6040-7 | Light Purple | 0.49/1.32 meters | Social | Sneezy | Procyon lotor |











