Shadow Staff-LT [2], посох (Renewal)

Shadow Staff-LT [2] (SHADOW_STAFF_K_LT) – оружие.

Shadow Staff-LT [2], посох (Renewal)

Can't be destroyed.
Matk + 195, Matk + 5%.
If the user's base level is 210 or higher, SPL + 2, S.Matk + 1.
Matk + 15 per 2 refine rate.
Increases Earth Grave damage by 12% per 3 refine rate.
If refine rate is 7 or higher, increases neutral, earth and poison property magical damage by 15%.
If refine rate is 9 or higher, increases Psychic Wave and Poison Burst damage by 35%, reduces variable casting time by 15%.
If refine rate is 11 or higher, increases Psychic Wave and Poison Burst damage by additional 15%, reduces skill cooldown of Psychic Wave by 1 second.

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

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

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

  • ID: 31457
  • Код: SHADOW_STAFF_K_LT
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 5
  • Атака: 40
  • Магическая атака: 195
  •  
  • Требуемый уровень: 190
  • Профессии: sage
  • Вес: 75

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Neutral,15;
   bonus2 bMagicAtkEle,Ele_Poison,15;
   bonus2 bMagicAtkEle,Ele_Earth,15;
   if (.@r>=9) {
      bonus bVariableCastrate,-15;
      bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",35;
      bonus2 bSkillAtk,"SO_POISON_BUSTER",35;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
         bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15;
         bonus2 bSkillAtk,"SO_POISON_BUSTER",15;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_Neutral,15;
      bonus2 bMagicAtkEle,Ele_Poison,15;
      bonus2 bMagicAtkEle,Ele_Earth,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus bMatk,15*(.@r/2);
bonus2 bSkillAtk,"SO_EARTHGRAVE",12*(.@r/3);