Sura Shadow Weapon

Item ID 24293 Name Sura Shadow Weapon
A pair of gloves that can draw the wearer's potential ability.
_______________________
Decreases Rampage Blaster skill cooldown by 2 seconds.
_______________________
For each Refine Level:
Decreases Rampage Blaster skill cooldown by additional 0.5 seconds.
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Base Level 99
Sura
Weapon Level 0 Identifier S_Sura_weapon
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Weapon
Defense 0 Equippable Jobs Monk
Range 0 Equip Gender Both (Male and Female)
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;
bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1*(2000+500*.@r);

Set Script
Acolyte Shadow Pendant
Acolyte Shadow Earring
Monk Shadow Shoes
Monk Shadow Armor
Sura Shadow Weapon
Sura Shadow Shield
bonus bAllStats,10;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus2 bIgnoreDefClassRate,Class_Normal,50;
bonus2 bIgnoreMDefClassRate,Class_Normal,50;
Sura Shadow Weapon
Sura Shadow Shield
bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20;
bonus2 bSkillUseSPrate,"SR_SKYNETBLOW",20;
Rampage Shadow Shield
Sura 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;
Knuckle Shadow Shield
Sura 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;