الفصل 622: بحر الشياطين العاصف
بدا مذهولاً تمامًا.
“فقط حين يتناغم الدواء مع طاقتك يتشكل الجسد؛ وحين يتوافق الطاو مع الغموض يصير المرء طبيعيًا. ابتلع نواةً ذهبيةً، وستدرك أن مصيرك لك وحدك أن تقرره.”
“أيها المحترم! ألم تختر حتى حشرة حياتك المرتبطة، ومع ذلك فقد شكّلت نواتك بالفعل؟!”
انحنى تسوي شيوان تسي بعمق حتى لامست جبهته الأرض. كانت نبرة صوته تحمل إعجابًا عميقًا، ممزوجًا بحزنٍ خفيف، لكن في النهاية، ذاب كل ذلك في كلمة واحدة من التهنئة:
.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; } .nightmode .shola-widget, .nightmode .shola-lb-wrap, .nightmode .shola-pb-wrap { background: #222; 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); } .nightmode .shola-modal-box { background: #222; color: #ddd; } .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 ⏳ 19 يوم متبقي 10,000 شعلة الهدف: 66,666 15% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000 🥇M. K💎 10,000🥈ibrahim shazly💎 500🥉الخال!💎 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; } .nightmode .shola-widget, .nightmode .shola-lb-wrap, .nightmode .shola-pb-wrap { background: #222; 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); } .nightmode .shola-modal-box { background: #222; color: #ddd; } .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 ⏳ 19 يوم متبقي 10,000 شعلة الهدف: 66,666 15% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000 🥇M. K💎 10,000🥈ibrahim shazly💎 500🥉الخال!💎 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; } .nightmode .shola-widget, .nightmode .shola-lb-wrap, .nightmode .shola-pb-wrap { background: #222; 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); } .nightmode .shola-modal-box { background: #222; color: #ddd; } .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 ⏳ 19 يوم متبقي 10,000 شعلة الهدف: 66,666 15% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000 🥇M. K💎 10,000🥈ibrahim shazly💎 500🥉الخال!💎 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; } .nightmode .shola-widget, .nightmode .shola-lb-wrap, .nightmode .shola-pb-wrap { background: #222; 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); } .nightmode .shola-modal-box { background: #222; color: #ddd; } .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 ⏳ 19 يوم متبقي 10,000 شعلة الهدف: 66,666 15% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000 🥇M. K💎 10,000🥈ibrahim shazly💎 500🥉الخال!💎 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; } .nightmode .shola-widget, .nightmode .shola-lb-wrap, .nightmode .shola-pb-wrap { background: #222; 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); } .nightmode .shola-modal-box { background: #222; color: #ddd; } .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 ⏳ 19 يوم متبقي 10,000 شعلة الهدف: 66,666 15% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000 🥇M. K💎 10,000🥈ibrahim shazly💎 500🥉الخال!💎 100
لكن تشين سانغ كان لا يزال غير متأكدٍ من المسار الذي يتبعه الممارسون البشريون المحليون. هل يعكسون ممارسات عرق السحرة؟
“فقط حين يتناغم الدواء مع طاقتك يتشكل الجسد؛ وحين يتوافق الطاو مع الغموض يصير المرء طبيعيًا. ابتلع نواةً ذهبيةً، وستدرك أن مصيرك لك وحدك أن تقرره.”
دارت أفكاره سريعًا، ثم ردّ بابتسامةٍ هادئة:
بل على العكس، أثارت كلمات تسوي شيوان تسي فضوله أكثر.
“قضيت سنواتٍ طويلةً في العزلة، لكنني لم أستطع أبدًا العثور على حشرة حياةٍ مرتبطةٍ مناسبة، وهو ما أعاق تقدمي. منذ وقتٍ غير بعيد، واجهت عقبةً في تشكيل نواتي، فقررت السفر للبحث عن حشراتٍ روحيةٍ، مستخدمًا الرحلة كوسيلةٍ للتدريب. من كان ليتوقّع أن يمنحني إلهامٌ مفاجئٌ النجاح في منتصف الطريق؟ حتى أنا لم أتوقع ذلك.”
كان عرق السحرة يخشون قوة سفراء إله السحر، ومع ذلك كانوا يحملون إيمانًا راسخًا به. ذلك الإيمان، رغم عدم ملموسيته، كان أحيانًا يمتلك قوةً هائلة.
قال الكذبة بسلاسةٍ تامة.
كان عرق السحرة يخشون قوة سفراء إله السحر، ومع ذلك كانوا يحملون إيمانًا راسخًا به. ذلك الإيمان، رغم عدم ملموسيته، كان أحيانًا يمتلك قوةً هائلة.
لكن في قلبه، سخر بمرارة:
“مبروك، أيها المحترم، على تشكيل نواتك.”
“لو عرفتم فقط المحن التي عانيتها لأجل تشكيل هذه النواة!”
كان عرق السحرة يشير إلى ممارسي التطوير الخالد بـ”سفراء إله السحر”، وكان لديهم عاداتٌ غريبةٌ كثيرة.
أطرق تسوي شيوان تسي برأسه مذهولًا وقال بإعجابٍ صادق:
“لو رغبتُ في إلقاء نظرةٍ على التقنية السرية التي توارثتها طائفتك، هل توافق؟”
“أيها المحترم، موهبتك لا تشبه أي شيءٍ رأيته في حياتي… أن تشكّل نواةً دون الاعتماد على حشرة حياةٍ مرتبطة؟ حتى تلاميذ الطوائف الكبرى خارج شي جيانغ لا يمكنهم مقارنتك! طالما أنك تتدرب هنا في شي جيانغ، فإن احتجت لأي شيءٍ، فلا تتردد في إرشادنا. سيفعل تلاميذ طائفتي وأنا كل ما في وسعنا لخدمتك.”
بدا مذهولاً تمامًا.
بعد أن أدرك أن تشين سانغ لم يختر حتى حشرة حياةٍ مرتبطة، أصبح تسوي شيوان تسي أكثر اقتناعًا بأن أصول تشين سانغ استثنائيةٌ حقًّا. بدأ ينمو في قلبه رغبةٌ قويةٌ في التقرّب منه وبناء علاقةٍ ودّية.
اشتبه تشين سانغ في أن ذلك كان وسيلةً للحفاظ على السيطرة على عامة الناس وتعزيز سلطة هؤلاء السحرة.
أما تشين سانغ، صاحب البشرة السميكة، فلم يشعر بأدنى إحراجٍ طبعًا.
“لو عرفتم فقط المحن التي عانيتها لأجل تشكيل هذه النواة!”
بل على العكس، أثارت كلمات تسوي شيوان تسي فضوله أكثر.
تذكّر حديثه السابق مع يوان هو.
هل يشكّل ممارسو السحر نواتهم ليس عبر استخدام الحبوب الروحية والكنوز النادرة كما يفعل ممارسو مرحلة البرودة الصغيرة، بل عبر الاعتماد على حشرة الحياة المرتبطة؟
ثم ألقى نظرةً ثاقبةً طويلةً على تسوي شيوان تسي، كانت عيناه حادتين كأنه يستطيع رؤية زيف كلمات الرجل العجوز. ومع ذلك، لم يُبدِ رغبةً في التحقيق فيما إذا كانت كلماته صادقةً أم لا. فلوّح بيده وقال:
نظر تشين سانغ إلى تسوي شيوان تسي بنظرةٍ فيها لمحةٌ من السخرية، ثم ضحك بخفةٍ وقال:
أطرق تسوي شيوان تسي برأسه مذهولًا وقال بإعجابٍ صادق:
“لو رغبتُ في إلقاء نظرةٍ على التقنية السرية التي توارثتها طائفتك، هل توافق؟”
من تلك المحادثة، تعلّم تشين سانغ أن عرق السحرة والبشر كانا عدوّين لدودين، وكراهيتهم متجذّرةٌ في تاريخٍ طويلٍ من الحروب وإراقة الدماء.
“هذا…”
رد تشين سانغ ببرود:
تغيّر تعبير تسوي شيوان تسي. لم يتوقّع أن يطلب تشين سانغ تعليمات طائفته.
لكن إن كان حتى ممارسو تشكيل النواة يغامرون هناك في مجموعاتٍ لصيد الشياطين، فهذا يعني بوضوحٍ أن وحوش “بحر الشياطين العاصف” ليست ودودةً تجاه البشر، على عكس تلك التي في التل السماوي الشيطاني.
لكن مع هذه الخلفية القوية التي يملكها هذا الرجل، ما قيمة طائفةٍ متواضعةٍ مثل طائفته؟
“لو عرفتم فقط المحن التي عانيتها لأجل تشكيل هذه النواة!”
ابتسم تسوي شيوان تسي ابتسامةً متكلفةً وقال:
فقط بين “بي مو” (السحرة المحليين) وكهنة القرى استمرت تلك العادات الغريبة بشكلٍ كامل.
“أيها المحترم، أتمزح؟ فنون التطوير في جميع أنحاء شي جيانغ متشابهةٌ إلى حدٍ كبير. إرث طائفتنا سطحيٌّ جدًّا، ونخشى أنه لا يستحق اهتمامك.”
لا أحد يدري إن كان لا يزال حيًّا أم قد مات.
ردّ تشين سانغ ببرودٍ:
فقط بين “بي مو” (السحرة المحليين) وكهنة القرى استمرت تلك العادات الغريبة بشكلٍ كامل.
“هل أمزح في مثل هذه الأمور؟ أستفيد من كل ما يساعد تطوري، مهما كان مصدره. طائفتك تمكّنت من الصمود في شي جيانغ والهيمنة على منطقة جبل الدب، بل وأنتجت خبيرًا في تشكيل النواة. لا بد أن لديكم نقاط قوةٍ. لو استطعتُ إلقاء نظرةٍ، فقد يمنحني ذلك بصيرةً جديدةً. بالطبع، لن أجبرك على شيءٍ…”
ثم ألقى نظرةً ثاقبةً طويلةً على تسوي شيوان تسي، كانت عيناه حادتين كأنه يستطيع رؤية زيف كلمات الرجل العجوز. ومع ذلك، لم يُبدِ رغبةً في التحقيق فيما إذا كانت كلماته صادقةً أم لا. فلوّح بيده وقال:
لعن تسوي شيوان تسي في نفسه. لم يتوقّع أن ينقلب عليه اقتباسه لاسم عمه ويجلب له مثل هذه المتاعب.
لكن مع هذه الخلفية القوية التي يملكها هذا الرجل، ما قيمة طائفةٍ متواضعةٍ مثل طائفته؟
أخرج تشين سانغ عنصرًا من خاتمه الذي يحمل ألف جِنّ، وقدمه لتسوي شيوان تسي وقال:
لعن تسوي شيوان تسي في نفسه. لم يتوقّع أن ينقلب عليه اقتباسه لاسم عمه ويجلب له مثل هذه المتاعب.
“إذا رغبت، يمكنني استبدال هذا العنصر به.”
صرخ تسوي شيوان تسي بدهشةٍ:
ركّز تسوي شيوان تسي نظره، فرأى أنه قطعة ورق تعويذة. بدا في البداية مرتبكًا.
“هل لدى ممارسي تشكيل النواة في طائفتك وقتٌ فراغ؟ لقد شكّلت نواتي للتو، ولديّ الكثير من التساؤلات. آمل أن أزوركم وأتبادل النقاش.”
لكن في اللحظة التي تعرّف فيها بوضوحٍ على ما كان عليه، غمرت ملامح وجهه نظرة صدمةٍ عارمة، وصرخ:
كان عرق السحرة يخشون قوة سفراء إله السحر، ومع ذلك كانوا يحملون إيمانًا راسخًا به. ذلك الإيمان، رغم عدم ملموسيته، كان أحيانًا يمتلك قوةً هائلة.
“هذه… تعويذة نجمية؟!”
اشتبه تشين سانغ في أن ذلك كان وسيلةً للحفاظ على السيطرة على عامة الناس وتعزيز سلطة هؤلاء السحرة.
(نهاية الفصل)
“هل لدى ممارسي تشكيل النواة في طائفتك وقتٌ فراغ؟ لقد شكّلت نواتي للتو، ولديّ الكثير من التساؤلات. آمل أن أزوركم وأتبادل النقاش.”
(نهاية الفصل)
