Tiger Shadow Weapon

Item ID 24485 Name Tiger Shadow Weapon
A pair of gloves that can draw the wearer's potential ability.
_______________________
Increases Physical Damage against enemies of every size by 3%.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of every size by additional 3%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of every size by additional 4%.
_______________________
When equipped with Tiger Cannon Shadow Pendant and Tiger Cannon Shadow Earring:
For each 2 Refine Levels of entire set:
MaxHP and Max SP +1%
_______________________
When equipped with Sura Shadow Shield:
Ignores physical defense of all race, except Players, by 40%.

For each Refine Level of entire set:
Ignores physical defense of all race, except Players, by additional 1%.
_______________________
Type: Shadow Weapon
_______________________
Requirement:
Base Level 99
Sura
Weapon Level 0 Identifier S_TigerCannon_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 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r>=9) {
   bonus2 bAddSize,Size_All,10;
}
else if (.@r>=7) {
   bonus2 bAddSize,Size_All,6;
}
else {
   bonus2 bAddSize,Size_All,3;
}

Set Script
Tiger Shadow Weapon
Sura Shadow Shield
.@sum = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHIELD);
bonus2 bIgnoreDefRaceRate,RC_All,40+.@r;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,-40-.@r;
bonus2 bSkillAtk,"SR_TIGERCANNON",.@sum;
Tiger Shadow Weapon
Tiger Shadow Pendant
Tiger Shadow Earring
.@sum = getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_ACC_R);
bonus bMaxHPrate,.@sum/2;
bonus bMaxSPrate,.@sum/2;