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

Dimension World Crystal (Volition)

Buy Price: N/A Sell Price: N/A
Increases Physical Damage against monsters of Boss class by 5%.
Increases Physical Damage against enemies of every size by 15%.
Increases Physical Damage against monsters in Devoured Geffenia by 20%.
_______________________
[Bonus by Equipment's Grade]
[Grade D]: P.ATK +4, C.RATE +3, POW +5.
[Grade C]: Physical Damage +7%, Critical Damage +7%.
[Grade B]: CRT +5. ATK +5, Critical +4 per 3 Refine Levels.
[Grade A]: POW +4, CRT +2 per 2 Refine Levels.

Basic Information

Card

Scripts

.@g = getenchantgrade(); .@r = getrefine(); bonus2 bAddClass,Class_Boss,5; bonus2 bAddSize,Size_All,15; if (.@g>=ENCHANTGRADE_D) { bonus bCRate,3; bonus bPAtk,4; bonus bPow,5; if (.@g>=ENCHANTGRADE_C) { bonus bCritAtkRate,7; bonus bLongAtkRate,7; bonus bShortAtkRate,7; if (.@g>=ENCHANTGRADE_B) { bonus bCrt,5; bonus bCritical,4*(.@r/3); bonus bBaseAtk,5*(.@r/3); if (.@g>=ENCHANTGRADE_A) { bonus bPow,4*(.@r/2); bonus bCrt,2*(.@r/2); } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus2 bAddClass,Class_Boss,5;
bonus2 bAddSize,Size_All,15;
if (.@g>=ENCHANTGRADE_D) {
   bonus bCRate,3;
   bonus bPAtk,4;
   bonus bPow,5;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bCritAtkRate,7;
      bonus bLongAtkRate,7;
      bonus bShortAtkRate,7;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bCrt,5;
         bonus bCritical,4*(.@r/3);
         bonus bBaseAtk,5*(.@r/3);
         if (.@g>=ENCHANTGRADE_A) {
            bonus bPow,4*(.@r/2);
            bonus bCrt,2*(.@r/2);
         }
      }
   }
}
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.