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

Patent Light Blade [2] (UP_LIGHT_BLADE) – оружие.

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

A sword of light that is said to have been used by a warrior.
With the power of light, he began to show his natural ability.
It seems to resonate with the boots of the great hero.

MATK + 195.
MATK + 15 per 2 refine rates.
Increase damage of Pressure, Ray of Genesis by 5% per 3 refine rates.
When refined to +7 or higher, reduce variable casting by 10%.
When refined to +9 or higher, increase holy property magic damage by 15%.
When refined to +11 or higher, increase magic damage to all size monsters by 15%, Pressure, Ray of Genesis by additional 15%.
When equipped with Great Hero's Boots, INT + 10, MATK + 7%.

Can upgrade the weapon through [Special Equipment Researcher].

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

  • ID: 31161
  • Код: UP_LIGHT_BLADE
  • Тип: оружие
  • Подтип: одноручный меч
  • Уровень оружия: 4
  • Атака: 130
  • Магическая атака: 195
  •  
  • Требуемый уровень: 150
  • Профессии: crusader
  • Вес: 120

Скрипт

.@r = getrefine();
bonus bMatk,.@r/2*15;
bonus2 bSkillAtk,"PA_PRESSURE",.@r/3*5;
bonus2 bSkillAtk,"LG_RAYOFGENESIS",.@r/3*5;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
}
if (.@r>=9) {
   bonus2 bMagicAtkEle,Ele_Holy,15;
}
if (.@r>=11) {
   bonus2 bMagicAddSize,Size_All,15;
   bonus2 bSkillAtk,"PA_PRESSURE",15;
   bonus2 bSkillAtk,"LG_RAYOFGENESIS",15;
}