Boots of Good and Evil (Elemental Master) [1], броня (Renewal)
Boots of Good and Evil (Elemental Master) [1] (FATESIN_BOOTS_EM) – броня.
![Boots of Good and Evil (Elemental Master) [1], броня (Renewal) Boots of Good and Evil (Elemental Master) [1], броня (Renewal)](/images/db/items/picture/470213.png)
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 all 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: 30538
- Код: FATESIN_BOOTS_EM
- Тип: броня
- Уровень брони: 2
- Защита: 20
- Требуемый уровень: 210
- Профессии: sage
- Вес: 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_All,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;
}
}
}
}