Switch Mode

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

alchemy emperor of the divine dao 535

㊎شرٌ مُعَاكِس㊎

㊎شرٌ مُعَاكِس㊎

▬▬▬▬ ❃ ◈ ❃ ▬▬▬▬

◉ℍ???????◉ .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🥉Abdullah K🔥 5004Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 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🥉Abdullah K🔥 5004Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 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🥉Abdullah K🔥 5004Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 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🥉Abdullah K🔥 5004Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006الخال!💎 100

إستَّمَرَّ (رُوُنْغ هُوَان شُوَانْ) فِيْ دَفْعَ التَوَابِيِتِ الثَلَاثَةُ البُرُوُنْزِيَةِ فِيْ الطَرِيِقِ . كَانَ بَعْض مقَاتَلي [طَبَقَة إِزدِهَاْر الزُهُوُر] لَا يزَاَلَون يُطَارِدُوُنَ ، غَيْرَ رَاغِبيْنَ فِيْ التَخَلَي عَن المُطَارَدَة ، فِيْ حِيِن أَنْ أخَرِيِن كَانَوا قَدْ إسْتَدَاروا بالفِعْل وَ غَادَروا .

“يالَهَا مِنْ مزحة!” كَانَ (رُوُنْغ هُوَان شُوَانْ) بِلَا خَوْف بشَكْلٍ طَبِيِعي وَ وَقَفَ ثَابِتَاً طَوِيِلَا عِنْدَمَا ألقي ضَرْبَة .

لم يَكُنْ هُنَاْكَ شَيئِ يُمْكِن أَنْ يَفْعَلـوه لهَذَا الرَجُل إِذَا إستَّمَرَّ فِيْ الإِخْتِبَاء دَاخلِ التَابُوت .
***
بَعْدَ عَشَرَةِ أيَّامٍ ، غَادَر جَمِيْع المُقَاتَليِن الأقْوَياًء بِلَا حَوْلَ وَ لَا قُوَة . لَمْ يَكُنْ هُنَاْكَ مَعَني لموَاصَلَة الهُجُوُمِ عَلَيْ التَابُوت ، لأَنـَّـه كَانَ مِنْ الوَاضِح أَنْ (رُوُنْغ هُوَان شُوَانْ) كَانَ لـَـهُ حلقة مكَانَية وَ لَمْ يَكُنْ هُنَاْكَ مـَـا يدعو للقَلَقْ مِنْ أَنَّه سَوْفَ يَمُوُت جوعاً . كَانَ الَنَاس الوَحِيِدونَ المتبقون فِيْ المُطَأرَدَةِ : (لِـيـِـنــــج هـَــانْ) ، وَ (هـُــو نِيُـوُ) ، وَ (يـَـــانْ تـِـيــَـان تْشَاوْ) .

قَاْلَ (لِـيـِـنــــج هـَــانْ) دَاخلِيَاً إلَي البُرْج الصَغِيِر : “فَقَطْ ألقي نَظَرة ، لَدَيْه فَقَطْ أدَاة رُوُحِية مِنْ الَمُسْتَوَي العَاشِر وَ هـُــوَ بالفِعْل رَائِع جِدَاً ، بَيْنَما يَجِبُ أَنْ أتَصَرَف بنَفَسْي ، لِمَاذَا يوجد مِثْل هَذَا التباين الَهَائل؟”

طَاَرَ (لِـيـِـنــــج هـَــانْ) وَ (هـُــو نِيُـوُ) مَعَاً ، فِيْ حِيِن كَانَ (يـَـــانْ تـِـيــَـان تْشَاوْ) مِنْ تِلْقَاء نَفَسْه . الثَلَاثَة مِنْهُم خَبَؤُوا أنْفُسِهِم بَيْنَما إستَّمَرَّوا فِيْ السَّعْيِ .

لِمَاذَا كَانَ يَشْعُر أَنَّ هَذَهِ الأداةِ الرُوُحِيَةِ كَانَت متَفَشِيَةً للغَايَة فِيْ جَسَدِهِ؟

و مَعَ ذَلِكَ ، عِنْدَمَا خَرَجَ مُقَاتِلو [طَبَقَة إِزدِهَاْر الزُهُوُر] وَ [طَبَقَةِ الرَضِيِعِ الرُوُحِي] وَ جَمِيْع المُطَارِدِيِنَ ، صَعَدَ (يـَـــانْ تـِـيــَـان تْشَاوْ) ، مَعَ قَفَزَة كَـَـبِيِرَة ، وَ وَصَلَ أَمَامَ كَنْزِ (طَائِفَة الألـــ?ـــف جُثَة) .

طَاَرَ (لِـيـِـنــــج هـَــانْ) وَ (هـُــو نِيُـوُ) مَعَاً ، فِيْ حِيِن كَانَ (يـَـــانْ تـِـيــَـان تْشَاوْ) مِنْ تِلْقَاء نَفَسْه . الثَلَاثَة مِنْهُم خَبَؤُوا أنْفُسِهِم بَيْنَما إستَّمَرَّوا فِيْ السَّعْيِ .

“سلم المُفْتَاح ، وَ سأدخر حَيَاتَكَ!” أمرَ (يـَـــانْ تـِـيــَـان تْشَاوْ) بهُدُوُء .

“يَا لَهُ مِنْ هُرَاءٍ بِإسْمِ [طَبَقَة اَلْفِئران الرُوُخِيَةِ]، إنْتَظر حَتَي أحْصُلُ عَلَيْ المِيِرَاث فِيْ العَوَالِم الإثنية عَشَرَ ، ثُمَ سأعُوُد وَ أَصْقُلُكُم جَمِيْعاً إلَي جُنُود الجُثَة ! هاهاهاها!” ضَحِكَ (رُوُنْغ هُوَان شُوَانْ) بشَكْلٍ صَاخِب . مِنْ سيَكُوْن قَادِراً عَلَيْ اللَّعِبِ مَعَ المُقَاتَليِن مِنْ [طَبَقَة الرَضِيِعِ الرُوُحِي] فِيْ كـَــف يَدَه بَيْنَما هـُــوَ نَفَسْه فِيْ [طَبَقَة الرَكِيِزَةُ الرُوُحِية] فَقَطْ ؟

“أنْتَ فِيْ [طَبَقَة الرَكِيِزَةُ الرُوُحِية] فَقَطْ ، كَيْفَ لِكَ أنْ تتَكَلَم بجرأة!” خَرَجَ (رُوُنْغ هُوَان شُوَانْ) مِنْ التَابُوت وَ هَاجَمَ عَلَيْ صَرِيِر بَارِدْ فِيْ (يـَـــانْ تـِـيــَـان تْشَاوْ) .

بَعْدَ أَنْ قَامَ مُقَاتِل [طَبَقَةِ لارَضِيِعِ الرُوُحِي] الثَانِي بسلسلة مِنْ سَبْعَة ضَرَبَاتٍ فِيْ التَوَابِيِتِ الثَلَاثَةُ البُرُوُنْزِيَةِ . فِيْ النِهَاية ، لَمْ يَعُد قَادِراً عَلَيْ الهُجُوُمٌ مَرَة أُخْرَي ، لأَنـَّـه كَانَ هُنَاْكَ بالفِعْل سَبْعَة جُنُود جـُــثَةٍ يتشبثون بـِـهِ ، مِمَا جَعَلَه لَمْ يَعُد يمَلِك القُوَة للهُجُوُمٌ .

“عِنْدَمَا إنْتَقُلتُ دُونَ عَوَائِق فِيْ هَذَا العَالَم ، مِنْ يدري أيْنَ كَانَ سلفك ، وَ أنْتَ تتَجَرَّأ عَلَيْ التَصَرُفُ بِوَقَاحَةٍاً أَمَامَي!” إنْتَقلَ (يـَـــانْ تـِـيــَـان تْشَاوْ) مُبَاشِرَة ، بهدف الاستيلاء عَلَيْ (رُوُنْغ هُوَان شُوَانْ) .

(يـَـــانْ تـِـيــَـان تْشَاوْ) لَم يَهَرَبَ . إمتدَت يَدَه اليُمْنَي ، وَ إرْتَفَعَت النِيَةُ القِتَالِية . إنْتَشَرَت العَدِيِدُ مِنْ الخُيُوطِ الحَرِيَرَيةِ ذاتُ اللَون الأَخْضر ، ومِثْل الشبكة ، يَتِمُ تَحْرِيِكهَا لتطويق (رُوُنْغ هُوَان شُوَانْ) .

(لِـيـِـنــــج هـَــانْ) لَمْ يَتَحَرَكَ . كَانَ خَائِفاً مِنْ أَنْ (رُوُنْغ هُوَان شُوَانْ) سيهَرَبَ مَرَة أُخْرَي إلَي التَوَابِيِتِ الثَلَاثَةُ البُرُوُنْزِيَةِ . فِيْ هَذِهِ الحـَـالة ، سيَكُوْن ذَلِكَ مِثْل نمر يحَاوَل أَنْ يعض مِنْ خِلَال صُدْفَة السُلْحُفَاة ، دُونَ أَيّ فكرة عَن مكَانَ العض . مِنْ نَاحِيَة أُخْرَي ، سيَكُوْن مِنْ السهَل إنْتِزَاعُ المُفْتَاحِ مِنْ قَبْضَةِ (يـَـــانْ تـِـيــَـان تْشَاوْ) .

◆◇◆◇◆◇◆◇◆◇◆ إنـتـهـــــي (❁´◡`❁) الـفـصــــل

“يالَهَا مِنْ مزحة!” كَانَ (رُوُنْغ هُوَان شُوَانْ) بِلَا خَوْف بشَكْلٍ طَبِيِعي وَ وَقَفَ ثَابِتَاً طَوِيِلَا عِنْدَمَا ألقي ضَرْبَة .

“انه حَقَاً يُثْبِتُ نَفَسْه بـِـأنَّهُ تَقْلِيِدٌ لـ التَوَابِيِتِ الثَلَاثَةُ البُرُوُنْزِيَةِ مِنْ العَالَم السفلي ، حَتَي أنَّنِي أشْعُرُ بَشِعور طَفِيِف مِنْ ذَلِكَ!” (يـَـــانْ تـِـيــَـان تْشَاوْ) لنَفَسْه . كَانَ صَوتٌه مُنْخَفِضاً جِدَاً ، لكنَّ (لِـيـِـنــــج هـَــانْ) نَجَحَ فِيْ سَمَاعه .

عَلَيْ الرَغْم مِنْ أَنْ بَرَاعَة المَعْرَكَة الشَخْصِيَة لِلتَلَامِيِذ مِنْ (طَائِفَة الألـــ?ـــف جُثَة) كَانَت عَادَة لَيْسَتْ قَوِيَةً جِدَاً ، وَ مَعَ ذَلِكَ لَا تزَاَلَ هُنَاْكَ إسْتِثْنَاءات لهذه القَاعِدة . عَلَيْ سبيل المثال ، حَصَلَ (رُوُنْغ هُوَان شُوَانْ) عَلَيْ مِيِرَاث زعيم الطَائِفَة ، وَ عَلَيْ الرَغْم مِنْ أَنَّه لَمْ ينَجَحَ فِيْ الحُصُول عَلَيْ الأدَاة الرُوُحِية مِنْ الَمُسْتَوَي العَاشِرِ ، صـَـابِر الضوضاء الشَيْطَاني ، تَمَكَن مِنْ الحُصُول عَلَيْ تِقَنِيَة الصَابِر وَ الَّتِي يُمْكِن إِسْتِخُدَّامهَا مَعَ صـَـابِر الضوضاء الشَيْطَاني . لَمْ تَكُنْ دَرَجَة هَذَا التِقَنِيَة مِنْ السَيْف مُنْخَفِضة للغَايَة ، وَ يُمْكِن إِسْتِخُدَّامهَا طَالَمَا أَنْ أَحَدُهم قَدْ زرع تشِي الجُثَة . مَدَيْ قُوَة تِقَنِيَة الصَابِر هَذِهِ يَعْتَمِدُ عَلَيْ إنْجَازَات المَرْأ مِنْ حَيْثُ زِرَاْعَة تشِي الجُثَة .

قَاْلَ (لِـيـِـنــــج هـَــانْ) دَاخلِيَاً إلَي البُرْج الصَغِيِر : “فَقَطْ ألقي نَظَرة ، لَدَيْه فَقَطْ أدَاة رُوُحِية مِنْ الَمُسْتَوَي العَاشِر وَ هـُــوَ بالفِعْل رَائِع جِدَاً ، بَيْنَما يَجِبُ أَنْ أتَصَرَف بنَفَسْي ، لِمَاذَا يوجد مِثْل هَذَا التباين الَهَائل؟”

و هَكَذَا ، كَانَ (رُوُنْغ هُوَان شُوَانْ) لَا يزَاَلُ لَدَيْه مُسْتَوَي مَعَيْن مِنْ القُدْرَة فِيْ تِقْنِيَات السَيْف ، وَ شَكَّلَ خَمْسَ وَمَضَاتٍ مِنْ الصَابِر تشِي الذِيْ إنْخَفَضَ فِيْ (يـَـــانْ تـِـيــَـان تْشَاوْ) بضَرْبَة وَاحِدَة مِنْ صَابِره .

أجاب {البُرْج الـصَغِيِر} بهُدُوُء : “إِذَا كُنْت تُرِيِدُ ذَلِكَ ، فَأنَا أيْضَاً ، أسْتَطِيِعُ أَنْ أُظْهَر قُوَتِي الكَامِلِة . يُمْكِنك تَدْمِيِر أَيّ شَخْص تُرِيِدُ كذَلِكَ . عَلَيْ أَيّ حـَـال ، أنْتَ السَيِّد ، لذَلِكَ أُطِيِعُك ” .

(يـَـــانْ تـِـيــَـان تْشَاوْ) لَم يَهَرَبَ . إمتدَت يَدَه اليُمْنَي ، وَ إرْتَفَعَت النِيَةُ القِتَالِية . إنْتَشَرَت العَدِيِدُ مِنْ الخُيُوطِ الحَرِيَرَيةِ ذاتُ اللَون الأَخْضر ، ومِثْل الشبكة ، يَتِمُ تَحْرِيِكهَا لتطويق (رُوُنْغ هُوَان شُوَانْ) .

إستَّمَرَّ (رُوُنْغ هُوَان شُوَانْ) فِيْ دَفْعَ التَوَابِيِتِ الثَلَاثَةُ البُرُوُنْزِيَةِ فِيْ الطَرِيِقِ . كَانَ بَعْض مقَاتَلي [طَبَقَة إِزدِهَاْر الزُهُوُر] لَا يزَاَلَون يُطَارِدُوُنَ ، غَيْرَ رَاغِبيْنَ فِيْ التَخَلَي عَن المُطَارَدَة ، فِيْ حِيِن أَنْ أخَرِيِن كَانَوا قَدْ إسْتَدَاروا بالفِعْل وَ غَادَروا .

“مَزَقَ!” أعْلَنَ (رُوُنْغ هُوَان شُوَانْ) بشَكْلٍ حاد . سَقَطَ صـَـابِر تشِي ، لكنَّ هَذِهِ الشبكة الخَضْرَاء كَانَت سَالِمة تَمَاماً .

(لِـيـِـنــــج هـَــانْ) لَمْ يَتَحَرَكَ . كَانَ خَائِفاً مِنْ أَنْ (رُوُنْغ هُوَان شُوَانْ) سيهَرَبَ مَرَة أُخْرَي إلَي التَوَابِيِتِ الثَلَاثَةُ البُرُوُنْزِيَةِ . فِيْ هَذِهِ الحـَـالة ، سيَكُوْن ذَلِكَ مِثْل نمر يحَاوَل أَنْ يعض مِنْ خِلَال صُدْفَة السُلْحُفَاة ، دُونَ أَيّ فكرة عَن مكَانَ العض . مِنْ نَاحِيَة أُخْرَي ، سيَكُوْن مِنْ السهَل إنْتِزَاعُ المُفْتَاحِ مِنْ قَبْضَةِ (يـَـــانْ تـِـيــَـان تْشَاوْ) .

“مَاذَا!؟” لَا يَسَعه إلَا أَنْ يُفَاجَئ ؛ كَيْفَ يُمْكِن أنْ تَكُوُنَ نَوْعية هَذَا التشِي فَوْق نَفَسْه؟

بَعْدَ أَنْ هز (لِـيـِـنــــج هـَــانْ) رَأْسهُ دَاخلِيَاً . فِيْ حـَـالة منَفْعَلة ، لَا يَحْتَاجُ المَرْأ إلَا إلَي أَنْ يَكُوْن فِيْ [طَبَقَة التَحَوَلِ الخَالِد] وَ سَيَظَلُ قَادِراً عَلَيْ قَتْل (رُوُنْغ هُوَان شُوَانْ) مَعَ تَأثِيِر الهَجَمَات فَقَط ، حَتَي مَعَ وُجُود ثَلَاثَة جُنُوُدِ جُثَة فِيْ الطَرِيْق . بِالطَبْع ، كَانَ ذَلِكَ مستندا إلَي فَرْضِية أَنْ زِرَاْعَة (رُوُنْغ هُوَان شُوَانْ) لَمْ يَكُنْ فِيْ [طَبَقَة التَحَوَلَ الخَالِد] حَتَي الأنْ .

“شَقِي جاهَل!” فُتِحْتَ شَبَكَة (يـَـــانْ تـِـيــَـان تْشَاوْ) الكَـَـبِيِرَة بالفِعْل وَ أحَاطَت بـِـ (رُوُنْغ هُوَان شُوَانْ) تَمَاماً .

“يَا لَهُ مِنْ هُرَاءٍ بِإسْمِ [طَبَقَة اَلْفِئران الرُوُخِيَةِ]، إنْتَظر حَتَي أحْصُلُ عَلَيْ المِيِرَاث فِيْ العَوَالِم الإثنية عَشَرَ ، ثُمَ سأعُوُد وَ أَصْقُلُكُم جَمِيْعاً إلَي جُنُود الجُثَة ! هاهاهاها!” ضَحِكَ (رُوُنْغ هُوَان شُوَانْ) بشَكْلٍ صَاخِب . مِنْ سيَكُوْن قَادِراً عَلَيْ اللَّعِبِ مَعَ المُقَاتَليِن مِنْ [طَبَقَة الرَضِيِعِ الرُوُحِي] فِيْ كـَــف يَدَه بَيْنَما هـُــوَ نَفَسْه فِيْ [طَبَقَة الرَكِيِزَةُ الرُوُحِية] فَقَطْ ؟

◆◇◆◇◆◇◆◇◆◇◆

إنـتـهـــــي (❁´◡`❁) الـفـصــــل

“أنْتَ فِيْ [طَبَقَة الرَكِيِزَةُ الرُوُحِية] فَقَطْ ، كَيْفَ لِكَ أنْ تتَكَلَم بجرأة!” خَرَجَ (رُوُنْغ هُوَان شُوَانْ) مِنْ التَابُوت وَ هَاجَمَ عَلَيْ صَرِيِر بَارِدْ فِيْ (يـَـــانْ تـِـيــَـان تْشَاوْ) .

ترجمة

أجاب {البُرْج الـصَغِيِر} بهُدُوُء : “إِذَا كُنْت تُرِيِدُ ذَلِكَ ، فَأنَا أيْضَاً ، أسْتَطِيِعُ أَنْ أُظْهَر قُوَتِي الكَامِلِة . يُمْكِنك تَدْمِيِر أَيّ شَخْص تُرِيِدُ كذَلِكَ . عَلَيْ أَيّ حـَـال ، أنْتَ السَيِّد ، لذَلِكَ أُطِيِعُك ” .

ℍ???????

🔥 تحدي يوليو 2026 ⏳ 1 يوم متبقي
14,000 شعلة الهدف: 66,666
21%
🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع!
×

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

🥇M. K🔥 12,000
🥈Fares saeed🔥 1,000
🥉Abdullah K🔥 500
4Hamood Mahemed🔥 500

“أنْتَ فِيْ [طَبَقَة الرَكِيِزَةُ الرُوُحِية] فَقَطْ ، كَيْفَ لِكَ أنْ تتَكَلَم بجرأة!” خَرَجَ (رُوُنْغ هُوَان شُوَانْ) مِنْ التَابُوت وَ هَاجَمَ عَلَيْ صَرِيِر بَارِدْ فِيْ (يـَـــانْ تـِـيــَـان تْشَاوْ) .

---

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

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

Comment

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

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