كارثة الحشرة الشيطانية
الفصل 2080 كارثة الحشرة الشيطانية
“اقتلو حشرات شيطان الذهب الأزرق التي تتحكم في المتغيرين!” ومض ظل أحمر فوق المدينة ، وحلّق عالياً فوق المتغيرين.
اعتقد هان سين أن حشرة شيطان الذهب الأزرق لديها رغبة عارمة في القتل ، وقد ذهبت إلى المتغيرين أولاً لأنهم كانو الأقرب.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 0 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Abdullah K🔥 5004Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100
استدعى هان سين التعويذة كبندقية قنص واستخدم المنظار لتتبع حشرة شيطان الذهب الأزرق أثناء تحليقها فوق المتغيرين . فتحت فمها وأطلقت صرير عالي النبرة.
في الثانية التالية ، تحولت جميع عيون المتغيرين إلى اللون الأحمر. و بدأت كتلة المتغيرين في التموج ، وتحركو بجنون. وعندما صرخت حشرة شيطان الذهب الأزرق مرة أخرى ، بدأوا جميعاً في الاندفاع نحو القاعدة.
نظر هان سين إلى السماء ، لكن معظم المخلوقات التي كان يعلم أنها فوقه كانت مظلمة جداً بحيث لا يمكن رؤيتها . فقط رتبة الملك والحشرة نصف المؤلهة الذين كانوا يقاتلون ييشا والآخرين كانوا مرئيين في السماء. كانوا يقاتلون في الفضاء و يلمعون ضد النجوم.
“أوه لا! يمكن أن تتحكم حشرات شيطان الذهب الأزرق في المتغيرين؟ آمل أن يتمكنوا فقط من التحكم في مجموعة متنوعة من ذوي الذكاء المنخفض . إذا تمكنوا من السيطرة علي المخلوقات القوية ، فسينتهى أمر مضيق القمر “. صوب هان سين بندقيته وضغط الزناد دون تردد. تم إطلاق رصاصة ، واندفعت مسرعة للعين اليسرى لـ حشرة شيطان الذهب الازرق.
بعد فترة وجيزة ، دوى انفجار من خارج المدينة. تبعه زلزال ، و صراخ غاضب من المدينة.
اخترقت الرصاصة مقلة عين الحشرة واستقرت في التجويف. ومع ذلك ، كانت هناك تعويذة على الرصاصة. و أصبحت الحشرة بطيئة لدرجة أنها بدأت في السقوط على الأرض. كانت السلحفاة مفيدة للغاية ضد الأعداء الذين يعتمدون على السرعة والطيران.
“اتبعو هجومي!” صرخ هان سين ، قبل أن يعيد سكين الشبح إلى غمده. تحولت التعويذة لقاذفة صواريخ على كتفيه ، ثم أطلقت النار. و اتبع جسده الأحمر الدموي أثر الدخان.
“أنتم يا رفاق ابقوا على هذا الكوكب . سأذهب لإلقاء نظرة “. اعتقد هان سين أن كوكب الكسوف آمن في الوقت الحالي . لذا ترك ليتيل ستار خلفه ، و رفرف بجناحي التنين و اندفع إلى الفضاء.
ارتدى هان سين حذاء الأرنب الخاص به واستدعى أجنحة التنين علي أذنيه وظهره. و توهج جسده باللون الأحمر عندما انطلق نحو حشرة شيطان الذهب الأزرق. رفع سكين أسنان الشبح ، وباستخدام الناب , قام بتقطيع الحشرة السلحفاة إلى قطع.
ذهب شخص ما لإلقاء نظرة ، ورأي حشد لا نهاية له من المتغيرين قادمين من كل اتجاه . كانت عيونهم كلها حمراء. و كانوا في طريقهم لتدمير المدينة.
استدعى هان سين التعويذة كبندقية قنص واستخدم المنظار لتتبع حشرة شيطان الذهب الأزرق أثناء تحليقها فوق المتغيرين . فتحت فمها وأطلقت صرير عالي النبرة.
“قتل الماركيز المتغير. حشرة شيطان الذهب الأزرق : تم العثور على الجين المتغير “.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 0 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Abdullah K🔥 5004Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100
اخترقت الرصاصة مقلة عين الحشرة واستقرت في التجويف. ومع ذلك ، كانت هناك تعويذة على الرصاصة. و أصبحت الحشرة بطيئة لدرجة أنها بدأت في السقوط على الأرض. كانت السلحفاة مفيدة للغاية ضد الأعداء الذين يعتمدون على السرعة والطيران.
عندما ماتت حشرة الذهب الأزرق الشيطاني ، عاد المتغيرين الذين كانو تحت تأثيرها إلى طبيعتهم مرة أخرى. وعندما شعروا بوجود هان سين هربوا بسرعة.
“قتل الماركيز المتغير. حشرة شيطان الذهب الأزرق : تم العثور على الجين المتغير “.
نظر هان سين إلى السماء ، لكن معظم المخلوقات التي كان يعلم أنها فوقه كانت مظلمة جداً بحيث لا يمكن رؤيتها . فقط رتبة الملك والحشرة نصف المؤلهة الذين كانوا يقاتلون ييشا والآخرين كانوا مرئيين في السماء. كانوا يقاتلون في الفضاء و يلمعون ضد النجوم.
“أنتم يا رفاق ابقوا على هذا الكوكب . سأذهب لإلقاء نظرة “. اعتقد هان سين أن كوكب الكسوف آمن في الوقت الحالي . لذا ترك ليتيل ستار خلفه ، و رفرف بجناحي التنين و اندفع إلى الفضاء.
لم يستطع رؤيتهم ، لكنه كان يعلم أن حشرات شيطان الذهب الأزرق ربما كانت تنزل الان على كواكب أخرى.
اخترقت الرصاصة مقلة عين الحشرة واستقرت في التجويف. ومع ذلك ، كانت هناك تعويذة على الرصاصة. و أصبحت الحشرة بطيئة لدرجة أنها بدأت في السقوط على الأرض. كانت السلحفاة مفيدة للغاية ضد الأعداء الذين يعتمدون على السرعة والطيران.
“أنتم يا رفاق ابقوا على هذا الكوكب . سأذهب لإلقاء نظرة “. اعتقد هان سين أن كوكب الكسوف آمن في الوقت الحالي . لذا ترك ليتيل ستار خلفه ، و رفرف بجناحي التنين و اندفع إلى الفضاء.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 0 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Abdullah K🔥 5004Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100
اندفع هواء سكين أرجواني مخيف في الهواء ، مما أدي لقتل أي مخلوقات طائرة.
طار هان سين حول حشرات شيطان الذهب الأزرق من رتبة الملك. كان بعيداً بما فيه الكفاية لدرجة أنه رأى ومضات فقط من بعيد ، ولم يتمكن من رؤية القتال بشكل صحيح.
ظهر ضجيج غريب ، وارتفع ضوء أخضر من المدينة. كان مشهد يريح جميع من يشاهدون.
كانت الأضواء الزرقاء وهواء السكين الأرجواني مثل عاصفة مغناطيسية في الفضاء. يمكن أن يرا هان سين أن ييشا كانت هي التي تقود القتال ، لكن إذا استمرت الأمور على ما هي عليه ، سينتهي بهم الأمر بتدمير الكوكب.
طار هان سين بالقرب من الكوكب الأقرب إلى كوكب الكسوف ، ولاحظ أنه لم يكن هناك الكثير من حشرات شيطان الذهب الأزرق . و تابع المضي متجهاً إلى الكوكب الذي عليه المكعب المعدني الأزرق.
طار هان سين بالقرب من الكوكب الأقرب إلى كوكب الكسوف ، ولاحظ أنه لم يكن هناك الكثير من حشرات شيطان الذهب الأزرق . و تابع المضي متجهاً إلى الكوكب الذي عليه المكعب المعدني الأزرق.
“اقتلو حشرات شيطان الذهب الأزرق التي تتحكم في المتغيرين!” ومض ظل أحمر فوق المدينة ، وحلّق عالياً فوق المتغيرين.
لقد اعتقد أن هذا المكان سيكون به أكثر عدد من حشرات شيطان الذهب الأزرق ، لذلك كان هدفه. كلما زاد عدد القتلى ، كلما قل الضرر الذي لحق بـ مضيق القمر.
طار هان سين حول حشرات شيطان الذهب الأزرق من رتبة الملك. كان بعيداً بما فيه الكفاية لدرجة أنه رأى ومضات فقط من بعيد ، ولم يتمكن من رؤية القتال بشكل صحيح.
الفصل 2080 كارثة الحشرة الشيطانية
كان للحشرات القدرة على التحكم في المتغيرين منخفضي الذكاء. كان ذلك أكثر خطورة من قوة الحشرات نفسها . يحتوي الكوكب الذي استضاف المكعب المعدني الأزرق على العديد من المتغيرين منخفضي الذكاء ، وإذا تمكنت الحشرات من السيطرة عليهم جميعاً ، فسيخرج الموقف تماماً عن السيطرة.
يبدو أن نخب مضيق القمر شاركوا هان سين في خوفه ، لأنهم كانوا يركزون أيضاً على هذا الكوكب. عندما ظهرت حشرات شيطان الذهب الازرق ، سقط الريباتي في فوضى مطلقة . ولكن مع ذلك لم يحدث الكثير من الضرر. نظم الدوقات القتال بسرعة وأخلوا أولئك الذين لم يكونوا أقوياء بما يكفي للقتال.
“أوه لا! يمكن لتلك الوحوش المعدنية التحكم في المتغيرين؟” صاحت ريبيكا.
كانت ريبيكا والشباب الآخرين يقاتلون حشرات شيطان الذهب الأزرق أيضاً. لقد استخدموا الجغرافيا الطبيعية لصالحهم.
بعد فترة وجيزة ، دوى انفجار من خارج المدينة. تبعه زلزال ، و صراخ غاضب من المدينة.
“أوه لا! يمكن أن تتحكم حشرات شيطان الذهب الأزرق في المتغيرين؟ آمل أن يتمكنوا فقط من التحكم في مجموعة متنوعة من ذوي الذكاء المنخفض . إذا تمكنوا من السيطرة علي المخلوقات القوية ، فسينتهى أمر مضيق القمر “. صوب هان سين بندقيته وضغط الزناد دون تردد. تم إطلاق رصاصة ، واندفعت مسرعة للعين اليسرى لـ حشرة شيطان الذهب الازرق.
“اتبعو هجومي!” صرخ هان سين ، قبل أن يعيد سكين الشبح إلى غمده. تحولت التعويذة لقاذفة صواريخ على كتفيه ، ثم أطلقت النار. و اتبع جسده الأحمر الدموي أثر الدخان.
ذهب شخص ما لإلقاء نظرة ، ورأي حشد لا نهاية له من المتغيرين قادمين من كل اتجاه . كانت عيونهم كلها حمراء. و كانوا في طريقهم لتدمير المدينة.
“أوه لا! يمكن أن تتحكم حشرات شيطان الذهب الأزرق في المتغيرين؟ آمل أن يتمكنوا فقط من التحكم في مجموعة متنوعة من ذوي الذكاء المنخفض . إذا تمكنوا من السيطرة علي المخلوقات القوية ، فسينتهى أمر مضيق القمر “. صوب هان سين بندقيته وضغط الزناد دون تردد. تم إطلاق رصاصة ، واندفعت مسرعة للعين اليسرى لـ حشرة شيطان الذهب الازرق.
صرخت مجموعة تطير من حشرات شيطان الذهب الازرق في الهواء بتهديد ، ودفعت المتغيرين نحو المدينة . كانت ريبيكا تساعد في إخلاء المدنيين ، وشحب وجهها عندما أدركت ما كان يحدث.
“أوه لا! يمكن لتلك الوحوش المعدنية التحكم في المتغيرين؟” صاحت ريبيكا.
“ذلك الوغد ليلة حزينة! لقد دمر مضيق القمر . إذا دخل المتغيرين المدينة ، فإن معظم الناس تحت رتبة الدوق سيموتون.
حطم كائن غريب يشبه القرد مبنى ، بينما حلّق مخلوق شبيه بالتنين في الهواء و نشر جحيم من النار عبر الأرض . كان الموت والدم في كل مكان.
لجعل الوضع أسوء ، كان على ييشا و الملك القمر الاسود قتال خصومهم. لم تكن هناك تعزيزات لاستدعائها الان.
“أوه لا! يمكن لتلك الوحوش المعدنية التحكم في المتغيرين؟” صاحت ريبيكا.
بززززززت!
ارتدى هان سين حذاء الأرنب الخاص به واستدعى أجنحة التنين علي أذنيه وظهره. و توهج جسده باللون الأحمر عندما انطلق نحو حشرة شيطان الذهب الأزرق. رفع سكين أسنان الشبح ، وباستخدام الناب , قام بتقطيع الحشرة السلحفاة إلى قطع.
ظهر ضجيج غريب ، وارتفع ضوء أخضر من المدينة. كان مشهد يريح جميع من يشاهدون.
في الثانية التالية ، تحولت جميع عيون المتغيرين إلى اللون الأحمر. و بدأت كتلة المتغيرين في التموج ، وتحركو بجنون. وعندما صرخت حشرة شيطان الذهب الأزرق مرة أخرى ، بدأوا جميعاً في الاندفاع نحو القاعدة.
تم تفعيل شبكة ليزر عالية الجهد خارج المدينة. كانت فعالة للغاية ضد المخلوقات من رتبة دوق وأدناها . إذا كان بإمكانهم منع دخول المخلوقات فستكون المدينة أكثر أماناً إلى حد ما.
لكن سرعان ما اكتشفوا أن الشبكة لم تكن كافية. كان المتغيرين المجنانين لازالو يندفعون و يتسلقون فوق الجثث الساقطة لحلفائهم للتسلل عبر الشبكة . تم بناء طريق بالجثث المتفحمة ، وغمر المتغيرين المدينة مثل السد المتفجر.
لكن سرعان ما اكتشفوا أن الشبكة لم تكن كافية. كان المتغيرين المجنانين لازالو يندفعون و يتسلقون فوق الجثث الساقطة لحلفائهم للتسلل عبر الشبكة . تم بناء طريق بالجثث المتفحمة ، وغمر المتغيرين المدينة مثل السد المتفجر.
حطم كائن غريب يشبه القرد مبنى ، بينما حلّق مخلوق شبيه بالتنين في الهواء و نشر جحيم من النار عبر الأرض . كان الموت والدم في كل مكان.
“اتبعو هجومي!” صرخ هان سين ، قبل أن يعيد سكين الشبح إلى غمده. تحولت التعويذة لقاذفة صواريخ على كتفيه ، ثم أطلقت النار. و اتبع جسده الأحمر الدموي أثر الدخان.
شعرت ريبيكا ودو ليشي باليأس . لن يتمكنوا من التعامل مع هذا العدد الكبير من المتغيرين.
اعتقد هان سين أن حشرة شيطان الذهب الأزرق لديها رغبة عارمة في القتل ، وقد ذهبت إلى المتغيرين أولاً لأنهم كانو الأقرب.
“اقتلو حشرات شيطان الذهب الأزرق التي تتحكم في المتغيرين!” ومض ظل أحمر فوق المدينة ، وحلّق عالياً فوق المتغيرين.
اندفع هواء سكين أرجواني مخيف في الهواء ، مما أدي لقتل أي مخلوقات طائرة.
لم يستطع رؤيتهم ، لكنه كان يعلم أن حشرات شيطان الذهب الأزرق ربما كانت تنزل الان على كواكب أخرى.
“الأسنان المتعجرفة ، من فضلك أعطني قوتك لقتلحشرات شيطان الذهب الأزرق!” طار هان سين أمام جيوش حشرات شيطان الذهب الأزرق و المتغيرين.
لم يستطع رؤيتهم ، لكنه كان يعلم أن حشرات شيطان الذهب الأزرق ربما كانت تنزل الان على كواكب أخرى.
بعد فترة وجيزة ، دوى انفجار من خارج المدينة. تبعه زلزال ، و صراخ غاضب من المدينة.
“الكثير من المتغيرين . لا يمكننا مواجهتهم!” صاح الأسنان المتعجرفة. لقد حاول قيادة الدوقات إلى ما وراء المتغيرين ، لكن حشرات شيطان الذهب الأزرق كانت ذكية . أينما ذهبت الحشرات ، أمروا المتغيرين بحمايتهم . لم يتمكن الدوقات من الوصول إلى الحشرات بغض النظر عن عدد المخلوقات التي قُتلوها.
“اتبعو هجومي!” صرخ هان سين ، قبل أن يعيد سكين الشبح إلى غمده. تحولت التعويذة لقاذفة صواريخ على كتفيه ، ثم أطلقت النار. و اتبع جسده الأحمر الدموي أثر الدخان.
اخترقت الرصاصة مقلة عين الحشرة واستقرت في التجويف. ومع ذلك ، كانت هناك تعويذة على الرصاصة. و أصبحت الحشرة بطيئة لدرجة أنها بدأت في السقوط على الأرض. كانت السلحفاة مفيدة للغاية ضد الأعداء الذين يعتمدون على السرعة والطيران.
“الكثير من المتغيرين . لا يمكننا مواجهتهم!” صاح الأسنان المتعجرفة. لقد حاول قيادة الدوقات إلى ما وراء المتغيرين ، لكن حشرات شيطان الذهب الأزرق كانت ذكية . أينما ذهبت الحشرات ، أمروا المتغيرين بحمايتهم . لم يتمكن الدوقات من الوصول إلى الحشرات بغض النظر عن عدد المخلوقات التي قُتلوها.
بووووم!
ذهب شخص ما لإلقاء نظرة ، ورأي حشد لا نهاية له من المتغيرين قادمين من كل اتجاه . كانت عيونهم كلها حمراء. و كانوا في طريقهم لتدمير المدينة.
اخترقت الرصاصة مقلة عين الحشرة واستقرت في التجويف. ومع ذلك ، كانت هناك تعويذة على الرصاصة. و أصبحت الحشرة بطيئة لدرجة أنها بدأت في السقوط على الأرض. كانت السلحفاة مفيدة للغاية ضد الأعداء الذين يعتمدون على السرعة والطيران.
انفجر الصاروخ في وسط المتغيرين . لم يكن لدى الطلقة قوة تدميرية كافية لإحداث الكثير من الضرر للماركيزات المتغيرين ، ولكن عندما ضربت موجة صدمة الانفجار العدو ، جعلتهم أبطأ بكثير. و ظهرت علامات السلحفاة على أجسادهم.
بعد فترة وجيزة ، دوى انفجار من خارج المدينة. تبعه زلزال ، و صراخ غاضب من المدينة.
إذا وجدت أي أخطاء (روابط معطلة ، محتوى غير قياسي ، إلخ ..) ، يرجى إعلامنا بـ <تعليقات الرواية> حتى نتمكن من إصلاحها في أقرب وقت ممكن.
“أوه لا! يمكن لتلك الوحوش المعدنية التحكم في المتغيرين؟” صاحت ريبيكا.
صرخت مجموعة تطير من حشرات شيطان الذهب الازرق في الهواء بتهديد ، ودفعت المتغيرين نحو المدينة . كانت ريبيكا تساعد في إخلاء المدنيين ، وشحب وجهها عندما أدركت ما كان يحدث.
“الأسنان المتعجرفة ، من فضلك أعطني قوتك لقتلحشرات شيطان الذهب الأزرق!” طار هان سين أمام جيوش حشرات شيطان الذهب الأزرق و المتغيرين.
طار هان سين بالقرب من الكوكب الأقرب إلى كوكب الكسوف ، ولاحظ أنه لم يكن هناك الكثير من حشرات شيطان الذهب الأزرق . و تابع المضي متجهاً إلى الكوكب الذي عليه المكعب المعدني الأزرق.
كان للحشرات القدرة على التحكم في المتغيرين منخفضي الذكاء. كان ذلك أكثر خطورة من قوة الحشرات نفسها . يحتوي الكوكب الذي استضاف المكعب المعدني الأزرق على العديد من المتغيرين منخفضي الذكاء ، وإذا تمكنت الحشرات من السيطرة عليهم جميعاً ، فسيخرج الموقف تماماً عن السيطرة.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .darkmode .shola-widget, .darkmode .shola-lb-wrap, .darkmode .shola-pb-wrap { background: #1a1a1a; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .darkmode .shola-modal-box { background: #1a1a1a; color: #ddd; border: 1px solid #333; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 0 يوم متبقي 14,000 شعلة الهدف: 66,666 21% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Abdullah K🔥 5004Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100
تم تفعيل شبكة ليزر عالية الجهد خارج المدينة. كانت فعالة للغاية ضد المخلوقات من رتبة دوق وأدناها . إذا كان بإمكانهم منع دخول المخلوقات فستكون المدينة أكثر أماناً إلى حد ما.
بززززززت!
