Flush Welding Wand [2], посох (Renewal)

Flush Welding Wand [2] (F_EIN_1HWAND) – оружие.

Flush Welding Wand [2], посох (Renewal)

Matk + 220, can't be destroyed.
Matk + 10%.
Increases all property magical damage by 10%, increases Exorcism of Malicious Soul damage by 20%.
If refine rate is 7 or higher, Matk + 70, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases all property magical damage by additional 15%, increases Exorcism of Malicious Soul damage by additional 10%, increases magical damage against all size enemies by 15%, increases SP consumption of Exorcism of Malicious Soul by 25.
If refine rate is 11 or higher, reduces global cooldown by 15%, increases Exorcism of Malicious Soul damage by additional 10%, increases SP consumption of Exorcism of Malicious Soul by 25.

[Bonus by grade]
[Grade D] S.Matk + 10.
[Grade C] Increases Exorcism of Malicious Soul damage by 10%.
[Grade B] Increases magical damage against all property enemies by 10%.
[Grade A] Increases Exorcism of Malicious Soul damage by additional 10%.

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

  • ID: 31493
  • Код: F_EIN_1HWAND
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 5
  • Атака: 160
  • Магическая атака: 220
  •  
  • Требуемый уровень: 250
  • Профессии: soul_linker
  • Вес: 120

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,10;
bonus2 bMagicAtkEle,Ele_All,10;
bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",20;
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus bMatk,70;
   if (.@r>=9) {
      bonus2 bMagicAddSize,Size_All,15;
      bonus2 bMagicAtkEle,Ele_All,15;
      bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
      bonus2 bSkillUseSP,"SOA_EXORCISM_OF_MALICIOUS_SOUL",-25;
      if (.@r>=11) {
         bonus bDelayrate,-15;
         bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
         bonus2 bSkillUseSP,"SOA_EXORCISM_OF_MALICIOUS_SOUL",-25;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bSMatk,10;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bMagicAddEle,Ele_All,10;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;
         }
      }
   }
}