Circulation of Life: Winter [1], броня (Renewal)
Circulation of Life: Winter [1] (CIRCUL_OF_LIFE_WINTER) – броня.
![Circulation of Life: Winter [1], броня (Renewal) Circulation of Life: Winter [1], броня (Renewal)](/images/db/items/picture/480352.png)
POW + 2, CON + 2, Cri + 4.
Every 2 refine rate, Atk + 5, Cri + 1.
Every 3 refine rate, increases critical damage by 1%, CRT + 1.
If refine rate is 7 or higher, reduces variable casting time by 5%, C.Rate + 3.
If refine rate is 9 or higher, increases attack speed (reduces delay after attack by 10%).
If refine rate is 11 or higher, P.Atk + 7, reduces global cooldown by 10%.
[Bonus by grade]
[Grade D] Res + 25, Mres + 25.
[Grade C] Cri + 10, increases melee and long ranged physical damage by 7%.
[Grade B] POW + 5, CON + 5, CRT + 5, C.Rate + 5.
[Grade A] Increases critical damage by 15%, additional C.Rate + 7.
Базовые свойства предмета
- ID: 30807
- Код: CIRCUL_OF_LIFE_WINTER
- Тип: броня
- Уровень брони: 2
- Защита: 80
- Требуемый уровень: 250
- Вес: 70
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,4+(.@r/2);
bonus bPow,2;
bonus bCon,2;
bonus bBaseAtk,5*(.@r/2);
bonus bCritAtkRate,(.@r/3);
bonus bCrt,(.@r/3);
if (.@r>=7) {
bonus bVariableCastrate,-5;
bonus bCRate,3;
if (.@r>=9) {
bonus bAspdRate,10;
if (.@r>=11) {
bonus bDelayrate,-10;
bonus bPAtk,7;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bMRes,25;
bonus bRes,25;
if (.@g>=ENCHANTGRADE_C) {
bonus bShortAtkRate,7;
bonus bLongAtkRate,7;
bonus bCritical,10;
if (.@g>=ENCHANTGRADE_B) {
bonus bCRate,5;
bonus bPow,5;
bonus bCon,5;
bonus bCrt,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bCritAtkRate,15;
bonus bCRate,7;
}
}
}
}