Ice Magic Orb (Hyper Range), (Renewal)

Ice Magic Orb (Hyper Range) (ICE_F_ORB_SKILL_53) – карта.

Ice Magic Orb (Hyper Range), (Renewal)

Increases Shield Boomerang damage by 15%.
If refine rate is 7 or higher, increases Shield Boomerang damage by additional 15%.
If refine rate is 9 or higher, increases Shield Boomerang damage by additional 15%.
If refine rate is 11 or higher, increases Shield Boomerang damage by additional 15%, increases Shield Chain Rush and Spiral Pierce Max damage by 15%.

Базовые свойства предмета

  • ID: 18060
  • Код: ICE_F_ORB_SKILL_53
  • Тип: карта
  • Подтип:
  •  
  • Вес: 1

Скрипт

.@r = getrefine();
bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",15;
if (.@r>=7) {
  bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",15;
  if (.@r>=9) {
    bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",15;
    if (.@r>=11) {
      bonus2 bSkillAtk,"CR_SHIELDBOOMERANG",15;
      bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",15;
      bonus2 bSkillAtk,"HN_SPIRAL_PIERCE_MAX",15;
    }
  }
}