Death Bringer [1], броня (Renewal)
Death Bringer [1] (DEATH_BRINGER) – броня.
According to rumors of the kingdom of Rune Midgarts, those who see the armor will die.
MaxHP + 10% , MaxSP + 10%
Flee + 20 , ATK + 30 per 1 skill level of Cross Impact
When physically attacking, increase damage to all race monsters by 7% per 1 skill level of Cross Ripper Slasher
When Hallucination Walk Lv. 5 is learned, additional MaxHP + 25%, wearer is immune to knockback.
When refined to +5 or higher, Perfect Hit + 25%
When refined to +7 or higher, additional Perfect Hit + 25%
Базовые свойства предмета
- ID: 30321
 - Код: DEATH_BRINGER
 - Тип: броня
 - Уровень брони: 1
 - Защита: 100
 - Требуемый уровень: 100
 
- Вес: 100
 
Скрипт
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bAtkRate,7*getskilllv("GC_COUNTERSLASH");
bonus bFlee,20*getskilllv("GC_CROSSIMPACT");
bonus bBaseAtk,50*getskilllv("GC_CROSSIMPACT");
if (getskilllv("GC_HALLUCINATIONWALK") == 5)
   bonus2 bSkillCooldown,"GC_DARKCROW",-60000;
if (.@r>=5)
   bonus bWeaponAtkRate,10;
if (.@r>=7)
   bonus bWeaponAtkRate,10;
if (.@r>=10) {
   bonus bPerfectHitAddRate,25;
   bonus bUnbreakableArmor;
}