الخاتمة
المجلد 4: رجال السحالي الأبطال
الخاتمة
فهم زاريوسو تمامًا الآن.

قام زاريوسو بتحريك فمه، الذي شعر بالخدر وبالتالي من الصعب السيطرة عليه، ثم طرح سؤالاً.
ملأ جسده إحساس لطيف. كان الأمر كما لو أن يدًا كانت تحاول جره عبر المياه العميقة، لكن زاريوسو تجاهلها. كان ذلك لأنه شعر بشيء مقرف من تلك اليد المخيفة.
.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🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Abdullah K💎 5004ibrahim shazly💎 5005Hamood Mahemed💎 5006Yazeed Alsaedi💎 1057SFM OP💎 1008A N O N Y M O U S💎 1009abdullah Alrehaili💎 10010Mohammed Alotaibi💎 100
بعد ما بدا وكأنه لحظة خلود، شعر بيده تصل إليه مرة أخرى. أراد زاريوسو التخلص من الأمر مرة أخرى، لكنه توقف. كان ذلك لأنه سمع صوتًا قادمًا من بجانبه، صوت الأنثى التي أحبها.
“من فضلك اقبل ولائي الأبدي.”
تردد.
“يجب أن تكون جثثهم قريبة.”
وتردد.
“سأفكر في الأمر… أولاً، سأحافظ على أجسادهم، وبعد ذلك سأفكر في ذلك.”
وما زال يتردد.
“من فضلك اقبل ولائي الأبدي.”
في هذا العالم الذي ربما لم يكن فيه الوقت موجودًا على الإطلاق، تلاشى زاريوسو، وبعد ذلك، على مضض، مد يده لأخذ تلك اليد.
نهاية المجلد الرابع الصراحة كان المجلد في البداية ممل لكنه الصراحة مع آخر كم فصل أعجبني، إلى اللقاء في المجلد القادم.
بعد ذلك، قام شخص ما بجره بقوة، وجره إلى عالم أبيض لامع.
“حسنًا… يبدو أنه عاد إلى الحياة، لكن أفكاره لا تزال مشوشة، ويبدو أنه فقد مستوياته… في هذه الحالة، يجب أن تكون تقريبًا مثلما كانت في يجدراسيل.”
شعر بالعجز.
“نعم، لقد غادروا جميعًا.”
شعر أن أحشائه عبارة عن كيس من الطين.
قاد جيشًا أسطوريًا ورافقه الشياطين.
شعر بالتعب الشديد. حتى النشاط البدني المكثف لم يتركه مرهقًا هكذا من قبل.
ومع ذلك، لماذا هو على قيد الحياة؟ إلا إذا-
كافح زاريوسو لفتح عينيه الثقيلتين.
“مم … من فضلكِ افعلي.”
طعن الضوء في مجال رؤيته. يمكن أن تتكيف عيون رجال السحالي تلقائيًا مع الإضاءة المحيطة، لكنها لم تستطع مقاومة ومضات الضوء اللحظية. لذا رمش زاريوسو –
ترجمة: Scrub
“زاريوسو!”
لم يتحدث أحد ضد هذا الأمر. أكثر من ذلك، أطاعوا دون صوت احتجاج واحد. غادر السحالي القرية في صمت، والصوت الوحيد هو صوت أجسادهم وتناثر أقدامهم عبر المستنقع.
عانقه شخص ما بشدة.
“هل … كان هناك طقوس عظيمة للإحياء؟”
“كر.. كروش؟”
هل هو وحش؟ لا، كان هذا خطئًا.
من الناحية المنطقية، ما كان يجب أن يسمع هذا الصوت مرة أخرى. لكن هذا لأنه كان يعتقد أنه لن يسمع صوت تلك الأنثى مرة أخرى.
ملأ جسده إحساس لطيف. كان الأمر كما لو أن يدًا كانت تحاول جره عبر المياه العميقة، لكن زاريوسو تجاهلها. كان ذلك لأنه شعر بشيء مقرف من تلك اليد المخيفة.
عندما تكيفت عيناه أخيرًا مع الضوء، نظر إلى الأنثى التي احتضنته.
“السامي.”
كانت الأنثى التي أحبها – كروش لولو.
وتردد.
‘لماذا؟ مالذي جرى؟’
أمامه وقف ملك الموت، ملقي السحر ذو القوة الخارقة.
امتلئ قلب زاريوسو بالشك وعدم الارتياح. كانت ذاكرته الأخيرة – سقوط رأسه على المستنقع. من المفترض أنه قُتِلَ علي يد كوكيتوس.
تعافى زاريوسو أخيرًا من سجوده، وترك جسده يرتخي.
ومع ذلك، لماذا هو على قيد الحياة؟ إلا إذا-
قاد جيشًا أسطوريًا ورافقه الشياطين.
“- كروش، هل يمكن أنك قد قُتِلتِ أيضًا؟”
تعافى زاريوسو أخيرًا من سجوده، وترك جسده يرتخي.
“إيه؟”
قام زاريوسو بتحريك فمه، الذي شعر بالخدر وبالتالي من الصعب السيطرة عليه، ثم طرح سؤالاً.
بينما كان يستمتع بالإحساس اللطيف الذي يداعبه، غرق عقل زاريوسو في الظلام مرة أخرى.
ومع ذلك، فإن الإجابة التي تلقاها كانت نظرة محيرة على وجه كروش. عندما رأى ذلك، تنفس زاريوسو الصعداء لأنه كان يعلم أن كروش لم تمت. في هذه الحالة، لماذا لا يزال على قيد الحياة؟
“سأفكر في الأمر… أولاً، سأحافظ على أجسادهم، وبعد ذلك سأفكر في ذلك.”
قدم الصوت بجانبها إشارة.
طعن الضوء في مجال رؤيته. يمكن أن تتكيف عيون رجال السحالي تلقائيًا مع الإضاءة المحيطة، لكنها لم تستطع مقاومة ومضات الضوء اللحظية. لذا رمش زاريوسو –
“حسنًا… يبدو أنه عاد إلى الحياة، لكن أفكاره لا تزال مشوشة، ويبدو أنه فقد مستوياته… في هذه الحالة، يجب أن تكون تقريبًا مثلما كانت في يجدراسيل.”
ملأ جسده إحساس لطيف. كان الأمر كما لو أن يدًا كانت تحاول جره عبر المياه العميقة، لكن زاريوسو تجاهلها. كان ذلك لأنه شعر بشيء مقرف من تلك اليد المخيفة.
بعد أن أدرك من قال هذه الكلمات، نظر زاريوسو إلى مصدرها في دهشة.
أمامه وقف ملك الموت، ملقي السحر ذو القوة الخارقة.
أمامه وقف ملك الموت، ملقي السحر ذو القوة الخارقة.
“ما هذا بحق الجحيم…؟”
كان في يده عصا طولها ثلاثون سنتيمترا تشع بهواء مقدس يتعارض مع ملك اللاموتى الذي يحملها. كانت عصا جميلة يبدو أنها مصنوعة من العاج ومغطاة بالذهب، بينما كان مقبضها منقوشًا بالأحرف الرونية.
“مم … من فضلكِ افعلي.”
لم يعرف زاريوسو هذا، لكن تلك العصا كانت عصا القيامة، عنصر سحري أعاد زاريوسو إلى الحياة. في ظل الظروف العادية، لن يتمكن أولئك الذين لا يستطيعون استخدام السحر الكهنوتي من استخدام العناصر السحرية المشبعة بتعاويذ دينية، لكن العناصر السحرية من هذا النوع كانت استثناءً لهذه القاعدة.
“مم … من فضلكِ افعلي.”
تجولت نظرة زاريوسو، وأدرك أنه كان في قرية رجال السحالي.
.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🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Abdullah K💎 5004ibrahim shazly💎 5005Hamood Mahemed💎 5006Yazeed Alsaedi💎 1057SFM OP💎 1008A N O N Y M O U S💎 1009abdullah Alrehaili💎 10010Mohammed Alotaibi💎 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🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Abdullah K💎 5004ibrahim shazly💎 5005Hamood Mahemed💎 5006Yazeed Alsaedi💎 1057SFM OP💎 1008A N O N Y M O U S💎 1009abdullah Alrehaili💎 10010Mohammed Alotaibi💎 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🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Abdullah K💎 5004ibrahim shazly💎 5005Hamood Mahemed💎 5006Yazeed Alsaedi💎 1057SFM OP💎 1008A N O N Y M O U S💎 1009abdullah Alrehaili💎 10010Mohammed Alotaibi💎 100
بعبارة أخرى، كان كل شيء يسير كما خطط آينز.
“من فضلك اقبل ولائي الأبدي.”
“أورا، هل ذهبوا جميعًا؟”
وما زال يتردد.
“نعم، لقد غادروا جميعًا.”
امتلئ قلب زاريوسو بالشك وعدم الارتياح. كانت ذاكرته الأخيرة – سقوط رأسه على المستنقع. من المفترض أنه قُتِلَ علي يد كوكيتوس.
الشخص الذي أجابه كان فتاة من إلف الظلام. كانت تقف خلف آينز طوال هذا الوقت، وهذا جزئيًا هو سبب عدم ملاحظتها لزاريوسو، لكن السبب الرئيسي كان بسبب الهدوء الذي لا يُصدق.
ومع ذلك، فإن الإجابة التي تلقاها كانت نظرة محيرة على وجه كروش. عندما رأى ذلك، تنفس زاريوسو الصعداء لأنه كان يعلم أن كروش لم تمت. في هذه الحالة، لماذا لا يزال على قيد الحياة؟
”جيد. إذًا، زاريوسو شاشا، اسمح لي أن أهنئك على إعادة إحياءك.”
“إيه؟”
إعادة الإحياء.
”طقوس عظيمة؟ ما هذا؟ أنا أكثر من كافٍ للمهمة بنفسي.”
استغرق زاريوسو بعض الوقت لتحليل معنى تلك الكلمة. وعندما أدرك ذلك، تدفقت دفعة من قلبه جعلت جسده كله يرتجف.
“لا بأس. سنقلق بشأن ذلك لاحقًا، حسنًا؟ في الوقت الحالي، تحتاج إلى الراحة والتعافي من التعب. سوف تتحسن الامور. لا يزال بإمكاني حملك.”
إعادة الإحياء، هل يعني ذلك أنه أعادني إلى الحياة؟
في هذا العالم الذي ربما لم يكن فيه الوقت موجودًا على الإطلاق، تلاشى زاريوسو، وبعد ذلك، على مضض، مد يده لأخذ تلك اليد.
لم يستطع الكلام. كل ما يمكنه فعله هو إصدار أصوات تلهث.
“حسنًا… يبدو أنه عاد إلى الحياة، لكن أفكاره لا تزال مشوشة، ويبدو أنه فقد مستوياته… في هذه الحالة، يجب أن تكون تقريبًا مثلما كانت في يجدراسيل.”
“ماذا دهاك؟ أشك في أن رجال السحالي يحتقرون إعادة الإحياء، أليس كذلك؟ أو هل نسيت كيف تتكلم؟”
من الناحية المنطقية، ما كان يجب أن يسمع هذا الصوت مرة أخرى. لكن هذا لأنه كان يعتقد أنه لن يسمع صوت تلك الأنثى مرة أخرى.
“عصا القيامة… أنت… يمكنك إعادة الموتى إلى الحياة …؟”
بمعنى آخر – لم يكن الوجود أمامه أقل من إله.
“بالضبط. ماذا، هل ظننت أنني لا أستطيع إعادة إحياء الموتى؟”
“… حسنًا… لا يبدو أن هناك أي فائدة من القيام بذلك.”
“هل … كان هناك طقوس عظيمة للإحياء؟”
“من فضلك اقبل ولائي الأبدي.”
”طقوس عظيمة؟ ما هذا؟ أنا أكثر من كافٍ للمهمة بنفسي.”
“نعم، لقد غادروا جميعًا.”
لم يكن لدى زاريوسو أي شيء آخر ليقوله بعد سماع ذلك. كان سحر إعادة الإحياء معجزة لا يمكن أن يؤديها إلا هؤلاء رجال السحالي الأسطوريون الذين حملوا سلالة لوردات التنين.
بعد ما بدا وكأنه لحظة خلود، شعر بيده تصل إليه مرة أخرى. أراد زاريوسو التخلص من الأمر مرة أخرى، لكنه توقف. كان ذلك لأنه سمع صوتًا قادمًا من بجانبه، صوت الأنثى التي أحبها.
وهو يمكنه أن يفعل ذلك بنفسه.
نهاية المجلد الرابع الصراحة كان المجلد في البداية ممل لكنه الصراحة مع آخر كم فصل أعجبني، إلى اللقاء في المجلد القادم.
هل هو وحش؟ لا، كان هذا خطئًا.
_______________
هل كان ملقي سحر ذا قوة لا تصدق؟ لا، كان هذا خطئًا أيضًا.
شعر بالعجز.
فهم زاريوسو تمامًا الآن.
شعر بالتعب الشديد. حتى النشاط البدني المكثف لم يتركه مرهقًا هكذا من قبل.
قاد جيشًا أسطوريًا ورافقه الشياطين.
إعادة الإحياء، هل يعني ذلك أنه أعادني إلى الحياة؟
بمعنى آخر – لم يكن الوجود أمامه أقل من إله.
“ماذا دهاك؟ أشك في أن رجال السحالي يحتقرون إعادة الإحياء، أليس كذلك؟ أو هل نسيت كيف تتكلم؟”
وقف زاريوسو مرتعشًا على قدميه وسجد أمام آينز. اندفعت كروش على عجل لتحذو حذوه.
ترجمة: Scrub
“السامي.”
كانت الأنثى التي أحبها – كروش لولو.
شعر زاريوسو بشيء من الارتباك في النظرة التي نظرت إليه بازدراء، لكنه افترض أنه كان مخطئًا.
“هل لي أن أطلب منك إحياءهم؟”
“من فضلك اقبل ولائي الأبدي.”
“نعم، لقد غادروا جميعًا.”
“ممتاز. أعدك بهذا باسم آينز أوول غون.”
امتلئ قلب زاريوسو بالشك وعدم الارتياح. كانت ذاكرته الأخيرة – سقوط رأسه على المستنقع. من المفترض أنه قُتِلَ علي يد كوكيتوس.
“من فضلك امنح رجال السحالي الازدهار.”
هل كان ملقي سحر ذا قوة لا تصدق؟ لا، كان هذا خطئًا أيضًا.
“هل هذا كل شيء؟ بالطبع سأضمن ازدهار كل من يخدم تحت رايتي.”
“بالضبط. ماذا، هل ظننت أنني لا أستطيع إعادة إحياء الموتى؟”
“لك جزيل الشكر.”
“ممتاز. أعدك بهذا باسم آينز أوول غون.”
“بالتفكير في الأمر، يبدو أنك تواجه مشكلة في التحدث. بعد قسط من الراحة، يجب أن تعتاد على ذلك. في الوقت الحالي، خذ وقتك للتعافي. هناك العديد من الأشياء التي يجب اتخاذ قرار بشأنها، وأهم شيء هو كيفية العناية بهذه القرية… يمكنك الاتصال بكوكيوتس بشأن الأمور المتعلقة بذلك.”
“هل … كان هناك طقوس عظيمة للإحياء؟”
بعد قول ذلك، استعد آينز للمغادرة. ومع ذلك، كان لا يزال لدى زاريوسو ما يطرحه، وهو سؤال يحتاج إلى إجابة في الوقت الحالي.
“السامي.”
“أدعو الإله أن ينتظر، ولكن ماذا عن زينبيرو وأخي؟”
كان من الطبيعي فقط الركوع عند مواجهة هذه القوة الرائعة. ومع ذلك، لم يكن مجرد الاحترام الذي شعر به من قبل رجال السحالي، بل كان شيئًا أكثر قوة من ذلك. لم يعبد السحالي أي آلهة، بالمعنى الدقيق للكلمة، كان إيمانهم يكمن في أسلافهم.
“يجب أن تكون جثثهم قريبة.”
”جيد. إذًا، زاريوسو شاشا، اسمح لي أن أهنئك على إعادة إحياءك.”
أشار آينز إلى خارج القرية برعشة من ذقنه، تمامًا كما كان على وشك المغادرة مع أورا.
فهم زاريوسو تمامًا الآن.
“هل لي أن أطلب منك إحياءهم؟”
.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🥉Abdulaziz Alzahrani🔥 10041 1🔥 1005Abdullah S🔥 1006Abdullah AL RAGAWY🔥 1007صقر المطيري🔥 1008Aluminum🔥 1009Rayan Alharbi🔥 10010Abdulaziz Abdullah🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Abdullah K💎 5004ibrahim shazly💎 5005Hamood Mahemed💎 5006Yazeed Alsaedi💎 1057SFM OP💎 1008A N O N Y M O U S💎 1009abdullah Alrehaili💎 10010Mohammed Alotaibi💎 100
“… حسنًا… لا يبدو أن هناك أي فائدة من القيام بذلك.”
ارتد رداء آينز وهو يمشي، مما يشير إلى انتهاء المحادثة. تأخر صوت أورا عندما قالت، “الهيدرا لطيف حقًا ~”
“إذًا، لماذا أنا؟ زينبيرو وأخي أقوياء. سيكونون بالتأكيد قادرين على مساعدتك.”
“لا بأس. سنقلق بشأن ذلك لاحقًا، حسنًا؟ في الوقت الحالي، تحتاج إلى الراحة والتعافي من التعب. سوف تتحسن الامور. لا يزال بإمكاني حملك.”
درس آينز زاريوسو ثم هز كتفيه.
هل كان ملقي سحر ذا قوة لا تصدق؟ لا، كان هذا خطئًا أيضًا.
“سأفكر في الأمر… أولاً، سأحافظ على أجسادهم، وبعد ذلك سأفكر في ذلك.”
الآن، شعر بشيء مثل تقديس الآلهة من رجال السحالي المحيطين.
ارتد رداء آينز وهو يمشي، مما يشير إلى انتهاء المحادثة. تأخر صوت أورا عندما قالت، “الهيدرا لطيف حقًا ~”
“كروش، آني كي… “
تعافى زاريوسو أخيرًا من سجوده، وترك جسده يرتخي.
كانت الأنثى التي أحبها – كروش لولو.
“هربت بحياتي… أو ربما ينبغي أن أقول إنني عدت إلى الحياة.”
“- كروش، هل يمكن أنك قد قُتِلتِ أيضًا؟”
لم يكن لديه أي فكرة عن كيفية حكمهم في المستقبل. ومع ذلك، إذا تمكنوا من إظهار مدى فائدة رجال السحالي، فلا ينبغي أن يكون هذا سيئًا للغاية.
بينما كان يستمتع بالإحساس اللطيف الذي يداعبه، غرق عقل زاريوسو في الظلام مرة أخرى.
“كروش، آني كي… “
بعد ما بدا وكأنه لحظة خلود، شعر بيده تصل إليه مرة أخرى. أراد زاريوسو التخلص من الأمر مرة أخرى، لكنه توقف. كان ذلك لأنه سمع صوتًا قادمًا من بجانبه، صوت الأنثى التي أحبها.
“لا بأس. سنقلق بشأن ذلك لاحقًا، حسنًا؟ في الوقت الحالي، تحتاج إلى الراحة والتعافي من التعب. سوف تتحسن الامور. لا يزال بإمكاني حملك.”
بعد أن أدرك من قال هذه الكلمات، نظر زاريوسو إلى مصدرها في دهشة.
“مم … من فضلكِ افعلي.”
كان من الطبيعي فقط الركوع عند مواجهة هذه القوة الرائعة. ومع ذلك، لم يكن مجرد الاحترام الذي شعر به من قبل رجال السحالي، بل كان شيئًا أكثر قوة من ذلك. لم يعبد السحالي أي آلهة، بالمعنى الدقيق للكلمة، كان إيمانهم يكمن في أسلافهم.
استلقى زاريوسو وأغلق عينيه. اعتدته الرغبة في النوم وكأنه مستعد للنوم بعد يوم طويل من الأشغال الشاقة.
بعد قول ذلك، استعد آينز للمغادرة. ومع ذلك، كان لا يزال لدى زاريوسو ما يطرحه، وهو سؤال يحتاج إلى إجابة في الوقت الحالي.
بينما كان يستمتع بالإحساس اللطيف الذي يداعبه، غرق عقل زاريوسو في الظلام مرة أخرى.
“لا بأس. سنقلق بشأن ذلك لاحقًا، حسنًا؟ في الوقت الحالي، تحتاج إلى الراحة والتعافي من التعب. سوف تتحسن الامور. لا يزال بإمكاني حملك.”
_______________
وتردد.
ترجمة: Scrub
لم يستطع الكلام. كل ما يمكنه فعله هو إصدار أصوات تلهث.
نهاية المجلد الرابع
الصراحة كان المجلد في البداية ممل لكنه الصراحة مع آخر كم فصل أعجبني، إلى اللقاء في المجلد القادم.
“أدعو الإله أن ينتظر، ولكن ماذا عن زينبيرو وأخي؟”
بعد ذلك، قام شخص ما بجره بقوة، وجره إلى عالم أبيض لامع.
