Maestro Shadow Weapon

Item ID 24299 Name Maestro Shadow Weapon
A pair of gloves that can draw the wearer's potential ability.
_______________________
MaxHP +3%
_______________________
For each Refine Level:
DEF +1 multiplied with total skill level of Minstrel's exclusive skills:
Echo Song, Harmonize and Windmill Rush
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Base Level 99
Minstrel
Weapon Level 0 Identifier S_Minstrel_Weapon
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Weapon
Defense 0 Equippable Jobs Bard / Dancer
Range 0 Equip Gender Male
Slots 0 Equip Upper Third, Third Upper, Third Baby
Weight 0 Min Equip Level 99
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bMaxHPrate,3;
bonus bDef,.@r*(getskilllv("MI_HARMONIZE")+getskilllv("MI_RUSH_WINDMILL")+getskilllv("MI_ECHOSONG"));

Set Script
Archer Shadow Pendant
Archer Shadow Earring
Bard Shadow Shoes
Bard Shadow Armor
Maestro Shadow Weapon
Minstrel Shadow Shield
bonus bAllStats,10;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus2 bIgnoreDefClassRate,Class_Normal,50;
bonus2 bIgnoreMDefClassRate,Class_Normal,50;
Maestro Shadow Weapon
Minstrel Shadow Shield
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
bonus bLongAtkRate,getskilllv("WM_LESSON")/2;
Rainstorm Shadow Shield
Maestro Shadow Weapon
.@sum = getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_WEAPON);
bonus2 bIgnoreDefRaceRate,RC_All,40+.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@sum;
bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-40-.@sum;
Metallic Shadow Shield
Maestro Shadow Weapon
.@sum = getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_WEAPON);
bonus2 bIgnoreMdefRaceRate,RC_All,40+.@sum;
bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-40-.@sum;
bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-40-.@sum;