Enforcer Cape [1], броня (Renewal)

Enforcer Cape [1] (ENFORCER_CAPE) – броня.

Enforcer Cape [1], броня (Renewal)

This blood soaked cape releases a terrible aura.
Required Mdef + 10
Reduces the cast delay of skills by 5%.
If Grimtooth is at maximum level,
Increases the damage of Grimtooth by 50%.
If upgrade level is +7 or higher,
Reduces the cast delay of skills by an additional 3%.
Increases the damage of Grimtooth by an additional 1% for every base level.
If upgrade level is +9 or higher,
Max SP + 5%
Reduces the cast delay of skills by an additional 3%.
Guillotine Cross Bonus
Max HP + 15%
Reduces damage taken from long-ranged attacks by 20%.
If upgrade level is +7 or higher,
Additional Max HP + 5%
Reduces damage taken from long-ranged attacks by an additional 15%.
Set Bonus
Enforcer Cape
Horn Card
Disables the following effects of Horn Card, Reduces damage taken from long-ranged attacks by 35%.
Set Bonus
Enforcer Cape
Imuke Upper Shield
Disables the following effects of Imuke Upper Shield, Reduces damage taken from long-ranged attacks by 35%.

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

  • ID: 26339
  • Код: ENFORCER_CAPE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 18
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

.@r = getrefine();
bonus bMdef,10;
if (getskilllv("AS_GRIMTOOTH") == 5) {
   bonus2 bSkillAtk,"AS_GRIMTOOTH",50;
}
if (getskilllv("GC_CROSSIMPACT") == 5) {
   bonus2 bSkillAtk,"GC_CROSSIMPACT",5;
}
if (getskilllv("ASC_BREAKER") == 10) {
   bonus2 bSkillAtk,"ASC_BREAKER",50;
}
if (.@r>=7) {
   .@delay += 3;
   bonus2 bSkillAtk,"AS_GRIMTOOTH",BaseLevel;
   bonus2 bSkillAtk,"ASC_BREAKER",BaseLevel/3;
   bonus2 bSkillAtk,"GC_CROSSIMPACT",BaseLevel/30;
}
if (.@r>=9) {
   .@delay += 3;
   bonus bMaxSPrate,5;
}
bonus bDelayrate,-.@delay;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
   if (.@r >= 7) {
      bonus bMaxHPrate,20;
      bonus bLongAtkDef,35;
   }
   else {
      bonus bMaxHPrate,15;
      bonus bLongAtkDef,20;
   }
}