Dim Glacier Boots [1], броня (Renewal)
Dim Glacier Boots [1] (D_GLACIER_BOOTS) – броня.
![Dim Glacier Boots [1], броня (Renewal) Dim Glacier Boots [1], броня (Renewal)](/images/db/items/picture/470197.png)
POW + 2, CON + 2.
If refine rate is 7 or higher, Atk + 5%, P.Atk + 2.
If refine rate is 9 or higher, reduces variable casting time by 10%.
If refine rate is 11 or higher, increases melee and long ranged physical damage by 10%.
[Bonus by grade]
[Grade D] Atk + 2%.
[Grade C] Reduces fixed casting time by 1 second.
[Grade B] P.Atk + 2, additional Atk + 1%.
[Grade A] Additional Atk + 2%.
Базовые свойства предмета
- ID: 30526
- Код: D_GLACIER_BOOTS
- Тип: броня
- Уровень брони: 2
- Защита: 126
- Требуемый уровень: 230
- Вес: 200
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bPow,2;
bonus bCon,2;
if (.@r>=7) {
bonus bPAtk,2;
bonus bAtkRate,5;
if (.@r>=9) {
bonus bVariableCastrate,-10;
if (.@r>=11) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,2;
if (.@g>=ENCHANTGRADE_C) {
bonus bFixedCast,-1000;
if (.@g>=ENCHANTGRADE_B) {
bonus bPAtk,2;
bonus bAtkRate,1;
if (.@g>=ENCHANTGRADE_A) {
bonus bAtkRate,2;
}
}
}
}