Temporal Circlet (Super Novice) [1], броня (Renewal)

Temporal Circlet (Super Novice) [1] (S_CIRCLET_OF_TIME_NV) – броня.

Temporal Circlet (Super Novice) [1], броня (Renewal)

Circlet crafted with ores and gems generated in the nick of time.
You have received special energy from Hugin and have strength.
------------------------
Atk + 10 and Matk + 10 per 2 refine rate.
Increases ASPD by 4% and reduces variable casting time by 4% per 3 refine rate.
------------------------
Increases critical damage by 5% and increases all property magical damage by 5% per 4 refine rate.
------------------------
Increases physical damage against all size enemies by 2% per 4 refine rate.
------------------------
If refine rate is 11 or higher, reduces global cooldown by 5%.
------------------------
Def : 10

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

  • ID: 25130
  • Код: S_CIRCLET_OF_TIME_NV
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 170
  • Профессии: novice, super_novice
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus bBaseAtk,10*(.@r/2);
bonus bAspdRate,4*(.@r/3);
bonus bVariableCastrate,-4*(.@r/3);
bonus2 bMagicAtkEle,Ele_All,5*(.@r/4);
bonus bCritAtkRate,5*(.@r/4);
if (.@r>=11) {
   bonus bDelayrate,-5;
}