Survivor's Circlet [1], броня (Renewal)
Survivor's Circlet [1] (SURVIVE_CIRCLET_K) – броня.
![Survivor's Circlet [1], броня (Renewal) Survivor's Circlet [1], броня (Renewal)](/images/db/items/picture/19266.png)
Int + 3.
Matk + 10 per 2 refine rate.
If refine rate is 10 or higher,Matk + 5%.
If base level is 130 or higher, Matk + 50.
When equipped with Survivor's Orb, reduce afterglobal cooldown as percent equal to refine rate of Survivor's Circlet.
When equipped with Survivor's Rod, Matk + 10 per refine rate of rod.
When equipped with Survivor's Manteau, reduce variable casting time by 5% per 2 refine rate of garment.
Базовые свойства предмета
- ID: 24998
 - Код: SURVIVE_CIRCLET_K
 - Тип: броня
 - Уровень брони: 1
 - Защита: 10
 - Требуемый уровень: 1
 
- Вес: 50
 
Скрипт
.@r = getrefine();
bonus bInt,3;
bonus bMatk,10*(.@r/2)+(BaseLevel > 129 ? 50 : 0);
if (.@r >= 10) {
   bonus bMatkRate,5;
}