ID #310175
Card
Automatic Orb(Power of Sea)
Buy Price: N/A
Sell Price: N/A
Decreases Tuna Party and Tasty Shrimp Party skill cooldown by 0.5 seconds.
_______________________
Refine Level +9:
Decreases Tuna Party and Tasty Shrimp Party skill cooldown by additional 1 second.
_______________________
Refine Level +11:
Decreases Tuna Party and Tasty Shrimp Party skill cooldown by additional 1.5 seconds.
_______________________
Refine Level +9:
Decreases Tuna Party and Tasty Shrimp Party skill cooldown by additional 1 second.
_______________________
Refine Level +11:
Decreases Tuna Party and Tasty Shrimp Party skill cooldown by additional 1.5 seconds.
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus2 bSkillCooldown,"SU_SHRIMPARTY",-500; bonus2 bSkillCooldown,"SU_TUNAPARTY",-500; if (.@r>=9) { bonus2 bSkillCooldown,"SU_SHRIMPARTY",-1000; bonus2 bSkillCooldown,"SU_TUNAPARTY",-1000; if (.@r>=11) { bonus2 bSkillCooldown,"SU_SHRIMPARTY",-1500; bonus2 bSkillCooldown,"SU_TUNAPARTY",-1500; } }
.@r = getrefine();
bonus2 bSkillCooldown,"SU_SHRIMPARTY",-500;
bonus2 bSkillCooldown,"SU_TUNAPARTY",-500;
if (.@r>=9) {
bonus2 bSkillCooldown,"SU_SHRIMPARTY",-1000;
bonus2 bSkillCooldown,"SU_TUNAPARTY",-1000;
if (.@r>=11) {
bonus2 bSkillCooldown,"SU_SHRIMPARTY",-1500;
bonus2 bSkillCooldown,"SU_TUNAPARTY",-1500;
}
}