Military Boots TH [1], броня (Renewal)
Military Boots TH [1] (AEGIS_470193) – броня.
Together with fire, water, wind and earth.
This magic shoes was infused with the power of the 5th element.
------------------------
MaxHP +3% , MaxSP +3%
------------------------
Reduces damage taken from players by 10%.
------------------------
When refined to +5 or higher,
MaxHP +7% , MaxSP +7%,
Wind Magic property damage +10%.
When refined to +7 or higher,
MaxHP +10% , MaxSP +10%,
Wind Magic property damage +10%.
------------------------
When learned Varetyr Spear Lv 10,
INT +40,
Enables to use Lord of Vermilion level 10.
Every level of Spirit Symphaty,
Increase Magic damage by 10%.
Every level of Total level learned : Call Agni, Call Aqua, Call Tera, and Call Ventus:
Reduce After cast delay by 3%,
MATK +15
When learned Call Ventus Lv 3,
When using Electric Walk: Increase Movement speed for 30 sec.
------------------------
Def : 12
MDef : 10
Базовые свойства предмета
- ID: 30523
- Код: AEGIS_470193
- Тип: броня
- Уровень брони: 1
- Защита: 20
- Требуемый уровень: 100
- Вес: 30
Скрипт
.@r = getrefine();
.@a = getskilllv("NC_AXEBOOMERANG");
.@b = getskilllv("NC_MAGMA_ERUPTION");
.@c = getskilllv("NC_POWERSWING");
bonus bBaseAtk,50;
bonus bAspdRate,10;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus2 bSkillAtk,"NC_AXETORNADO",7*.@a;
bonus2 bSkillAtk,"NC_POWERSWING",15*.@a;
bonus2 bIgnoreDefRaceRate,RC_All,8*.@b;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-8*.@b;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-8*.@b;
if (getskilllv("NC_BOOSTKNUCKLE") < 1) {
bonus bAtkRate,3*.@c;
bonus2 bSubClass,Class_Boss,.@c;
}
if (.@r>=10) {
bonus bBaseAtk,50;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
}
if (.@r>=12)
bonus bMaxHP,150*(BaseLevel/2);