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

Blue Crystal Staff [2] (BLUE_CRYSTAL_STAFF) – оружие.

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

A staff that has the power of cold ice that was used by a great wizard in the past.
It seems to resonate with Ancient Hero Boots.
Cannot be destroyed in battle.
MATK +200
Every 2 Refine level MATK +10
Every 3 Refine level Jack Frost skill damage increased by 12%.
When Refine level is 9, damage of Water Element magic skills increased by 7%.
When Refine level is 11, Jack Frost skill cooltime decreased by 1s, magic damage given to Fire Element enemies increased by 7%.
When equipped together with Ancient Hero Boots and attacking with magic attacks, with a fixed rate for 7 INT +20, MATK +15%.
Weapon Lv: 4
Required Lv: 100
Required

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

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

Скрипт

bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bMatk,.@r/2*10;
bonus2 bSkillAtk,"WL_JACKFROST",.@r/3*12;
if (.@r>=9) {
   bonus2 bMagicAtkEle,Ele_Water,7;
}
if (.@r>=11) {
   bonus2 bSkillCooldown,"WL_JACKFROST",-1000;
   bonus2 bMagicAddEle,Ele_Fire,7;
}