Switch Mode

هذا المحتوى ترفيهي فقط ولايمت لديننا بأي صلة. لا تجعلوا القراءة تلهيكم عن صلواتكم و واجباتكم.

Soul of Negary 180

الدورة الرابعة

الدورة الرابعة

الـفـصـ[180]ـل: المـجـ[2]ـلد، الـفـ[78]ـصـل: الدورة الرابعة

.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 ⏳ 14 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉SFM OP🔥 1004A N O N Y M O U S🔥 1005abdullah Alrehaili🔥 1006Mohammed Alotaibi🔥 1007Muhannad Alenazi🔥 1008Abdulrahman Alfarwati🔥 1009تذنبوب تبنبت🔥 10010Abdulaziz Alnazhan🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 10573lawe💎 1008a10💎 1009Abdulsalam ALsayyed💎 10010Aisha Fathi💎 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 ⏳ 14 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉SFM OP🔥 1004A N O N Y M O U S🔥 1005abdullah Alrehaili🔥 1006Mohammed Alotaibi🔥 1007Muhannad Alenazi🔥 1008Abdulrahman Alfarwati🔥 1009تذنبوب تبنبت🔥 10010Abdulaziz Alnazhan🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 10573lawe💎 1008a10💎 1009Abdulsalam ALsayyed💎 10010Aisha Fathi💎 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 ⏳ 14 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉SFM OP🔥 1004A N O N Y M O U S🔥 1005abdullah Alrehaili🔥 1006Mohammed Alotaibi🔥 1007Muhannad Alenazi🔥 1008Abdulrahman Alfarwati🔥 1009تذنبوب تبنبت🔥 10010Abdulaziz Alnazhan🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 10573lawe💎 1008a10💎 1009Abdulsalam ALsayyed💎 10010Aisha Fathi💎 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 ⏳ 14 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉SFM OP🔥 1004A N O N Y M O U S🔥 1005abdullah Alrehaili🔥 1006Mohammed Alotaibi🔥 1007Muhannad Alenazi🔥 1008Abdulrahman Alfarwati🔥 1009تذنبوب تبنبت🔥 10010Abdulaziz Alnazhan🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 10573lawe💎 1008a10💎 1009Abdulsalam ALsayyed💎 10010Aisha Fathi💎 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 ⏳ 14 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉SFM OP🔥 1004A N O N Y M O U S🔥 1005abdullah Alrehaili🔥 1006Mohammed Alotaibi🔥 1007Muhannad Alenazi🔥 1008Abdulrahman Alfarwati🔥 1009تذنبوب تبنبت🔥 10010Abdulaziz Alnazhan🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉ibrahim shazly💎 5004Hamood Mahemed💎 5005Abdullah K💎 5006Yazeed Alsaedi💎 10573lawe💎 1008a10💎 1009Abdulsalam ALsayyed💎 10010Aisha Fathi💎 100

 ثانيًا، لم يثق نيجاري في أن العالم لم يجهز أي بطاقات مخفية، أو حتى بطاقة مفتوحة على جسده.

 كان نيجاري يراقب بصمت بينما ينسحب فريق ان بينغ مع فانغ زي، خفق نيجاري بجناحي التنين. نظرًا لأنه هرب من “القدر”، نمت خاصية “الخطأ” الخاصة به، مما سمح لشكل تنين الخطيئة الأبدية بالتطور بشكل أكبر. لقد احتاج حقًا إلى وقت للنظر في عرض التعاون المقدم من ان بينغ، لأنه من الناحية النسبية، لم يكن لدى نيجاري الكثير من الخيارات.

 عندما دخل هذا العالم لأول مرة، كانت روحه ضعيفة للغاية، ولا بد أن الطرف الآخر قد قرأ ذكرياته؛ خلاف ذلك، من أجل ما يسمى بمشروع “مسار الخطأ”، كان قد تم وضع نيجاري بالفعل تحت سيطرتهم.

 “فهمت ، صاحب السعادة” لم يدحضه ان بينغ، كان لدى كلا الجانبين فهم ضمني واضح ولم يذكر فانغ زي. بصفته “ملك الناس”، فقد كان العامل الأكثر أهمية في هذه الخطة، إذا أراد نيجاري حقًا لمسه، فسيكون مثل قلب طاولة المفاوضات.

 بطريقة ما، ربما فعلوا ذلك بالفعل: كانت سلطة [غزو العالم الآخر] هي البطاقة المفتوحة ووسيلة ضبط النفس ضده.

 “صاحب السعادة بالتأكيد لن يحني رأسك للآخرين، مما يسمح للآخرين بالتغلب على إرادة صاحب السعادة”

 إذا تعاون نيجاري معهم بالفعل لإنشاء نوع من مسار الخطأ، فهو متأكد من أنه بمجرد أن يتخلى عن حذره أو عندما تظهر فرصة، فإنهم سيوقعون به حتى الموت.

 كان نيجاري يراقب بصمت بينما ينسحب فريق ان بينغ مع فانغ زي، خفق نيجاري بجناحي التنين. نظرًا لأنه هرب من “القدر”، نمت خاصية “الخطأ” الخاصة به، مما سمح لشكل تنين الخطيئة الأبدية بالتطور بشكل أكبر. لقد احتاج حقًا إلى وقت للنظر في عرض التعاون المقدم من ان بينغ، لأنه من الناحية النسبية، لم يكن لدى نيجاري الكثير من الخيارات.

⟦سأحتاج إلى الاطلاع على السجلات التي تحتفظ بها قبل اتخاذ قراري⟧ رد نيجاري بلا مبالاة.

⟦بعبارة أخرى، إنها حاليًا الدورة الرابعة.⟧ نيجاري فهم أخيرًا. في اللحظات الأخيرة من الدورة الثالثة دخل هذا العالم، وعندما اكتشفته إرادة العالم دخل الدورة الرابعة.

 وأعرب عن اعتقاده أنه طالما أن إجابته لم تقطع تماما آمال التعاون، فسوف يمتثلون لها دون أن فشل. لأن نيجاري هو من ربح هذه المباراة، وكانوا الفريق بلا خيار.

 وأعرب عن اعتقاده أنه طالما أن إجابته لم تقطع تماما آمال التعاون، فسوف يمتثلون لها دون أن فشل. لأن نيجاري هو من ربح هذه المباراة، وكانوا الفريق بلا خيار.

 “فهمت ، صاحب السعادة” لم يدحضه ان بينغ، كان لدى كلا الجانبين فهم ضمني واضح ولم يذكر فانغ زي. بصفته “ملك الناس”، فقد كان العامل الأكثر أهمية في هذه الخطة، إذا أراد نيجاري حقًا لمسه، فسيكون مثل قلب طاولة المفاوضات.

 لقد حاولوا بالفعل السيطرة على نيجاري، ولكن لحماستهم وخيبة أملهم، فشلوا. لقد كانوا متحمسين لأن الإجراء الذي توصلوا إليه لمقاومة العالم الآخر، مسار الخطأ، سوف يزداد قوة، وبالتالي يحسن بشكل كبير فرصهم في النجاح.

 كان نيجاري يراقب بصمت بينما ينسحب فريق ان بينغ مع فانغ زي، خفق نيجاري بجناحي التنين. نظرًا لأنه هرب من “القدر”، نمت خاصية “الخطأ” الخاصة به، مما سمح لشكل تنين الخطيئة الأبدية بالتطور بشكل أكبر. لقد احتاج حقًا إلى وقت للنظر في عرض التعاون المقدم من ان بينغ، لأنه من الناحية النسبية، لم يكن لدى نيجاري الكثير من الخيارات.

⟦هيه…⟧

⟦ما زلت غير قوي بما فيه الكفاية على الإطلاق. إذا كنت قوياً بما فيه الكفاية، فسيكون لدي الكثير من الخيارات، بما في ذلك قلب الطاولة طالما كنت أرغب⟧ أغلق نيجاري عينيه التنينة وأكمل بصمت تسامي شكل تنين الخطيئة الأبدية.

 كان نيجاري على يقين تام من أن كل ما ذكره الطرف الآخر للتو لا يحتوي على أكاذيب. بخلاف بعض البطاقات المخفية التي لم يتم ذكرها، تم بالفعل طرح كل شيء آخر في العلن.

 كان لديه بطبيعة الحال خيار قتل فانغ زي وقلب الطاولة الآن، لكن القيام بذلك سيضمن أنه محكوم عليه بالفشل.

 كان يو غوانغ مينغ الذي رآه في يو بو على الأرجح شخصًا من الفترة اللاحقة من الدورة الثالثة، وحقيقة أنه كان قادرًا على استعارة “الخطأ” الذي جلبه نيجاري للانتقال من الدورة السابقة إلى هذه أظهر مدى قوته المرعبة.

⟦في يوم من الأيام، سأنتصر على كل هذا، ثم أسيطر عليهم! ⟧

 كان نيجاري يراقب بصمت بينما ينسحب فريق ان بينغ مع فانغ زي، خفق نيجاري بجناحي التنين. نظرًا لأنه هرب من “القدر”، نمت خاصية “الخطأ” الخاصة به، مما سمح لشكل تنين الخطيئة الأبدية بالتطور بشكل أكبر. لقد احتاج حقًا إلى وقت للنظر في عرض التعاون المقدم من ان بينغ، لأنه من الناحية النسبية، لم يكن لدى نيجاري الكثير من الخيارات.


تبقى فقط عشرين فصل لنهاية المجلد.

 نظر نيجاري بهيئة تنين الخطيئة الابدية إلى الأعلى، مما يضمن عدم تمكن أي شخص من معرفة نيته الحقيقية من تعبيره، ثم سأل بفمه الدموي:

🔥 تحدي أغسطس 2026 ⏳ 14 يوم متبقي
69,410 شعلة الهدف: 66,666
104.1%
🎉 حققنا هدف الشهر، شكرًا لكل الداعمين!
×

شراء عملة الشعلة

🥇M. K🔥 40,000
🥈Yazeed Alsaedi🔥 105
🥉SFM OP🔥 100
4A N O N Y M O U S🔥 100
5abdullah Alrehaili🔥 100
6Mohammed Alotaibi🔥 100
7Muhannad Alenazi🔥 100
8Abdulrahman Alfarwati🔥 100
9تذنبوب تبنبت🔥 100
10Abdulaziz Alnazhan🔥 100

 “إرادة العالم يمكن أن تتعاون معنا في استخدام سلطاتنا، والتي من خلالها يمكن تحفيز سلطة ما لتنمو إلى أقصى حدودها”

---

ترجمة موقع ملوك الروايات. لا تُلهِكُم القراءة عن أداء الصلوات فى أوقاتها، و لا تنسوا نصيبكم من القرآن

اشترك الان من هنا. ولا مزيد من الإعلانات
لا تنسى وضع تعليق للمترجم فهذا يساعده على الاستمرار ومواصلة العمل عندما يرى تشجيعًا.

Comment

اعدادات القارئ

لايعمل مع الوضع اليلي
لتغير كلمة إله الى شيء أخر
إعادة ضبط