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 #310564 Card

Wolf Orb (Power of Sea)

Buy Price: N/A Sell Price: N/A
Decreases Tuna Party and Tasty Shrimp Party skill cooldown by 1 second.
_______________________
Refine Level +7:
Decreases Tuna Party and Tasty Shrimp Party skill cooldown by additional 1 second.
_______________________
Refine Level +9:
Decreases Tuna Party and Tasty Shrimp Party skill cooldown by additional 2 seconds.
_______________________
Refine Level +11:
Decreases Tuna Party and Tasty Shrimp Party skill cooldown by additional 2 seconds.

Basic Information

Card

Scripts

.@r = getrefine(); bonus2 bSkillCooldown,"SU_SHRIMPARTY",-1000; bonus2 bSkillCooldown,"SU_TUNAPARTY",-1000; if (.@r>=7) { bonus2 bSkillCooldown,"SU_SHRIMPARTY",-1000; bonus2 bSkillCooldown,"SU_TUNAPARTY",-1000; if (.@r>=9) { bonus2 bSkillCooldown,"SU_SHRIMPARTY",-2000; bonus2 bSkillCooldown,"SU_TUNAPARTY",-2000; if (.@r>=11) { bonus2 bSkillCooldown,"SU_SHRIMPARTY",-2000; bonus2 bSkillCooldown,"SU_TUNAPARTY",-2000; } } }
.@r = getrefine();
bonus2 bSkillCooldown,"SU_SHRIMPARTY",-1000;
bonus2 bSkillCooldown,"SU_TUNAPARTY",-1000;
if (.@r>=7) {
   bonus2 bSkillCooldown,"SU_SHRIMPARTY",-1000;
   bonus2 bSkillCooldown,"SU_TUNAPARTY",-1000;
   if (.@r>=9) {
      bonus2 bSkillCooldown,"SU_SHRIMPARTY",-2000;
      bonus2 bSkillCooldown,"SU_TUNAPARTY",-2000;
      if (.@r>=11) {
         bonus2 bSkillCooldown,"SU_SHRIMPARTY",-2000;
         bonus2 bSkillCooldown,"SU_TUNAPARTY",-2000;
      }
   }
}
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.