Opened Illusion Wizardry Staff [2], двуручный посох (Renewal)
Opened Illusion Wizardry Staff [2] (AEGIS_640047) – оружие.
Can't be destroyed.
Matk + 300.
Matk + 5%.
Increases Rock Down, Violent Quake, Frozen Slash and Crystal Impact damage by 10%.
If refine rate is 7 or higher, increases earth and water property magical damage by 10%.
If refine rate is 9 or higher, increases Rock Down, Violent Quake, Frozen Slash and Crystal Impact damage by additional 10%.
If refine rate is 11 or higher, increases Rock Down, Violent Quake, Frozen Slash and Crystal Impact damage by additional 10%.
[Bonus by grade]
[Grade D] increases magical damage against small size enemies by 15%.
[Grade C] increases magical damage against medium size enemies by 15%.
[Grade B] increases magical damage against large size enemies by 15%.
[Grade A] S.Matk + 5.
Базовые свойства предмета
- ID: 31852
 - Код: AEGIS_640047
 - Тип: оружие
 - Подтип: двуручный посох
 - Уровень оружия: 4
 - Атака: 135
 - Магическая атака: 330
 - Требуемый уровень: 150
 - Профессии: wizard
 
- Вес: 40
 
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bVariableCastrate,-3*(.@r/2);
if (.@r>=7)
   bonus bVariableCastrate,-5;
if (.@r>=9) {
   bonus bMatkRate,5;
   if (BaseLevel>=150) {
       bonus bMatk,(min(BaseLevel,170)*3);
   }
}