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

DID Cape [1] (AEGIS_480256) – броня.

 

Rainbow wings with mysterious powers.
Each bird is imbued with magical power and exhibits the power of seven colors.
------------------------

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

  • ID: 30739
  • Код: AEGIS_480256
  • Тип: броня
  • Уровень брони: 1
  • Защита: 8
  •  
  • Требуемый уровень: 100
  • Вес: 20

Скрипт

.@r = getrefine();
bonus bBaseAtk,30;
bonus bHit,8*(.@r/3);
bonus bShortAtkRate,3*(.@r/4);
if (.@r>=9) {
   if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {
       bonus bDelayrate,-5;
       bonus bAspdRate,20;
   }
   if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {
       bonus bHit,20;
       autobonus3 "{ bonus bHit,20; bonus2 bSkillAtk,\"LG_SHIELDPRESS\",30; }",1000,60000,"LG_EARTHDRIVE";
   }
}
if (.@r>=11) {
   bonus bHit,30;
   bonus bAllStats,5;
   bonus bShortAtkRate,5;
}