
RENEWAL / ITEMS
Perfect Size Shadow Weapon
#24425Shadowgear
S_PerfectSize_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Description
Gloves that bring out potential capabilities of the wearer.
Increase physical/magical damage to all size monsters by 2%.
ATK + 3 per 1 refine level.
When refined to +7 or higher, increase physical/magical damage to all size monsters by 2%.
When refined to +9 or higher, increase physical/magical damage to all size monsters by 3%.
SET BONUS
Perfect Size Shadow Weapon
Shadow Armor
MaxHP +2%, MaxSP +2%.
Type : Shadow Equipment
Location : Weapon Weight : 0
Required Level : 1
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow weapon
- Trade
Item effect 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;
}