Phantom Cap-LT [1], броня (Renewal)

Phantom Cap-LT [1] (PHANTOM_CAP_LT) – броня.

Phantom Cap-LT [1], броня (Renewal)

Matk + 20 per 2 refine rate.
If refine rate is 7 or higher, reduces variable casting time by 15%.
If refine rate is 9 or higher, increase all property magical damage by 20%.
If refine rate is 10 or higher, increases magical damage against small and medium size enemies by 20%, reduces fixed casting time by 0.2 seconds.

When equipped with Electric Fox-OSAD, reduces skill cooldown of Catnip Meteor by 1 second,
increases Catnip Meteor damage by 5% per 2 refine rate of weapon.

When equipped with Rutilus Stick-OSAD, Matk + 70,
increases Espa and Eswhoo damage by 5% per 2 refine rate of weapon.

When equipped with Ultio-OSAD, increases holy property magical damage by 7%,
increases Adoramus damage by 5% per 2 refine rate of weapon.

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

  • ID: 29377
  • Код: PHANTOM_CAP_LT
  • Тип: броня
  • Уровень брони: 2
  •  
  • Требуемый уровень: 170
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bMatk,20*(.@r/2);
if (.@r>=7) {
   bonus bVariableCastrate,-15;
   if (.@r>=9) {
      bonus2 bMagicAtkEle,Ele_All,20;
      if (.@r>=10) {
         bonus bFixedCast,-200;
         bonus2 bMagicAddSize,Size_Small,20;
         bonus2 bMagicAddSize,Size_Medium,20;
      }
   }
}