
RENEWAL / ITEMS
Striking Mikoshi [1]
#480114Armor
Striking_Mikoshi
TypeArmor
Equipment positionGarment
GenderBoth
Weight60
Buy price0 z
Sell price0 z
DEF60
Slots1
Required level100
Armor level1
Description
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.
Type : Garment Defense : 40
Weight : 40
Required level : 100
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@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;
}
}