Encyclopedia Complete Edition [1], броня (Renewal)

Encyclopedia Complete Edition [1] (MD_GEFFEN_SHIELD2) – броня.

Encyclopedia Complete Edition [1], броня (Renewal)

Complete edition of the Great Encyclopedia published by Frontera Mo, famous for its hard edges.
Now all sides of the book, not just the corners, are incredibly heavy and solid.
------------------------
ATK + 3%, MDEF + 10.
------------------------
If refine rate is 7 or higher, Atk + 25, Cri + 3.
------------------------
If refine rate is 9 or higher, increases ASPD by 5%.
------------------------
If refine rate is 12 or higher, Atk + 7%, increases critical damage by 10%.
------------------------
Set Bonus
Encyclopedia Complete Edition
Force/Mental Condenser

MaxHP + 10%, reduces global cooldown by 5%.
------------------------
Def : 150
Armor Lv : 2

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

  • ID: 30357
  • Код: MD_GEFFEN_SHIELD2
  • Тип: броня
  • Уровень брони: 2
  • Защита: 150
  •  
  • Требуемый уровень: 230
  • Вес: 150

Скрипт

.@r = getrefine();
bonus bAtkRate,3;
bonus bMdef,10;
if (.@r>=7) {
   bonus bCritical,3;
   bonus bBaseAtk,25;
   if (.@r>=9) {
      bonus bAspdRate,5;
      if (.@r>=12) {
         bonus bCritAtkRate,10;
         bonus bAtkRate,7;
      }
   }
}