Glacier Magic Orb (Abyss Square), (Renewal)
Glacier Magic Orb (Abyss Square) (GLACIER_F_ORB_96) – карта.

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