Item Details

Mega Blitz Shadow Weapon ( S_Mega_Blitz_Weapon )

# 24768 Mega Blitz Shadow Weapon
Mega Blitz Shadow Weapon Buy: zeny Sell: 0 zeny Weight: 0 Slots: N/A
Type: Shadow Equipment item. Subtype: N/A Gender: Both Locations: Shadow Weapon
Attack: N/A M. Attack: N/A Range: N/A Defense: N/A
Weapon Level: N/A Armor Level: N/A Equip Level Min: N/A Equip Level Max: N/A
Refineable: 1 Gradable: N/A Element: Neutral Classes: N/A

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

All

N/A

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@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;
      }
   }
}
N/A
N/A