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

Varmundt's Crystal (Plain) Lv3

Buy Price: N/A Sell Price: N/A
Increases Damage against enemies of Wind and Earth element by 10%.
_______________________
[Grade D]: Damage against enemies of Wind and Earth element +4%.
[Grade C]: Damage against enemies of Wind and Earth element +4%.
[Grade B]: Damage against enemies of Wind and Earth element +6%.
[Grade A]: Damage against enemies of Wind and Earth element +6%.

Basic Information

Card

Scripts

.@g = getenchantgrade(); bonus2 bMagicAddEle,Ele_Earth,10; bonus2 bAddEle,Ele_Earth,10; bonus2 bMagicAddEle,Ele_Wind,10; bonus2 bAddEle,Ele_Wind,10; if (.@g>=ENCHANTGRADE_D) { bonus2 bAddEle,Ele_Earth,4; bonus2 bAddEle,Ele_Wind,4; bonus2 bMagicAddEle,Ele_Earth,4; bonus2 bMagicAddEle,Ele_Wind,4; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddEle,Ele_Earth,4; bonus2 bAddEle,Ele_Wind,4; bonus2 bMagicAddEle,Ele_Earth,4; bonus2 bMagicAddEle,Ele_Wind,4; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddEle,Ele_Earth,6; bonus2 bAddEle,Ele_Wind,6; bonus2 bMagicAddEle,Ele_Earth,6; bonus2 bMagicAddEle,Ele_Wind,6; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_Earth,6; bonus2 bAddEle,Ele_Wind,6; bonus2 bMagicAddEle,Ele_Earth,6; bonus2 bMagicAddEle,Ele_Wind,6; } } } }
.@g = getenchantgrade();
bonus2 bMagicAddEle,Ele_Earth,10;
bonus2 bAddEle,Ele_Earth,10;
bonus2 bMagicAddEle,Ele_Wind,10;
bonus2 bAddEle,Ele_Wind,10;
if (.@g>=ENCHANTGRADE_D) {
   bonus2 bAddEle,Ele_Earth,4;
   bonus2 bAddEle,Ele_Wind,4;
   bonus2 bMagicAddEle,Ele_Earth,4;
   bonus2 bMagicAddEle,Ele_Wind,4;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bAddEle,Ele_Earth,4;
      bonus2 bAddEle,Ele_Wind,4;
      bonus2 bMagicAddEle,Ele_Earth,4;
      bonus2 bMagicAddEle,Ele_Wind,4;
      if (.@g>=ENCHANTGRADE_B) {
         bonus2 bAddEle,Ele_Earth,6;
         bonus2 bAddEle,Ele_Wind,6;
         bonus2 bMagicAddEle,Ele_Earth,6;
         bonus2 bMagicAddEle,Ele_Wind,6;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bAddEle,Ele_Earth,6;
            bonus2 bAddEle,Ele_Wind,6;
            bonus2 bMagicAddEle,Ele_Earth,6;
            bonus2 bMagicAddEle,Ele_Wind,6;
         }
      }
   }
}
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.