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

Automatic Orb(Crazy Mandragora)

Buy Price: N/A Sell Price: N/A
Increases damage of Crazy Weed by 15%.
Decreases Howling of Mandragora skill cooldown by 0.3 seconds.
_______________________
Refine Level +9:
Increases damage of Crazy Weed by additional 3%.
Decreases Howling of Mandragora skill cooldown by additional 0.3 seconds.
_______________________
Refine Level +11:
Increases damage of Crazy Weed by additional 7%.
Decreases Howling of Mandragora skill cooldown by additional 0.4 seconds.

Basic Information

Card

Scripts

.@r = getrefine(); bonus2 bSkillCooldown,"GN_MANDRAGORA",-300; bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15; if (.@r>=9) { bonus2 bSkillCooldown,"GN_MANDRAGORA",-300; bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",3; if (.@r>=11) { bonus2 bSkillCooldown,"GN_MANDRAGORA",-400; bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",7; } }
.@r = getrefine();
bonus2 bSkillCooldown,"GN_MANDRAGORA",-300;
bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",15;
if (.@r>=9) {
   bonus2 bSkillCooldown,"GN_MANDRAGORA",-300;
   bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",3;
   if (.@r>=11) {
      bonus2 bSkillCooldown,"GN_MANDRAGORA",-400;
      bonus2 bSkillAtk,"GN_CRAZYWEED_ATK",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.