Item Details

Mega Blitz Shadow Shield ( S_Mega_Blitz_Shield )

ID 24767 Mega Blitz Shadow Shield
Mega Blitz Shadow Shield Buy Price: zeny Sell Price: 0 zeny Weight: 0 Slots: Not specified
Type: Shadow Equipment item. Sub Type: Not specified Gender: Both Locations: Shadow Shield
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

CRI + 5
------------------------
Every 3 refine levels, CRI + 2, C.Rate + 1.
------------------------
When refined to +7 or higher, ASPD + 1, CRI + 3.
------------------------
When refined to +9 or higher, ASPD + 8%, increase critical damage by 5%.
------------------------
When refined to +10 or higher, C.Rate + 3, increase critical damage by 3%.
------------------------
Class: Shadow Equipment
Location: Shield
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 bMaxHP,.@r*10;
bonus bCritical,5+2*(.@r/3);
bonus bCRate,(.@r/3);
if (.@r>=7) {
   bonus bCritical,3;
   bonus bAspd,1;
   if (.@r>=9) {
      bonus bCritAtkRate,5;
      bonus bAspdRate,8;
      if (.@r>=10) {
         bonus bCritAtkRate,3;
         bonus bCRate,3;
      }
   }
}
Not specified
Not specified

Not specified