SCP-4225

ワーオ! ファンタスティック・フレンズとパーフェクト・ペットに続く、ワンダーテインメント博士が贈る新たなシリーズ、アメイジング・アリテラティブ・アニマルを見つけたね!

評価: +3

クレジット

タイトル: SCP-4225 - たいそう徒為な大蛇、サミー by セニョール・スーパーテインメント
翻訳責任者: oplax-counterpoint oplax-counterpoint
翻訳年: 2025
原題: SCP-4225 - Sammy the Superfluous Serpent, by Sr. Supertainment
著作権者: Kothardarastrix Kothardarastrix
作成年: 2018
初訳時参照リビジョン: 46
元記事リンク: https://scp-wiki.wikidot.com/scp-4225

査読協力: azonov azonov

評価: +3
: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)); }}
アイテム番号: 4225
レベル2
収容クラス:
safe
副次クラス:
none
撹乱クラス:
vlam
リスククラス:
notice

特別収容手続: SCP-4225はサイト-66にて、標準的爬虫類用テラリウムの中で保存され、SCP-4225と同程度の体長を持つ典型的な無毒の蛇類に適した食物、水、および医療が提供されます。転写を容易にするために、ファーストまたはラストネームがSで始まる研究者のみがSCP-4225との交流を行うようにしてください。SCP-4225が脱皮した全ての脱皮殻は標準Safeクラスロッカーで個別に保管されます。これらは必要であれば研究のために使用することができます。

説明: SCP-4225は無毒な不明種のヘビです。体長は1.1 mで、全身は幅3cmの緋色と銀色の帯が交互に縞模様をなしています。唯一の例外は、脊柱に沿って存在する、「たいそう徒為な大蛇、サミー by セニョール・スーパーテインメント」("Sammy the Superfluous Serpent, by Sr. Supertainment") と読める黒字の文章です。SCP-4225が脱皮する際には、同一の文章が新しい皮膚にも記されています。SCP-4225は人語を解し、おおよそ乳幼児と同程度の知性を保持しています。

SCP-4225は軽度の認識災害因子です。SCP-4225に (どのような媒体を通してでも) 向けられた発言は、大部分の単語が"S"から始まる語で構成されます。冠詞、一部の前置詞、その他の (名詞でない) 短い単語、および数字はこの効果の対象外となります。これらの例外を除いて、"S"で始まらない単語はすべて発声できず、無音の沈黙となります。おそらくこの影響に対する耐性を持ち合わせていないため、SCP-4225自身もこの発話パターンから逸脱することができません。

記述された文章はこの認識災害に影響されませんが、SCP-4225は識字能力がないため、そのような方法はSCP-4225とのコミュニケーションに有用ではありません。読み書きを教えようとする試みは、現在のところ成功していません。

補遺4225-A: SCP-4225は、ワシントン州█████のペットストアに喋るヘビがいるという通報を受けて、財団エージェントによって確保されました。店舗のオーナーはこのオブジェクトが店に届けられた記憶がないと主張しました。オーナーと██人の市民にはクラスB記憶処理薬が投与され、SCP-4225はさらなるインシデントを起こすことなく収容されました。

インタビュー4225-1:

<ログ開始>

サラ・コタリ博士: 候いますSalutations、Scip-4225。

SCP-4225: そうらいますSalutations、サラ!

コタリ博士: そのような性質を取得した成因を主張してくれる?

SCP-4225: そう!セニョール・スーパーテインメントがそのような性質を差し出しました。

コタリ博士: そうなの?Surely?

SCP-4225: そうだよCertainly

コタリ博士: さらにシェアして?

SCP-4225: その、セニョール・スーパーテインメントはサミーを、スピーチを修練する生徒がスペルの(学)習度'standingをシェアできるように創造したんだ。それで、サミーはすっごいそこつ!

コタリ博士: そうなんだ。サミーはセニョール・スーパーテインメントのすごく疎漏なスネークでそれ1つだけの存在なの?

SCP-4225: それなら、その...

[SCP-4225はくしゃくしゃになった紙を吐き出す。内容は下記の文書4225-aを参照。]

[コタリ博士は「thank you」と言おうとするが、SCP-4225の影響で発言できない。]

SCP-4225: すみません。

コタリ博士: それほどでも'sokay

<ログ終了>

補遺4225-1:

文書4225-a:

Dr-Wondertainment.png

ワーオ! ファンタスティック・フレンズとパーフェクト・ペットに続く、ワンダーテインメント博士が贈る新たなシリーズ、アメイジング・アリテラティブ頭韻体・アニマルを見つけたね!

全部見つけてどたばた動物園Zany Zooを完成させちゃおう!
01. アーティスティックなArtisticアイアイAye-Ayeアントニオ
02. バッファローのBaffaloバッファローBaffaloバッファロー
03. クールなCoolカピバラCapybaraカルロス
04. 巡航するDirigibleジュゴンDugongデニス
05. 賢明なEnlightened棘皮類Echinodermアインシュタイン
06. 坊ちゃんFancyバルブFishフェルディナンド
07. 大輪のGlamorousテナガザルGibbonグウェンダ
08. 抱腹のHilariousフムフムヌクヌクアプアアHumuhumunukunukuapuaʻaヒューバート
09. 逸偉のIncredibleイグアナIguanaイグナチオ
10. 歓喜のJollyクラゲJellyfishジェローム
11. 感心なKindlyキンカジューKinkajouクリステン
12. 流暢なLoterateロリスLorisリヴ
13. ムキムキなManlyムースMooseメラニー
14. 慇懃なNeatイモリNewtナポレオン
15. 不二のOutstandingフクロウOwlオクタヴィアン
16. ろくでもないPreposterous鱗甲類Pangolinパーシヴァル
17. かなりQuite古風なQuaintクアッガQuaggaクインシー
18. なりきんrich ねずみrodent ろばーと
19. たいそう徒為なSuperfluous大蛇Serpentサミー✔
20. 完全にTotally管状のTubularコアリクイTamanduaタイロン
21. 胡乱なUnknownウグイスUguisuウルスラ
22. 紫のViolettまむしViperヴィヴィアン (製造中止)
23. 知的なWiseツブ貝Whelkウィルヘルム
24. [データ破-海綿-済]DATA X-SPONGED
25. イェーツ風YeatsianヤクYakヤンシー

補遺4225-2: 他の「アメイジング・アリテラティブ・アニマル」の特定および探索は継続して行われます。

脚注
. 公式文書に置いて「スキップ」(scip) あるいは同様の口語表現は推奨されませんが、SCP-4225に対してはコミュニケーションの円滑化のために許容されています。
. 柔らかい "c" の音で始まる単語はSCP-4225の影響を受けません。さらなる実験により、英語の「s」と同じ音を発する言語構造についても、同様に影響を免除されることが判明しました。
. SCP-4225の影響による制限に併せて言葉を省略することは、およそ30%の場合にしか効果がありません。
. 鱗甲類が存在しないことは周知の事実であるため、このオブジェクトは存在しないと考えられます。
. 前記の主張には反ミーム的な思考汚損の可能性があるとフラグされました。
ページリビジョン: 10, 最終更新: 26 Aug 2025 15:49
特に指定がない限り、このサイトのすべてのコンテンツはクリエイティブ・コモンズ 表示 - 継承3.0ライセンス の元で利用可能です。
ページを編集するにはこのボタンをクリックしてください。
セクションごとの編集を切り替えるにはこのボタンをクリックしてください(ページにセクションが設定されている必要があります)。有効になった場合はセクションに"編集"ボタンが設置されます。
ページのソース全体を編集せずに、コンテンツを追加します。
このページが過去にどのように変化したかを調べることができます。
このページについて話をしたいときは、これを使うのが一番簡単な方法です。
このページに添付されたファイルの閲覧や管理を行うことができます。
サイトの管理についての便利なツール。
このページの名前(それに伴いURLやページのカテゴリも)を変更します。
編集せずにこのページのソースコードを閲覧します。
親ページを設定/閲覧できます(パンくずリストの作成やサイトの構造化に用いられます)
管理者にページの違反を通知する。
何か思い通りにいかないことがありますか? 何ができるか調べましょう。
Wikidot.comのシステム概要とヘルプセクションです。
Wikidot 利用規約 ― 何ができるか、何をすべきでないか etc.
Wikidot.com プライバシーポリシー

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