Temporal Circlet (Warlock) [1], броня (Renewal)
Temporal Circlet (Warlock) [1] (S_CIRCLET_OF_TIME_WL) – броня.
![Temporal Circlet (Warlock) [1], броня (Renewal) Temporal Circlet (Warlock) [1], броня (Renewal)](/images/db/items/picture/19482.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.
Reduces variable casting time by 3% per 3 refine rate.
------------------------
Increases Chain Lightning and Jack Frost damage by 20% 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: 25121
- Код: S_CIRCLET_OF_TIME_WL
- Тип: броня
- Уровень брони: 1
- Защита: 10
- Требуемый уровень: 170
- Профессии: wizard
- Вес: 1
Скрипт
.@r = getrefine(); bonus bMatk,15*(.@r/2); bonus bVariableCastrate,-3*(.@r/3); bonus2 bSkillAtk,"WL_CHAINLIGHTNING_ATK",20*(.@r/3); bonus2 bSkillAtk,"WL_JACKFROST",20*(.@r/3); bonus2 bMagicAtkEle,Ele_Wind,5*(.@r/4); bonus2 bMagicAtkEle,Ele_Water,5*(.@r/4); if (.@r>=11) { bonus bMatkRate,5; }