Owl Baron Mantle [1], броня (Renewal)
Owl Baron Mantle [1] (OWL_BARON_MANTLE) – броня.
Attack speed + 10%
Int + 2
Per refine level,
Atk + 6 and Matk + 6.
If refine rate is 7 or higher, has a chance to gain attack speed + 10% for 30 seconds when dealing physical or magical damage.
If refine rate is 9, has a chance to gain additional attack speed + 10% for 30 seconds when dealing physical or magical damage.
If refine rate is 10 or higher, enables use of Lex Aeterna level 1, has a chance to gain additional attack speed + 20% for 30 seconds when dealing physical or magical damage.
SET BONUS
Executioner Card
Owl Baron Mantle
Reduces damage taken from large size monsters by 5%.
If refine rate of Owl Baron Mantle is 8 or higher, increases physical and magical damage against large size monsters by 25%.
SET BONUS
Ogretooth Card
Owl Baron Mantle
Reduces damage taken from medium size monsters by 5%.
If refine rate of Owl Baron Mantle is 8 or higher, increases physical and magical damage against medium size monsters by 25%.
SET BONUS
Owl Baron Mantle
Mysteltainn card
Reduces damage taken from small size monsters by 5%.
If refine rate of Owl Baron Mantle is 8 or higher, increases physical and magical damage against small size monsters by 25%.
Required level: 100
Базовые свойства предмета
- ID: 30585
 - Код: OWL_BARON_MANTLE
 - Тип: броня
 - Уровень брони: 1
 - Защита: 5
 - Требуемый уровень: 100
 
- Вес: 10
 
Скрипт
.@r = getrefine();
bonus bInt,2;
bonus bMdef,5;
bonus bAspdRate,10;
bonus bBaseAtk,6*.@r;
bonus bMatk,6*.@r;
if (.@r>=10) {
   skill "PR_LEXAETERNA",1;
   autobonus2 "{ bonus bAspdRate,40; }",50,30000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_HASTEUP; }";
}
else if (.@r>=9)
   autobonus2 "{ bonus bAspdRate,20; }",50,30000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_HASTEUP; }";
else if (.@r>=7)
   autobonus2 "{ bonus bAspdRate,10; }",50,30000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_HASTEUP; }";