Glacier Manteau [1], броня (Renewal)
Glacier Manteau [1] (GLACIER_MANTEAU) – броня.
![Glacier Manteau [1], броня (Renewal) Glacier Manteau [1], броня (Renewal)](/images/db/items/picture/450266.png)
MaxHP + 2500, MaxSP + 500.
Every 2 refine rate, MaxHP + 200, MaxSP + 50.
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 7%).
If refine rate is 9 or higher, POW + 3.
If refine rate is 10 or higher, reduces variable casting time by 5%.
When equipped with Glacier Boots, increases melee and long ranged physical damage by 15%
[Bonus by grade]
[Grade D] Atk + 3%, P.Atk + 2.
[Grade C] Reduces variable casting time by 10%.
Базовые свойства предмета
- ID: 30327
- Код: GLACIER_MANTEAU
- Тип: броня
- Уровень брони: 2
- Защита: 112
- Требуемый уровень: 230
- Вес: 160
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHP,2500+200*(.@r/2); bonus bMaxSP,500+50*(.@r/2); if (.@r>=7) { bonus bAspdRate,7; if (.@r>=9) { bonus bPow,3; if (.@r>=10) { bonus bVariableCastrate,-5; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,2; bonus bAtkRate,3; if (.@g>=ENCHANTGRADE_C) { bonus bVariableCastrate,-10; } }