الإصلاح 2
“هل هذه أيضًا نتيجة القوة السحرية؟”.
“لسوء الحظ أنا مجرد طالبة في جمعية الدفاع لا يمكنني إصطحابك إلى المركز المركزي في مدينة بريسم”.
“نعم هناك العديد من أنواع القوة السحرية التي لا يمكنني شرح كل واحدة منها إنها قوة تتجاوز القوى الأساسية الأربعة الحل النهائي للتوحيد العظيم إذا كان ذلك منطقيًا بالنسبة لك” وأوضحت لان بشكل معتدل “ومع ذلك هذا لا يعني أنه يمكنك الدخول إلى أراضي الإله والتدخل في معركة الإرادة الإلهية هذا العالم مستقل ومحمي بغشاء سميك لهذا السبب يمكنني الجلوس هنا والتحدث إليك”.
.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 ⏳ 4 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004ibrahim shazly💎 5005الخال!💎 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 ⏳ 4 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004ibrahim shazly💎 5005الخال!💎 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 ⏳ 4 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004ibrahim shazly💎 5005الخال!💎 100
“إذا كان من الممكن إيقاف معركة الإرادة الإلهية فلن أفعل بمجرد إنتهاء المعركة لن يكون هناك تآكل في عالم الأحلام لذا بطريقة ما ما زلت أساعد الجمعية لكن تلك الطفلة ستصاب بخيبة أمل كبيرة لأنها تؤمن بك كثيرًا”.
شعر رولاند بضيق صدره وتابع “بما في ذلك الشياطين أيضا؟”.
وضعت لان فجأة نظرة حزينة للغاية عندما قالت هذه الكلمات.
قال رولاند بتردد “حسنًا ماذا لو فشلت؟”.
‘هل تشير إلى (غارسيا)؟’ كان رولاند مندهشًا بعض الشيء لأن لان لديها مثل هذه المودة العميقة إتجاه غارسيا كخادمة للإله يجب أن تعيش مئات السنين ولا شيء يمكن أن يزعج عقلها ‘هل هذه طبيعتها أم أنها بالفعل تتقمص دورها؟’.
تنهدت لان “ربما تعتقد أنه من السهل جدًا بالنسبة لنا التحدث وجهًا لوجه بهذه الطريقة ولكن الحقيقة هي أنهم لم يديروا الخطوة الأولى والتي تتمثل في تثبيت أنفسهم في عالم العقل وإنشاء تواصل فعال أيضًا عليّ صياغة الأمر بطريقة منطقية بالنسبة لهم، وبعبارة أخرى عليهم فهم ما كنت أقوله وبهذه الطريقة فقط سيتم تسليم الرسالة بنجاح وكلما فهموا أكثر يمكن أن يصوغوا رد أفضل تنطبق هذه القاعدة عليك وعلى الشياطين”.
“حسنًا هذه ليست الطريقة الوحيدة” أراد رولاند الحصول على بعض القهوة لتخفيف التوتر في الهواء عندما أدرك فجأة أن الكوب قد كسر بالفعل وهكذا سحب يده وقال “لقد قلت أيضًا أنه يجب علي الدخول إلى عالم العقل في كلا العالمين في وقت واحد أليس كذلك؟ ربما بحلول ذلك الوقت سيكون لدينا ما يكفي من النواة، المشكلة الوحيدة هي كيف من المفترض أن نعرف أن عالم الأحلام قد تداخل بالفعل مع أرض الإله؟ لا يمكننا حقًا دخول أراضي الإله من التآكل في مدينة بريسم هل يمكننا ذلك؟”.
شعر رولاند بضيق صدره وتابع “بما في ذلك الشياطين أيضا؟”.
“بالطبع لا التجويف الذي أحدثه التآكل هناك هو منطقة العدم في عالم العقل إنها شيء مختلف تمامًا” قالت لان أثناء الإيماء “بالنسبة إلى الوقت الذي سيؤثر فيه التآكل على أرض الإله ستعرف متى يأتي ذلك اليوم ومع ذلك فإن هذا يمثل أيضًا بداية تدمير العالمين لذلك يجب أن تجد طريقًا إلى الهاوية قبل ذلك”.
“هل هذه أيضًا نتيجة القوة السحرية؟”.
“وثم؟”.
“يجب أن تكون قد لاحظت بالفعل أن هذا العالم قد تغير كثيرًا” إستأنفت لان وقد شعرت أن قلب رولاند ينبض بشكل محموم في صدره “في البداية كان مجرد إنعكاس لعقلك ولكن هناك الآن العديد من الأشياء التي لم ترها من قبل بدأ التغيير عندما بدأت في جمع قوى الطبيعة”.
هزت لان رأسها يبدو أنها لم تستطع الكشف عن أي شيء أكثر من ذلك وإلا فإنها ستلحق الضرر بالإله ومع ذلك هناك أيضًا إحتمال أن تختار حجب المعلومات عن قصد، أصبح لدى رولاند الآن فهم أساسي لما يجب أن يفعله في الواقع خطط لطرد الشياطين من أرض الفجر وكسب بعض الدخل الإضافي عن طريق قتل الأشرار الساقطين منذ وقت طويل لذلك لم تغير معلومات لان كثيرًا مما يفعله، التغيير الوحيد هو أنه ربما عليه الآن محاربة كل من الشياطين والأشرار الساقطين في نفس الوقت لم يكن رولاند متأكدًا مما سيواجهه في الهاوية، لم تقل لان أي شيء عن ذلك إذا كان هذا فخًا فإن الجزء الوحيد الذي قد تكذب عليه فيه هو عندما طلبت منه أن يحل محل الإله، لم يعتقد رولاند أن الإله سيستسلم بعد أن يخترق عالم العقل نظرًا لأن كل شيء بدا غامضًا جدًا بالنسبة له فقد إضطر إلى المضي قدمًا بحذر إضافي.
‘هل تشير إلى (غارسيا)؟’ كان رولاند مندهشًا بعض الشيء لأن لان لديها مثل هذه المودة العميقة إتجاه غارسيا كخادمة للإله يجب أن تعيش مئات السنين ولا شيء يمكن أن يزعج عقلها ‘هل هذه طبيعتها أم أنها بالفعل تتقمص دورها؟’.
السؤال الآخر الذي أزعج رولاند هو لماذا إختارته؟ بقدر ما يمكن أن يراه يمكن أن تختار لان تمامًا شخصًا آخر لمساعدتها، على الرغم من أن لان تبدو وكأنها إنسان إلا أن رولاند متأكد من أنها ليست امرأة عادية لقد هُزم البشر من قبل، بالنظر إلى ذلك يمكنها إختيار شيطان أو شخصا ما في عالم بحر السماء تمامًا لتحقيق هدفها فوفقًا لها إن الشياطين قد إستولوا على شمال أرض الفجر حيث تقع الهاوية، أكد كابرادابي أيضًا أن العدو في عالم بحر السماء مهيمن تمامًا يبدو أن الشياطين واجهوا صعوبة في الحفاظ على أراضيهم، من الواضح أن هذين العرقين أقوى بكثير من الجنس البشري بمعنى ما كانوا في منتصف الطريق تقريبًا من المهمة، لم يكن رولاند متعجرفًا لدرجة الإعتقاد بأنه الشخص الوحيد الذي يمكنه ترك بصمة في عالم العقل على الأقل لدى زيرو هذه القوة أيضًا، بشكل خافت لدى رولاند شعور بأن ساحة معركة الأرواح دليل على صراع السلطة في عالم العقل نشأ عالم الأحلام من هناك.
‘هل تشير إلى (غارسيا)؟’ كان رولاند مندهشًا بعض الشيء لأن لان لديها مثل هذه المودة العميقة إتجاه غارسيا كخادمة للإله يجب أن تعيش مئات السنين ولا شيء يمكن أن يزعج عقلها ‘هل هذه طبيعتها أم أنها بالفعل تتقمص دورها؟’.
“أراهن أنني لست أول شخص تطلبين منه المساعدة”.
“وثم؟”.
أجابت لان على الفور “نعم لقد لجأت إلى شخص آخر للحصول على المساعدة أيضًا خلال الألف عام الماضية”.
“لسوء الحظ أنا مجرد طالبة في جمعية الدفاع لا يمكنني إصطحابك إلى المركز المركزي في مدينة بريسم”.
شعر رولاند بضيق صدره وتابع “بما في ذلك الشياطين أيضا؟”.
لسبب ما ذكّر تفسير لان رولاند بإنفجار الفقاعات من بين تلك الفقاعات العائمة احتوت إحداها على عالم الأحلام.
“لا أعرف الكثير عن العالم الآخر بعد أن غادرت الأرض الإلهية فقدت قوتي على التواصل مع الخدم الآخرين لكن يمكنني إخبارك أنني لست الخائن الوحيد”.
الإسم غير مألوف له لذا سأل “لم ينجح أي من من سبقوني؟”.
“من هو آخر شخص تحدثت إليه بخصوص هذا الأمر؟ زيرو؟”.
–+–
“ساعي الأحلام ألفينا عاشت قبل 869 سنة”.
“إذا كان من الممكن إيقاف معركة الإرادة الإلهية فلن أفعل بمجرد إنتهاء المعركة لن يكون هناك تآكل في عالم الأحلام لذا بطريقة ما ما زلت أساعد الجمعية لكن تلك الطفلة ستصاب بخيبة أمل كبيرة لأنها تؤمن بك كثيرًا”.
الإسم غير مألوف له لذا سأل “لم ينجح أي من من سبقوني؟”.
.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 ⏳ 4 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004ibrahim shazly💎 5005الخال!💎 100
تنهدت لان “ربما تعتقد أنه من السهل جدًا بالنسبة لنا التحدث وجهًا لوجه بهذه الطريقة ولكن الحقيقة هي أنهم لم يديروا الخطوة الأولى والتي تتمثل في تثبيت أنفسهم في عالم العقل وإنشاء تواصل فعال أيضًا عليّ صياغة الأمر بطريقة منطقية بالنسبة لهم، وبعبارة أخرى عليهم فهم ما كنت أقوله وبهذه الطريقة فقط سيتم تسليم الرسالة بنجاح وكلما فهموا أكثر يمكن أن يصوغوا رد أفضل تنطبق هذه القاعدة عليك وعلى الشياطين”.
“بنفس الطريقة التي تدخل بها القوة السحرية إلى عالمنا – من خلال التآكل”.
“هل يجب عليك مشاركة نفس العقلية؟”.
“هل يمكن أن تخبريني المزيد عنه؟”.
“بالضبط في الواقع أنت أول شخص يمكنني التواصل معه بشكل فعال على الرغم من أنني لا أعرف من أين حصلت على الكثير من المعرفة أكثر بكثير مما تحتاجه هذه الحقبة بالفعل أنا سعيدة لأنني عثرت عليك”.
قالت لان بعد لحظة من الصمت “سأستمر في الإنتظار حتى يظهر الشخص التالي سأنتظر حتى يحررني أحدهم أو حتى يقتلني الإله”.
قال رولاند بتردد “حسنًا ماذا لو فشلت؟”.
قالت لان بعد لحظة من الصمت “سأستمر في الإنتظار حتى يظهر الشخص التالي سأنتظر حتى يحررني أحدهم أو حتى يقتلني الإله”.
قالت لان بعد لحظة من الصمت “سأستمر في الإنتظار حتى يظهر الشخص التالي سأنتظر حتى يحررني أحدهم أو حتى يقتلني الإله”.
–+–
–+–
“ألا تمانعين في الإنقلاب على الجمعية؟”.
“هل يجب عليك مشاركة نفس العقلية؟”.
