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

Paradise Super Novice Wand (3PARA_WAND_NV) – оружие.

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

Matk + 160.
Can't be refined.
Matk + 5%, can't be destroyed, reduces variable casting time by 1% per each level of Increase SP Recovery user learned.
If the user's base level is 105 or higher, increases water, wind, earth and fire property magical damage by 10%, increases Fire Bolt, Cold Bolt, Lightning Bolt, Fire Ball and Heaven's Drive damage by 25%.
If the user's base level is 110 or higher, increases water, wind, earth and fire property magical damage by additional 10%, increases magical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Fire Bolt, Cold Bolt, Lightning Bolt, Fire Ball and Heaven's Drive damage by additional 15%.

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

  • ID: 31456
  • Код: 3PARA_WAND_NV
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 100
  • Магическая атака: 180
  •  
  • Требуемый уровень: 100
  • Профессии: super_novice
  • Вес: 1

Скрипт

.@l = BaseLevel;
.@a = getskilllv("MG_SRECOVERY");
bonus bMatkRate,5;
bonus bUnbreakableWeapon;
bonus bVariableCastrate,-1*.@a;
if (.@l>=105) {
   bonus2 bMagicAtkEle,Ele_Water,10;
   bonus2 bMagicAtkEle,Ele_Wind,10;
   bonus2 bMagicAtkEle,Ele_Earth,10;
   bonus2 bMagicAtkEle,Ele_Fire,10;
   bonus2 bSkillAtk,"MG_FIREBOLT",25;
   bonus2 bSkillAtk,"MG_COLDBOLT",25;
   bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",25;
   bonus2 bSkillAtk,"MG_FIREBALL",25;
   bonus2 bSkillAtk,"WZ_HEAVENDRIVE",25;
   if (.@l>=110) {
      bonus2 bMagicAtkEle,Ele_Water,10;
      bonus2 bMagicAtkEle,Ele_Wind,10;
      bonus2 bMagicAtkEle,Ele_Earth,10;
      bonus2 bMagicAtkEle,Ele_Fire,10;
      bonus2 bMagicAddSize,Size_All,15;
      if (.@l>=115) {
         bonus2 bSkillAtk,"MG_FIREBOLT",15;
         bonus2 bSkillAtk,"MG_COLDBOLT",15;
         bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",15;
         bonus2 bSkillAtk,"MG_FIREBALL",15;
         bonus2 bSkillAtk,"WZ_HEAVENDRIVE",15;
      }
   }
}