التهديد
634 : التهديد ٢
وسقطت الصواريخ المكتظة وتجمدت بالجليد، ولم تكن هناك فرصة لانفجارها.
لم يعرفوا ما هو ملاك السحابة البيضاء العملاق. ولكن كان من الواضح أنها تنتمي إلى اتحاد الملاك.
“انهم هنا!”
قفز كاسومي في الهواء والتقى بالنقاط السوداء التي لا تعد ولا تحصى في السماء مثل صاعقة البرق.
.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 ⏳ 3 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Muh Muh🔥 1004Mohammad Aldosari🔥 1005Ahmed Abdelghaffar🔥 1006AZ .🔥 1007A A🔥 1008Ali Omar🔥 1009Anass Alofiy🔥 10010الشيطان الموقر صمت الرمال🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 1057عويض المطيري💎 1008G A💎 1009Ali Alshamsi💎 10010Abdulla Alkalbani💎 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 ⏳ 3 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Muh Muh🔥 1004Mohammad Aldosari🔥 1005Ahmed Abdelghaffar🔥 1006AZ .🔥 1007A A🔥 1008Ali Omar🔥 1009Anass Alofiy🔥 10010الشيطان الموقر صمت الرمال🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 1057عويض المطيري💎 1008G A💎 1009Ali Alshamsi💎 10010Abdulla Alkalbani💎 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 ⏳ 3 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Muh Muh🔥 1004Mohammad Aldosari🔥 1005Ahmed Abdelghaffar🔥 1006AZ .🔥 1007A A🔥 1008Ali Omar🔥 1009Anass Alofiy🔥 10010الشيطان الموقر صمت الرمال🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 1057عويض المطيري💎 1008G A💎 1009Ali Alshamsi💎 10010Abdulla Alkalbani💎 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 ⏳ 3 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Muh Muh🔥 1004Mohammad Aldosari🔥 1005Ahmed Abdelghaffar🔥 1006AZ .🔥 1007A A🔥 1008Ali Omar🔥 1009Anass Alofiy🔥 10010الشيطان الموقر صمت الرمال🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 1057عويض المطيري💎 1008G A💎 1009Ali Alshamsi💎 10010Abdulla Alkalbani💎 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 ⏳ 3 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Muh Muh🔥 1004Mohammad Aldosari🔥 1005Ahmed Abdelghaffar🔥 1006AZ .🔥 1007A A🔥 1008Ali Omar🔥 1009Anass Alofiy🔥 10010الشيطان الموقر صمت الرمال🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 1057عويض المطيري💎 1008G A💎 1009Ali Alshamsi💎 10010Abdulla Alkalbani💎 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 ⏳ 3 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Muh Muh🔥 1004Mohammad Aldosari🔥 1005Ahmed Abdelghaffar🔥 1006AZ .🔥 1007A A🔥 1008Ali Omar🔥 1009Anass Alofiy🔥 10010الشيطان الموقر صمت الرمال🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 1057عويض المطيري💎 1008G A💎 1009Ali Alshamsi💎 10010Abdulla Alkalbani💎 100
تحدث ملاك ميست، الذي طار أيضًا وتحوم على الجانب، بابتسامة.
“تريد جمعية الملاك التخلي عن الحاكم تمامًا!” وقف شيندا وسط الحشد، وكان تعبيره قبيحًا للغاية.
“تمثل يافرا الوجود الأكثر مثالية لجينات الملائكة. حتى أننا شككنا في أن وجود الملائكة ربما نشأ من يافرا. فلا شك أن قوته عظيمة. ”
“ملك الملائكة؟” كان تعبير بيرولا مهيبًا. “هل يمكنك تقديمه بالتفصيل؟”
“صراع الشر!”
“يافرا، ملك الملائكة. ” كان تعبير لين شنغ باردًا.
تم قصف عدد لا يحصى من الصواريخ السوداء من جميع الاتجاهات.
“قوة الشر تستيقظ. ” انتهز لين شنغ الفرصة لنشر الكلمة.
وصلت هالته إلى مستوى الكاهن الحقيقي.
كانت سرعة عمود البرق وقوته تفوق خيالها. في لحظة، قبل أن تتمكن حتى من حشد قوتها، كان الهجوم قد انتهى بالفعل.
إذا كان الملاك الأرجواني هو قمة البلاتينيت القياسية، فإن يافرا هذه كانت قمة الكهنة.
وجاء صوت عال من بعيد.
على الرغم من أنه كان لا يزال في مستوى أقل منه.
كانت السماء من حولهم مليئة بصوت طنين يصم الآذان.
ولكن تجدر الإشارة إلى أن مصدر هذا العالم لم يتحرك بعد. وبمجرد أن حدث ذلك، ومع ضغط هذا العالم، كان من المحتمل جدًا أن تكون النتيجة النهائية هي المشهد الذي لا يريد رؤيته.
“بالطبع. ” لم يكن لدى وايت تري أي رغبة وابتسمت.
-#####-
“إنهم متطورون من نوع هومو إيفولوتيس، لذا بالطبع لن يكونوا مهتمين بالأشخاص العاديين مثلنا ذوي الجينات الأدنى. ” تنهدت ديزي أيضا في الفهم.
وبمجرد سقوط هذه الصواريخ على المحافظ، سيتم تدمير المدينة بأكملها في فترة زمنية قصيرة للغاية.
