Item Details

Mega Blitz Shadow Weapon ( S_Mega_Blitz_Weapon )

ID 24768 Mega Blitz Shadow Weapon
Mega Blitz Shadow Weapon Buy Price: zeny Sell Price: 0 zeny Weight: 0 Slots: Not specified
Type: Shadow Equipment item. Sub Type: Not specified Gender: Both Locations: Shadow Weapon
Attack: Not specified Magic Attack: Not specified Range: Not specified Defense: Not specified
Weapon Level: Not specified Armor Level: Not specified Min. Equip Level: Not specified Max. Equip Level: Not specified
Refineable: 1 Gradable: Not specified Element: Neutral Classes: Not specified

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

Not specified

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;
      }
   }
}
Not specified
Not specified

Not specified