Ice Magic Orb (Flash Fall), (Renewal)

Ice Magic Orb (Flash Fall) (ICE_F_ORB_SKILL_39) – карта.

Ice Magic Orb (Flash Fall), (Renewal)

Increases Flash Kick and Falling Star damage by 15%.
If refine rate is 7 or higher, increases Flash Kick and Falling Star damage by additional 15%.
If refine rate is 9 or higher, increases Flash Kick and Falling Star damage by additional 15%.
If refine rate is 11 or higher, increases Flash Kick and Falling Star damage by additional 15%, increases Star Cannon damage by 15%.

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

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

Скрипт

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