Europa Robe [1], броня (Renewal)
Europa Robe [1] (EUROPA_ROBE_J) – броня.
Mdef + 10.
Vit + 5, Luk + 5.
Reduces global cooldown by 10%.
If refine rate is 7 or higher, reduces damage taken from player by 7%, the armor can't be destroyed.
If refine rate is 8 or higher, Atk + 10 and Matk + 10 per 10 sum of base Vit and base Luk.
If refine rate is 9 or higher, increases resistance to petrified by 50%.
When equipped with Powerful Amdarais Card, increases physical and magical damage against angel and dragon race monsters by 40%, increases resistance to petrified by 50%.
―――――――――――――
Attribute: None Slots: 1
Def : 35 Mdef : 10
Refined: Yes Destroyed: する
Базовые свойства предмета
- ID: 30116
- Код: EUROPA_ROBE_J
- Тип: броня
- Уровень брони: 1
- Защита: 35
- Требуемый уровень: 100
- Цена покупки: 200 000 з
- Цена продажи: 100 000 з
- Вес: 50
Скрипт
.@r = getrefine();
.@a = (readparam(bVit)+readparam(bLuk))/10;
bonus bMdef,10;
bonus bVit,5;
bonus bLuk,5;
bonus bDelayrate,-10;
if (.@r>=7) {
bonus2 bSubRace,RC_Player_Human,7;
bonus2 bSubRace,RC_Player_Doram,7;
bonus bUnbreakableArmor;
}
if (.@r>=8) {
bonus bBaseAtk,10*.@a;
bonus bMatk,10*.@a;
}
if (.@r>=9)
bonus2 bResEff,Eff_Stone,10000;