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

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

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

Can't be destroyed.
Matk + 235, Matk + 5%.
If the user's base level is 210 or higher, SPL + 2, S.Matk + 1.
Matk + 15 per 2 refine rate.
Increases Jack Frost damage by 12% per 3 refine rate.
If refine rate is 7 or higher, reduces variable casting time by 10%, increases water, wind and ghost property magical damage by 15%.
If refine rate is 9 or higher, reduces skill cooldown of Jack Frost by 1 second, reduces global cooldown by 5%, increases Soul Expansion damage by 30%.
If refine rate is 11 or higher, increases magical damage against all size enemies by 15%, increases Chain Lightning damage by 30%.

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

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

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

  • ID: 31836
  • Код: BLUE_CRYSTAL_STAFF_LT
  • Тип: оружие
  • Подтип: двуручный посох
  • Уровень оружия: 5
  • Атака: 100
  •  
  • Требуемый уровень: 190
  • Профессии: wizard
  • Вес: 100

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
bonus bMatk,235;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Ghost,15;
   bonus2 bMagicAtkEle,Ele_Water,15;
   bonus2 bMagicAtkEle,Ele_Wind,15;
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus bDelayrate,-5;
      bonus2 bSkillCooldown,"WL_JACKFROST",-1000;
      bonus2 bSkillAtk,"WL_SOULEXPANSION",30;
      if (.@r>=11) {
         bonus2 bMagicAddSize,Size_All,15;
         bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",30;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_Ghost,15;
      bonus2 bMagicAtkEle,Ele_Water,15;
      bonus2 bMagicAtkEle,Ele_Wind,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus bMatk,15*(.@r/2);
bonus2 bSkillAtk,"WL_JACKFROST",12*(.@r/3);