Glacier Shoes [1], броня (Renewal)
Glacier Shoes [1] (GLACIER_SHOES) – броня.
![Glacier Shoes [1], броня (Renewal) Glacier Shoes [1], броня (Renewal)](/images/db/items/picture/450268.png)
MaxHP + 6%, MaxSP + 6%.
Every 2 refine rate, MaxSP + 1%, Def + 15.
If refine rate is 7 or higher, increases all property magical damage by 7%.
If refine rate is 9 or higher, S.Matk + 3.
If refine rate is 10 or higher, Def + 100, reduces variable casting time by 7%.
When equipped with Glacier Robe, Matk + 7%.
[Bonus by grade]
[Grade D] Res + 25, Mres + 25.
[Grade C] S.Matk + 2, SPL + 2, CON + 2.
Базовые свойства предмета
- ID: 30329
- Код: GLACIER_SHOES
- Тип: броня
- Уровень брони: 2
- Защита: 70
- Требуемый уровень: 230
- Вес: 100
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHPrate,6; bonus bMaxSPrate,6+(.@r/2); bonus bDef,15*(.@r/2); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,7; if (.@r>=9) { bonus bSMatk,3; if (.@r>=10) { bonus bVariableCastrate,-7; bonus bDef,100; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMRes,25; bonus bRes,25; if (.@g>=ENCHANTGRADE_C) { bonus bSMatk,2; bonus bSpl,2; bonus bCon,2; } }