Wolf Orb (Power of Sea)

Item ID 310564 Name Wolf Orb (Power of Sea)
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.
Weapon Level 0 Identifier Wolf_Orb_Skill_49
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price None Trade restriction None
Item Script
.@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;
      }
   }
}