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

Patent Shadow Staff [2] (UP_SHADOW_STAFF_K) – оружие.

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

An old 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 Earth Grave by 12% per 3 refine rates.
When refined to +7 or higher, increase magic damage of Earth, Neutral property magic damage by 15%.
When refined to +9 or higher, increase damage of Physchic Wave by 25%, reduce variable casting by 7%.
When refined to +11 or higher, reduce variable casting by 8%, reduce cooltime of Phychic Wave by 1 sec.
When equipped with Great Hero's Boots, INT +10, MATK + 7%.

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

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

Скрипт

bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bMatk,.@r/2*15;
bonus2 bSkillAtk,"SO_EARTHGRAVE",12*(.@r/3);
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Earth,15;
   bonus2 bMagicAtkEle,Ele_Neutral,15;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",25;
   bonus bVariableCastrate,-7;
}
if (.@r>=11) {
   bonus bVariableCastrate,-8;
   bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000;
}