Caster Pendant (Shadow), теневое снаряжение (Renewal)
Caster Pendant (Shadow) (S_CASTER_PENDANT) – теневое снаряжение.

A pendant worn to enhance casting speed.
Max HP + 10 per upgrade level of the item.
Reduces the variable casting time of skills by 1%.
If upgrade level is +7 or higher,
Reduces the variable casting time of skills by an additional 1%.
If upgrade level is +9 or higher,
Reduces the variable casting time of skills by an additional 2%.
Базовые свойства предмета
- ID: 26784
- Код: S_CASTER_PENDANT
- Тип: теневое снаряжение
- Требуемый уровень: 1
- Вес: 1
Скрипт
.@r = getrefine(); bonus bMaxHP,.@r*10; bonus bVariableCastrate,-1; if (.@r>8) { bonus bVariableCastrate,-3; } else if (.@r>6) { bonus bVariableCastrate,-1; }