Chrome Metal Plate [1], броня (Renewal)
Chrome Metal Plate [1] (AEGIS_450220) – броня.
Can't be destroyed.
Attack speed + 10%.
Reduces damage taken from normal and boss monsters by 5%.
Reduces damage taken from players by 7%.
Def + 30 and Mdef + 3 per refine rate.
If refine rate is 6 or higher, increases physical and magical damage by 15%.
If refine rate is 8 or higher, increases physical and magical damage by 15%.
Базовые свойства предмета
- ID: 30301
- Код: AEGIS_450220
- Тип: броня
- Уровень брони: 1
- Защита: 100
- Требуемый уровень: 99
- Вес: 100
Скрипт
.@r = getrefine();
bonus bAspdRate,10;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Human,7;
bonus2 bSubRace,RC_Player_Doram,7;
bonus bDef,30*.@r;
bonus bMdef,3*.@r;
if (.@r>=6) {
bonus bAtkRate,15;
bonus bMatkRate,15;
}
if (.@r>=8) {
bonus bAtkRate,15;
bonus bMatkRate,15;
}