Commander Manteau [1], броня (Renewal)
Commander Manteau [1] (COMMANDER_MANTEAU_J) – броня.
Increases player's tolerance by 5%
MaxHP+3% MaxSP+3% Atk+10 Matk+10
If refine rate is 5 or higher, additional
MaxHP+7% MaxSP+7% Atk+20 Matk+20
When refine rate is 7 or higher, additional
MaxHP+10% MaxSP+10% Atk+30 Matk+30
When equipped with Hero Nependess shoes
Increase player's tolerance by 5%
Reduce variable cast time for skill by 10% INT+10 Agi+10
When equipped with Hero Silverleather Boots
Increases resistance to players by 5%
Reduce after cast delay by 20% Str+10 Dex+10
When equipped with Hero Ungloiant Boots
Increases resistance to players by 5%
Reduce SP comsumption by 10% Luk+10 Vit+10
Increases the effect of the Healing skills by 20%
DEF : 20
Базовые свойства предмета
- ID: 26425
- Код: COMMANDER_MANTEAU_J
- Тип: броня
- Уровень брони: 1
- Защита: 20
- Требуемый уровень: 100
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 30
Скрипт
.@r = getrefine();
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bMdef,10;
bonus bBaseAtk,10;
bonus bMatk,10;
bonus2 bSubRace,RC_Player_Human,3;
if (.@r>=5) {
bonus bBaseAtk,20;
bonus bMatk,20;
bonus bMaxHPrate,7;
bonus bMaxSPrate,7;
}
if (.@r>=7) {
bonus bBaseAtk,30;
bonus bMatk,30;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
}