Boots of Good and Evil (Arch Mage) [1], броня (Renewal)
Boots of Good and Evil (Arch Mage) [1] (FATESIN_BOOTS_AG) – броня.
MaxHP + 500, MaxSP + 100.
Every 2 refine rate, MaxHP + 1%, MaxSP + 1%.
If refine rate is 7 or higher, Matk + 7%.
If refine rate is 9 or higher, increases ghost, shadow and water property magical damage by 10%.
If refine rate is 11 or higher, reduces fixed casting time by 0.5 seconds.
[Bonus by grade]
[Grade D] Res + 50, Mres + 50.
[Grade C] Increases magical damage against all size enemies by 10%.
[Grade B] P.Atk + 7, S.Matk + 7.
[Grade A] Reduces fixed casting time by 0.5 seconds.
Базовые свойства предмета
- ID: 30557
- Код: FATESIN_BOOTS_AG
- Тип: броня
- Уровень брони: 2
- Защита: 20
- Требуемый уровень: 210
- Профессии: wizard
- Вес: 60
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,500; bonus bMaxSP,100; bonus bMaxHPrate,(.@r/2); bonus bMaxSPrate,(.@r/2); if (.@r>=7) { bonus bMatkRate,7; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Ghost,10; bonus2 bMagicAtkEle,Ele_Dark,10; if (.@r>=11) { bonus bFixedCast,-500; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,50; bonus bRes,50; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,7; bonus bSMatk,7; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-500; } } } }