الفصل 488
“رائع ، +10.”
“لا تكن غبياً… ! سلاحك فقط هو القوي وليس أنت!”
تم تعزيز العنصر إلى أقصى حد. لم يدرجها جريد أبدًا في أهدافه. لم يجرؤ على ذلك. لم يكن من الواقعي أن نحلم بسلاح +10 الذي لم يكن لدى الورثة الأغنياء في العالم.
لم يستطع إياروغت مساعدة استيائه. شاهد جريد روحه وهي تلتهم في النيران و فتح فمه.
“كيف يمكنني الحصول على +10…؟”
‘لن يحدث ذلك مرة أخرى.’
وفقًا لإحصاءات شخص ثري قال إنه استخدم المليارات من الوون لشراء أحجار تعزيز فقط ، إذا كان الشخص محظوظًا بما يكفي للوصول إلى +7 ، فإن احتمال تعزيز +1 كان 0.01٪ بينما احتمال فشل -1 كان 99.9٪.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .nightmode .shola-widget, .nightmode .shola-lb-wrap, .nightmode .shola-pb-wrap { background: #222; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .nightmode .shola-modal-box { background: #222; color: #ddd; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 19 يوم متبقي 10,000 شعلة الهدف: 66,666 15% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000 🥇M. K💎 10,000🥈ibrahim shazly💎 500🥉الخال!💎 100
من المستحيل إضافة أكثر من +2 ، بغض النظر عن مقدار المال الذي تم سكبه. بالطبع ، حققت عناصر +8 و +9 معدل نجاح أقل و معدل فشل أعلى. وهكذا ، حتى الأغنياء يميلون إلى التخلي عن العناصر القوية فوق +7. كانوا يهدفون إلى تعزيز عناصر +6 بأحجار التعزيز المباركة على أمل صنع عنصر +9. حاول البعض أكثر من ألف مرة ونجحوا مرة واحدة فقط.
* سيزداد التسارع عند الضرب بها.
كان جريد ، وليس واحدًا من الورثة الأثرياء ، الذين حصلوا على سلاح معزز +10. لقد أدرك أن المهارة السلبية لـسليل باجما ، ‘زيادة احتمالية تعزيز العنصر’ كانت مفيدة جدًا.
كان ثني رأسه ثم ضربه عندما كان جريد غير مستعد هي الطريقة الأنسب.
“في الواقع… لدي نسبة نجاح تصل إلى 100٪ تقريبًا في الوصول إلى +5.”
ارتفع غضب إياروغت. كلما فكر في الأمر ، زاد غضبه. كان الأمر مذلًا للغاية أن يقع في فخ الإنسان.
بصرف النظر عن جريد ، وجد معظم الناس أنه من السهل تعزيز +5. كان معدل نجاح التعزيز مرتفعًا جدًا حتى +6. ولكن كان هناك أيضًا احتمال الفشل ، وتذوق بعض الناس هذا الإحباط. لكن جريد لم يفعل ذلك. نجح دائمًا تقريبًا حتى +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; } .nightmode .shola-widget, .nightmode .shola-lb-wrap, .nightmode .shola-pb-wrap { background: #222; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .nightmode .shola-modal-box { background: #222; color: #ddd; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 19 يوم متبقي 10,000 شعلة الهدف: 66,666 15% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000 🥇M. K💎 10,000🥈ibrahim shazly💎 500🥉الخال!💎 100
“اااه.”
كان هناك أربعة مطارق ذهبية.
أمسك جريد فجأة صدره.
“بعد التظاهر بمصافحة اليد ، سأركله ثم…”
دق دق دق دق.
ظهر الضوء في الظلام. كان الاستدعاء.
في اللحظة التي أدرك فيها أن هذه كانت حقيقة ، ولم يكن حلما ، بدأ قلبه يدق بسرعة هائلة. بدأ جسده كله بالتعرق وكان يتنفس بحدة. هل كان من دواعي سروره أن كان أول لاعب يحصل على سلاح معزز +10؟ لم يستطع حتى أن يشعر بها. كان رأسه فارغًا لدرجة أنه لم يشعر بالإثارة على الإطلاق.
***
“هرمم.”
* سيزداد التسارع عند الضرب بها.
شاهد براهام بصمت. التعزيز النهائي. في الواقع ، أنجز باجما ذلك عدة مرات. أراد براهام منح جريد فرصة للاستمتاع بذلك ، بغض النظر عن شعوره تجاه جريد الحالي. ثم بعد فترة.
* تم إرفاق الكشف السحري (المحسن) به. تمت زيادة مكافأة دقة الإضافة إلى 50٪.
“هاه… هاه…” استعاد جريد استقراره وتنفس بعمق. كانت عيناه مشرقة. “لقد فعلت هذا! أنا فعلت هذا!!”
‘لن يحدث ذلك مرة أخرى.’
قفز جريد إلى الأمام. كان سعيدًا في قتاله ضد سوء الحظ السيئ الذي ابتلي به طوال حياته. بالطبع ، كان من المحتمل أن يعاد إليه هذا الحظ الجيد باعتباره مصيبة أكبر في وقت لاحق.
وقد مكث في الحدادة لمدة 29 يومًا لتحصل كل ميلونير على تصنيف أسطوري. كان الأمر مؤلمًا لدرجة أنه أراد الاستسلام عدة مرات. لكنه فعل ذلك في النهاية. بعد الإنتاج المتكرر والتدمير والإنتاج والتدمير ، تم الانتهاء من جميع المطارق الأربعة بتصنيف أسطوري. في هذه العملية ، تم تدمير أحد أنياب الدريك ووصلت متانة البقايا المتبقية إلى حدها الأقصى.
‘هذا لا يهم’.
“انا ربحت. لا يمكنك حتى الفوز ضد أسلحتي ، كيف يمكنك الفوز ضدي؟”
سيتغلب عليه مرة أخرى. قبض جريد قبضته وأكد معلومات ميولنير +10.
جرررر!
[ميولنير المعززة النهائية – نسخة العالم البشري]
‘لن يحدث ذلك مرة أخرى.’
المتانة: 689/689
“…!”
قوة الهجوم: 1333 ~ 2363
ضغط إياروغت على أسنانه مع ارتفاع غضبه عبر السقف. كانت المطارق الذهبية تتأرجح بجهل. كان من الصعب إيجاد طريقة للهروب منهم ، لذلك تصرف بشكل دفاعي. ومع ذلك.
* الدقة + 50٪.
“القرف…!”
* سيزداد التسارع عند الضرب بها.
اللقيط اللعين! هذا الشخص الضعيف! بمجرد أن يجد إياروغت قوته الأصلية ، احضر ما لديك.
* في كل مرة يتم فيها إصابة الهدف ، سيؤدي ذلك إلى 0.3 ثانية من حالة التصلب.
هتف إياروغت وهو يسد ميولنير بسيفه. كان ذلك لأن القوة القادمة من ميولنير كانت قوية لدرجة أنه لم يتحملها.
* ستنخفض متانة أي أشياء يتم ضربها (باستثناء العناصر الخاصة بك).
لا يهم إذا ظهرت قوة الهجوم الدنيا فقط. يمكن أن يلحق ضررا جسيما بالعدو. تم التغلب على العيب الرئيسي الوحيد في ميولنير من خلال قيمة التعزيز العالية.
* سيتم معالجة 3،800 ضرر ثابت لعرق الشيطان و اللاموتى.
* ستنخفض متانة أي أشياء يتم ضربها (باستثناء العناصر الخاصة بك).
* هناك فرصة كبيرة للحث على حالة ‘الخوف’ لدى أولئك الذين يعتبرونها عدوا.
كوادوك!
* ستزداد سرعة صنعة المهارات المتعلقة بالحدادة بسرعة.
انتقلت روح إياروغت إلى النور. اقترض السيف لتشكيل جسم مادي.
* تم إرفاق الكشف السحري (المحسن) به. تمت زيادة مكافأة دقة الإضافة إلى 50٪.
“اااه.”
كان التعزيز صعبًا. كان هناك احتمال كبير للغاية للفشل وخسارة ملايين الوون. لقد كان عبئا هائلا على الناس العاديين. ولكن كان هناك سبب تمسك به الناس. كانت القدرة على رفع الإحصائيات بمستوى التعزيز كبيرة. في كل مرة يتم تعزيز عنصر ما ، تزداد إحصائيات العنصر بنسبة 5 ~ 7٪.
كان ثني رأسه ثم ضربه عندما كان جريد غير مستعد هي الطريقة الأنسب.
“حقا جنون…”
كوادوك!
كانت القوة الهجومية وزيادة الخيارات هائلة. كان الحد الأدنى من الضرر 1333 ضخمًا. كانت أقوى من معظم الأسلحة الأسطورية. بالطبع ، كانت هذه قصة عند مقارنتها بالأسلحة +6.
كانت فرصة جيدة لاختبار السلاح. ابتسم جريد بشكل شرير واتجه إلى ساحة التدريب.
“على أي حال ، لقد تغلبت على قيود سلاح غير حاد”.
“القرف…!”
لا يهم إذا ظهرت قوة الهجوم الدنيا فقط. يمكن أن يلحق ضررا جسيما بالعدو. تم التغلب على العيب الرئيسي الوحيد في ميولنير من خلال قيمة التعزيز العالية.
* الدقة + 50٪.
‘إنه يستحق ذلك.’
‘في الوقت الحالي ، لا يمكنني تحمل قوة تلك الأسلحة.’
وقد مكث في الحدادة لمدة 29 يومًا لتحصل كل ميلونير على تصنيف أسطوري. كان الأمر مؤلمًا لدرجة أنه أراد الاستسلام عدة مرات. لكنه فعل ذلك في النهاية. بعد الإنتاج المتكرر والتدمير والإنتاج والتدمير ، تم الانتهاء من جميع المطارق الأربعة بتصنيف أسطوري. في هذه العملية ، تم تدمير أحد أنياب الدريك ووصلت متانة البقايا المتبقية إلى حدها الأقصى.
بصرف النظر عن جريد ، وجد معظم الناس أنه من السهل تعزيز +5. كان معدل نجاح التعزيز مرتفعًا جدًا حتى +6. ولكن كان هناك أيضًا احتمال الفشل ، وتذوق بعض الناس هذا الإحباط. لكن جريد لم يفعل ذلك. نجح دائمًا تقريبًا حتى +5. كان يتذمر كل يوم ، لكنه كان يتمتع في الواقع بالتأثير السلبي لزيادة احتمالية تعزيز العنصر.
الآن نجح في تعزيز واحد إلى +10. كان سعيد. سعيد حقا.
هرع أيدي الإله نحو إياروغت. علقوا المطرقة بجنون في الهواء.
‘يجب أن ألعب أكثر في المستقبل.’
“انا ربحت. لا يمكنك حتى الفوز ضد أسلحتي ، كيف يمكنك الفوز ضدي؟”
تم حرق جريد بدافع حيث ظهرت نافذة إعلام أمامه.
“اااه.”
[عادت تهدئة مهارة ‘استدعاء شيطان السيف إياروغت’.]
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .nightmode .shola-widget, .nightmode .shola-lb-wrap, .nightmode .shola-pb-wrap { background: #222; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .nightmode .shola-modal-box { background: #222; color: #ddd; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 19 يوم متبقي 10,000 شعلة الهدف: 66,666 15% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000 🥇M. K💎 10,000🥈ibrahim shazly💎 500🥉الخال!💎 100
“… حسنا.”
“انا ربحت. لا يمكنك حتى الفوز ضد أسلحتي ، كيف يمكنك الفوز ضدي؟”
كانت فرصة جيدة لاختبار السلاح. ابتسم جريد بشكل شرير واتجه إلى ساحة التدريب.
هتف إياروغت وهو يسد ميولنير بسيفه. كان ذلك لأن القوة القادمة من ميولنير كانت قوية لدرجة أنه لم يتحملها.
***
ترجمة : Don Kol
الهاوية.
‘لن يحدث ذلك مرة أخرى.’
كانت روح إياروغت ساخطة.
كان اعتذارًا من أفضل مبارز في الجحيم. كان إياروغت متأكدًا من قبول اعتذاره.
‘كيف يمكن أن يضرب أفضل مبارز في الجحيم من قبل إنسان…؟’
بي بي بي بينغ!
كان من المستحيل ذلك. ألقى باللوم على قوته المختومة. أراد استعادة قوته بسرعة. ولكن قبل ذلك ، كانت فكرته حول ترويض جريد لا تزال سليمة. سيكون قادرًا على تسريع وقت القيامة إذا كان بإمكانه استخدام جريد. ومع ذلك.
هرع أيدي الإله نحو إياروغت. علقوا المطرقة بجنون في الهواء.
‘إنه يحاول ترويضي.’
وقد مكث في الحدادة لمدة 29 يومًا لتحصل كل ميلونير على تصنيف أسطوري. كان الأمر مؤلمًا لدرجة أنه أراد الاستسلام عدة مرات. لكنه فعل ذلك في النهاية. بعد الإنتاج المتكرر والتدمير والإنتاج والتدمير ، تم الانتهاء من جميع المطارق الأربعة بتصنيف أسطوري. في هذه العملية ، تم تدمير أحد أنياب الدريك ووصلت متانة البقايا المتبقية إلى حدها الأقصى.
بالأمس ، لم يكن هناك أعداء عندما تم استدعاء إياروغت. هذا يعني أن جريد استدعاه لمباراة فردية.
بالأمس ، كان هناك عذر مباغتته السيوف الفاصلة ، ولكن ليس اليوم. لقد هُزم تمامًا إلى درجة مروعة. كما كان ضد الأسلحة!
‘شخص مشين’.
بالأمس ، لم يكن هناك أعداء عندما تم استدعاء إياروغت. هذا يعني أن جريد استدعاه لمباراة فردية.
لقد كانت فرصة لترويض إياروغت فهاجم جريد بالأسلحة التي أعدها مسبقًا؟
‘شخص مشين’.
‘كنت تخطط لمحاربتي منذ البداية…!’
[ستذهل لمدة 0.1 ثانية.]
اللقيط اللعين! هذا الشخص الضعيف! بمجرد أن يجد إياروغت قوته الأصلية ، احضر ما لديك.
قوة الهجوم: 1333 ~ 2363
جرررر!
* ستزداد سرعة صنعة المهارات المتعلقة بالحدادة بسرعة.
ارتفع غضب إياروغت. كلما فكر في الأمر ، زاد غضبه. كان الأمر مذلًا للغاية أن يقع في فخ الإنسان.
بالأمس ، لم يكن هناك أعداء عندما تم استدعاء إياروغت. هذا يعني أن جريد استدعاه لمباراة فردية.
‘لن يحدث ذلك مرة أخرى.’
ترجمة : Don Kol
سوف يتحضر إياروغت عندما يتم استدعاؤه مرة أخرى.
في اللحظة التي شعر فيها إياروغت بالإثارة وحده.
‘سأفوز إذا كنت في حالة تأهب’.
‘سأفوز إذا كنت في حالة تأهب’.
غير إياروغت رأيه فجأة.
هرع أيدي الإله نحو إياروغت. علقوا المطرقة بجنون في الهواء.
‘لا ، ربما يمكن أن يكون خطير ذلك.’
صرخ إياروغت بغضب ،”ماذا… ؟ ثم هل يجب أن أركع أمامك؟ أنا أفضل مبارز في الجحيم! أنت مجرد إنسان!”
كان هناك أربعة مطارق ذهبية.
تلى إياروغت عبارة ثابتة. ثم انحنى إلى جريد الذي كان يحدق به.
‘إن القوة الإلهية محفوفة بالمخاطر للغاية’.
كانت أسلحة قوية بشكل مدهش. إذا كانت الأسلحة أقوى قليلاً ، فإنها يمكن أن تهدد الشياطين العظيمة.
كانت أسلحة قوية بشكل مدهش. إذا كانت الأسلحة أقوى قليلاً ، فإنها يمكن أن تهدد الشياطين العظيمة.
تم تعزيز العنصر إلى أقصى حد. لم يدرجها جريد أبدًا في أهدافه. لم يجرؤ على ذلك. لم يكن من الواقعي أن نحلم بسلاح +10 الذي لم يكن لدى الورثة الأغنياء في العالم.
‘في الوقت الحالي ، لا يمكنني تحمل قوة تلك الأسلحة.’
“في الواقع… لدي نسبة نجاح تصل إلى 100٪ تقريبًا في الوصول إلى +5.”
كان عليه أن يقاتل ويفوز من أجل ترويض جريد. لقد كان شيطانًا يتبع إرادة القوة.
[ميولنير المعززة النهائية – نسخة العالم البشري]
“من أجل الفوز ضده ، أحتاج إلى تحييد المطارق…”
“القرف…!”
كانت المشكلة أنه كان من الصعب تجنب المطارق. يبدو أن الأيدي الذهبية الأربعة تأرجحها بشكل عشوائي ، ولكن لم يكن هناك طريقة لتجنبها. هل كانت هناك أي طريقة لمنع جريد من استخدام المطرقة؟ فكر إياروغت في فكرة جيدة.
تفتخر ميولنير المعززة النهائية بدقة 100٪ وأي شخص يصدمها سيكون متصلبًا لمدة 0.3 ثانية. كان هناك 0.1 ثانية من التصلب عندما ضربته ميلونير الأخرى. نعم ، كانت صلابة لا حصر لها ممكنة إذا ضربت ميلونير الهدف بدوره. مات إياروغت أسرع مما مات أمس.
‘سيؤذي كبريائي ، ولكن…’
‘في الوقت الحالي ، لا يمكنني تحمل قوة تلك الأسلحة.’
كان ثني رأسه ثم ضربه عندما كان جريد غير مستعد هي الطريقة الأنسب.
* تم إرفاق الكشف السحري (المحسن) به. تمت زيادة مكافأة دقة الإضافة إلى 50٪.
‘حسنا. اليوم سأنتقم للأمس ثم أروض جريد في كل مرة يتم فيها استدعائي. كو كو كوك!”
قيل له أن فرق النخبة السبعة في مدجج بالعتاد اختصرت الوقت الذي استغرق فيه تطهير مدينة مصاص الدماء إلى 5 ساعات. ماذا لو كسر الرقم القياسي وحده؟ كان من الممكن. كانت اللحظة التي كانت فيها أسطورة تسوية جريد على وشك كسر العالم.
في اللحظة التي شعر فيها إياروغت بالإثارة وحده.
“أنا لا أحب موقفك عند الاعتذار”.
باهات!
انتقلت روح إياروغت إلى النور. اقترض السيف لتشكيل جسم مادي.
ظهر الضوء في الظلام. كان الاستدعاء.
فقد إياروغت شكله بالكامل وعاد إلى سيف الشيطان. شعر جريد بفرحة لم يتخيلها الآخرون.
“حسنا ، هنا يذهب!”
‘سيؤذي كبريائي ، ولكن…’
انتقلت روح إياروغت إلى النور. اقترض السيف لتشكيل جسم مادي.
* سيزداد التسارع عند الضرب بها.
“حلو.”
كانت أسلحة قوية بشكل مدهش. إذا كانت الأسلحة أقوى قليلاً ، فإنها يمكن أن تهدد الشياطين العظيمة.
تلى إياروغت عبارة ثابتة. ثم انحنى إلى جريد الذي كان يحدق به.
ترجمة : Don Kol
“أنا آسف على الأمس. لقد كنت غير مهذب لبدء معركة بشكل عشوائي”.
“على أي حال ، لقد تغلبت على قيود سلاح غير حاد”.
كان اعتذارًا من أفضل مبارز في الجحيم. كان إياروغت متأكدًا من قبول اعتذاره.
كان جريد ، وليس واحدًا من الورثة الأثرياء ، الذين حصلوا على سلاح معزز +10. لقد أدرك أن المهارة السلبية لـسليل باجما ، ‘زيادة احتمالية تعزيز العنصر’ كانت مفيدة جدًا.
“الآن سيقبل اعتذاري و يطلب مصافحة”.
لم يستطع إياروغت مساعدة استيائه. شاهد جريد روحه وهي تلتهم في النيران و فتح فمه.
لن يكون جريد غير مهذب.
[تأثير المطرقة كبير. سوف تذهل لمدة 0.1 ثانية!]
“بعد التظاهر بمصافحة اليد ، سأركله ثم…”
‘شخص مشين’.
كان مثاليا. سينجح في انتقامه.
“هذا رائع حقًا.”
“كوكوك… هيوك؟”
بصرف النظر عن جريد ، وجد معظم الناس أنه من السهل تعزيز +5. كان معدل نجاح التعزيز مرتفعًا جدًا حتى +6. ولكن كان هناك أيضًا احتمال الفشل ، وتذوق بعض الناس هذا الإحباط. لكن جريد لم يفعل ذلك. نجح دائمًا تقريبًا حتى +5. كان يتذمر كل يوم ، لكنه كان يتمتع في الواقع بالتأثير السلبي لزيادة احتمالية تعزيز العنصر.
كان إياروغت يضحك بشكل شرير عندما تفاجأ. كان ذلك لأن أربعة أيدي إله ظهرت خلف جريد. كانت أيدي الإله تحمل المطارق الذهبية من البارحة. تحدث جريد إلى إياروغت الغاضب مع وجه بارد.
* هناك فرصة كبيرة للحث على حالة ‘الخوف’ لدى أولئك الذين يعتبرونها عدوا.
“أنا لا أحب موقفك عند الاعتذار”.
تفتخر ميولنير المعززة النهائية بدقة 100٪ وأي شخص يصدمها سيكون متصلبًا لمدة 0.3 ثانية. كان هناك 0.1 ثانية من التصلب عندما ضربته ميلونير الأخرى. نعم ، كانت صلابة لا حصر لها ممكنة إذا ضربت ميلونير الهدف بدوره. مات إياروغت أسرع مما مات أمس.
صرخ إياروغت بغضب ،”ماذا… ؟ ثم هل يجب أن أركع أمامك؟ أنا أفضل مبارز في الجحيم! أنت مجرد إنسان!”
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .nightmode .shola-widget, .nightmode .shola-lb-wrap, .nightmode .shola-pb-wrap { background: #222; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .nightmode .shola-modal-box { background: #222; color: #ddd; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 19 يوم متبقي 10,000 شعلة الهدف: 66,666 15% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000 🥇M. K💎 10,000🥈ibrahim shazly💎 500🥉الخال!💎 100
“أنا لست مجرد إنسان. أنا سيدك.”
كان اعتذارًا من أفضل مبارز في الجحيم. كان إياروغت متأكدًا من قبول اعتذاره.
في الوقت نفسه ، أنهى جريد التحدث.
[لم يستطع السيف الشيطاني إياروغت تحمل الصدمة القوية وقد انخفضت المتانة بمقدار 80.]
بي بي بي بينغ!
انتقلت روح إياروغت إلى النور. اقترض السيف لتشكيل جسم مادي.
هرع أيدي الإله نحو إياروغت. علقوا المطرقة بجنون في الهواء.
“في الواقع… لدي نسبة نجاح تصل إلى 100٪ تقريبًا في الوصول إلى +5.”
“إييك! لا جدوى!”
“أنا لا أحب موقفك عند الاعتذار”.
كوادوك!
‘شخص مشين’.
ضغط إياروغت على أسنانه مع ارتفاع غضبه عبر السقف. كانت المطارق الذهبية تتأرجح بجهل. كان من الصعب إيجاد طريقة للهروب منهم ، لذلك تصرف بشكل دفاعي. ومع ذلك.
[عادت تهدئة مهارة ‘استدعاء شيطان السيف إياروغت’.]
كااانج!
كانت روح إياروغت ساخطة.
“إيك؟”
بالأمس ، كان هناك عذر مباغتته السيوف الفاصلة ، ولكن ليس اليوم. لقد هُزم تمامًا إلى درجة مروعة. كما كان ضد الأسلحة!
هتف إياروغت وهو يسد ميولنير بسيفه. كان ذلك لأن القوة القادمة من ميولنير كانت قوية لدرجة أنه لم يتحملها.
بصرف النظر عن جريد ، وجد معظم الناس أنه من السهل تعزيز +5. كان معدل نجاح التعزيز مرتفعًا جدًا حتى +6. ولكن كان هناك أيضًا احتمال الفشل ، وتذوق بعض الناس هذا الإحباط. لكن جريد لم يفعل ذلك. نجح دائمًا تقريبًا حتى +5. كان يتذمر كل يوم ، لكنه كان يتمتع في الواقع بالتأثير السلبي لزيادة احتمالية تعزيز العنصر.
مـ~ماذا؟ لماذا السلاح أقوى من الأمس؟
‘كيف يمكن أن يضرب أفضل مبارز في الجحيم من قبل إنسان…؟’
هذا صحيح. ميولنير الذي دافع عنها إياروغت كانت +10. كانت النتيجة رهيبة.
تم تعزيز العنصر إلى أقصى حد. لم يدرجها جريد أبدًا في أهدافه. لم يجرؤ على ذلك. لم يكن من الواقعي أن نحلم بسلاح +10 الذي لم يكن لدى الورثة الأغنياء في العالم.
[لم يستطع السيف الشيطاني إياروغت تحمل الصدمة القوية وقد انخفضت المتانة بمقدار 80.]
“كيف يمكنني الحصول على +10…؟”
[تأثير المطرقة كبير. سوف تذهل لمدة 0.3 ثانية!]
هذا صحيح. ميولنير الذي دافع عنها إياروغت كانت +10. كانت النتيجة رهيبة.
[تأثير المطرقة كبير. سوف تذهل لمدة 0.1 ثانية!]
“أنا لست مجرد إنسان. أنا سيدك.”
[ستذهل لمدة 0.1 ثانية.]
انتقلت روح إياروغت إلى النور. اقترض السيف لتشكيل جسم مادي.
تفتخر ميولنير المعززة النهائية بدقة 100٪ وأي شخص يصدمها سيكون متصلبًا لمدة 0.3 ثانية. كان هناك 0.1 ثانية من التصلب عندما ضربته ميلونير الأخرى. نعم ، كانت صلابة لا حصر لها ممكنة إذا ضربت ميلونير الهدف بدوره. مات إياروغت أسرع مما مات أمس.
قفز جريد إلى الأمام. كان سعيدًا في قتاله ضد سوء الحظ السيئ الذي ابتلي به طوال حياته. بالطبع ، كان من المحتمل أن يعاد إليه هذا الحظ الجيد باعتباره مصيبة أكبر في وقت لاحق.
“كـ… كووووك… هذا… لماذا…”
[ستذهل لمدة 0.1 ثانية.]
بالأمس ، كان هناك عذر مباغتته السيوف الفاصلة ، ولكن ليس اليوم. لقد هُزم تمامًا إلى درجة مروعة. كما كان ضد الأسلحة!
بي بي بي بينغ!
“أنا… إياروغت حاربت فقط ضد الأسلحة…!”
“انا ربحت. لا يمكنك حتى الفوز ضد أسلحتي ، كيف يمكنك الفوز ضدي؟”
لم يستطع إياروغت مساعدة استيائه. شاهد جريد روحه وهي تلتهم في النيران و فتح فمه.
“على أي حال ، لقد تغلبت على قيود سلاح غير حاد”.
“انا ربحت. لا يمكنك حتى الفوز ضد أسلحتي ، كيف يمكنك الفوز ضدي؟”
كان إياروغت صامتًا. كان من الصعب فهم كلمات جريد ، لكنه لم يستطع دحضها. ابتسم جريد له. كانت ابتسامة فائز كامل. كانت مليئة بالاسترخاء.
“لا تكن غبياً… ! سلاحك فقط هو القوي وليس أنت!”
الآن نجح في تعزيز واحد إلى +10. كان سعيد. سعيد حقا.
“نعم ، أنا من صنع الأسلحة. لذلك أنا قوي”.
مـ~ماذا؟ لماذا السلاح أقوى من الأمس؟
“…!”
كان إياروغت يضحك بشكل شرير عندما تفاجأ. كان ذلك لأن أربعة أيدي إله ظهرت خلف جريد. كانت أيدي الإله تحمل المطارق الذهبية من البارحة. تحدث جريد إلى إياروغت الغاضب مع وجه بارد.
كان إياروغت صامتًا. كان من الصعب فهم كلمات جريد ، لكنه لم يستطع دحضها. ابتسم جريد له. كانت ابتسامة فائز كامل. كانت مليئة بالاسترخاء.
.shola-widget, .shola-lb-wrap, .shola-pb-wrap { background: var(--bg-color, #fff); border: 1px solid var(--border-color, #e5e2e2); border-radius: 4px; padding: 15px; color: var(--text-color, #333); font-family: inherit; direction: rtl; box-sizing: border-box; margin-bottom: 20px; } .nightmode .shola-widget, .nightmode .shola-lb-wrap, .nightmode .shola-pb-wrap { background: #222; border-color: #333; color: #ddd; } .shola-progress-wrap { margin-bottom: 20px; } .shola-progress-header, .shola-pb-header { display: flex; justify-content: space-between; align-items: center; font-size: .95em; margin-bottom: 6px; font-weight: bold; } .shola-days-left, .shola-pb-days { color: #f5a623; font-size: .85em; font-weight: normal; } .shola-numbers, .shola-pb-numbers { display: flex; justify-content: space-between; font-size: .85em; color: inherit; margin-bottom: 8px; opacity: 0.8; } .shola-bar-bg, .shola-pb-bg { background: rgba(150,150,150,0.2); border-radius: 20px; height: 25px; overflow: hidden; } .shola-bar-fill, .shola-pb-fill { background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); height: 100%; border-radius: 20px; display: flex; align-items: center; justify-content: flex-end; padding-left: 10px; min-width: 4px; transition: width 1s ease; font-size: .8em; font-weight: bold; color:#fff; } .shola-completed, .shola-pb-done { text-align: center; color: #2ecc71; font-weight: bold; margin-top: 10px; font-size: 1.05em; } .shola-pre-goal, .shola-pb-pre { text-align: center; color: inherit; font-weight: bold; margin-top: 10px; font-size: 1.05em; opacity: 0.9; } .shola-tabs { display: flex; gap: 8px; margin-bottom: 14px; border-bottom: 1px solid rgba(150,150,150,0.2); padding-bottom: 10px; flex-wrap: wrap; } .shola-tab { background: rgba(150,150,150,0.1); border: 1px solid rgba(150,150,150,0.2); color: inherit; padding: 5px 12px; border-radius: 3px; cursor: pointer; font-family: inherit; font-size: .85em; transition: all .3s; } .shola-tab.active { background: #366ad3; border-color: #366ad3; color: #fff; } .shola-tab:hover:not(.active) { background: rgba(150,150,150,0.2); } .shola-row, .shola-lb-row { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 4px; margin-bottom: 6px; background: rgba(150,150,150,0.05); transition: background .2s; border:1px solid rgba(150,150,150,0.1); } .shola-top3, .shola-lb-top3 { background: rgba(54,106,211,0.08); border-color:rgba(54,106,211,0.2); } .shola-row:hover, .shola-lb-row:hover { background: rgba(150,150,150,0.1); } .shola-rank, .shola-lb-rank { min-width: 30px; text-align: center; font-size: 1.1em; } .shola-num, .shola-lb-num { display: inline-block; width: 22px; height: 22px; line-height: 22px; text-align: center; background: rgba(150,150,150,0.2); border-radius: 50%; font-size: .8em; color: inherit; opacity:0.8; } .shola-avatar { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(150,150,150,0.3); flex-shrink: 0; } .shola-uname, .shola-lb-uname { flex: 1; font-size: .95em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:600;} .shola-score, .shola-lb-score { color: #f5a623; font-weight: bold; font-size: .9em; white-space: nowrap; } .shola-empty, .shola-lb-empty { text-align: center; color: inherit; opacity:0.7; padding: 20px 0; font-size: .9em; } .shola-btn-support { display: block; width: 100%; background: #366ad3; background: linear-gradient(90deg, #366ad3, #5785e6); color: #fff; text-align: center; padding: 10px; border-radius: 4px; font-weight: bold; cursor: pointer; border: none; margin-top: 15px; font-family: inherit; font-size: 1.05em; transition: opacity 0.3s; } .shola-btn-support:hover { opacity: 0.9; color: #fff; } .shola-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 999999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); } .shola-modal-box { background: var(--bg-color, #fff); color: var(--text-color, #333); padding: 25px; border-radius: 8px; width: 90%; max-width: 400px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .nightmode .shola-modal-box { background: #222; color: #ddd; } .shola-modal-close { position: absolute; top: 10px; left: 15px; font-size: 24px; cursor: pointer; color: inherit; opacity: 0.7; font-weight: bold; line-height: 1; } .shola-modal-close:hover { opacity: 1; } function sholaTab(btn, id) { var widget = btn.closest(".shola-widget"); widget.querySelectorAll(".shola-tab").forEach(function(b){ b.classList.remove("active"); }); widget.querySelectorAll(".shola-board").forEach(function(b){ b.style.display = "none"; }); btn.classList.add("active"); document.getElementById("shola-" + id).style.display = "block"; } function sholaOpenModal(modalId) { document.getElementById(modalId).style.display = "flex"; } function sholaCloseModal(modalId) { document.getElementById(modalId).style.display = "none"; } 🔥 تحدي يوليو 2026 ⏳ 19 يوم متبقي 10,000 شعلة الهدف: 66,666 15% 🔥 ادعم الموقع لضمان استمراريته وبدون ظهور إعلانات مزعجة للجميع! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 10,000 🥇M. K💎 10,000🥈ibrahim shazly💎 500🥉الخال!💎 100
“سوف أراك مرة أخرى غدا. اتمنى ان تصلني نية القتل خاصتك لي غدا”.
غير إياروغت رأيه فجأة.
“القرف…!”
“بعد التظاهر بمصافحة اليد ، سأركله ثم…”
فقد إياروغت شكله بالكامل وعاد إلى سيف الشيطان. شعر جريد بفرحة لم يتخيلها الآخرون.
تم حرق جريد بدافع حيث ظهرت نافذة إعلام أمامه.
“هذا رائع حقًا.”
كان جريد ، وليس واحدًا من الورثة الأثرياء ، الذين حصلوا على سلاح معزز +10. لقد أدرك أن المهارة السلبية لـسليل باجما ، ‘زيادة احتمالية تعزيز العنصر’ كانت مفيدة جدًا.
ضرب العدو دون الحاجة إلى رفع إصبعه. أراد جريد الاستمتاع بهذه القوة وحول نظره إلى مدن مصاصي الدماء.
‘حسنا. اليوم سأنتقم للأمس ثم أروض جريد في كل مرة يتم فيها استدعائي. كو كو كوك!”
“يجب أن أسجل رقمًا قياسيًا جديدًا بينما لا يزال بف الخبرة موجود.”
“كيف يمكنني الحصول على +10…؟”
قيل له أن فرق النخبة السبعة في مدجج بالعتاد اختصرت الوقت الذي استغرق فيه تطهير مدينة مصاص الدماء إلى 5 ساعات. ماذا لو كسر الرقم القياسي وحده؟ كان من الممكن. كانت اللحظة التي كانت فيها أسطورة تسوية جريد على وشك كسر العالم.
تفتخر ميولنير المعززة النهائية بدقة 100٪ وأي شخص يصدمها سيكون متصلبًا لمدة 0.3 ثانية. كان هناك 0.1 ثانية من التصلب عندما ضربته ميلونير الأخرى. نعم ، كانت صلابة لا حصر لها ممكنة إذا ضربت ميلونير الهدف بدوره. مات إياروغت أسرع مما مات أمس.
ترجمة : Don Kol
‘هذا لا يهم’.
باهات!
