Magic Protector Robe [1], броня (Renewal)
Magic Protector Robe [1] (MD_GEFFEN_ROBE) – броня.
![Magic Protector Robe [1], броня (Renewal) Magic Protector Robe [1], броня (Renewal)](/images/db/items/picture/450150.png)
The uniforms of Geffen mages. It has the ability to improve magic efficiency when casting spells.
------------------------
Increases incoming heal effectiveness by 10%.
Reduces SP consumption of skills by 10%.
MaxHP + 3%, Int + 3, Dex + 3.
------------------------
MATK + 10 per refine rate.
------------------------
Reduces variable casting time by 2% per 2 refine rate.
------------------------
If refine rate is 9 or higher, increases all property magical damage by 10%.
------------------------
If refine rate is 11 or higher, reduces variable casting time by additional 7%.
------------------------
If refine rate is 13 or higher, additional MATK + 60.
------------------------
Def : 110
Armor Lv : 2
Базовые свойства предмета
- ID: 30249
- Код: MD_GEFFEN_ROBE
- Тип: броня
- Уровень брони: 2
- Защита: 110
- Требуемый уровень: 230
- Вес: 80
Скрипт
.@r = getrefine();
bonus bHealPower2,10;
bonus bUseSPrate,-10;
bonus bMaxHPrate,3;
bonus bInt,3;
bonus bDex,3;
bonus bMatk,10*.@r;
bonus bVariableCastrate,-2*(.@r/2);
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=11) {
bonus bVariableCastrate,-7;
if (.@r>=13) {
bonus bMatk,60;
}
}
}