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

Light Blade-LT [2] (LIGHT_BLADE_LT) – оружие.

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

Matk + 195, Matk + 5%.
If the user's base level is 210 or higher, SPL + 2, S.Matk + 1.
Matk + 15 per 2 refine rate.
Increases Gloria Domini and Genesis Ray damage by 5% per 3 refine rate.
If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases neutral and holy property magical damage by 15%.
If refine rate is 11 or higher, increases magical damage against all size enemies by 15%, increases Gloria Domini and Genesis Ray damage by additional 30%

When equipped with Hero Boots-LT, Matk + 10%, S.Matk + 2.

[Bonus by grade]
[Grade D] Matk + 3%.
[Grade C] Increases neutral and holy property magical damage by 15%, S.Matk + 1.
[Grade B] SPL + 3, S.Matk + 2.

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

  • ID: 31177
  • Код: LIGHT_BLADE_LT
  • Тип: оружие
  • Подтип: одноручный меч
  • Уровень оружия: 5
  • Атака: 130
  •  
  • Требуемый уровень: 190
  • Профессии: crusader
  • Вес: 120

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bMatkRate,5;
bonus bMatk,195;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_Holy,15;
      bonus2 bMagicAtkEle,Ele_Neutral,15;
      if (.@r>=11) {
         bonus2 bMagicAddSize,Size_All,15;
         bonus2 bSkillAtk,"LG_RAYOFGENESIS",30;
         bonus2 bSkillAtk,"PA_PRESSURE",30;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_Holy,15;
      bonus2 bMagicAtkEle,Ele_Neutral,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus bMatk,15*(.@r/2);
bonus2 bSkillAtk,"LG_RAYOFGENESIS",5*(.@r/3);
bonus2 bSkillAtk,"PA_PRESSURE",5*(.@r/3);