Temporal Circlet (Oboro) [1], броня (Renewal)
Temporal Circlet (Oboro) [1] (S_CIRCLET_OF_TIME_OB) – броня.
![Temporal Circlet (Oboro) [1], броня (Renewal) Temporal Circlet (Oboro) [1], броня (Renewal)](/images/db/items/picture/19489.png)
Circlet crafted with ores and gems generated in the nick of time.
You have received special energy from Hugin and have strength.
------------------------
Matk + 15 per 2 refine rate.
Increases ASPD by 2% per 3 refine rate.
------------------------
Increases Wind Blade and Freezing Spear damage by 30% per 3 refine rate.
------------------------
Increases wind and water property magical damage by 5% per 4 refine rate.
------------------------
If refine rate is 11 or higher, Matk + 5%.
------------------------
Def : 10
Базовые свойства предмета
- ID: 25128
- Код: S_CIRCLET_OF_TIME_OB
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 170
- Профессии: kagerou, oboro
- Вес: 1
Скрипт
.@r = getrefine(); bonus bMatk,15*(.@r/2); bonus bAspdRate,2*(.@r/3); bonus2 bSkillAtk,"NJ_HYOUSENSOU",30*(.@r/3); bonus2 bSkillAtk,"NJ_HUUJIN",30*(.@r/3); bonus2 bMagicAtkEle,Ele_Wind,5*(.@r/4); bonus2 bMagicAtkEle,Ele_Water,5*(.@r/4); if (.@r>=11) { bonus bMatkRate,5; }