Switch Mode

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

Super God Gene 1627

القتال الحقيقي يبدأ

القتال الحقيقي يبدأ

 

 

الفصل 1627: القتال الحقيقي يبدأ

 

 

.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 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉عويض المطيري🔥 1004G A🔥 1005Ali Alshamsi🔥 1006Abdulla Alkalbani🔥 1007ahmad aa🔥 1008Ali Souidan🔥 1009mohammad alazmi🔥 10010Gehrman Sparrow🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057الخال!💎 1008F A💎 1009mohaamned alrehaili💎 10010محمد جبران💎 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 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉عويض المطيري🔥 1004G A🔥 1005Ali Alshamsi🔥 1006Abdulla Alkalbani🔥 1007ahmad aa🔥 1008Ali Souidan🔥 1009mohammad alazmi🔥 10010Gehrman Sparrow🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057الخال!💎 1008F A💎 1009mohaamned alrehaili💎 10010محمد جبران💎 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 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉عويض المطيري🔥 1004G A🔥 1005Ali Alshamsi🔥 1006Abdulla Alkalbani🔥 1007ahmad aa🔥 1008Ali Souidan🔥 1009mohammad alazmi🔥 10010Gehrman Sparrow🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057الخال!💎 1008F A💎 1009mohaamned alrehaili💎 10010محمد جبران💎 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 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉عويض المطيري🔥 1004G A🔥 1005Ali Alshamsi🔥 1006Abdulla Alkalbani🔥 1007ahmad aa🔥 1008Ali Souidan🔥 1009mohammad alazmi🔥 10010Gehrman Sparrow🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057الخال!💎 1008F A💎 1009mohaamned alrehaili💎 10010محمد جبران💎 100

لكن عينيه كانتا على النقيض من ذلك . بدو هادئين للغاية ، ولم يكن لديهم حزن أو سعادة.

الناس الذين يعرفون ستة مسارات سيعرفون ما يوحي به هدوئه.

 

“السيدة غو ، ماذا يحدث الآن؟” لم يستطع وانغ يوهانغ رؤية القتال ، لذلك سأل غو تشينغ تشينغ.

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

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

 

 

أخذ هان سين نفس عميق وترك الطاقة تتدفق عبر جسده في دورة كاملة.

سريع جدا.

 

لم يتحرك السيف في يد ستة مسارات. بدأ وجهه يتحول إلى اللون الأحمر وكأن دمه يغلي من الداخل. جعل الناس يعتقدون أنه كان بركان يمكن أن يثور في أي لحظة.

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

تم حظر انفجار اليين يانغ في التحالف بسبب قوته وتقلبه ، على الرغم من سهولة تعلمه.

 

“غريب. يبدو أن الدولار يعرف مهارات السيف لستة مسارات. وإلا ، كيف يمكنه إصدار الحكم الصحيح لمجموعة الحركات المتغيرة باستمرار ؟ ” بدا الزعيم المقدس مُرتاب.

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

 

 

 

تم حظر انفجار اليين يانغ في التحالف بسبب قوته وتقلبه ، على الرغم من سهولة تعلمه.

بدا شو مي ، الذي كان بجانبه ، مرتبكاً. “أبي ، أي خطوة؟”

 

 

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

في مواجهة ستة مسارات ومهاراته في استخدام السيف ، لم يراوغ هان سين. لم يكن لديه قلب السيف ، لكنه كان لا يزال لديه الإرادة الفطرية للقتال . لم يكن هناك فرق كبير سواء كان لديه سيف أم لا. أراد الفوز بنفس القدر في كلتا الحالتين.

 

 

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

.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 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉عويض المطيري🔥 1004G A🔥 1005Ali Alshamsi🔥 1006Abdulla Alkalbani🔥 1007ahmad aa🔥 1008Ali Souidan🔥 1009mohammad alazmi🔥 10010Gehrman Sparrow🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057الخال!💎 1008F A💎 1009mohaamned alrehaili💎 10010محمد جبران💎 100

 

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

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

 

 

 

لكن بالنسبة إلى ستة مسارات ، كان السيف سيف . ولم تكن هناك مقارنة بأي شيء آخر.

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

 

 

في مواجهة ستة مسارات ومهاراته في استخدام السيف ، لم يراوغ هان سين. لم يكن لديه قلب السيف ، لكنه كان لا يزال لديه الإرادة الفطرية للقتال . لم يكن هناك فرق كبير سواء كان لديه سيف أم لا. أراد الفوز بنفس القدر في كلتا الحالتين.

أخذ هان سين نفس عميق وترك الطاقة تتدفق عبر جسده في دورة كاملة.

 

حرك هان سين إصبعه ، وأطلق العنان لانفجار يين يانغ نحو سيف ستة مسارات. وتحرك السيف ثلاث بوصات عن مساره.

حرك هان سين إصبعه ، وأطلق العنان لانفجار يين يانغ نحو سيف ستة مسارات. وتحرك السيف ثلاث بوصات عن مساره.

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

 

 

ظل سيف قلب ستة مسارات هادئ ، لكن مهاراته في السيف كانت مثل البركان أو التسونامي.

 

 

أخذ هان سين نفس عميق وترك الطاقة تتدفق عبر جسده في دورة كاملة.

سريع جدا.

 

 

كان الآخرين مرتعبين عندما رأو أن كل مهارات السيف هذه تفشل . بالنسبة لهان سين ، لم يكن هذا شيئ مذهل.

صلب , اكثر صلابة.

 

 

كان هناك الكثير من المخلوقات في منطقة الجمهور يشاهدون ، ولكن مع ذلك ، كان كل شيء هادئ بشكل مميت. الشيء الوحيد الذي كان يمكن سماعه هو صوت ضربات المقاتلين.

دقيق ، أكثر دقة.

 

 

كان الآخرين مرتعبين عندما رأو أن كل مهارات السيف هذه تفشل . بالنسبة لهان سين ، لم يكن هذا شيئ مذهل.

ثابت , لا يتزعزع.

 

 

 

كان سيف ستة مسارات أقوي من أي وقت مضى. كان أكثر جنوناً من أي وقت مضى أيضاً. في النهاية ، لم يتمكنو حتى من رؤية سيف ستة مسارات ولا جسده. كل ما يمكن أن يروه كان ضوء السيف يتلألأ حول هان سين . تركت علامات السيوف في كل مكان.

 

 

 

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

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

 

لاحظ ستة مسارات تغير جسم هان سين. مهارات السيف الثلاثة التي استخدمها بالفعل لم تنجح مع هان سين ، لكنه بدا هادئ الآن.

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

 

 

 

كان هناك الكثير من المخلوقات في منطقة الجمهور يشاهدون ، ولكن مع ذلك ، كان كل شيء هادئ بشكل مميت. الشيء الوحيد الذي كان يمكن سماعه هو صوت ضربات المقاتلين.

“السيدة غو ، ماذا يحدث الآن؟” لم يستطع وانغ يوهانغ رؤية القتال ، لذلك سأل غو تشينغ تشينغ.

 

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

قال الامبراطور فرناس بحسرة: “مهارة السيف القوية تلتقي بخطوة قوية”.

 

 

 

بدا شو مي ، الذي كان بجانبه ، مرتبكاً. “أبي ، أي خطوة؟”

 

 

 

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

 

 

ظل سيف قلب ستة مسارات هادئ ، لكن مهاراته في السيف كانت مثل البركان أو التسونامي.

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

 

 

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

“هل هذا يعني أن الدولار يعرف نقاط الضعف في مهارات سيف ستة مسارات؟” سأل شو مي.

في مواجهة ستة مسارات ومهاراته في استخدام السيف ، لم يراوغ هان سين. لم يكن لديه قلب السيف ، لكنه كان لا يزال لديه الإرادة الفطرية للقتال . لم يكن هناك فرق كبير سواء كان لديه سيف أم لا. أراد الفوز بنفس القدر في كلتا الحالتين.

 

 

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

 

 

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

بدا شو مي كما لو كان يفهم ، لكنه لم يفهم . ثم سأل: “ما زلت لا أفهم. ما الفرق بين ذلك ونقاط الضعف؟”

 

 

تم حظر انفجار اليين يانغ في التحالف بسبب قوته وتقلبه ، على الرغم من سهولة تعلمه.

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

 

 

“الدولار يتحرك على حافة السكين.” قال زعيم السماء الخارجية ، وهو ينظر إلى ساحة القتال “إذا انزلق ، فسوف يقتله سيف ستة مسارات.”

ناقش العديد من النخب المعركة بين هان سين وستة مسارات.

الفصل 1627: القتال الحقيقي يبدأ

 

 

“الدولار يتحرك على حافة السكين.” قال زعيم السماء الخارجية ، وهو ينظر إلى ساحة القتال “إذا انزلق ، فسوف يقتله سيف ستة مسارات.”

سريع جدا.

 

 

“غريب. يبدو أن الدولار يعرف مهارات السيف لستة مسارات. وإلا ، كيف يمكنه إصدار الحكم الصحيح لمجموعة الحركات المتغيرة باستمرار ؟ ” بدا الزعيم المقدس مُرتاب.

 

 

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

“السيدة غو ، ماذا يحدث الآن؟” لم يستطع وانغ يوهانغ رؤية القتال ، لذلك سأل غو تشينغ تشينغ.

حرك هان سين إصبعه ، وأطلق العنان لانفجار يين يانغ نحو سيف ستة مسارات. وتحرك السيف ثلاث بوصات عن مساره.

 

الفصل 1627: القتال الحقيقي يبدأ

“شيء خطير.” عبست غو تشينغ تشينغ.

 

 

 

إذا وجدت أي أخطاء (روابط معطلة ، محتوى غير قياسي ، إلخ ..) ، فيرجى إخبارنا بـ <تعليقات الرواية> حتى نتمكن من إصلاحها في أقرب وقت ممكن.

كان هناك الكثير من المخلوقات في منطقة الجمهور يشاهدون ، ولكن مع ذلك ، كان كل شيء هادئ بشكل مميت. الشيء الوحيد الذي كان يمكن سماعه هو صوت ضربات المقاتلين.

 

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

 

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

 

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

 

 

 

 

 

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

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

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

🥇M. K🔥 40,000
🥈Yazeed Alsaedi🔥 105
🥉عويض المطيري🔥 100
4G A🔥 100
5Ali Alshamsi🔥 100
6Abdulla Alkalbani🔥 100
7ahmad aa🔥 100
8Ali Souidan🔥 100
9mohammad alazmi🔥 100
10Gehrman Sparrow🔥 100

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

---

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

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

Comment

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

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