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