Ice Magic Orb (Above All), (Renewal)

Ice Magic Orb (Above All) (ICE_F_ORB_ABOVE) – карта.

Ice Magic Orb (Above All), (Renewal)

Reduces physical and magical damage taken from normal and boss enemies by 7%.
If refine rate is 7 or higher, reduces physical and magical damage taken from all property enemies by 7%.
If refine rate is 9 or higher, reduces physical and magical damage taken from all size enemies by 7%.
If refine rate is 11 or higher, reduces physical and magical damage taken from all race monsters (except players) by 7%.

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

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

Скрипт

bonus2 bSubClass,Class_Normal,7;
bonus2 bSubClass,Class_Boss,7;
.@r = getrefine();
if (.@r>=7) {
   bonus2 bSubEle,Ele_All,7;
   if (.@r>=9) {
      bonus2 bSubSize,Size_All,7;
      if (.@r>=11) {
         bonus2 bSubRace,RC_All,7;
         bonus2 bSubRace,RC_Player_Human,-7;
         bonus2 bSubRace,RC_Player_Doram,-7;
      }
   }
}