1408
1408
وأخيرا ، رأى أن إمبراطور السماء الخالدة قد تحول إلى عملاق يبلغ ارتفاعه آلاف الأمتار. تحولت الكرات التسعة من الضوء إلى نُجُوُم ضخمة ، مكونة دائرة من الضوء ، تمارس في يد إمبراطور السماء الخالدة واستخدمت كسلاح.
▬▬▬▬ ❃ ◈ ❃ ▬▬▬▬
.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 ⏳ 10 يوم متبقي 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
⏳ 10 يوم متبقي
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
⏳ 10 يوم متبقي
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
يمكن أن يشعر (لـِـينج هـَــان) بالقوة الساحقة للسيف حتى من داخل البرج الأسود. كـَـانَ الأمر كما لو أن هذا السيف يمكن أن يخترق روحه ويمزقه إلى أشلاء.
وأخيرا ، رأى أن إمبراطور السماء الخالدة قد تحول إلى عملاق يبلغ ارتفاعه آلاف الأمتار. تحولت الكرات التسعة من الضوء إلى نُجُوُم ضخمة ، مكونة دائرة من الضوء ، تمارس في يد إمبراطور السماء الخالدة واستخدمت كسلاح. “
تَرْجَمَة : “
أجابه إمبراطور السماء الخالدة “إنه لا شيء”. “لقد فقدت ذراع فقط. سوف يتم شفاؤها بالكامل بعد نصف عام من الراحة “. لم يكن هذا جرحا صغيرا ، ولكن مقارنة بزيادة قوته ، فإن مثل هذا الجرح كـَـانَ شاحبا بالفعل.
◉ISRΛWΛTΛN◉
إنـتـهـــــى الـفـصــــل
كان يعلم أن (لـِـينج هـَــان) كـَـانَ يختبئ في مكان غامض من قبل ، علي الرغم من أنه لم يكن يعلم كيف استطاع (لـِـينج هـَــان) أن يخفي هالته. علي الرغم من أنه شن موجة من الهجمات ، إلا أنه لم يكن قادرا علي إجبار (لـِـينج هـَــان) علي الخروج من مخبأه. الأن ، كـَـانَ لا يزال غير قادر علي تحديد ما إذا كـَـانَ (لـِـينج هـَــان) لا يزال في هذا المكان أم لا.
كانت هناك نية قتل قوية في عيون ملك اللهب السماوي التسعة كما انه اجتاح محيطه مع نظراته.
فِلِسطِين حُرَة… اللهمّ إنا نستودعك غزة وأهالي غزة كبيرها وصغارها، رجالها ونسائها، شبابها وبناتها، أرضها وسماءها أن تحفظها وتحميها من قصف العدوان الغاشم.
◆◇◆◇◆◇◆
إنـتـهـــــى الـفـصــــل
هذا السيف الخالد قد توارث عبر ميراث السلالة ، بعد كل شيء ، وكان إمبراطور السماء الخالدة قويا للغاية أيضا . بعد التضحية بذراع ، تمكن أخيرا من أن يصبح المالك الجديد لسيف الشياطين التسعة.
فِلِسطِين حُرَة… اللهمّ إنا نستودعك غزة وأهالي غزة كبيرها وصغارها، رجالها ونسائها، شبابها وبناتها، أرضها وسماءها أن تحفظها وتحميها من قصف العدوان الغاشم.
إنـتـهـــــى الـفـصــــل
تَرْجَمَة :
إذا كـَـانَ سيحصل عليها ، فهل ستظل (الإمبراطورة لُوَان شِينغ) مباراة له ؟ كـَـانَ هناك احتمال أن يتم خطفها من قبله وتصبح محظيته!
◉ISRΛWΛTΛN◉
كان هذا سيف الشياطين التسعة ، أداة خالدة في [طبقة النهر الأبدي] ، مما يعني أنها كانت علي الأقل أداة خالد من المستوى 13!
هذا السيف الخالد قد توارث عبر ميراث السلالة ، بعد كل شيء ، وكان إمبراطور السماء الخالدة قويا للغاية أيضا . بعد التضحية بذراع ، تمكن أخيرا من أن يصبح المالك الجديد لسيف الشياطين التسعة.
