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

Automatic Orb(Warm Wave)

Buy Price: N/A Sell Price: N/A
Increases damage of Psychic Wave by 15%.
Decreases Warmer skill cooldown by 1 second.
_______________________
Refine Level +9:
Increases damage of Psychic Wave by additional 3%.
Decreases Warmer skill cooldown by additional 2 seconds.
_______________________
Refine Level +11:
Increases damage of Psychic Wave by additional 7%.
Decreases Warmer skill cooldown by additional 4 seconds.

Basic Information

Card

Scripts

.@r = getrefine(); bonus2 bSkillCooldown,"SO_WARMER",-1000; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15; if (.@r>=9) { bonus2 bSkillCooldown,"SO_WARMER",-2000; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",3; if (.@r>=11) { bonus2 bSkillCooldown,"SO_WARMER",-4000; bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",7; } }
.@r = getrefine();
bonus2 bSkillCooldown,"SO_WARMER",-1000;
bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",15;
if (.@r>=9) {
   bonus2 bSkillCooldown,"SO_WARMER",-2000;
   bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",3;
   if (.@r>=11) {
      bonus2 bSkillCooldown,"SO_WARMER",-4000;
      bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",7;
   }
}
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.