Striking Mikoshi
| Item ID | 480114 | Name | Striking Mikoshi |
|
A mikoshi decorated with a time-honored family crest.
It is said that the might of the powerful bow user, who is celebrated for his unparalleled bravery, can ward off the god of plague. _______________________ Indestructible in battle _______________________ Decreases damage taken from monsters of Normal and Boss class by 5%. Decreases damage taken from Players by 5%. _______________________ For each Refine Levels: Decreases the After Skill Delay by 1%. Increases Physical Damage by 2%. _______________________ Refine Level +6: Increases Attack Speed (decreases After Attack Delay by 10%). Perfect HIT +25% _______________________ Refine Level +8: Enables to use Level 10 Improve Concentration. When Level 10 Improve Concentration is learned: ATK +50, FLEE +50. _______________________ When equipped with Striking Hat: Increases Ranged Physical Damage by 25%. Restores 5 SP when performing physical attacks. _______________________ When equipped with Striking Shoes: For each 3 Refine Levels of Striking Shoes: All Basic Stats +10 _______________________ When equipped with Striking Armor: For each 3 Refine Levels of Striking Armor: MaxHP +20% Decreases damage taken from ranged physical attacks by 5%. _______________________ When enchanted with Grand Master: Increases Weapon ATK by 30%. Perfect HIT +25% _______________________ When equipped with Striking Gauntlet: Decreases damage taken from Neutral elemental attacks by 10%. _______________________ When unequipping, cancels Improve Concentration effect. _______________________ Graphics are reflected in the character. _______________________ Type: Garment Defense: 60 Weight: 60 Armor Level: 1 _______________________ Requirement: Base Level 100 |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Striking_Mikoshi | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Garment | ||
| Defense | 60 | Equippable Jobs | None | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 60 | Min Equip Level | 100 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
}
|
||||
| Unequip Script |
sc_end SC_CONCENTRATION; |
||||
|---|---|---|---|---|---|
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r = getequiprefinerycnt(EQI_ARMOR); bonus bMaxHPrate,20*(.@r/3); bonus bLongAtkRate,5*(.@r/3); |
||||
|
bonus bLongAtkRate,25; bonus bSPDrainValue,5; |
||||
|
bonus bWeaponAtkRate,30; bonus bPerfectHitAddRate,25; |
||||
|
.@r = getequiprefinerycnt(EQI_SHOES); bonus bAllStats,10*(.@r/3); |
||||
|
bonus2 bSubEle,Ele_Neutral,10; |