Monokage

Item ID 28738 Name Monokage
A sharp edged sword used by ninja that hired by gold mine owner.
_______________________
For each Level of Throwing Mastery:
Increases damage of Kunai Splash by 1%.
_______________________
Refine Level +7:
Increases Ranged Physical Damage by 2%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by additional 3%.
_______________________
Type: Dagger
Attack: 100
Weight: 80
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Kagerou and Oboro
Weapon Level 4 Identifier Monokage_J
Attack 100 Type Weapon - Dagger
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Ninja, Kagerou / Oboro
Range 1 Equip Gender Both (Male and Female)
Slots 3 Equip Upper None
Weight 80 Min Equip Level 130
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@lvl = getskilllv("NJ_KASUMIKIRI");
bonus bFlee,.@lvl*5;
bonus bCritical,.@lvl*5;
bonus2 bSkillAtk,"NJ_KIRIKAGE",BaseLevel;
bonus2 bSkillAtk,"NJ_KASUMIKIRI",BaseLevel*3;

Set Script
Frontier Boots
Monokage
.@r = getequiprefinerycnt(EQI_SHOES);
bonus2 bSkillUseSP,"NJ_KIRIKAGE",10;
if (.@r >= 7) {
   bonus2 bAddRace,RC_All,30;
   bonus bCritAtkRate,30;
}
if (.@r >= 9) {
   bonus bAspdRate,20;
   bonus bCritAtkRate,20;
}