
RENEWAL / ITEMS
Infinity Shadow Weapon
#24386Shadowgear
S_Infinity_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
For every 3 refine level, increase Physical and Magical damage against all size enemies by 1%.
------------------------
For every 3 refine level, reduce Physical and Magical damage taken from all size enemies by 1%.
------------------------
When refined to +10 or higher, nullifies weapon size penalty.
------------------------
Type: Shadow Equipment
Location: Weapon
Weight: 0
Required Level: 1
Class: All Jobs
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
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
.@val = .@r/3;
if (.@val) {
bonus2 bAddSize,Size_All,.@val;
bonus2 bMagicAddSize,Size_All,.@val;
bonus2 bSubSize,Size_All,.@val;
if (.@r >= 10) {
bonus bNoSizeFix;
}
}