0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #24425 Shadowgear

Perfect Size Shadow Weapon

Buy Price: N/A Sell Price: N/A
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

Available from boxes

Equipment Reform

Available through the reform system Shadow_Changer_NPC

Basic Information

Shadowgear
Equipment reform

Scripts

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; }
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;
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.