Phantom of Masquerade [1], броня (Renewal)

Phantom of Masquerade [1] (PHANTOM_CAP) – броня.

Phantom of Masquerade [1], броня (Renewal)

A cool hat.

MATK +20 per 2 refine level.
When refined to +7 or higher, reduce variable casting time by 15%.
When refined to +9 or higher, increase all property magical damage by 15%.
When refined to +11 or higher, increase magical damage to small, medium size monsters by 15%, reduce fixed casting by 0.2 sec.

SET BONUS
Phantom of Masquerade
ElectricFox-OS
Reduce cooltime of Catnip Meteor by 1 sec, increase damage of Catnip Meteor by 4% per 2 refine level.

SET BONUS
Phantom of Masquerade
Lutilus Stick-OS
MATK + 30, increase damage of Espa/Eswoo by 4% per 2 refine level.

SET BONUS
Phantom of Masquerade
Ultio-OS
Increase Holy property magical damage by 5%, reduce variable casting time by 3% per 2 refine level.

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

  • ID: 29179
  • Код: PHANTOM_CAP
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 130
  • Вес: 10

Скрипт

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