Striking Mikoshi [1], броня (Renewal)
Striking Mikoshi [1] (STRIKING_MIKOSHI) – броня.
![Striking Mikoshi [1], броня (Renewal) Striking Mikoshi [1], броня (Renewal)](/images/db/items/picture/480114.png)
Used by the master of martial arts who fought against the plague.
Reduce incoming physical damage from normal and boss monsters by 5%.
Reduce incoming damage from players by 5%.
For every 1 refine rate, reduce after cast delay by 1% and increase physical damage to all class monsters by 2%.
When refined to +6 or higher, increase ASPD by 10%, Perfect Hit + 25.
When refined to +8 or higher, enables use of Improve Concentration Lv10.
When Improve Concentration Lv10 is learned, Atk + 50 , Flee + 50.
SET BONUS
Striking Mikoshi
Striking Hat
Increase ranged physical attack to all enemies by 25%, recovers 5 SP per hit.
SET BONUS
Striking Mikoshi
Striking Shoes
All stats + 10 per 3 refine rate of Striking Shoes.
SET BONUS
Striking Mikoshi
Striking Mail
For every 3 refine rate of Striking Mail, increase MaxHP + 20%, reduce incoming ranged physical damage by 5%
When unequipped, Improve Concentration buff fades.
Required level : 100
Базовые свойства предмета
- ID: 30632
- Код: STRIKING_MIKOSHI
- Тип: броня
- Уровень брони: 1
- Защита: 60
- Требуемый уровень: 100
- Вес: 60
Скрипт
.@r = getrefine();
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubClass,Class_Boss,5;
bonus2 bAddRace,RC_All,.@r*2;
bonus bDelayrate,-.@r;
if (.@r>=6) {
bonus bAspdRate,10;
bonus bPerfectHitAddRate,25;
}
if (.@r>=8) {
skill "AC_CONCENTRATION",10;
if (getskilllv("AC_CONCENTRATION") == 10) {
bonus bBaseAtk,50;
bonus bFlee,50;
}
}Скрипт при снятии
sc_end SC_CONCENTRATION;