:root{ --timeScale:1; --timeDelay:0s; } /*Convertingmiddledividerfrombox-shadowto ::beforepseudo-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; } /*CLASSIFIEDLEVELBARS*/ 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)); } /*TOPTEXT*/ 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, RISKCLASSES*/ 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; } /*BOTTOMTEXT*/ div.main-class > *, div.disrupt-class > *, div.risk-class > *{white-space:nowrap; 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; } /*MOBILEQUERY*/ @media (max-width: 480px ) {.anom-bar > .bottom-box::before{display:none; }.anom-bar > .bottom-box{box-shadow:0 -0.5rem 00 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)); }} /*--- MotionAccessibility ---*/ @mediascreenand (prefers-reduced-motion: reduce) {div.anom-bar-container{ --timeScale:0!important; }} /*-------------------------*/ @keyframesdivider{from{max-width:0%; }to{max-width:100%; }}@keyframesbar{from{max-width:0%; }to{max-width:100%; }}@keyframesbar-mobile{from{max-height:0%; }to{max-height:100%; }}@keyframesbottomup{from{top:100px; }to{top:0; }}@keyframesexpand1{from{opacity:0; clip-path:inset(0 calc(100% - 0.75rem) 00); }to{opacity:1; clip-path:inset(0); }}@keyframesiconslide{from{opacity:0; transform: translateX(-5rem); }to{opacity:1; transform: translateX(0); }}@keyframesexpand2{from{opacity:0; width:1%; }to{opacity:1; width: calc(100% - 0.25rem); }}@keyframesfade{from{opacity:0; }to{opacity:1; }}@keyframesflowIn{from{opacity:0; transform: translateY(20px); }to{opacity:1; transform: translateY(0); }}@keyframesarrowspin{from{clip-path:circle(0%); transform: rotate(135deg); }to{clip-path:circle(75%); transform: rotate(0deg); }}@keyframesnodegrow{from{transform: scale(0);}to{transform: scale(1);}}@keyframesdiamondBorder{from{box-shadow: -0.5rem -20rem 00 rgb(var(--black-monochrome, 12, 12, 12)); }to{box-shadow: -0.5rem 000 rgb(var(--black-monochrome, 12, 12, 12)); }}
SCP-3324、回収時に撮影。
特別収容プロトコル: 実験中でない時、SCP-3324はサイト-77の標準的な小型オブジェクトロッカーに収容します。
SCP-3324の利用を希望する人物はサイト管理官による直筆の許可証を得る必要があります。サイト管理官がSCP-3324の利用を希望する場合は、O5の承認を得る必要があります。悪用の可能性を防止するため、SCP-3324を利用した実験は厳密に計画・文書化した上でサイト管理官に提出する必要があります。サイト-77職員が不意に腎臓結石を発症した場合は、実験を実施して当該人物がSCP-3324-2実例であるかを確認してください。
実験31以降、SCP-3324と他のアノマリーとのクロステストにはレベル4以上の人物による直筆の許可証が必要です。
説明: SCP-3324はステンレス鋼製の手持ち式ふるいであり、オナイダ・リミテッドの製品であることを示す製造マークが付いています。財団の調査員が確認した限りでは、他の同一もしくは類似するモデルのふるいに異常性を持つものは存在せず、当該モデルの製造中に異常な活動があった形跡もありません。
SCP-3324に向けて排尿すると、その異常性が発揮され、排尿した人物 (以下SCP-3324-1) は遡及的に腎臓結石を発症します。SCP-3324への排尿時に、SCP-3324-1は経過18日目の腎臓結石に苦しみ始めます。加えて、結石が腎臓から尿管へと通過し、最終的にSCP-3324へと排出される際には、激しい腰痛や血尿、時には軽度の尿路感染症を断続的に経験します。適切な機器は腎臓結石の排出時にタキオンの放出を検知します。
SCP-3324-1実例は2つの分岐した記憶 — 1つは過去18日間にわたって腎臓結石に苦しんだもの (現在のタイムライン)、もう一つはそうでないもの (以前のタイムライン) — を保持します。場合によっては、他の人物もこの2通りの記憶を保持します。SCP-3324-1実例を除くどの人物が複数の記憶を得るかを決定する基準は、仮に存在するとしても、十全には理解できていません。しかし、任意の人物が2通りの記憶を得る尤度は、過去18日間でSCP-3324-1実例と交流した頻度に凡そ比例すると判明しています。
SCP-3324-1実例の生活において発生した全体的な出来事は、現在および以前のタイムラインで一様に酷似しています。以前のタイムラインにおけるSCP-3324-1実例の活動が比較的些末であった場合、最も影響力の強い腎臓結石の症状 (特に激しい腰痛発作といったもの) が現れます。このことから、SCP-3324は何らかの方法でタイムラインに及ぶ影響を最小限に抑制しているものと理論付けられています。
SCP-3324には、インシデント████-Eがきっかけで発見された2つ目の異常性が存在します。この2つ目の異常性の影響を受けた人物はSCP-3324-2に指定されます。詳細はレベル4もしくは3/3324クリアランスを有する職員にのみ開示されます。
インシデント████-E: 17/07/09、SCP-████がアンラッピング・イベントを経験し、誤って自身を三人称で呼称した結果、SCP-████-1が収容チャンバーを脱走して近隣のDクラス宿舎へと逃走しました。保安職員が再収容するまで、宿舎内でDクラスのうち3名が死亡し、7名が負傷しました。SCP-████研究員らは、SCP-████が当該インシデントについて合理的な責任を取ることはできないと結論付けたため、懲戒処分は取られませんでした。現在、SCP-████は研究員らとともに、今後同様のインシデントを防止するための方策を探っています。
インシデント████-E中、SCP-████-1はD-348-6166-0040を攻撃対象としなかったように見受けられました。これは当該オブジェクトにとって前例のない行動です。この異様な行動の原因を特定しようと厳密な実験が繰り返されましたが、決定的な結論は得られませんでした。しかし、インシデント████-Eの2日後、D-348が腎臓結石の症状を呈し始めました。その後、SCP-3324がSCP-████-1の行動に関連している可能性があるとする仮説が立てられました。D-348がSCP-3324での実験を10日後に控えていたことが判明するとともに、SCP-3324の2つ目の異常性に関して現行のモデルが作成されました。
SCP-3324を利用可能な人物が、将来のある時点で個人 (本人か他者のいずれか) にSCP-3324へと排尿させる計画を立てた場合、SCP-3324を利用する予定の人物はSCP-3324-2実例となります。SCP-3324-2実例は腎臓結石の症状を呈し始めます。SCP-3324の利用予定日までの期間が19日以上である場合、予定日の18日前に症状が現れ始めます。SCP-3324の利用予定日までの期間が18日未満である場合は、計画が立てられた数時間後から予定日の2.5日前までの間のある時点で症状が現れ始めます。
SCP-3324-2実例による予定時刻でのSCP-3324実例への排尿ならびに腎臓結石の排出を妨害することは不可能です。これを妨害しうる行動は周囲の状況によって何らかのかたちで阻止されます。これはSCP-3324がタイムパラドックス — SCP-3324-2実例が結石をSCP-3324に排出しなければ、最初に当人に結石を与える逆行因子が存在しえない — を回避するために因果律を操作した結果であると考えられています。SCP-3324によって回避される試みの例として、腎臓結石の外科的除去や、予定日中の別部屋への監禁、SCP-3324実例の殺害が挙げられます。
実験ログの抜粋:
実験17 - 17/07/12
被験者: D-348
提案内容: D-348を鎮静させて無意識状態とする。エージェント・ビニーが銃火器でD-348の終了を試みる。
結果: 1度目の試みでは、エージェント・ビニーの銃火器が詰まった。その後、エージェント・ビニーが銃火器を分解して徹底的に清掃し、組み立てなおした。2度目の試みでは、再び銃火器が詰まった。エージェント・ビニーは再び銃火器を清掃した。3度目の試みで発砲に成功したが、エージェント・ビニーが発砲時に思わずくしゃみをしたため、銃弾はD-348の頭部ではなく肩に命中した。この時点でSCP-3324主任研究員のトンプソン博士が実験の終了を呼びかけ、D-348は負傷の手当てを受けた。
分析: 私が実験を終了させたのは、SCP-3324の因果律に影響を及ぼす特性が十分に立証されたと考えたからだ。しかし、あの時点で私が実験を終了させる選択をしたのは、SCP-3324の影響によるものであった可能性も否定できない。 - トンプソン博士
実験31 - 17/08/25
被験者: D-720-1963-4822
提案内容: D-720をSCP-3342-2実例とする。その後、D-720をSCP-████に曝露させる。SCP-████の異常性により、その異常効果に曝露した人物は100%死亡している。
結果: D-720はSCP-████の活性化範囲に入り、想定通り活性状態を誘発させた。しかし、SCP-████がD-720を終了すると予測された寸前に、D-720が消失し、1.42秒後に再出現した、その後、D-720はこれまでSCP-████に曝露した人物と同様に蒸発した。9日後、予定日時を迎えると、SCP-3324はタキオン検出器とハイスピードカメラが設置された実験チャンバーのテーブルに置かれた。D-720は実験チャンバー内に1.42秒間出現し、D-720のズボンとパンツはその約0.5 m背後の床に出現した。D-720の男性器から推定2 mmの小便がSCP-3324に向かって排出された。同時に、D-720の腎臓結石が左下腹部の肌を高速で突き破って排出され、SCP-3342に落下した。この間、タキオンの放出量の急上昇が測定された。
分析: なんというか、SCP-3324は我々が望んでいた奇跡の因果律アーマーであるとまでは言えないようだが、それでも計り知れない可能性を秘めていることは確かだ。D-720の身に起きたことだが、結局のところ、本来受けたはずの仕打ちよりもほんの少し酷い目に遭っただけに過ぎない。 - トンプソン博士
SCP-3324は████████大学の███フラタニティハウスから回収されました。フラタニティに加わったジェフリー・B████は、新入生への通過儀礼として行われるしごきにて、様々な物体に対して排尿およびその後の清掃をさせられていた最中にSCP-3324-1実例となりました。翌日、当人は2通りの記憶を保持している感覚をソーシャルメディア上で述べ、同様の経験をした人物が他に存在しないか確認しようとしました。数名の友人が、自身も同様に2通りの出来事を記憶していると報告しました。財団ウェブクローラーがこのやり取りを潜在的な異常活動のしるしとしてフラグ付けした結果、当該アイテムの回収に至りました。
送信者: operations.administration@foundation.scp
宛先: laura.luthersdottir@foundation.scp
件名: 新たな試験的プロトコルの詳細について。
今から4週間後、君は機動部隊ウプシロン10の他の隊員と同様、SCP-3324へと放尿してもらうことになる。この目的を理解してもらうため、君たちには既にレベル3/3324クリアランスを付与してある。SCP-3324の現場での有効性は今後の作戦で試験されるだろう。幸運を祈る。それと、水分を多量に摂っておくように。