
RENEWAL / ITEMS
Soul Shadow Weapon
#24228Shadowgear
S_Spirit_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price10 z
Sell price5 z
Required level70
Description
MATK +1%.
------------------------
When refined to 7, additional MATK +1%.
When refined to 9, additional MATK +1%.
------------------------
Set Bonus
Spirit Shadow Weapon
Spirit Shadow Earring
Spirit Shadow Pendant
MATK +10,
If sum total refine level of the set is +20 or higher, MATK + 1%,
If sum total refine level of the set is +25 or higher, MATK + 1%.
------------------------
Class : Shadow Equipment
Location : Weapon
Weight : 0
Required Level : 1
Jobs : 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
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bMatkRate,(.@r<7)?1:((.@r<9)?2:3);