Diana Coat [1], броня (Renewal)

Diana Coat [1] (DIANA_SUITS) – броня.

Diana Coat [1], броня (Renewal)

Dex + 3, MaxHP + 3% and reduces skill cooldown of Lope by 1 seconds per 4 refine rate.
If refine rate is 12 or higher, reduces skill cooldown of Purring by 40 seconds.
When equipped with Matyr Card and refine rate of Diana Suit is 10 or higher, reduces delay after attack by 10%, reduces skill cooldown of Stoop by 3 seconds.
When equipped with Cutie Card, reduces delay after attack by 10%, reduces skill cooldown of Stoop by 6 seconds, increases magical damage against all race monsters (except players) by 40%.

Usable

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

  • ID: 24075
  • Код: DIANA_SUITS
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Профессии: spirit_handler, summoner
  • Вес: 30

Скрипт

.@r =getrefine();
bonus bDex,3*(.@r/4);
bonus bMaxHPrate,3*(.@r/4);
bonus2 bSkillCooldown,"SU_LOPE",-1000*(.@r/4);
if (.@r>=12) {
   bonus2 bSkillCooldown,"SU_PURRING",-20000;
   autobonus "{ bonus bDex,80; }",50,5000;
   autobonus3 "{ bonus bMatk,100; }",1000,3000,"SU_SV_ROOTTWIST";
}