Glacier Armor [1], броня (Renewal)
Glacier Armor [1] (GLACIER_ARMOR) – броня.
![Glacier Armor [1], броня (Renewal) Glacier Armor [1], броня (Renewal)](/images/db/items/picture/450264.png)
Atk + 120.
Every 2 refine rate, Atk + 15, Def + 15.
If refine rate is 7 or higher, increases melee and long ranged physical damage by 5%, increases attack speed (reduces delay after attack by 10%).
If refine rate is 9 or higher, P.Atk + 3, increases additional attack speed (reduces delay after attack by additional 5%).
If refine rate is 10 or higher, Def + 100, reduces global cooldown by 5%.
When equipped with Glacier Manteau, Atk + 50.
[Bonus by grade]
[Grade D] POW + 3, CON + 3, reduces global cooldown by 5%.
[Grade C] Atk + 3%, P.Atk + 2.
Базовые свойства предмета
- ID: 30325
- Код: GLACIER_ARMOR
- Тип: броня
- Уровень брони: 2
- Защита: 168
- Требуемый уровень: 230
- Вес: 240
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bBaseAtk,120+15*(.@r/2);
bonus bDef,15*(.@r/2);
if (.@r>=7) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
bonus bAspdRate,10;
if (.@r>=9) {
bonus bAspdRate,5;
bonus bPAtk,3;
if (.@r>=10) {
bonus bDelayrate,-5;
bonus bDef,100;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bDelayrate,-5;
bonus bPow,3;
bonus bCon,3;
if (.@g>=ENCHANTGRADE_C) {
bonus bPAtk,2;
bonus bAtkRate,3;
}
}