
RENEWAL / ITEMS
Kingbird's Shadow Weapon
#24031Shadowgear
S_Kingbird_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A glove worn to enhance long ranged attacks.
Class: Shadow Weapon
Weight: 0
Requires Level: 1
Usable By: All Jobs
ATK + 10
Additional ATK + 1 per upgrade level of the item.
If upgrade level is +7 or higher,
Increases long-ranged damage on targets by 1%.
Set Bonus
Ancient Shadow Armor
Kingbird's Shadow Weapon
ATK + 1 per upgrade level of Ancient Shadow Armor and Kingbird's Shadow Weapon.
If the combined upgrade levels of Ancient Shadow Armor and Kingbird's Shadow Weapon are +15 or higher,
Increases long-ranged damage on targets by 1%.
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,10+.@r;
bonus bMatk,.@r;
if (.@r>6) {
bonus bLongAtkRate,1;
}