Glacier Magic Orb (The Vigilant at Night), (Renewal)
Glacier Magic Orb (The Vigilant at Night) (GLACIER_F_ORB_133) – карта.

Increases The Vigilante at Night damage by 10%.
Increases The Vigilante at Night damage by additional 5% per 4 refine rate.
If refine rate is 9 or higher, increases The Vigilante at Night damage by additional 10%.
Базовые свойства предмета
- ID: 18195
 - Код: GLACIER_F_ORB_133
 - Тип: карта
 - Подтип:
 
- Вес: 1
 
Скрипт
.@r = getrefine();
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10+5*(.@r/4);
if (.@r>=9) {
  bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10;
}