Patent Slate Sword [2], одноручный меч (Renewal)

Patent Slate Sword [2] (UP_SLATE_SWORD) – оружие.

Patent Slate Sword [2], одноручный меч (Renewal)

A sword made of an ancient stone.
He regained the power of the stone plate and began to show his original ability.
It seems to resonate with the boots of the great hero.

ATK + 15 per 2 refine rates.
Increase damage of Cart Tornado by 10%, Hells Plant by 5% per 3 refine rates.
When refined to +7 or higher, increase damage of Cart Tornado by 20%, Hells Plant by 10%.
When refined to +9 or higher, reduce global cooltime by 10%.
When refined to +11 or higher, reduce global cooltime by 5%, MHP + 10%.
When equipped with Great Hero's Boots, VIT + 10, increase melee physical damage by 5%.

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

  • ID: 31158
  • Код: UP_SLATE_SWORD
  • Тип: оружие
  • Подтип: одноручный меч
  • Уровень оружия: 4
  • Атака: 205
  •  
  • Требуемый уровень: 150
  • Профессии: alchemist
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"GN_CART_TORNADO",.@r/3*10;
bonus2 bSkillAtk,"GN_HELLS_PLANT",.@r/3*5;
if (.@r>=7) {
   bonus2 bSkillAtk,"GN_CART_TORNADO",20;
   bonus2 bSkillAtk,"GN_HELLS_PLANT",10;
}
if (.@r>=9) {
   bonus bDelayrate,-10;
}
if (.@r>=11) {
   bonus bDelayrate,-5;
   bonus bMaxHPrate,10;
}