Ice Magic Orb (Genesis Pressure), (Renewal)

Ice Magic Orb (Genesis Pressure) (ICE_F_ORB_SKILL_7) – карта.

Ice Magic Orb (Genesis Pressure), (Renewal)

Increases Knuckle Boost and Arm Cannon damage by 15%.
If refine rate is 7 or higher, increases Knuckle Boost and Arm Cannon damage by additional 15%.
If refine rate is 9 or higher, increases Knuckle Boost and Arm Cannon damage by additional 15%.
If refine rate is 11 or higher, increases Knuckle Boost and Arm Cannon damage by additional 15%, increases Spark Blaster damage by 15%.

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

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

Скрипт

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