Twin Head Dragon Ring [1], броня (Renewal)

Twin Head Dragon Ring [1] (AEGIS_490413) – броня.

 

MaxHP and MaxSP + 15%.
ASPD +10%.
Physical and Magical damage to all monster sizes +3%.
------------------------
Base INT 125 or higher

Reduce global cooldown by 15%.
------------------------
Base DEX 125 or higher

Long-range physical damage +15%.
------------------------
When equipped to Right Accessory

If Dragon Breath skill is Lv.10,
increases Dragon Breath damage by 50%.
------------------------
When equipped to Left Accessory

If Dragon Water Breath skill is Lv.10,
increases Dragon Breath damage by 50%.
------------------------
Required level : 100

Базовые свойства предмета

  • ID: 31128
  • Код: AEGIS_490413
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Профессии: knight
  • Вес: 10

Скрипт

.@p = getitempos();
bonus bMaxHPrate,15;
bonus bMaxSPrate,15;
bonus bAspdRate,10;
bonus bDelayrate,-15;
if (readparam(bDex)>=125)
   bonus bLongAtkRate,15;
if (.@p == EQP_ACC_L) {
   if (getskilllv("RK_DRAGONBREATH") == 10) {
       bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",50;
   }
}
if (.@p == EQP_ACC_R) {
   if (getskilllv("RK_DRAGONBREATH_WATER") == 10) {
       bonus2 bSkillAtk,"RK_DRAGONBREATH",50;
   }
}