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