Patent Iron Staff [2], двуручный посох (Renewal)

Patent Iron Staff [2] (UP_IRON_STAFF) – оружие.

Patent Iron Staff [2], двуручный посох (Renewal)

Staff made of metal.
Looking at the power of heterogeneous mana, he started to show his natural power.
It seems to resonate with the boots of the great hero.
Cannot be destroyed.
MATK + 235.
MATK + 15 per 2 refine rates
Increase damage of Earth Strain by 12% per 3 refine rates.
When refined to +7 or higher, reduce variable casting by 10%, increase earth, fire property type magic damage by 15%.
When refined to +9 or higher, reduce cooltime of Earh Strain by 1 sec, variable casting by 5%.
When refined to +11 or higher, increase magic damage to all size monsters by 15%, Crimson Rock by 15%.
When equipped with Great Hero's Boots, INT + 10, MATK + 7%.

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

  • ID: 31821
  • Код: UP_IRON_STAFF
  • Тип: оружие
  • Подтип: двуручный посох
  • Уровень оружия: 4
  • Атака: 100
  • Магическая атака: 235
  •  
  • Требуемый уровень: 150
  • Профессии: wizard
  • Вес: 100

Скрипт

bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bMatk,.@r/2*15;
bonus2 bSkillAtk,"WL_EARTHSTRAIN",.@r/3*12;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus2 bMagicAtkEle,Ele_Earth,15;
   bonus2 bMagicAtkEle,Ele_Fire,15;
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-1000;
   bonus bVariableCastrate,-5;
}
if (.@r>=11) {
   bonus2 bMagicAddSize,Size_All,15;
   bonus2 bSkillAtk,"WL_CRIMSONROCK",15;
}