تسعة اعمدة!
الفصل 315:
وصلت الطاقة في النهاية إلى الحد الأقصى. تحت الهدير الشرس لمو فان، بدأت أعمدة اللهب تتصاعد في المنطقة على بعد مئة متر من حوله!
.
حتى مع الدفاع المتميز للسحلية المستبدة لم تتمكن من تحمل الضرر من القبضة الملتهبة: القصور التسعة. انها سوف تشترك في نفس مصير السحالي العملاقة إذا لم يهرب في الوقت المناسب.
.
.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 ⏳ 15 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉F A🔥 1004mohaamned alrehaili🔥 1005محمد جبران🔥 1006A G🔥 1007Ahmed Asem🔥 1008Oussama Ait ouakrim🔥 1009Daniah Mulki🔥 10010Abdullah Alamoudi🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Basil Alfaifi💎 1008husam Al marzouqi💎 1009Nasser Bin zayed💎 10010Abdullah Alzahrani💎 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 ⏳ 15 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉F A🔥 1004mohaamned alrehaili🔥 1005محمد جبران🔥 1006A G🔥 1007Ahmed Asem🔥 1008Oussama Ait ouakrim🔥 1009Daniah Mulki🔥 10010Abdullah Alamoudi🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Basil Alfaifi💎 1008husam Al marzouqi💎 1009Nasser Bin zayed💎 10010Abdullah Alzahrani💎 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 ⏳ 15 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉F A🔥 1004mohaamned alrehaili🔥 1005محمد جبران🔥 1006A G🔥 1007Ahmed Asem🔥 1008Oussama Ait ouakrim🔥 1009Daniah Mulki🔥 10010Abdullah Alamoudi🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Basil Alfaifi💎 1008husam Al marzouqi💎 1009Nasser Bin zayed💎 10010Abdullah Alzahrani💎 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 ⏳ 15 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉F A🔥 1004mohaamned alrehaili🔥 1005محمد جبران🔥 1006A G🔥 1007Ahmed Asem🔥 1008Oussama Ait ouakrim🔥 1009Daniah Mulki🔥 10010Abdullah Alamoudi🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Basil Alfaifi💎 1008husam Al marzouqi💎 1009Nasser Bin zayed💎 10010Abdullah Alzahrani💎 100
الذئب النجمي الرشيق ركض فقط عبر السحالي العملاقة لمدة ثلاث ثوان، ولكن الخوف والإثارة منه حثت مو فان لرفع ساقيه إلى أعلى بلاوعي.
على الرغم من أنه لم يفلت من الركن إلا أن الشارع بأكمله كان لا يزال ممتلئاً بالسحر، والوحوش الشيطانية كانوا يندفعون نحو رجالها فقط. لم يتصرفوا كما لو أنهم رأوا أي شخص يهرع من حولهم.
_ اخي، لا تسحبني معك في مثل هذه المزحة في المرة القادمة. أنا تقريباً قد فعلتها بسروالي! _
جيانغ يي قد رأت مو فان يختفي عند الزاوية. ومع ذلك، بحلول الوقت الذي وصلت هناك، مو فان لم يعد هناك…
الذئب النجمي الرشيق التف بزاوية ووصل إلى شارع آخر مغطى بالظلال، مع عدد قليل فقط السحالي العملاقة بالجوار…
ألقى لكمة قوية في الجزء العلوي من الحطام.
مو فان اطلق على الفور الذئب النجمي الرشيق الى داخل عالم الاستدعاء. وعانق الجدران وألقى على الفور هروب الظل.
كانت الأعمدة التسعة هي تشكيل للقصور التسعة!
مو فان كان يراقب في السماء طوال المعركة بأكملها. لم يكن يتظاهر بأنه شاب عاطفي وفني قبل موته. كان ينتظر الشمس حتى تخرج من الغيوم!
كانت الأعمدة الثلاثة الأولى قد قضت بالفعل على كل سحلية عملاقة ضمن مائة متر حول مو فان.
المباني سوف تلقي ظلال فقط عندما كان هناك أشعة الشمس!
حتى مع الدفاع المتميز للسحلية المستبدة لم تتمكن من تحمل الضرر من القبضة الملتهبة: القصور التسعة. انها سوف تشترك في نفس مصير السحالي العملاقة إذا لم يهرب في الوقت المناسب.
مو فان قد اختفى، وعندما كانت السحالي العملاقة تطارده، بعد وصولهم إلى البقعة التي اختفى فيها، فقدوا بالفعل الذئب والبشري.
الذئب النجمي الرشيق انسحب بسرعة لجانب مو فان.
وفي الوقت نفسه، السحالي العملاقة الذين كانوا ينجذبون إلى الشارع بسبب الأصوات الناتجة عن المعركة لم يروا مو فان والذئب النجمي الرشيق، ولم يلاحظوا وجود كتلة من الظل تتحرك بين المباني. واستمروا في التحرك نحو مجموعة من الجنود الذين كانوا مشغولين بقتل رفاقهم.
اندفع إلى الأمام واستخدم الأرض المحروقة كنقطة انطلاق، وقفز إلى المبنى المنهار في الجوار.
جيانغ يي قد رأت مو فان يختفي عند الزاوية. ومع ذلك، بحلول الوقت الذي وصلت هناك، مو فان لم يعد هناك…
كانت الأعمدة التسعة هي تشكيل للقصور التسعة!
كان قد اختفى في الهواء الرقيق!
مو فان صعد على ظهر الذئب النجمي الرشيق في حين أن السحالي العملاقة كانت مبهورة وقال له: “هذه هي فرصتنا، وقت الجري!”.
على الرغم من أنه لم يفلت من الركن إلا أن الشارع بأكمله كان لا يزال ممتلئاً بالسحر، والوحوش الشيطانية كانوا يندفعون نحو رجالها فقط. لم يتصرفوا كما لو أنهم رأوا أي شخص يهرع من حولهم.
حتى أكثر الجنود جرأة في صفوفهم لم يجرؤوا على التصرف بجرأة بعد أن حوصروا بالوحوش الشيطانية. الساحر لا يمكن أن يزعجه أي عامل خارجي أثناء العملية، حيث كان عليهم التركيز مائة بالمائة عليها.
جيانغ يي يحدق في المسافة في عدم تصديق: “لقد رحل؟”.
الذئب النجمي الرشيق انسحب بسرعة لجانب مو فان.
جيانغ يي افترضت في البداية أنه كان هناك عنصر من الحظ محالف له عندما علمت أن الطفل قد أنقذ مدينة بو وقاتل مرة أخرى ضد الفاتيكان الأسود. ومع ذلك، كانت أكثر اقتناعاً بأن هذا ليس هو الحال الآن.
ظهر الركن الثاني على مسافة كبيرة. كان العمودان على بعد حوالي ثلاثين متراً، لكنه بدا وكأن المنطقة الواقعة بين العمودين قد دمرت بالكامل.
لقد اضاعت مو فان!
ركض عبر السطح قبل أن ينزل. على الرغم من أن المسار أدناه كان مكتظاً بالسحالي العملاقة، الذئب النجمي الرشيق الذي لا يعرف الخوف ركض عبر استخدام أجسادهم كنقطة انطلاق لمسافة قصيرة.
كانت غرائزها تخبرها أن مو فان قد هرب مع بعض القدرات الخفية. وستكون قادرة على تعقبه في نهاية المطاف، ولكن المشكلة كانت، أن قواتها كانت لا تزال محاصرة بالسحالي العملاقة. لم تعرف حتى إذا كان بإمكانها إخراجهم احياء!
على الرغم من أنه لم يفلت من الركن إلا أن الشارع بأكمله كان لا يزال ممتلئاً بالسحر، والوحوش الشيطانية كانوا يندفعون نحو رجالها فقط. لم يتصرفوا كما لو أنهم رأوا أي شخص يهرع من حولهم.
ركض عبر السطح قبل أن ينزل. على الرغم من أن المسار أدناه كان مكتظاً بالسحالي العملاقة، الذئب النجمي الرشيق الذي لا يعرف الخوف ركض عبر استخدام أجسادهم كنقطة انطلاق لمسافة قصيرة.
