Kardui Ear, броня (Renewal)

Kardui Ear (KARDUIEAR) – броня.

Kardui Ear, броня (Renewal)

MATK +2 per 10 base Dex.
When base Dex is higher than 108, reduce variable casting by 10%, MATK +60.
When base Dex is higher than 120, reduce variable casting by additional 5%, additional MATK +100.
When equipped with Lapine Shield, and refined to +7 or higher, reduce cooldown of Comet by 20 sec.
When equipped with Lapine Shield, and refined to +9 or higher, reduce cooldown of Comet by additional 40 sec.
When equipped with Fallen Bishop Card, the cooldown reduction from previous set bonus will be disabled.
When equipped with Runaway Magic, the cooldown reduction from previous set bonus will be disabled
When equipped with Tendrillion Card and Book/Staff/Two handed Staff, increase magic damage to players by 2% per 1 refine rate (maximum cap 20%)

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

  • ID: 23247
  • Код: KARDUIEAR
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 70
  • Вес: 30

Скрипт

.@dex = readparam(bDex);
bonus bMatk,(.@dex > 10) ? .@dex/10*2 : 0;
if (.@dex > 107) {
   bonus bVariableCastrate,-10;
   bonus bMatk,60;
}
if (.@dex > 119) {
   bonus bVariableCastrate,-5;
   bonus bMatk,100;
}