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

Temporal Cape [1] (TEMPORAL_CAPE_TW) – броня.

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

MaxHP +5%, decrease incoming damage from players by 5%,
Reduce casting time of animal type skills by 10%.

When refine rate is 9 or higher, MaxHP +10%, reduce casting time of animal type skills by 20%.
When refine rate is 11 or higher, MaxHP +5%, reduce casting time of animal type skills by additional 20%.

Reduce delay after attack by 2% per each level of Hiss learned.
Increase a chance to perfect hit by 4% per 1 Power of Lock learned, increase damage dealt to all size monsters by 2%.
Increase animal damage type skills by 15%.
Reduce cooldown of Lunatic Carrot Beat by 0.2 seconds per 1 Spirit of Life learned.

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

  • ID: 30607
  • Код: TEMPORAL_CAPE_TW
  • Тип: броня
  • Уровень брони: 1
  • Защита: 40
  •  
  • Требуемый уровень: 100
  • Вес: 10

Скрипт

.@r = getrefine();
bonus bMdef,10;
bonus bAtkRate,.@r/2;
bonus bMatkRate,.@r/2;
bonus bLongAtkRate,.@r/2;
bonus bCritical,3*(.@r/2);
bonus bCritAtkRate,.@r/2;
bonus2 bAddEle,Ele_All,3*(.@r/4);
bonus2 bMagicAddEle,Ele_All,3*(.@r/4);
bonus bMaxHPrate,3*(.@r/4);
bonus bAspdRate,3*(.@r/4);
bonus bDelayrate,-3*(.@r/4);
bonus bCritAtkRate,3*(.@r/4);
if (.@r >= 9) {
   bonus bAtkRate,7;
   bonus bMatkRate,7;
}