Super Novice Booster Wand, посох (Renewal)

Super Novice Booster Wand (SN_B_WAND) – оружие.

Super Novice Booster Wand, посох (Renewal)

Can't be refined by normal means.
Can't be destroyed.
Matk + 2%, Matk + 200.
Matk + 3 per refine rate.
Matk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, reduces variable casting time by 1% per each level of Increase SP Recovery user learned.
If refine rate is 9 or higher, increases all property magical damage by 10%, increases Fire Bolt, Cold Bolt and Lightning Bolt damage by 15%.
If refine rate is 11 or higher, additional Matk + 10%, increases magical damage against all size enemies by 15%.
If refine rate is 13 or higher, increases Fire Bolt, Cold Bolt and Lightning Bolt damage by additional 25%.

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

  • ID: 31485
  • Код: SN_B_WAND
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 130
  • Магическая атака: 200
  •  
  • Требуемый уровень: 100
  • Профессии: novice, super_novice
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,2;
bonus bMatk,3*.@r;
bonus bMatk,3*(min(BaseLevel,195)/15);
if (.@r>=7) {
   bonus bVariableCastrate,-getskilllv("MG_SRECOVERY");
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,10;
      bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",15;
      bonus2 bSkillAtk,"MG_FIREBOLT",15;
      bonus2 bSkillAtk,"MG_COLDBOLT",15;
      if (.@r>=11) {
         bonus2 bMagicAddSize,Size_All,15;
         bonus bMatkRate,10;
         if (.@r>=13) {
            bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",25;
            bonus2 bSkillAtk,"MG_FIREBOLT",25;
            bonus2 bSkillAtk,"MG_COLDBOLT",25;
         }
      }
   }
}