
RENEWAL / ITEMS
Mortal Blow Shadow Weapon
#24370Shadowgear
S_MortalBlow_Weapon
TypeShadowgear
Equipment positionShadow weapon
Weight0
Buy price0 z
Sell price0 z
Required level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Equipment position
- Shadow weapon
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
if (.@r >= 9) {
.@val = 7;
} else if (.@r >= 7) {
.@val = 4;
}
else {
.@val = 2;
}
bonus bCritAtkRate,.@val;