:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); 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 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #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.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%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(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 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; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; 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: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); 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; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; 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 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { 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: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
物品编号:Object C-196
绞肉泥粥是一种特殊的食肉菌,通常作为调味料在煮汤或是煮粥时加入其中。以便对于汤中的蛋白质和油脂进行进一步处理以改善口感且更有助于吸收。
描述
通常绞肉泥粥呈白色粉末状,颗粒极细并且容易飘起1,无特殊气味及味觉感受。
通常以100克为一个单位的形式放置于一种骨骼和干枯肉膜制成的特殊容器中2,容器外层刻有使用说明、保质期等一系列内容以及“后室厨师联盟”的商标。每一单位的绞肉泥粥可以处理大约5公斤左右的普通肉类3或是在分解不完全的情况下处理15公斤左右的肉类,不完全分解会使肉类从普通的块状变成絮状物。
绞肉泥粥在生物学概念上是一系列处于休眠状态的水生耐高温菌荚膜,在温度和湿度适宜的区域4时荚膜会脱离休眠状态并释放出其中的细菌。
目前化验显示:绞肉泥粥的基因应该属于某种肉食菌变体,能够将肉类分解成更容易消化的小蛋白分子和脂肪酸,这一过程会产生足以让绞肉泥粥生存下去的能量并生成一种略带芳香性气味因子。同时小蛋白分子和磷脂会让汤的口感明显变得柔和肥美,总体而言加入绞肉泥粥的肉汤口感有明显提升,并且不需要厨师有火候控制等技术,只要保证水处于沸腾状态且不断火就能实现。
值得一提的是绞肉泥粥菌体基因序列严重缺失,部分基因原本位置是一系列蛋白质和无机盐组成的类基因框架状结构用以保持菌体内的正常运作,但通常来说在解除休眠的3~5小时后这些无机盐框架就会溶解崩溃并导致菌体死亡,同时由于关键序列的缺失,绞肉泥粥缺少繁殖能力,试图复原缺失部分基因序列的尝试也失败了。
用途
由于绞肉泥粥的特殊性质使其成为一种极其出色的食品添加剂,在大多数汤中加入可以分解掉其中的肉质。显著提高食物口感的同时增加食物的易消化性,由于肉质均已被分解无明显团块状物质,其产出非常适合种伤员、婴幼儿或是老年人食用。添加的菌体在冷却死亡后可以正常被消化,不会留下任何毒性或残留物,因此对人体的危害也很小。
确认火烧后可将绞肉泥粥倒入沸水中,注意过程中温度应保持在85度以上否则绞肉泥粥菌体会失活,保持现有温度一段时间后汤中肉质表层逐渐出现絮状物,这代表绞肉泥粥已经开始分解肉质,接下来要做的就是静候3~5个小时确认汤中的肉质已经完全消失,通常这时的汤是白色浑浊物,搅动确认汤中没有絮状物后便可出锅装碗。
理论上残留绞肉泥粥活体菌体会对身体造成一定伤害,但实际已经确认温度降到85度以下时绞肉泥粥中的残留个体便会全部失活,降到人体可以正常饮用的标准时绞肉泥粥中不可能残有还保持活性的绞肉泥粥菌体,因此可以放心食用。
获取
已确认绞肉泥粥无法通过人工培养和制造手段生成,同时由于其适宜生存温度是85~120摄氏度条件过于苛刻,目前野外也没有找到纯有活性的绞肉泥粥菌体。
但绞肉泥粥可以在绝大多数有识血肉巢穴买到,并且是有识血肉的主要出口贸易物品之一,零售和批发形式都存在,由于其产量高,实用性强,效果好,目前大多数聚集地的商店也从有识血肉处进货售卖。有识血肉通常喜欢用金属物质或是含金属量较高的矿物交换,通常100克铁可以兑换三瓶左右的绞肉泥粥,在“炖锅”、“电磁炉”和“城市”这种大型巢穴中售价更为便宜。
同时由于伟大母亲在“后室厨师联盟”快餐和便携旅行装食物研发部的厨师长地位,该部门的成员也经常使用该物品开发新菜品。
变体
除了目前在市面上流通的普通绞肉泥粥外我们也确认了绞肉泥粥还存在一些其他特化种类的变体与普通绞肉泥粥有相似的基因序列,但是有大约3~5个染色体的细节存在差异。
高温生态系统
目前可以直接购入的绞肉泥粥只是普通版的,但是实际上根据一些在“炖锅”科研巢进行合作研究的研究者的。透露的一部分信息中表明有识血肉已经开发出休眠的喜热藻类生物,藻类对于有机物的分解能力更强并且可以合成一些使汤更加鲜美的物质,但是具体制作方式被有识血肉称为商业机密。
无机物文明根本不理解生命是多么奇妙的存在,他们固执的认为所有识物都应该是有趣的,必须用无机物才能加工食物。
但是毫无疑问这一切是错的,大错特错,伟大母亲对于做菜的爱好远不仅仅只是一点送成食品这么简单——成百上千年不间断煮着食物的大锅是一个完整的生态系统,有着恒定的温度。尽管空间有限,但是每天将汤舀出并加入新食材的做法同时取代了生产者和分解者的生态地位——而消费者可以成为加工食物的工具。
“炖锅”成功保证了一个稳定的处于汤中的生态系统,这足足有50立方米的巨大沸腾生物囊泡保证基地饮食的同时也形成足以支撑起中型脊椎动物的生态群落,以我们投入其中的食物为食,在被其他捕食者吃掉,死去或被煮熟……
这些生物是让食物变得更美味的工具,更是食物的一部分,漏勺会将它们从汤中捞出,其中的生物会在低温中死去,并成为碗里的美味佳肴。不过让它们进入休眠状态并保证接下来使用时能正常恢复这一点仍然处于技术难关……
对了,这一板块思维域对于所有和我们是盟友但尚未加入的朋友也开放,如果想来品尝一下鲜活的活肉汤请前往“炖锅”科研巢食堂,伟大母亲的手艺绝对会让你终身难忘!
军用食肉菌
目前已确认有识血肉也使用未进行人造基因缺陷和适宜生存环境修改的肉食菌作为反步兵武器使用,对于无抗体个体这种肉食菌会造成极其严重的溃烂和肌肉溶解进而引发炎症,同时这一过程中留下的含有机物组织液仍然可以被体内含有针对性抗体的有识血肉回收利用。
本文作者为STUDENT508
« Object C-195 | Object C-196 | Object C-197 »