Ice Magic Orb (Arrow Gale), (Renewal)

Ice Magic Orb (Arrow Gale) (ICE_F_ORB_SKILL_33) – карта.

Ice Magic Orb (Arrow Gale), (Renewal)

Increases Arrow Storm damage by 15%.
If refine rate is 7 or higher, increases Arrow Storm damage by additional 15%.
If refine rate is 9 or higher, increases Arrow Storm damage by additional 15%.
If refine rate is 11 or higher, increases Arrow Storm damage by additional 15%, increases Gale Storm damage by 15%.

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

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

Скрипт

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