Perfect Size Shadow Weapon

Item ID 24425 Name Perfect Size Shadow Weapon
A pair of gloves that can draw the wearer's potential ability.
_______________________
Increases physical and Magic Damage against enemies of every size by 2%.
_______________________
For each Refine Level:
ATK +3
_______________________
Refine Level +7:
Increases physical and magic damage to enemies of every size by additional 2%.
_______________________
Refine Level +9:
Increases physical and magic damage to enemies of every size by additional 3%.
_______________________
When equipped with Perfect Size Shadow Armor:
MaxHP +2%, MaxSP +2%.
_______________________
Type: Shadow Weapon
_______________________
Requirement: None
Weapon Level 0 Identifier S_PerfectSize_Weapon
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Weapon
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus2 bAddSize,Size_All,2;
bonus2 bMagicAddSize,Size_All,2;
.@r = getrefine();
bonus bBaseAtk,.@r*4;
bonus bMatk,.@r;
if (.@r >= 7) {
   bonus2 bAddSize,Size_All,2;
   bonus2 bMagicAddSize,Size_All,2;
}
if (.@r >= 9) {
   bonus2 bAddSize,Size_All,3;
   bonus2 bMagicAddSize,Size_All,3;
}

Set Script
Perfect Size Shadow Weapon
Perfect Size Shadow Armor
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;