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

Patent Chilling Cane [2] (UP_FREEZING_ROD) – оружие.

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

A blue cane used by an ancient hero]
The power of ancient times has gathered and started to show off their original abilities.
It seems to resonate with the boots of the great hero.

Cannot be destroyed.
MATK + 195.
MATK+ 15 per 2 refine rates.
Increase damage of Diamond Dust by 12% per 3 refine rates.
When refined to +7 or higher, increase magic damage to all property enemies by 15%, Varetyr Spear by 15%.
When refined to +9 or higher, increase damage of Varetyr Spear by 20%, reduce variable casting by 7%.
When refined to +11 or higher, reduce variable casting by 8%, reduce cooltime of Varetyr Spear by 2 sec.
When equipped with Great Hero's Boots, INT +10, MATK + 7%.

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

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

Скрипт

bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bMatk,.@r/2*10;
bonus2 bSkillAtk,"SO_DIAMONDDUST",.@r/3*12;
if (.@r>=7) {
   bonus2 bMagicAddEle,Ele_All,15;
   bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"SO_VARETYR_SPEAR",20;
   bonus bVariableCastrate,-7;
}
if (.@r>=11) {
   bonus bVariableCastrate,-8;
   bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2000;
}