
RENEWAL / ITEMS
Mega Blitz Shadow Weapon
#24768Shadow Gear
S_Mega_Blitz_Weapon
TypeShadow Gear
Equipment positionShadow weapon
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
ASPD + 5%
------------------------
Every 2 refine levels, reduce global cooldown by 1%.
------------------------
When refined to +7 or higher, ASPD + 1, ASPD + 5%.
------------------------
When refined to +9 or higher, reduce global cooldown by 2%.
------------------------
When refined to +10 or higher, P.ATK + 2, S.MATK + 2.
------------------------
Class: Shadow Equipment
Location: Weapon
Weight: 0
Required Level: 1
Jobs: All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Shadow weapon
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bBaseAtk,.@r;
bonus bMatk,.@r;
bonus bAspdRate,5;
bonus bDelayrate,-(.@r/2);
if (.@r>=7) {
bonus bAspdRate,5;
bonus bAspd,1;
if (.@r>=9) {
bonus bDelayrate,-2;
if (.@r>=10) {
bonus bPAtk,2;
bonus bSMatk,2;
}
}
}