111
111 الفصل
قال كلوز بجدية: “ما أعنيه هو أن نائب الرئيس عبقري ، عبقري حقيقي. ليس لدينا أشياء كثيرة في برجنا السحري يمكن أن تجذبه. على الرغم من أنه يبدو وكأنه يفتقر إلى المال ، إلا أنه ليس جشعًا .”
.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 ⏳ 11 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Basil Alfaifi🔥 1004husam Al marzouqi🔥 1005Nasser Bin zayed🔥 1006Abdullah Alzahrani🔥 1007A D🔥 1008Faisal Almulhim🔥 1009Humaid Alali🔥 10010azcol azcol200🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Ahmed khirallh💎 1008السيد الشاب💎 1009med abda💎 10010ABDULWAHAB ALKHALAF💎 100
فرقت فيفيان يد السحر وتنفس الصعداء.
التخصص المكاني: ستنخفض الصعوبة عند استخدام السحر المكاني بمقدار مستوى واحد. سينخفض استهلاك المانا بنسبة 20٪ وستزداد التأثيرات بنسبة 20٪.
في الوقت نفسه ، كان يعلمهم الحيل الصغيرة لتعلم السحر.
بعد كل شيء ، لم يكن الرئيس في كثير من الأحيان في أي مكان يمكن رؤيته.
كانت التأثيرات الثلاثة كلها مفيدة.
يتمتع السحرة بأقوى سحر هروب ، وأقوى سحر إخفاء ، وأقوى سحر من نوع السفر. كان قصر ميستراس الرائع الأسطوري سحرًا مكانيًا.
يعني الانخفاض في صعوبة الإلقاء أن رولاند سيكون قادرًا على تعلم السحر المكاني عالي المستوى في وقت سابق.
كان عليهم أن يفهموا ويزيدوا تقاربهم مع السحر لتعلمه بشكل طبيعي.
في المعركة ، كان انخفاض صعوبة الإلقاء يعني ارتفاع معدل نجاح الإلقاء.
أدت تعويذة النقل الآني إلى تحسين حركة السحرة بشكل كبير في المعركة.
كان هناك العديد من العوامل التي يجب أخذها في الاعتبار أثناء المعركة.
كان الاختلاف في معايير التدريس مثل الليل والنهار.
مثل فشل أحدهم بسهولة في إلقاء التعاويذ السحرية التي لم يكونوا على دراية بها أو أتقنوها مؤخرًا.
من المرجح أيضًا أن يعطل العدو ملقي التعاويذ.
وبالتالي ، كانت صعوبة إلقاء التعاويذ مهمة إلى حد ما في المعركة.
مثل فشل أحدهم بسهولة في إلقاء التعاويذ السحرية التي لم يكونوا على دراية بها أو أتقنوها مؤخرًا.
سرعان ما بقي كلوز وفيفيان فقط في القاعة.
كلما قلت الصعوبة ، كان ذلك أفضل.
بينما كانوا ممتنين ، شعروا أيضًا بخيبة أمل صغيرة.
كان هذا أيضًا سبب ندرة استخدام السحرة للتعاويذ المتقدمة منذ البداية.
كان السبب وراء تعلم رولاند على الفور التخصص المكاني هو وجود نموذج تعويذة سحرية مكانية في مكتبة برج السحر .
فرقت فيفيان يد السحر وتنفس الصعداء.
بينما كانوا ممتنين ، شعروا أيضًا بخيبة أمل صغيرة.
تعويذة الانتقال الآني!
كان هناك تلميح من القلق في صوت كلوز. “نحن في مجرد فرع. ليس لدينا الكثير من المال وليس لدينا الكثير من الموارد. الشيء الوحيد الذي يمكننا تحمله بالكاد هو ان لدينا متدربة سحرية جميلة جدًا. على الرغم من أن أبراج السحر الأخرى بها أيضًا متدربات سحريات إناث ، إلا أنه لا يوجد الكثير أجمل منك أو لديهن شخصيات أفضل منك “.
من المرجح أيضًا أن يعطل العدو ملقي التعاويذ.
كانت هذه تعويذة من المستوى 3 ، ولكن مع التخصص المكاني ، كانت مجرد تعويذة من المستوى 2 لرولاند.
تم تسجيل تعويذة النقل الآني منذ فترة طويلة في معرض النظام الخاص به.
أخرجت منشفة كانت قد أعدتها في وقت سابق ومسحت العرق عن جبينها.
“إذا حاولتِ أخذ زمام المبادرة الآن ، يمكنك استخدام جسدك لتشتيت انتباه نائب الرئيس رولاند حتى يتمكن من التحسن بشكل أبطأ قليلاً. سيؤدي ذلك إلى تمديد الوقت قبل مغادرته لنا. وبهذه الطريقة ، سنتلقى أيضًا المزيد من الإرشادات.”
بعد تعلم مهارة التخصص ، بدأ على الفور في تعلم تعويذة النقل الآني.
عبست فيفيان. لم تفهم ما كان كلوز يقصده.
كان يشتهي هذه التعويذة لفترة طويلة.
هل كان هذا هو تذبذب القوة السحرية للفضاء؟
أدت تعويذة النقل الآني إلى تحسين حركة السحرة بشكل كبير في المعركة.
شعرت فيفيان بالحرج.
على سبيل المثال ، يمكنهم استخدام التضاريس للمناورة ، مما يجعل أعداء فئة القتال القريب يبكون.
علاوة على ذلك ، أصبح للتقلب نوعًا مختلفًا من الرائحة ، فقد كان عميقًا وواسعًا للغاية.
علاوة على ذلك ، يمكن استخدامه أيضًا للسفر.
سرعان ما بقي كلوز وفيفيان فقط في القاعة.
نظر رولاند إلى النموذج مرارًا وتكرارًا وحفظ ببطء 200 عقدة.
في رأي رولاند ، كانت هذه مهارة سحرية يجب أن يتعلمها السحرة.
قال كلوز بجدية: “ما أعنيه هو أن نائب الرئيس عبقري ، عبقري حقيقي. ليس لدينا أشياء كثيرة في برجنا السحري يمكن أن تجذبه. على الرغم من أنه يبدو وكأنه يفتقر إلى المال ، إلا أنه ليس جشعًا .”
نظر رولاند إلى النموذج مرارًا وتكرارًا وحفظ ببطء 200 عقدة.
في الوقت نفسه ، استنتج الغرض من هذه العقد.
هذه المجموعة من المتدربين السحريين كانوا يأملون أن تكون تهنئة فيفيان أكثر جرأة.
بعد حوالي ساعتين ، بدأ اختبار الاتصال بين العقد.
“يغادر الناس في النهاية. بعد أن أنشأ نائب الرئيس سلسلة من التعاويذ السحرية ، أصبح بالتأكيد مشهورًا في الاتحاد بأكمله، في المستقبل ستدعوه المدن الأخرى بالتأكيد.”
في الطابق الثاني ، كانت فيفيان تستخدم يد سحرية زرقاء صغيرة لالتقاط كوب مملوء بالماء بعناية.
شعرت فيفيان بالحرج.
ستكون فيفيان أفضل شخص من بينهم لتهنئة نائب الرئيس رولاند.
كانت هذه هي طريقة تدريبها.
رفضت فيفيان ، التي كانت تنوي تهنئة رولاند ، هذا الفكر على الفور.
في رأي رولاند ، كانت هذه مهارة سحرية يجب أن يتعلمها السحرة.
بطبيعة الحال ، تم تدريسها من قبل رولاند.
تعامل جميع المتدربين السحريين في برج السحر مع رولاند على أنه مدربهم الحقيقي.
بعد كل شيء ، لم يكن الرئيس في كثير من الأحيان في أي مكان يمكن رؤيته.
علاوة على ذلك ، كانت طريقة التدريس الخاصة بالرئيس فجة للغاية.
كان الهدف هو إلقاء نموذج تعويذة عليهم مباشرة وجعلهم يكتشفون ذلك بأنفسهم.
قال كلوز بجدية: “ما أعنيه هو أن نائب الرئيس عبقري ، عبقري حقيقي. ليس لدينا أشياء كثيرة في برجنا السحري يمكن أن تجذبه. على الرغم من أنه يبدو وكأنه يفتقر إلى المال ، إلا أنه ليس جشعًا .”
“فيفيان ، هناك شيء أريد أن أتحدث معك عنه” ، قال كلوز فجأة وهو يتجه نحو فيفيان.
كان عليهم أن يفهموا ويزيدوا تقاربهم مع السحر لتعلمه بشكل طبيعي.
من ناحية أخرى ، كان رولاند مختلفًا.
جلست فيفيان أولاً.
بعد حوالي ساعتين ، بدأ اختبار الاتصال بين العقد.
سيشرح استخدام كل عقدة والأشياء التي يجب على المرء الانتباه إليها عند نقل القوة السحرية إلى العقدة المقابلة.
في الوقت نفسه ، كان يعلمهم الحيل الصغيرة لتعلم السحر.
حتى أنه سيعلمهم وفقًا لتقدم الجميع وموهبتهم.
سيشرح استخدام كل عقدة والأشياء التي يجب على المرء الانتباه إليها عند نقل القوة السحرية إلى العقدة المقابلة.
جلس كلوز أمام فيفيان وقال: “أستطيع أن أقول إن نائب الرئيس لم يلمسك بعد.”
كان الاختلاف في معايير التدريس مثل الليل والنهار.
سيكون من الأفضل لو أمضت الليلة هناك.
الأهم من ذلك ، عندما اكتشف رولاند أن برج السحر كان في خطر ، كان رد فعله الأول ليس السماح لهؤلاء المتدربين السحريين الضعفاء بالانتقال إلى خط المواجهة ، ولكن إبعادهم عن الخطر.
نظر الجميع إلى فيفيان.
بينما كانوا ممتنين ، شعروا أيضًا بخيبة أمل صغيرة.
شعرت فيفيان بالحرج.
كان عليهم أن يفهموا ويزيدوا تقاربهم مع السحر لتعلمه بشكل طبيعي.
لكن بغض النظر عن أي شيء ، في نظرهم ، حمل رولاند صورة رجل “محب المرؤوس”.
نظرًا لأن كلوز بدا جادًا للغاية ، كانت فيفيان في حيرة قليلاً.
.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 ⏳ 11 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Basil Alfaifi🔥 1004husam Al marzouqi🔥 1005Nasser Bin zayed🔥 1006Abdullah Alzahrani🔥 1007A D🔥 1008Faisal Almulhim🔥 1009Humaid Alali🔥 10010azcol azcol200🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Ahmed khirallh💎 1008السيد الشاب💎 1009med abda💎 10010ABDULWAHAB ALKHALAF💎 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 ⏳ 11 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Basil Alfaifi🔥 1004husam Al marzouqi🔥 1005Nasser Bin zayed🔥 1006Abdullah Alzahrani🔥 1007A D🔥 1008Faisal Almulhim🔥 1009Humaid Alali🔥 10010azcol azcol200🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Ahmed khirallh💎 1008السيد الشاب💎 1009med abda💎 10010ABDULWAHAB ALKHALAF💎 100
هذه المرة ، كانوا أقوى ، وتغير تواتر التقلبات.
أضاءت عيون فيفيان. لقد فهمت أن هذا كان رمزًا لقوة رولاند. لقد أصبح بالفعل ساحر نخبة.
فتحت الباب بحماس ، متلهفة للتوجه لتهنئة رولاند. ومع ذلك ، عندما خرجت ، اكتشفت أن جميع المتدربين السحريين تقريبًا قد تركوا غرفهم.
كانوا جميعًا يسدون الدرج.
بعد تعلم مهارة التخصص ، بدأ على الفور في تعلم تعويذة النقل الآني.
تعامل جميع المتدربين السحريين في برج السحر مع رولاند على أنه مدربهم الحقيقي.
نظر الجميع إلى فيفيان.
أخرجت منشفة كانت قد أعدتها في وقت سابق ومسحت العرق عن جبينها.
ستكون فيفيان أفضل شخص من بينهم لتهنئة نائب الرئيس رولاند.
هذه المجموعة من المتدربين السحريين كانوا يأملون أن تكون تهنئة فيفيان أكثر جرأة.
وبالتالي ، كانت صعوبة إلقاء التعاويذ مهمة إلى حد ما في المعركة.
سيكون من الأفضل لو أمضت الليلة هناك.
تم تسجيل تعويذة النقل الآني منذ فترة طويلة في معرض النظام الخاص به.
لكن بغض النظر عن أي شيء ، في نظرهم ، حمل رولاند صورة رجل “محب المرؤوس”.
كان وجه فيفيان أحمر قليلاً ، لكنها صرت على أسنانها وحشدت شجاعتها لتتوجه.
كلما قلت الصعوبة ، كان ذلك أفضل.
في الوقت نفسه ، استنتج الغرض من هذه العقد.
ينتقل تذبذب القوة السحرية إلى أسفل بتردد عالٍ نوعًا ما.
صمتت فيفيان على الفور.
علاوة على ذلك ، أصبح للتقلب نوعًا مختلفًا من الرائحة ، فقد كان عميقًا وواسعًا للغاية.
من المرجح أيضًا أن يعطل العدو ملقي التعاويذ.
هل كان هذا هو تذبذب القوة السحرية للفضاء؟
تعويذة الانتقال الآني!
نظر جميع المتدربين السحريين إلى بعضهم البعض قبل أن تضيء أعينهم.
كان السحر المكاني نظامًا يأتي في المرتبة الثانية بعد التعاويذ النبوية.
إذا كان السحر الدفاعي يمثل بقاء السحرة ، وسحر الاستحضار يمثل قوة هجوم الساحر ، فإن السحر المكاني كان مزيجًا من الاثنين.
وبالتالي ، كانت صعوبة إلقاء التعاويذ مهمة إلى حد ما في المعركة.
لم يكن الأمر مدمرًا فحسب ، بل امتلك أيضًا قدرة بقاء قوية للغاية من حيث إستراتيجية المعركة.
يتمتع السحرة بأقوى سحر هروب ، وأقوى سحر إخفاء ، وأقوى سحر من نوع السفر. كان قصر ميستراس الرائع الأسطوري سحرًا مكانيًا.
هذه المرة ، كانوا أقوى ، وتغير تواتر التقلبات.
نظر جميع المتدربين السحريين إلى بعضهم البعض قبل أن تضيء أعينهم.
بمجرد أن يصبح نائب الرئيس رولاند بارعًا في السحر المكاني ، سيكون من الطبيعي أن يتمكن من تعلم بعض الأشياء أيضًا.
بعد كل شيء ، لم يكن الرئيس في كثير من الأحيان في أي مكان يمكن رؤيته.
رفضت فيفيان ، التي كانت تنوي تهنئة رولاند ، هذا الفكر على الفور.
سرعان ما بقي كلوز وفيفيان فقط في القاعة.
بمجرد أن بدأ ساحر في إجراء تجارب سحرية ، لم يرغبوا في إزعاجهم.
قمع المتدربون حماستهم وعادوا إلى غرفهم.
سرعان ما بقي كلوز وفيفيان فقط في القاعة.
“فيفيان ، هناك شيء أريد أن أتحدث معك عنه” ، قال كلوز فجأة وهو يتجه نحو فيفيان.
التخصص المكاني: ستنخفض الصعوبة عند استخدام السحر المكاني بمقدار مستوى واحد. سينخفض استهلاك المانا بنسبة 20٪ وستزداد التأثيرات بنسبة 20٪.
فوجئت فيفيان. “ما هذا؟”
نظرًا لأن كلوز بدا جادًا للغاية ، كانت فيفيان في حيرة قليلاً.
بعد تعلم مهارة التخصص ، بدأ على الفور في تعلم تعويذة النقل الآني.
رفضت فيفيان ، التي كانت تنوي تهنئة رولاند ، هذا الفكر على الفور.
أشار كلوز إلى الطاولة والكراسي القريبة ، وفهمت فيفيان على الفور ما يجري. مشوا.
علاوة على ذلك ، يمكن استخدامه أيضًا للسفر.
.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 ⏳ 11 يوم متبقي 69,410 شعلة الهدف: 66,666 104.1% 🎉 حققنا هدف الشهر، شكرًا لكل الداعمين! إدعمنا × شراء عملة الشعلة 🏆 أكبر الداعمين هذا الشهر 💎 أكبر الداعمين كل الأوقات 🥇M. K🔥 40,000🥈Yazeed Alsaedi🔥 105🥉Basil Alfaifi🔥 1004husam Al marzouqi🔥 1005Nasser Bin zayed🔥 1006Abdullah Alzahrani🔥 1007A D🔥 1008Faisal Almulhim🔥 1009Humaid Alali🔥 10010azcol azcol200🔥 100 🥇M. K💎 52,000🥈Fares saeed💎 1,100🥉Hamood Mahemed💎 5004Abdullah K💎 5005ibrahim shazly💎 5006Yazeed Alsaedi💎 1057Ahmed khirallh💎 1008السيد الشاب💎 1009med abda💎 10010ABDULWAHAB ALKHALAF💎 100
جلست فيفيان أولاً.
من المرجح أيضًا أن يعطل العدو ملقي التعاويذ.
جلس كلوز أمام فيفيان وقال: “أستطيع أن أقول إن نائب الرئيس لم يلمسك بعد.”
تعويذة الانتقال الآني!
احمرت فيفيان خجلا ، غاضبة قليلا . “ماذا تقصد بذلك يا كلوز ؟!”
فوجئت فيفيان. “ما هذا؟”
عبست فيفيان. لم تفهم ما كان كلوز يقصده.
قال كلوز بجدية: “ما أعنيه هو أن نائب الرئيس عبقري ، عبقري حقيقي. ليس لدينا أشياء كثيرة في برجنا السحري يمكن أن تجذبه. على الرغم من أنه يبدو وكأنه يفتقر إلى المال ، إلا أنه ليس جشعًا .”
كان هناك العديد من العوامل التي يجب أخذها في الاعتبار أثناء المعركة.
وبالتالي ، كانت صعوبة إلقاء التعاويذ مهمة إلى حد ما في المعركة.
عبست فيفيان. لم تفهم ما كان كلوز يقصده.
“يغادر الناس في النهاية. بعد أن أنشأ نائب الرئيس سلسلة من التعاويذ السحرية ، أصبح بالتأكيد مشهورًا في الاتحاد بأكمله، في المستقبل ستدعوه المدن الأخرى بالتأكيد.”
كانوا جميعًا يسدون الدرج.
كان هناك تلميح من القلق في صوت كلوز. “نحن في مجرد فرع. ليس لدينا الكثير من المال وليس لدينا الكثير من الموارد. الشيء الوحيد الذي يمكننا تحمله بالكاد هو ان لدينا متدربة سحرية جميلة جدًا. على الرغم من أن أبراج السحر الأخرى بها أيضًا متدربات سحريات إناث ، إلا أنه لا يوجد الكثير أجمل منك أو لديهن شخصيات أفضل منك “.
لقد فهمت فيفيان بالفعل ما يعنيه كلوز.
احمرت فيفيان خجلا ، غاضبة قليلا . “ماذا تقصد بذلك يا كلوز ؟!”
111 الفصل
وتابع كلوز : “نائب الرئيس يزداد قوة. سيكون هناك يوم يغادر فيه هذا المكان. ومع ذلك ، لم تحرزا أي تقدم ، لذلك عليك أن تكونِ أكثر استباقية. وإلا ماذا سيحدث إذا غادر نائب الرئيس؟ ولا يأخذكِ معه؟ ”
من المرجح أيضًا أن يعطل العدو ملقي التعاويذ.
شعرت فيفيان بالحرج.
بمجرد أن يصبح نائب الرئيس رولاند بارعًا في السحر المكاني ، سيكون من الطبيعي أن يتمكن من تعلم بعض الأشياء أيضًا.
“إذا حاولتِ أخذ زمام المبادرة الآن ، يمكنك استخدام جسدك لتشتيت انتباه نائب الرئيس رولاند حتى يتمكن من التحسن بشكل أبطأ قليلاً. سيؤدي ذلك إلى تمديد الوقت قبل مغادرته لنا. وبهذه الطريقة ، سنتلقى أيضًا المزيد من الإرشادات.”
التخصص المكاني: ستنخفض الصعوبة عند استخدام السحر المكاني بمقدار مستوى واحد. سينخفض استهلاك المانا بنسبة 20٪ وستزداد التأثيرات بنسبة 20٪.
كانت فيفيان تشعر بالحرج قليلا، ولكن النظرة في عينيها غريبة . “كلوز ، أنت أناني قليلاً.”
ضحك كلوز. “من الذي لن يكون أنانيًا ، على أمل أن يعلمنا مثل هذا المعلم الجيد أكثر؟ ألا تكوني أنانية من خلال أخذ زمام المبادرة للتواصل مع نائب الرئيس رولاند؟”
هذه المجموعة من المتدربين السحريين كانوا يأملون أن تكون تهنئة فيفيان أكثر جرأة.
صمتت فيفيان على الفور.
نظرت إلى السماء في الخارج. قدّرت الوقت وكانت على وشك تحضير العشاء عندما شعرت فجأة بموجة سحرية غريبة قادمة من أعلى البرج.
عبست فيفيان. لم تفهم ما كان كلوز يقصده.
كلما قلت الصعوبة ، كان ذلك أفضل.
