Ice Magic Orb (Vulcan Shooting), (Renewal)

Ice Magic Orb (Vulcan Shooting) (ICE_F_ORB_SKILL_36) – карта.

Ice Magic Orb (Vulcan Shooting), (Renewal)

Increases Arrow Vulcan damage by 20%.
If refine rate is 7 or higher, increases Arrow Vulcan damage by additional 20%.
If refine rate is 9 or higher, increases Arrow Vulcan damage by additional 20%.
If refine rate is 11 or higher, increases Arrow Vulcan and Severe Rainstorm damage by additional 20%, increases Rhythm Shooting damage by 15%.

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

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

Скрипт

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