Glacier Magic Orb (Kunai), (Renewal)
Glacier Magic Orb (Kunai) (GLACIER_F_ORB_131) – карта.

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