Corrupted Poison Rune Cloth [1], броня (Renewal)
Corrupted Poison Rune Cloth [1] (CORRUPT_P_R_CLOTH) – броня.
![Corrupted Poison Rune Cloth [1], броня (Renewal) Corrupted Poison Rune Cloth [1], броня (Renewal)](/images/db/items/picture/450281.png)
Cri + 5.
Atk + 70.
Every 2 refine rate, Atk + 12, Def + 30.
If refine rate is 7 or higher, Atk + 3%, P.Atk + 2, Mdef + 25.
If refine rate is 9 or higher, additional Mdef + 25, C.Rate + 3,
If refine rate is 11 or higher, reduces global cooldown 10%, increases melee / long ranged physical damage by 2%, increases critical damage by 5%.
[Bonus by grade]
[Grade D] Atk + 10, Atk + 5%.
[Grade C] Additional Atk + 20, Atk + 8%, increases critical damage by 8%.
[Grade B] Additional Atk + 11%, increases melee / long ranged physical damage by additional 5%, POW + 5.
[Grade A] Additional Atk + 14%, increases melee / long ranged physical damage by additional 7%, CRT + 5.
Базовые свойства предмета
- ID: 30337
- Код: CORRUPT_P_R_CLOTH
- Тип: броня
- Уровень брони: 2
- Требуемый уровень: 250
- Вес: 100
Скрипт
.@g = getenchantgrade();
.@r = getrefine();
bonus bCritical,5;
bonus bBaseAtk,70+12*(.@r/2);
bonus bDef,30*(.@r/2);
if (.@r>=7) {
bonus bPAtk,2;
bonus bAtkRate,3;
bonus bMdef,25;
if (.@r>=9) {
bonus bCRate,3;
bonus bMdef,25;
if (.@r>=11) {
bonus bCritAtkRate,5;
bonus bLongAtkRate,2;
bonus bShortAtkRate,2;
bonus bDelayrate,-10;
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bAtkRate,5;
bonus bBaseAtk,10;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,8;
bonus bAtkRate,8;
bonus bBaseAtk,20;
if (.@g>=ENCHANTGRADE_B) {
bonus bLongAtkRate,5;
bonus bShortAtkRate,5;
bonus bAtkRate,11;
bonus bPow,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bLongAtkRate,7;
bonus bShortAtkRate,7;
bonus bAtkRate,14;
bonus bCrt,5;
}
}
}
}