0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #311346 Card

Glacier Magic Orb (Attack Speed)

Buy Price: N/A Sell Price: N/A
Increases Attack Speed (decreases After Attack Delay by 7%).
_______________________
Refine Level +9:
Increases Attack Speed (decreases After Attack Delay by additional 8%).
_______________________
When enchanted on Two-Handed Sword, Two-Handed Spear, Two-Handed Staff, Two-Handed Axe, Katar, Bow, Huuma Shuriken or any Firearm class weapon:
ASPD +1

Basic Information

Card

Scripts

.@r = getrefine(); bonus bAspdRate,7; if (.@r>=9) { bonus bAspdRate,8; .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) { bonus bAspdRate,5; } }
.@r = getrefine();
bonus bAspdRate,7;
if (.@r>=9) {
  bonus bAspdRate,8;
  .@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW);
  if (.@i == W_2HSWORD || .@i == W_2HSPEAR || .@i == W_2HSTAFF || .@i == W_2HAXE || .@i == W_KATAR || .@i == W_BOW || .@i == W_HUUMA || .@i == W_REVOLVER || .@i == W_RIFLE || .@i == W_GATLING || .@i == W_SHOTGUN || .@i == W_GRENADE) {
    bonus bAspdRate,5;
  }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.