Spirit Pendulum-LT [2], посох (Renewal)

Spirit Pendulum-LT [2] (SOULWEIGHT_LT) – оружие.

Spirit Pendulum-LT [2], посох (Renewal)

Matk + 190, can't be destroyed.
If the user's base level is 210 or higher, SPL + 2, S.Matk + 1.
Matk + 15 per 2 refine rate.
Increases all property magical damage by 3% per 3 refine rate.
If refine rate is 7 or higher, increases Espa damage by 25%, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases Espa damage by additional 15%, increases Eswhoo damage by 45%.
If refine rate is 11 or higher, increases magical damage against all size enemies by 15%, has a high chance (10%) to recover 230 SP every 0.5 seconds for 19 times within 10 seconds when dealing magical damage.

When equipped with Hero Boots-LT, Matk + 10%, S.Matk + 2.

[Bonus by grade]
[Grade D] Matk + 3%.
[Grade C] Increases all property magical damage by 15%, S.Matk + 1.
[Grade B] SPL + 3, S.Matk + 2.

Базовые свойства предмета

  • ID: 31479
  • Код: SOULWEIGHT_LT
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 5
  • Атака: 70
  • Магическая атака: 190
  •  
  • Требуемый уровень: 190
  • Профессии: soul_linker
  • Вес: 120

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus2 bSkillAtk,"SP_SPA",25;
   if (.@r>=9) {
      bonus2 bSkillAtk,"SP_SWHOO",45;
      bonus2 bSkillAtk,"SP_SPA",15;
      if (.@r>=11) {
         bonus2 bMagicAddSize,Size_All,15;
         bonus2 bSPRegenRate,230,5000;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_All,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus bMatk,15*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,3*(.@r/3);