Skin of Malach [1], броня (Renewal)
Skin of Malach [1] (SKIN_OF_MARRACO) – броня.
![Skin of Malach [1], броня (Renewal) Skin of Malach [1], броня (Renewal)](/images/db/items/picture/20845.png)
The skin of a dragon which has a mouth large enough to swallow an entire human.
Str + 5
Luk + 5
Mdef + 10
Reduces damage taken from Formless and Angel race enemies by 5%.
Reduces damage taken from Holy and Ghost property attacks by 5%.
If upgrade level is +7 or higher,
Increases critical damage on targets by 5%.
If upgrade level is +8 or higher,
Aspd + 1% for every combined sum of 20 base Str and Luk.
If upgrade level is +9 or higher,
Increases critical damage on targets by an additional 5%.
Базовые свойства предмета
- ID: 26380
- Код: SKIN_OF_MARRACO
- Тип: броня
- Уровень брони: 1
- Защита: 15
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 60
Скрипт
bonus bStr,5;
bonus bLuk,5;
bonus bMdef,10;
bonus2 bSubEle,Ele_Ghost,5;
bonus2 bSubEle,Ele_Holy,5;
bonus2 bSubRace,RC_Angel,5;
bonus2 bSubRace,RC_Formless,5;
.@r = getrefine();
.@s = (readparam(bStr)+readparam(bLuk))/20;
if (.@r>=7) {
bonus bCritAtkRate,5;
if (.@r>=8) {
bonus bAspdRate,.@s;
bonus bCritical,.@s;
if (.@r>=9) {
bonus bCritAtkRate,5;
}
}
}