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