ترجمة : [ Yama ]
لم يكن هناك عداء أو جوع.
الساحر العظيم يعود بعد 4000 عام – الموسم الثاني – الفصل 395
أما بالنسبة لماهية هذه الطريقة، لم يكن لدى لوكاس أي فكرة.
مشوا لفترة طويلة جدا.
بدلاً من ذلك، بدا وكأنه يسأل بهدوء عما ينوي لوكاس فعله.
أدرك لوكاس ذلك من حقيقة أن لون السماء تغير خمس مرات.
.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 ⏳ 7 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004ibrahim shazly💎 5005الخال!💎 100
وفي مرحلة ما، تغيرت المناظر الطبيعية المحيطة تماما. ولم يلاحظ ذلك على الفور. لم يكن هذا فقط لأنه كان يركز على ألوان السماء المتغيرة. بدلاً من ذلك، كان ذلك بسبب شيء لم يتمكن لوكاس من إدراكه يتداخل مع تركيزه عندما دخلوا المنطقة غير المألوفة.
مشوا لفترة طويلة جدا.
… كان الأمر مشابهًا للمرة الأولى التي دخل فيها جبل الزهرة.
لقد كان مختلفًا عن الوحوش التي واجهها في الصحراء. ولم يكن حجمه فقط. كان هناك شيء ما، لكن لوكاس لم يكن متأكداً من هو.
شعور بالتناقض مختبئ في وسط الطبيعة المثالية.
“أين نحن؟”
كان الأمر كما لو أنهم قد دخلوا إلى بُعد مختلف تمامًا…
ترجمة : [ Yama ]
دفقة-
دفقة، دفقة.
لمسة سائل بارد.
كالعادة، تحدثت بلهجة واضحة دون أي تفسيرات لا يمكن أن يفهمها سواها، ولكن مجرد معرفة الاسم لم يخبره فعليًا بمكانه. كان هذا صحيحًا بشكل خاص بالنسبة للوكاس، الذي كان جديدًا في هذا العالم.
وجد لوكاس نفسه واقفاً في وسط البحر. أو على الأقل هذا ما ادعىه المشهد المحيط.
تماما مثل ذلك، تم ابتلاعها.
من السطح، بدا البحر عميقًا بشكل لا يمكن تصوره، ولكن في الحقيقة، كان عمقه كاحلًا فقط. في الواقع، لم يكن هذا بحرًا، بل كان بركة واسعة من المياه الضحلة الراكدة.
ويبدو أن هذه لم تكن وجهتهم النهائية.
“أين نحن؟”
دفقة-
“المنطقة الشمالية، بحر الحيازة المفقودة.”
“پيل.”
أجابت پيل بابتسامة واسعة. بالنسبة لها، كانت إجابة جيدة.
“كم هو محظوظ! لا أستطيع أن أصدق أنها ظهرت بهذه السرعة!
كالعادة، تحدثت بلهجة واضحة دون أي تفسيرات لا يمكن أن يفهمها سواها، ولكن مجرد معرفة الاسم لم يخبره فعليًا بمكانه. كان هذا صحيحًا بشكل خاص بالنسبة للوكاس، الذي كان جديدًا في هذا العالم.
“أين نحن؟”
“انتظر هناك لفترة أطول قليلا! لقد وصلنا تقريبًا إلى هناك!
بدلاً من ذلك، بدا وكأنه يسأل بهدوء عما ينوي لوكاس فعله.
ويبدو أن هذه لم تكن وجهتهم النهائية.
كان الأمر كما لو أنهم قد دخلوا إلى بُعد مختلف تمامًا…
تقدمت پيل للأمام بخطوات سريعة.
مشوا لفترة طويلة جدا.
دفقة، دفقة.
ببطء، طار جسده في الهواء. فتح ثعبان البحر العملاق فمه في اتجاه جسده العائم وكأنه ينتظره.
كان صوت رش الماء يصم الآذان تقريبًا.
ألقى لوكاس نفسه في حلقه.
بينما كان يتبعه، شعر لوكاس أن ثيابه كانت تعيقه بعض الشيء، لذا تخلص منها.
بلع.
لم يسيروا لفترة طويلة هذه المرة.
… كان الأمر مشابهًا للمرة الأولى التي دخل فيها جبل الزهرة.
وبعد أن تغير لون السماء عدة مرات فقط، توقفت پيل عن المشي مرة أخرى.
“پيل!”
“هذا على الأرجح هو…”
“…!”
تماما كما تمتمت تحت أنفاسها.
“…طريقة لتصبح قوياً.”
قعقعة…
لوكاس عض شفته.
شعر لوكاس أن سطح الماء بدأ يهتز قليلاً. أصبح تعبيره قاسيا.
وفي مرحلة ما، تغيرت المناظر الطبيعية المحيطة تماما. ولم يلاحظ ذلك على الفور. لم يكن هذا فقط لأنه كان يركز على ألوان السماء المتغيرة. بدلاً من ذلك، كان ذلك بسبب شيء لم يتمكن لوكاس من إدراكه يتداخل مع تركيزه عندما دخلوا المنطقة غير المألوفة.
“پيل.”
كان للوحش مظهر ثعبان البحر الضخم. فقط عن طريق رفع رأسه قليلاً، حجب السماء بأكملها.
كان هناك شيء قادم. قبل أن يتمكن من قول ذلك،
“انتظر هناك لفترة أطول قليلا! لقد وصلنا تقريبًا إلى هناك!
فوش!
“هذا على الأرجح هو…”
اندلع سطح الماء بصوت عال. من الأسفل، تم الكشف عن ظل شيء ضخم.
كان للوحش مظهر ثعبان البحر الضخم. فقط عن طريق رفع رأسه قليلاً، حجب السماء بأكملها.
‘كبير…!’
ثم تحولت نظرة ثعبان البحر في اتجاهه. كانت عيونها مليئة باللامبالاة.
لم يستطع لوكاس إلا أن يعجب بحجم الوحش.
انطلقت پيل من الأرض قليلاً وقفزت نحو ثعبان البحر. نظر إليها ثعبان البحر بهدوء بعيون أكبر من جسدها وفتح فمه.
في البداية، كل ما استطاع رؤيته هو عين ذهبية. ثم ظهر جسم ضخم مغطى بحراشف فيروزية.
شعور بالتناقض مختبئ في وسط الطبيعة المثالية.
كان للوحش مظهر ثعبان البحر الضخم. فقط عن طريق رفع رأسه قليلاً، حجب السماء بأكملها.
فوش!
لقد كان مختلفًا عن الوحوش التي واجهها في الصحراء. ولم يكن حجمه فقط. كان هناك شيء ما، لكن لوكاس لم يكن متأكداً من هو.
“المنطقة الشمالية، بحر الحيازة المفقودة.”
فهل كان هذا طبيعيا في هذه المنطقة؟ صرخ لوكاس مرة أخرى لقمع شكوكه.
تقدمت پيل للأمام بخطوات سريعة.
“پيل!”
أجابت پيل بابتسامة واسعة. بالنسبة لها، كانت إجابة جيدة.
ومع ذلك، كانت پيل تنظر إلى الوحش بتعبيرها اللامبالي المميز.
“پيل.”
“كم هو محظوظ! لا أستطيع أن أصدق أنها ظهرت بهذه السرعة!
“هذا على الأرجح هو…”
“ماذا؟”
“…!”
“سأذهب أولا ~”
فهل كان هذا طبيعيا في هذه المنطقة؟ صرخ لوكاس مرة أخرى لقمع شكوكه.
انطلقت پيل من الأرض قليلاً وقفزت نحو ثعبان البحر. نظر إليها ثعبان البحر بهدوء بعيون أكبر من جسدها وفتح فمه.
“المنطقة الشمالية، بحر الحيازة المفقودة.”
بلع.
“المنطقة الشمالية، بحر الحيازة المفقودة.”
“…!”
بينما كان يتبعه، شعر لوكاس أن ثيابه كانت تعيقه بعض الشيء، لذا تخلص منها.
تماما مثل ذلك، تم ابتلاعها.
لقد كان مختلفًا عن الوحوش التي واجهها في الصحراء. ولم يكن حجمه فقط. كان هناك شيء ما، لكن لوكاس لم يكن متأكداً من هو.
كان هذا حرفيًا، فقد ابتلع ثعبان البحر جسد پيل بالكامل.
كان هناك شيء قادم. قبل أن يتمكن من قول ذلك،
وقف لوكاس هناك مثل التمثال.
“پيل!”
شوك-
“انتظر هناك لفترة أطول قليلا! لقد وصلنا تقريبًا إلى هناك!
ثم تحولت نظرة ثعبان البحر في اتجاهه. كانت عيونها مليئة باللامبالاة.
“سأذهب أولا ~”
لم يكن هناك عداء أو جوع.
ثم تحولت نظرة ثعبان البحر في اتجاهه. كانت عيونها مليئة باللامبالاة.
بدلاً من ذلك، بدا وكأنه يسأل بهدوء عما ينوي لوكاس فعله.
لم يستطع لوكاس إلا أن يعجب بحجم الوحش.
“هل يجب أن أُبتلع أيضًا؟”
“انتظر هناك لفترة أطول قليلا! لقد وصلنا تقريبًا إلى هناك!
“…”
ترجمة : [ Yama ]
لوكاس عض شفته.
“سأذهب أولا ~”
لم يكن يعرف ما الذي كان يحدث، ولكن كان هناك شيء واحد واضح. إذا لم يصعد الآن، فإن ثعبان البحر سيغادر.
.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 ⏳ 7 يوم متبقي 13,500 شعلة الهدف: 66,666 20.3% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 12,000🥈Fares saeed🔥 1,000🥉Hamood Mahemed🔥 500 🥇M. K💎 12,000🥈Fares saeed💎 1,000🥉Hamood Mahemed💎 5004ibrahim shazly💎 5005الخال!💎 100
“…طريقة لتصبح قوياً.”
أما بالنسبة لماهية هذه الطريقة، لم يكن لدى لوكاس أي فكرة.
أما بالنسبة لماهية هذه الطريقة، لم يكن لدى لوكاس أي فكرة.
شعر لوكاس أن سطح الماء بدأ يهتز قليلاً. أصبح تعبيره قاسيا.
وكانت پيل تلميحه الوحيد.
أما بالنسبة لماهية هذه الطريقة، لم يكن لدى لوكاس أي فكرة.
سسس-
“پيل.”
ببطء، طار جسده في الهواء. فتح ثعبان البحر العملاق فمه في اتجاه جسده العائم وكأنه ينتظره.
“هذا على الأرجح هو…”
ألقى لوكاس نفسه في حلقه.
ترجمة : [ Yama ]
ترجمة : [ Yama ]
ببطء، طار جسده في الهواء. فتح ثعبان البحر العملاق فمه في اتجاه جسده العائم وكأنه ينتظره.
أدرك لوكاس ذلك من حقيقة أن لون السماء تغير خمس مرات.
