Survival Circlet-LT [1], броня (Renewal)
Survival Circlet-LT [1] (SURVIVE_CIRCLET_K_LT) – броня.
![Survival Circlet-LT [1], броня (Renewal) Survival Circlet-LT [1], броня (Renewal)](/images/db/items/picture/400154.png)
Int + 3, Matk + 50.
If the user's base level is 180 or higher, Matk + 50.
If the user's base level is 210 or higher, P.Atk + 2, S.Matk + 2.
Matk + 10 per 2 refine rate.
If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, increases all property magical damage by 15%.
If refine rate is 10 or higher, Matk + 5%.
If refine rate is 11 or higher, increases magical damage against boss monsters by 20%.
When equipped with Survivor's Orb-LT, skill casting can't be interrupted, increases magical damage against all property enemies by 10%,
if refine rate of Survivor's Circlet-LT is 12 or higher, reduces global cooldown by 12%.
[Bonus by grade]
[Grade D] Reduces global cooldown by 5%.
[Grade C] P.Atk + 2, S.Matk + 2.
[Grade B] If refine rate is 12 or higher, reduces fixed casting time by 0.5 seconds.
Базовые свойства предмета
- ID: 29274
- Код: SURVIVE_CIRCLET_K_LT
- Тип: броня
- Уровень брони: 2
- Защита: 10
- Требуемый уровень: 150
- Вес: 50
Скрипт
.@g = getenchantgrade(); .@r = getrefine(); bonus bMatk,50; bonus bInt,3; if (BaseLevel>=180) { bonus bMatk,50; } if (BaseLevel>=210) { bonus bPAtk,2; bonus bSMatk,2; } if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=10) { bonus bMatkRate,5; if (.@r>=11) { bonus2 bMagicAddClass,Class_Boss,20; } } } } if (.@g >= ENCHANTGRADE_D) { bonus bDelayrate,-5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; bonus bSMatk,2; if (.@g >= ENCHANTGRADE_B) { if (.@r>=12) { bonus bFixedCast,-500; } } } } bonus bMatk,10*(.@r/2);