Witch Hunt Shield [1], броня (Renewal)
Witch Hunt Shield [1] (WITCHSLAYER_GREATSHIELD) – броня.
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: 30359
 - Код: WITCHSLAYER_GREATSHIELD
 - Тип: броня
 - Уровень брони: 1
 - Защита: 170
 - Требуемый уровень: 130
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 120
 
Скрипт
.@r = getrefine();
bonus2 bSubClass,Class_Normal,10;
bonus2 bSubClass,Class_Boss,10;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) {
   bonus2 bSubClass,Class_Normal,10;
   bonus2 bSubClass,Class_Boss,10;
   if (.@r>=7) {
       bonus2 bSubClass,Class_Normal,10;
       bonus2 bSubClass,Class_Boss,10;
       if (.@r>=9) {
           bonus2 bSubClass,Class_Normal,10;
           bonus2 bSubClass,Class_Boss,10;
       }
   }
}