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

Temporal Circlet (Genetic) [1] (S_CIRCLET_OF_TIME_GN) – броня.

Temporal Circlet (Genetic) [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 + 15 per 2 refine rate.
Increases ASPD by 2% per 3 refine rate.
------------------------
Increases Spore Explosion and Cart Tornado damage by 20% per 3 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: 25116
  • Код: S_CIRCLET_OF_TIME_GN
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 170
  • Профессии: alchemist
  • Вес: 1

Скрипт

.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus bAspdRate,2*(.@r/3);
bonus2 bSkillAtk,"GN_SPORE_EXPLOSION",20*(.@r/3);
bonus2 bSkillAtk,"GN_CART_TORNADO",20*(.@r/3);
bonus2 bAddSize,Size_All,2*(.@r/4);
if (.@r>=11) {
   bonus bDelayrate,-5;
}