Glacier Magic Orb (Eternal Slash), (Renewal)
Glacier Magic Orb (Eternal Slash) (GLACIER_F_ORB_91) – карта.

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