Chilling Cane-LT [2], посох (Renewal)

Chilling Cane-LT [2] (FREEZING_ROD_LT) – оружие.

Chilling Cane-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 Diamond Dust damage by 12% per 3 refine rate.
If refine rate is 7 or higher, increases magical damage against all property enemies by 15%, increases Varetyr Spear damage by 15%.
If refine rate is 9 or higher, increases Varetyr Spear damage by additional 30%, reduces variable casting time by 15%.
If refine rate is 11 or higher, increases wind and water property magical damage by 15%, reduces skill cooldown of Varetyr Spear by 2 seconds.

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

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

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

  • ID: 31458
  • Код: FREEZING_ROD_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 bMagicAddEle,Ele_All,15;
   bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15;
   if (.@r>=9) {
      bonus bVariableCastrate,-15;
      bonus2 bSkillAtk,"SO_VARETYR_SPEAR",30;
      if (.@r>=11) {
         bonus2 bMagicAtkEle,Ele_Water,15;
         bonus2 bMagicAtkEle,Ele_Wind,15;
         bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2000;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_Water,15;
      bonus2 bMagicAtkEle,Ele_Wind,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus bMatk,15*(.@r/2);
bonus2 bSkillAtk,"SO_DIAMONDDUST",12*(.@r/3);