
RENEWAL / ITEMS
Critical Hit Shadow Weapon
#24032Shadowgear
S_Cri_Hit_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A glove worn to enhance critical 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 critical damage on targets by 1%.
Set Bonus
Critical Shadow Armor
Critical Shadow Weapon
ATK + 1 per upgrade level of Critical Shadow Armor and Critical Shadow Weapon.
If the combined upgrade levels of Critical Shadow Armor and Critical Shadow Weapon are +15 or higher,
Increases critical 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 bCritAtkRate,1;
}