Ice Magic Orb (Berserk Slash), (Renewal)

Ice Magic Orb (Berserk Slash) (ICE_F_ORB_SKILL_15) – карта.

Ice Magic Orb (Berserk Slash), (Renewal)

Increases Soul Destroyer and Counter Slash damage by 15%.
If refine rate is 7 or higher, increases Soul Destroyer and Counter Slash damage by additional 15%.
If refine rate is 9 or higher, increases Soul Destroyer and Counter Slash damage by additional 15%.
If refine rate is 11 or higher, increases Soul Destroyer and Counter Slash damage by additional 15%, increases Eternal Slash damage by 15%.

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

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

Скрипт

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