Switch Mode

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

نظام سلالة الدم 374

الإجتماع

الإجتماع

الفصل 374 – الإجتماع

(“أيها الأحمق … يمكنك نهب أكبر عدد ممكن من سلالات الدم كما يحلو لك ولكن لا يمكنك إقران الكثير مع نفسك وجسدك”) قال النظام.

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

“ماذا ؟ هل تقول إنني أستطيع سرقة سلالات لا نهائية ولكن لا يمكنني أن أجمع سوى حوالي ثمانية وثلاثين سلالة مع جسدي؟”

.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 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Ahmed khirallh🔥 1004السيد الشاب🔥 1005med abda🔥 1006ABDULWAHAB ALKHALAF🔥 1007A k🔥 1008Wassim Sun🔥 1009Arhama Alnuaimi🔥 10010lsas xzpo🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Abdulaziz Alzahrani💎 10081 1💎 1009Abdullah S💎 10010Abdullah AL RAGAWY💎 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 ⏳ 7 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Ahmed khirallh🔥 1004السيد الشاب🔥 1005med abda🔥 1006ABDULWAHAB ALKHALAF🔥 1007A k🔥 1008Wassim Sun🔥 1009Arhama Alnuaimi🔥 10010lsas xzpo🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Abdulaziz Alzahrani💎 10081 1💎 1009Abdullah S💎 10010Abdullah AL RAGAWY💎 100

“حسنًا … أرى ، ولكن ما الفائدة من نهب سلالات الدم التي لا يمكنني الاستفادة منها؟” تساءل جوستاف.

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

(“ما الذي تطلبه مني؟ لديك خيارات … لدمجها أو منحها لشخص آخر”) اجاب النظام.

أدرك جوستاف أن هذا كان دقيقًا. منذ أن رفع مستوى اكتساب سلالة الدم إلى الحد الذي يمكنه من سرقة سلالات من الدرجة الأولى ، توقف عن الاهتمام بها.

“حسنًا ، مع المستوى الجديد للدمج يمكنني الجمع بين ثلاثة سلالات في نفس الوقت … ولكن ماذا تقصد بإعطائها لشخص آخر؟” تسائل جوستاف.

بعد بضع دقائق ، سارت سيدة ترتدي نفس زي غرادير زاناتوس إلى المنصة في المنتصف وبدأت في الكلام.

(“تنهد ، أنت لم تنتبه إلى اكتساب السلالة، أليس كذلك؟”) قال النظام.

قالت: “أنا القائدة سيليا”.

أدرك جوستاف أن هذا كان دقيقًا. منذ أن رفع مستوى اكتساب سلالة الدم إلى الحد الذي يمكنه من سرقة سلالات من الدرجة الأولى ، توقف عن الاهتمام بها.

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

يتذكر الآن أنه كان في المستوى 5 ، ومن معرفته بألعاب الفيديو ، إذا وصلت المهارة إلى أعلى إمكاناتها ، فستكون كلمة “أقصى” أمام المهارة.

الفصل 374 – الإجتماع (“أيها الأحمق … يمكنك نهب أكبر عدد ممكن من سلالات الدم كما يحلو لك ولكن لا يمكنك إقران الكثير مع نفسك وجسدك”) قال النظام.

نظرًا لأن واجهة النظام كانت تستند إلى ألعاب الفيديو القديمة على الأرض ، فقد اعتقد أن اكتساب السلالة كان لا يزال لديه امكانية زيادة المستوى.

عندما وصلت إلى البيان الأخير، أدار من حول جوستاف وجوههم للتحديق فيه لبضع لحظات.

فتح جوستاف بسرعة واجهة النظام وذهب مباشرة للتحقق من اكتساب سلالة الدم.

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

———————–

الفصل 374 – الإجتماع (“أيها الأحمق … يمكنك نهب أكبر عدد ممكن من سلالات الدم كما يحلو لك ولكن لا يمكنك إقران الكثير مع نفسك وجسدك”) قال النظام.

[قدرات]

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

»اكتساب السلالة: المستوى 5

وقالت إنه كان من المستحيل مغادرة المكان دون المرور عبر تلك المرايا.

(القدرة على إجبار سلالة الدم تندمج مع المضيف إذا تم استيفاء المتطلبات الصحيحة.

———–

القدرة على نقل السلالة إلى شخص آخر إذا تم استيفاء المتطلبات الصحيحة.)

.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 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Ahmed khirallh🔥 1004السيد الشاب🔥 1005med abda🔥 1006ABDULWAHAB ALKHALAF🔥 1007A k🔥 1008Wassim Sun🔥 1009Arhama Alnuaimi🔥 10010lsas xzpo🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Abdulaziz Alzahrani💎 10081 1💎 1009Abdullah S💎 10010Abdullah AL RAGAWY💎 100

————————

[قدرات]

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

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

“القدرة على نقل سلالة الدم إلى شخص آخر؟” تفاجأ جوستاف بسرور عندما قرأ هذا.

“هل انت بخير الان؟” قالت غليد.

قال جوستاف داخليًا بتعبير تأملي: “هذا … هذا حقًا شيء جيد”.

كان من الواضح أنها كانت تجبر نفسها على الابتسام.

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

أدرك جوستاف أن هذا كان دقيقًا. منذ أن رفع مستوى اكتساب سلالة الدم إلى الحد الذي يمكنه من سرقة سلالات من الدرجة الأولى ، توقف عن الاهتمام بها.

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

قال جوستاف داخليًا بتعبير تأملي: “هذا … هذا حقًا شيء جيد”.

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

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

قال جوستاف وهو يقف على قدميه “لقد فكرت كثيرًا … سأحتاج إلى تجربة ذلك قريبًا”.

“حسنًا … أرى ، ولكن ما الفائدة من نهب سلالات الدم التي لا يمكنني الاستفادة منها؟” تساءل جوستاف.

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

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

نقر على منطقة معصمه اليسرى ، والسوار ذي الأبعاد الذي حصل عليه في اليوم السابق ، أصبح مرئيًا.

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

قال جوستاف داخليًا وهو يحدق في الأشرطة الزرقاء على السوار: “هناك مشكلة أخرى تتمثل في اتخاذ قرار بشأن نقطتي التفتيش للاستفادة منهما”.

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

تشير هذه الأشرطة الخمسة إلى أنها مليئة بالطاقة حاليًا.

فتح جوستاف بسرعة واجهة النظام وذهب مباشرة للتحقق من اكتساب سلالة الدم.

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

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

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

بعد بضع دقائق ، سارت سيدة ترتدي نفس زي غرادير زاناتوس إلى المنصة في المنتصف وبدأت في الكلام.

لم يؤدي هذا إلى زيادة درجة سلالتهم كما يفعل النظام ، لكنه أضاف إضافة إلى كل سلالة.

كل يوم كان لديهم ثلاث إلى أربع من هذه الجلسات. ومع ذلك ، بالنسبة لهذا الأسبوع ، تم إلغاء جميع الدورات التدريبية الصباحية إلى جانب الروتين الصباحي.

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

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

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

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

————————-

ردت ماتيلدا: “لا توجد أطراف هنا … أنا فقط لا أريدك أن تسيء فهمه”.

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

وفقا لها ، كانت القاعة محظورة على جميع الطلاب. ستكون هناك عواقب إذا تم العثور عليهم يتسكعون حولها.

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

“ذاك الأناني …” كانت غليد على وشك أن تقول شيئا عندما قاطعتها إنجي.

لم يكن هذا كما هو الحال في القاعدة حيث كان لديه حد زمني ، لذلك يمكنه دائمًا العودة لاحقًا للتحقق بشكل صحيح.

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

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

[قدرات]

اندفع الجميع إلى الصالة الكبيرة التي كانت مثل الملعب في الداخل.

————————-

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

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

بعد بضع دقائق ، سارت سيدة ترتدي نفس زي غرادير زاناتوس إلى المنصة في المنتصف وبدأت في الكلام.

لم يكن هذا كما هو الحال في القاعدة حيث كان لديه حد زمني ، لذلك يمكنه دائمًا العودة لاحقًا للتحقق بشكل صحيح.

قالت: “أنا القائدة سيليا”.

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

وأضافت “أنا متأكدة أن القائد النبيل شيون ذكر الكثير من الأشياء أمس … سأملأ الفراغات في بعض الأمور”.

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

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

الفصل 374 – الإجتماع (“أيها الأحمق … يمكنك نهب أكبر عدد ممكن من سلالات الدم كما يحلو لك ولكن لا يمكنك إقران الكثير مع نفسك وجسدك”) قال النظام.

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

“حسنًا ، أنا بخير … سلالتي تعمل بشكل صحيح مرة أخرى ، لذلك لا توجد مشاكل” ، تمتمت إنجي بإبتسامة ساخرة.

عندما وصلت إلى البيان الأخير، أدار من حول جوستاف وجوههم للتحديق فيه لبضع لحظات.

كان معسكر منظمة الدم المختلط ضخمًا للغاية، ومن خطاب القائدة سيليا ، كان السبيل الوحيد للخروج من معسكر منظمة الدم المختلط هو من خلال قاعة المهمات.

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

وكان كل هذا لزيادة حماية المكان.

كان هذا أيضًا حيث اكتشفوا أنه لا توجد سنة ثانية.

كان معسكر منظمة الدم المختلط ضخمًا للغاية، ومن خطاب القائدة سيليا ، كان السبيل الوحيد للخروج من معسكر منظمة الدم المختلط هو من خلال قاعة المهمات.

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

الفصل 374 – الإجتماع (“أيها الأحمق … يمكنك نهب أكبر عدد ممكن من سلالات الدم كما يحلو لك ولكن لا يمكنك إقران الكثير مع نفسك وجسدك”) قال النظام.

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

“حسنًا … أرى ، ولكن ما الفائدة من نهب سلالات الدم التي لا يمكنني الاستفادة منها؟” تساءل جوستاف.

بينما كان جوستاف يستمع ، تساءل أين هم الدفعة الأخرى.

وفقا لها ، كانت القاعة محظورة على جميع الطلاب. ستكون هناك عواقب إذا تم العثور عليهم يتسكعون حولها.

كان معسكر منظمة الدم المختلط ضخمًا للغاية، ومن خطاب القائدة سيليا ، كان السبيل الوحيد للخروج من معسكر منظمة الدم المختلط هو من خلال قاعة المهمات.

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

التي كانت نفس القاعة التي وصلوا فيها في أول يوم لهم هنا.

ردت ماتيلدا: “لا توجد أطراف هنا … أنا فقط لا أريدك أن تسيء فهمه”.

وفقا لها ، كانت القاعة محظورة على جميع الطلاب. ستكون هناك عواقب إذا تم العثور عليهم يتسكعون حولها.

————————-

وقالت إنه كان من المستحيل مغادرة المكان دون المرور عبر تلك المرايا.

————————

وكان كل هذا لزيادة حماية المكان.

كل يوم كان لديهم ثلاث إلى أربع من هذه الجلسات. ومع ذلك ، بالنسبة لهذا الأسبوع ، تم إلغاء جميع الدورات التدريبية الصباحية إلى جانب الروتين الصباحي.

استمر حديثها لمدة ثلاثين دقيقة قبل أن تنهي الإجتماع.

قالت: “أنا القائدة سيليا”.

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

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

كل يوم كان لديهم ثلاث إلى أربع من هذه الجلسات. ومع ذلك ، بالنسبة لهذا الأسبوع ، تم إلغاء جميع الدورات التدريبية الصباحية إلى جانب الروتين الصباحي.

(القدرة على إجبار سلالة الدم تندمج مع المضيف إذا تم استيفاء المتطلبات الصحيحة.

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

(“بالضبط …”) استجاب النظام.

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

نقر على منطقة معصمه اليسرى ، والسوار ذي الأبعاد الذي حصل عليه في اليوم السابق ، أصبح مرئيًا.

———–

(“ما الذي تطلبه مني؟ لديك خيارات … لدمجها أو منحها لشخص آخر”) اجاب النظام.

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

نقر على منطقة معصمه اليسرى ، والسوار ذي الأبعاد الذي حصل عليه في اليوم السابق ، أصبح مرئيًا.

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

الفصل 374 – الإجتماع (“أيها الأحمق … يمكنك نهب أكبر عدد ممكن من سلالات الدم كما يحلو لك ولكن لا يمكنك إقران الكثير مع نفسك وجسدك”) قال النظام.

“هل انت بخير الان؟” قالت غليد.

بعد بضع دقائق ، سارت سيدة ترتدي نفس زي غرادير زاناتوس إلى المنصة في المنتصف وبدأت في الكلام.

“حسنًا ، أنا بخير … سلالتي تعمل بشكل صحيح مرة أخرى ، لذلك لا توجد مشاكل” ، تمتمت إنجي بإبتسامة ساخرة.

اندفع الجميع إلى الصالة الكبيرة التي كانت مثل الملعب في الداخل.

كان من الواضح أنها كانت تجبر نفسها على الابتسام.

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

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

.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 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Ahmed khirallh🔥 1004السيد الشاب🔥 1005med abda🔥 1006ABDULWAHAB ALKHALAF🔥 1007A k🔥 1008Wassim Sun🔥 1009Arhama Alnuaimi🔥 10010lsas xzpo🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Abdulaziz Alzahrani💎 10081 1💎 1009Abdullah S💎 10010Abdullah AL RAGAWY💎 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 ⏳ 7 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Ahmed khirallh🔥 1004السيد الشاب🔥 1005med abda🔥 1006ABDULWAHAB ALKHALAF🔥 1007A k🔥 1008Wassim Sun🔥 1009Arhama Alnuaimi🔥 10010lsas xzpo🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Abdulaziz Alzahrani💎 10081 1💎 1009Abdullah S💎 10010Abdullah AL RAGAWY💎 100

—-

يتذكر الآن أنه كان في المستوى 5 ، ومن معرفته بألعاب الفيديو ، إذا وصلت المهارة إلى أعلى إمكاناتها ، فستكون كلمة “أقصى” أمام المهارة.

ترجمة: LEGEND

“أنا بحاجة للذهاب الآن … أريد أن أتدرب بنفسي “

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

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

🥇M. K🔥 40,000
🥈Yazeed Alsaedi🔥 105
🥉Ahmed khirallh🔥 100
4السيد الشاب🔥 100
5med abda🔥 100
6ABDULWAHAB ALKHALAF🔥 100
7A k🔥 100
8Wassim Sun🔥 100
9Arhama Alnuaimi🔥 100
10lsas xzpo🔥 100

وفقا لها ، كانت القاعة محظورة على جميع الطلاب. ستكون هناك عواقب إذا تم العثور عليهم يتسكعون حولها.

---

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

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

Comment

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

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